diff --git a/zsh/.oh-my-zsh_old/.editorconfig b/zsh/.oh-my-zsh_old/.editorconfig deleted file mode 100644 index aa18e0e..0000000 --- a/zsh/.oh-my-zsh_old/.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -root = true - -[*] -end_of_line = lf -insert_final_newline = true -charset = utf-8 - -[*.sh] -indent_size = 4 -indent_style = tab diff --git a/zsh/.oh-my-zsh_old/CODE_OF_CONDUCT.md b/zsh/.oh-my-zsh_old/CODE_OF_CONDUCT.md deleted file mode 100644 index 20ad1cc..0000000 --- a/zsh/.oh-my-zsh_old/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,76 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and expression, -level of experience, education, socio-economic status, nationality, personal -appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies within all project spaces, and it also applies when -an individual is representing the project or its community in public spaces. -Examples of representing a project or community include using an official -project e-mail address, posting via an official social media account, or acting -as an appointed representative at an online or offline event. Representation of -a project may be further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at ohmyzsh@planetargon.com. All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq diff --git a/zsh/.oh-my-zsh_old/CONTRIBUTING.md b/zsh/.oh-my-zsh_old/CONTRIBUTING.md deleted file mode 100644 index be67e93..0000000 --- a/zsh/.oh-my-zsh_old/CONTRIBUTING.md +++ /dev/null @@ -1,125 +0,0 @@ -# CONTRIBUTING GUIDELINES - -Oh-My-Zsh is a community-driven project. Contribution is welcome, encouraged, and appreciated. -It is also essential for the development of the project. - -First, please take a moment to review our [code of conduct](CODE_OF_CONDUCT.md). - -These guidelines are an attempt at better addressing the huge amount of pending -issues and pull requests. Please read them closely. - -Foremost, be so kind as to [search](#use-the-search-luke). This ensures any contribution -you would make is not already covered. - -* [Issues](#reporting-issues) - * [You have a problem](#you-have-a-problem) - * [You have a suggestion](#you-have-a-suggestion) -* [Pull Requests](#submitting-pull-requests) - * [Getting started](#getting-started) - * [You have a solution](#you-have-a-solution) - * [You have an addition](#you-have-an-addition) -* [Information sources (_aka_ search)](#use-the-search-luke) - -**BONUS:** [Volunteering](#you-have-spare-time-to-volunteer) - -## Reporting Issues - -### You have a problem - -Please be so kind as to [search](#use-the-search-luke) for any open issue already covering -your problem. - -If you find one, comment on it so we can know there are more people experiencing it. - -If not, look at the [Troubleshooting](https://github.com/ohmyzsh/ohmyzsh/wiki/Troubleshooting) -page for instructions on how to gather data to better debug your problem. - -Then, you can go ahead and create an issue with as much detail as you can provide. -It should include the data gathered as indicated above, along with: - -1. How to reproduce the problem -2. What the correct behavior should be -3. What the actual behavior is - -Please copy to anyone relevant (_eg_ plugin maintainers) by mentioning their GitHub handle -(starting with `@`) in your message. - -We will do our very best to help you. - -### You have a suggestion - -Please be so kind as to [search](#use-the-search-luke) for any open issue already covering -your suggestion. - -If you find one, comment on it so we can know there are more people supporting it. - -If not, you can go ahead and create an issue. Please copy to anyone relevant (_eg_ plugin -maintainers) by mentioning their GitHub handle (starting with `@`) in your message. - -## Submitting Pull Requests - -### Getting started - -You should be familiar with the basics of -[contributing on GitHub](https://help.github.com/articles/using-pull-requests) and have a fork -[properly set up](https://github.com/ohmyzsh/ohmyzsh/wiki/Contribution-Technical-Practices). - -You MUST always create PRs with _a dedicated branch_ based on the latest upstream tree. - -If you create your own PR, please make sure you do it right. Also be so kind as to reference -any issue that would be solved in the PR description body, -[for instance](https://help.github.com/articles/closing-issues-via-commit-messages/) -_"Fixes #XXXX"_ for issue number XXXX. - -### You have a solution - -Please be so kind as to [search](#use-the-search-luke) for any open issue already covering -your [problem](#you-have-a-problem), and any pending/merged/rejected PR covering your solution. - -If the solution is already reported, try it out and +1 the pull request if the -solution works ok. On the other hand, if you think your solution is better, post -it with a reference to the other one so we can have both solutions to compare. - -If not, then go ahead and submit a PR. Please copy to anyone relevant (e.g. plugin -maintainers) by mentioning their GitHub handle (starting with `@`) in your message. - -### You have an addition - -Please [do not](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#dont-send-us-your-theme-for-now) -send themes for now. - -Please be so kind as to [search](#use-the-search-luke) for any pending, merged or rejected Pull Requests -covering or related to what you want to add. - -If you find one, try it out and work with the author on a common solution. - -If not, then go ahead and submit a PR. Please copy to anyone relevant (_eg_ plugin -maintainers) by mentioning their GitHub handle (starting with `@`) in your message. - -For any extensive change, _eg_ a new plugin, you will have to find testers to +1 your PR. - ----- - -## Use the Search, Luke - -_May the Force (of past experiences) be with you_ - -GitHub offers [many search features](https://help.github.com/articles/searching-github/) -to help you check whether a similar contribution to yours already exists. Please search -before making any contribution, it avoids duplicates and eases maintenance. Trust me, -that works 90% of the time. - -You can also take a look at the [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ) -to be sure your contribution has not already come up. - -If all fails, your thing has probably not been reported yet, so you can go ahead -and [create an issue](#reporting-issues) or [submit a PR](#submitting-pull-requests). - ----- - -### You have spare time to volunteer - -Very nice!! :) - -Please have a look at the [Volunteer](https://github.com/ohmyzsh/ohmyzsh/wiki/Volunteers) -page for instructions on where to start and more. diff --git a/zsh/.oh-my-zsh_old/LICENSE.txt b/zsh/.oh-my-zsh_old/LICENSE.txt deleted file mode 100644 index 45ba85a..0000000 --- a/zsh/.oh-my-zsh_old/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2009-2020 Robby Russell and contributors (https://github.com/ohmyzsh/ohmyzsh/contributors) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/zsh/.oh-my-zsh_old/README.md b/zsh/.oh-my-zsh_old/README.md deleted file mode 100644 index 291fb51..0000000 --- a/zsh/.oh-my-zsh_old/README.md +++ /dev/null @@ -1,313 +0,0 @@ -

- Oh My Zsh -

- -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.__ - -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. - -[![Follow @ohmyzsh](https://img.shields.io/twitter/follow/ohmyzsh?label=Follow+@ohmyzsh&style=flat)](https://twitter.com/intent/follow?screen_name=ohmyzsh) -[![Discord server](https://img.shields.io/discord/642496866407284746)](https://discord.gg/bpXWhnN) - -## 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 - -### 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`. - -#### 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)" -``` - -#### Manual inspection - -It's a good idea to inspect the install script from projects you don't yet know. You can do -that by downloading the install script first, looking through it so everything looks normal, -then running it: - -```shell -curl -Lo install.sh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -sh install.sh -``` - -## Using Oh My Zsh - -### 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. - -#### Enabling Plugins - -Once you spot a plugin (or several) that you'd like to use with Oh My Zsh, you'll need to enable them in the `.zshrc` file. You'll find the zshrc file in your `$HOME` directory. Open it with your favorite text editor and you'll see a spot to list all the plugins you want to load. - -```shell -vi ~/.zshrc -``` - -For example, this might begin to look like this: - -```shell -plugins=( - git - bundler - dotenv - osx - rake - rbenv - ruby -) -``` - -_Note that the plugins are separated by whitespace. **Do not** use commas between them._ - -#### Using Plugins - -Most plugins (should! we're working on this) include a __README__, which documents how to use them. - -### 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! - -#### Selecting a Theme - -_Robby's theme is the default one. It's not the fanciest one. It's not the simplest one. It's just the right one (for him)._ - -Once you find a theme that you'd like to use, you will need to edit the `~/.zshrc` file. You'll see an environment variable (all caps) in there that looks like: - -```shell -ZSH_THEME="robbyrussell" -``` - -To use a different theme, simply change the value to match the name of your desired theme. For example: - -```shell -ZSH_THEME="agnoster" # (this is one of the fancy ones) -# see https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#agnoster -``` - -_Note: many themes require installing the [Powerline Fonts](https://github.com/powerline/fonts) in order to render properly._ - -Open up a new terminal window and your prompt should look something like this: - -![Agnoster theme](https://cloud.githubusercontent.com/assets/2618447/6316862/70f58fb6-ba03-11e4-82c9-c083bf9a6574.png) - -In case you did not find a suitable theme for your needs, please have a look at the wiki for [more of them](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes). - -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..) -``` - -And if you want to pick random theme from a list of your favorite themes: - -```shell -ZSH_THEME_RANDOM_CANDIDATES=( - "robbyrussell" - "agnoster" -) -``` - -### FAQ - -If you have some more questions or issues, you might find a solution in our [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ). - -## Advanced Topics - -If you're the type that likes to get their hands dirty, these sections might resonate. - -### Advanced Installation - -Some users may want to manually install Oh My Zsh, or change the default path or other settings that -the installer accepts (these settings are also documented at the top of the install script). - -#### Custom Directory - -The default location is `~/.oh-my-zsh` (hidden in your home directory) - -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 -like this: - -```shell -ZSH="$HOME/.dotfiles/oh-my-zsh" sh install.sh -``` - -#### Unattended install - -If you're running the Oh My Zsh install script as part of an automated install, you can pass the -flag `--unattended` to the `install.sh` script. This will have the effect of not trying to change -the default shell, and also won't run `zsh` when the installation has finished. - -```shell -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended -``` - -#### Installing from a forked repository - -The install script also accepts these variables to allow installation of a different repository: - -- `REPO` (default: `ohmyzsh/ohmyzsh`): this takes the form of `owner/repository`. If you set - this variable, the installer will look for a repository at `https://github.com/{owner}/{repository}`. - -- `REMOTE` (default: `https://github.com/${REPO}.git`): this is the full URL of the git repository - clone. You can use this setting if you want to install from a fork that is not on GitHub (GitLab, - Bitbucket...) or if you want to clone with SSH instead of HTTPS (`git@github.com:user/project.git`). - - _NOTE: it's incompatible with setting the `REPO` variable. This setting will take precedence._ - -- `BRANCH` (default: `master`): you can use this setting if you want to change the default branch to be - checked out when cloning the repository. This might be useful for testing a Pull Request, or if you - want to use a branch other than `master`. - -For example: - -```shell -REPO=apjanke/oh-my-zsh BRANCH=edge sh install.sh -``` - -#### Manual Installation - -##### 1. Clone the repository: - -```shell -git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh -``` - -##### 2. *Optionally*, backup your existing `~/.zshrc` file: - -```shell -cp ~/.zshrc ~/.zshrc.orig -``` - -##### 3. Create a new zsh configuration file - -You can create a new zsh config file by copying the template that we have included for you. - -```shell -cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc -``` - -##### 4. Change your default shell - -```shell -chsh -s $(which zsh) -``` - -You must log out from your user session and log back in to see this change. - -##### 5. Initialize your new zsh configuration - -Once you open up a new terminal window, it should load zsh with Oh My Zsh's configuration. - -### Installation Problems - -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 -switching to `oh-my-zsh`. -* If you installed manually or changed the install location, check the `ZSH` environment variable in -`~/.zshrc`. - -### Custom Plugins and Themes - -If you want to override any of the default behaviors, just add a new file (ending in `.zsh`) in the `custom/` directory. - -If you have many functions that go well together, you can put them as a `XYZ.plugin.zsh` file in the `custom/plugins/` directory and then enable this plugin. - -If you would like to override the functionality of a plugin distributed with Oh My Zsh, create a plugin of the same name in the `custom/plugins/` directory and it will be loaded instead of the one in `plugins/`. - -## Getting Updates - -By default, you will be prompted to check for upgrades every few weeks. If you would like `oh-my-zsh` to automatically upgrade itself without prompting you, set the following in your `~/.zshrc`: - -```shell -DISABLE_UPDATE_PROMPT=true -``` - -To disable automatic upgrades, set the following in your `~/.zshrc`: - -```shell -DISABLE_AUTO_UPDATE=true -``` - -### Manual Updates - -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 -``` - -Magic! 🎉 - -## Uninstalling Oh My Zsh - -Oh My Zsh isn't for everyone. We'll miss you, but we want to make this an easy breakup. - -If you want to uninstall `oh-my-zsh`, just run `uninstall_oh_my_zsh` from the command-line. It will remove itself and revert your previous `bash` or `zsh` configuration. - -## How do I contribute to Oh My Zsh? - -Before you participate in our delightful community, please read the [code of conduct](CODE_OF_CONDUCT.md). - -I'm far from being a [Zsh](https://www.zsh.org/) expert and suspect there are many ways to improve – if you have ideas on how to make the configuration easier to maintain (and faster), don't hesitate to fork and send pull requests! - -We also need people to test out pull-requests. So take a look through [the open issues](https://github.com/ohmyzsh/ohmyzsh/issues) and help where you can. - -See [Contributing](CONTRIBUTING.md) for more details. - -### Do NOT send us themes - -We have (more than) enough themes for the time being. Please add your theme to the [external themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes) wiki page. - -## Contributors - -Oh My Zsh has a vibrant community of happy users and delightful contributors. Without all the time and help from our contributors, it wouldn't be so awesome. - -Thank you so much! - -## Follow Us - -We're on the 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. - -## Merchandise - -We have [stickers, shirts, and coffee mugs available](https://shop.planetargon.com/collections/oh-my-zsh?utm_source=github) for you to show off your love of Oh My Zsh. Again, you will become the talk of the town! - -## License - -Oh My Zsh is released under the [MIT license](LICENSE.txt). - -## About Planet Argon - -![Planet Argon](https://pa-github-assets.s3.amazonaws.com/PARGON_logo_digital_COL-small.jpg) - -Oh My Zsh was started by the team at [Planet Argon](https://www.planetargon.com/?utm_source=github), a [Ruby on Rails development agency](https://www.planetargon.com/skills/ruby-on-rails-development?utm_source=github). Check out our [other open source projects](https://www.planetargon.com/open-source?utm_source=github). diff --git a/zsh/.oh-my-zsh_old/cache/.gitkeep b/zsh/.oh-my-zsh_old/cache/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/zsh/.oh-my-zsh_old/cache/.zsh-update b/zsh/.oh-my-zsh_old/cache/.zsh-update deleted file mode 100644 index 24d86df..0000000 --- a/zsh/.oh-my-zsh_old/cache/.zsh-update +++ /dev/null @@ -1 +0,0 @@ -LAST_EPOCH=18311 diff --git a/zsh/.oh-my-zsh_old/cache/DEBS_avail b/zsh/.oh-my-zsh_old/cache/DEBS_avail deleted file mode 100644 index 8871701..0000000 --- a/zsh/.oh-my-zsh_old/cache/DEBS_avail +++ /dev/null @@ -1,4 +0,0 @@ -_deb_packages_cache_avail=( ${(Q)"${(z)$(<<\EO:_deb_packages_cache_avail -'libdatrie-doc' 'libfstrcmp0-dbg' 'libghc-monadplus-doc' 'librime-data-sampheng' 'python-pyao-dbg' 'fonts-georgewilliams' 'python3-aptdaemon.test' 'libcollada2gltfconvert-dev' 'python3-doc8' 'r-bioc-hypergraph' 'angrydd' 'pike8.0-pg' 'fonts-linuxlibertine' 'libslurmdb-dev' 'linux-kvm-headers-4.15.0-1030' 'libvformat0' 'linux-kvm-headers-4.15.0-1031' 'davical' 'xxdiff-scripts' 'python-libthumbor' 'linux-kvm-headers-4.15.0-1032' 'globus-xioperf' 'linux-image-5.0.0-1025-aws' 'libad9361-dev' 'linux-kvm-headers-4.15.0-1034' 'r-bioc-makecdfenv' 'libvo-amrwbenc-dev' 'linux-kvm-headers-4.15.0-1035' 'node-css-select' 'python3-pykcs11' 'linux-headers-4.15.0-1043-aws' 'linux-kvm-headers-4.15.0-1036' 'libtext-dhcpleases-perl' 'linux-kvm-headers-4.15.0-1038' 'milou' 'fs-uae-netplay-server' 'linux-kvm-headers-4.15.0-1039' 'libstdc++6-6-dbg-m68k-cross' 'slowhttptest' 'telepathy-rakia' 'libbarcode-code128-perl' 'kde-baseapps-bin' 'libghc-gtk-dev' 'libxml-hash-lx-perl' 'libstdc++-8-pic-mips64el-cross' 'libjs-yui3-full' 'libkholidays4' 'language-pack-gnome-lv-base' 'libucommon8' 'node-delayed-stream' 'gresolver' 'libcaribou-gtk-module' 'python-mnemonic' 'libfwsi1' 'scala-doc' 'python-rsa' 'openmsx' 'speech-dispatcher-espeak-ng' 'java-propose-classpath' 'libfile-userconfig-perl' 'python-tf2-ros' 'pdns-backend-odbc' 'libjnlp-servlet-java' 'libaiksaurusgtk-1.2-0c2a' 'gobjc-8-multilib-powerpc64-linux-gnu' 'libuima-vinci-java' 'libhfasan5-dbg-armel-cross' 'libstdc++6-5-dbg-ppc64-cross' 'lib64objc-5-dev-powerpc-cross' 'gir1.2-xapp-1.0' 'libvt-ldap-java' 'amiwm' 'libbuffy-perl' 'libebook1.2-dev' 'python-acidobasic' 'libnet-cidr-lite-perl' 'libpackage-stash-perl' 'dracut-core' 'librte-efd17.11' 'gir1.2-lokdocview-0.1' 'linux-kvm-headers-4.15.0-1042' 'libx32go9-amd64-cross' 'linux-kvm-headers-4.15.0-1043' 'lxctl' 'libghc-rsa-doc' 'libmozjs-38-dev' 'libtestu01-0-dev' 'linux-kvm-headers-4.15.0-1044' 'aspell-zu' 'libmovit-dev' 'ca-certificates-java' 'libdist-zilla-plugin-test-compile-perl' 'node-almond' 'r-cran-gmaps' 'libqtscript4-opengl' 'linux-kvm-headers-4.15.0-1046' 'linux-kvm-headers-4.15.0-1047' 'python-path-and-address' 'linux-kvm-headers-4.15.0-1048' 'node-validate-npm-package-name' 'woof' 'libsfgcc1-dbg-armhf-cross' 'libghc-recursion-schemes-prof' 'eclipse-rse' 'myspell-pt-br' 'linux-modules-extra-5.3.0-1008-azure' 'libgnatprj5-dev-mips-cross' 'libdsdp-dev' 'multimedia-recording' 'speech-dispatcher-audio-plugins' 'libexpect-ocaml' 'libghc-cryptocipher-prof' 'language-pack-zh-hant-base' 'libofx-dev' 'dh-consoledata' 'libgo11-dbg-alpha-cross' 'python-ipcalc' 'python3-oslo.privsep' 'python-case-doc' 'libghc-relational-query-prof' 'libstdc++6-8-dbg-arm64-cross' 'libghc-monadrandom-prof' 'mopidy' 'mocassin-data' 'php-horde-timeobjects' 'python3-can' 'linux-modules-extra-4.15.0-1011-oracle' 'libglobus-gass-transfer2' 'linux-kvm-headers-4.15.0-1050' 'wcatalan' 'linux-kvm-headers-4.15.0-1051' 'libhfgomp1-dbg-armel-cross' 'linux-kvm-headers-4.15.0-1052' 'linux-kvm-headers-4.15.0-1053' 'python3-gumbo' 'librte-vhost17.11' 'navit' 'mgltools-visionlibraries' 'ezquake' 'gss-man' 'xfdashboard' 'simgrid-java' 'libzen-doc' 'libstdc++-7-pic-amd64-cross' 'linux-image-4.15.0-60-lowlatency' 'efte' 'cpp-8-s390x-linux-gnu' 'golang-github-aanand-compose-file-dev' 'ballz' 'android-libetc1-dev' 'squid-deb-proxy-client' 'fonts-levien-typoscript' 'python3-nose-parameterized' 'linux-modules-extra-4.18.0-18-generic' 'hunspell-en-gb' 'python3-capstone' 'libobjc4-dbg' 'libqtcore4-perl' 'libgnatvsn6-dev-ppc64-cross' 'xfburn' 'libio-async-loop-mojo-perl' 'libkdeclarative5' 'tegaki-recognize' 'ros-core-python-dev' 'expeyes-firmware-dev' 'python3-pyroma' 'potrace' 'japitools' 'drumgizmo' 'python3-xdmf' 'python3-flask-limiter' 'libgraphicsmagick-q16-3' 'git-sh' 'libmrmpi1' 'dropbear-run' 'python3-pydot' 'glam2' 'libpam0g' 'ow-tools' 'tree-puzzle-doc' 'libtaglib2.1-cil' 'libgeocode-glib-doc' 'libcaribou-gtk3-module' 'libbintray-client-java-doc' 'libhsail-rt-8-dev-i386-cross' 'openarena-server' 'libopenimageio-dev' 'libkf5jsembed-dev' 'mdbus2' 'bladerf' 'avrdude-doc' 'lighttpd-mod-cml' 'cpp-7-powerpc-linux-gnuspe' 'libjson-multivalueordered-perl' 'libicecc-dev' 'libdssialsacompat0' 'gtranslator' 'libnet-xwhois-perl' 'libghc-monad-par-extras-doc' 'nslint' 'python-coverage' 'libgcc1-mipsel-cross' 'libghc-show-prof' 'libhfst-dev' 'dico-module-guile' 'vzstats' 'python3-prctl' 'bird-bgp' 'python3-bernhard' 'ubuntu-settings' 'libsofia-sip-ua0' 'language-pack-ug-base' 'libxc-dev' 'python3-openstackdocstheme' 'centrifuge' 'ruby-health-check' 'libghc-twitter-types-dev' 'golang-github-gobuffalo-envy-dev' 'golang-github-klauspost-crc32-dev' 'libpbihdf' 'beast2-mcmc-examples' 'node-hmac-drbg' 'liblo-tools' 'libkf5imap-dev' 'libghc-base-unicode-symbols-prof' 'libmpc3' 'r-cran-scatterd3' 'multimedia-audio-plugins' 'linux-buildinfo-5.0.0-16-lowlatency' 'libwebsockets-dev' 'kamailio-redis-modules' 'compton-conf-l10n' 'libopencv3.2-java' 'libghc-web-routes-hsp-doc' 'libosp-dev' 'libphp-jpgraph-examples' 'linux-tools-5.0.0-37-lowlatency' 'powerwaked' 'xtables-addons-dkms' 'node-braces' 'libghc-doctest-doc' 'libx32gfortran-7-dev-amd64-cross' 'debconf' 'salliere' 'python-remotecv' 'liblog-log4perl-perl' 'neverputt-data' 'libgssapi3-heimdal' 'agda-bin' 'python-testrepository' 'python3-cloudkittyclient' 'gfortran-sparc64-linux-gnu' 'db4otool' 'a7xpg-data' 'multimedia-ladi' 'acpitool' 'libcvector2-dev' 'ruby-soap4r' 'python-stestr-doc' 'valgrind-mpi' 'bacula-console-qt' 'dynamips' 'lib64asan4-i386-cross' 'libflint-dev' 'python3-cdo' 'libgtkspell-dev' 'xmms2-plugin-faad' 'node-babel-plugin-syntax-decorators' 'libmpd1' 'peace-wallpapers' 'baloo' 'fontforge-common' 'gccgo-7-multilib' 'ruby-fix-trinity-output' 'libcurl4-doc' 'python3-pyds9' 'stuntman-server' 'libreact-ocaml-dev' 'libgfortran4-mips-cross' 'libiksemel-dev' 'frobby' 'gfortran-5-multilib-mips64-linux-gnuabi64' 'surfraw-extra' 'libgme-dev' 'librime-data-combo-pinyin' 'libn32gfortran-5-dev-mips64-cross' 'eggdrop-data' 'coinor-libsymphony-doc' 'libjcm-java-doc' 'tesseract-ocr-chi-tra-vert' 'qasconfig' 'python3-pytimeparse' 'xfonts-cronyx-cp1251-misc' 'linux-modules-nvidia-390-5.3.0-1012-azure' 'libkf5notifications-data' 'python2-pyro4' 'language-pack-mai' 'libjs-knowl' 'xgrep' 'unclutter' 'gfortran-8-i686-linux-gnu' 'libnuxwdog0' 'libghc-stringbuilder-dev' 'linux-buildinfo-5.0.0-20-lowlatency' 'vmdb2' 'libapache-mod-jk-doc' 'libcry-ocaml-dev' 'linux-modules-extra-4.15.0-1009-azure' 'libthread-conveyor-perl' 'gphotofs' 'tiemu-skinedit' 'debram' 'gpsbabel-doc' 'lib64gphobos76-dbg-x32-cross' 'libgnat-7-dbg-powerpcspe-cross' 'libairspyhf0' 'node-request-capture-har' 'w3c-markup-validator' 'liblingua-en-nameparse-perl' 'linux-modules-4.15.0-1048-kvm' 'zile' 'libpjsip2' 'python-ase-doc' 'libcss-packer-perl' 'libunity-settings-daemon1' 'langford-dkms' 'python3-matplotlib-venn' 'node-with' 'vtk6-examples' 'psi-plus-plugins' 'gkbd-capplet' 'libolecf-dev' 'lua-svn' 'libkreport-data' 'libghc-unordered-containers-dev' 'python-gnome2' 'php-symfony-form' 'debian-goodies' 'golang-github-go-openapi-swag-dev' 'linux-modules-4.15.0-32-generic' 'opensips-postgres-module' 'golang-github-jacobsa-bazilfuse-dev' 'libbam-dev' 'lcl-gtk2-1.8' 'libgfal2-dev' 'elpa-queue' 'chise-db' 'python-sparkpost' 'python-bottle-cork' 'myproxy' 'python-quixote' 'libboost-container1.65.1' 'fdisk' 'xmms2-plugin-musepack' 'lib32gcc-6-dev-sparc64-cross' 'libgstreamer-plugins-base1.0-dev' 'golang-github-docker-libtrust-dev' 'libjs-backbone' 'fonts-klaudia-berenika' 'python-ryu' 'lua-rex-tre' 'caja-open-terminal' 'libkdb3-driver-mysql' 'libgomp1-dbg-sh4-cross' 'libgnatvsn5-dbg-ppc64-cross' 'python3-django-websocket-redis' 'python-requests-cache' 'libdist-zilla-plugin-changelogfromgit-perl' 'libpomp0' 'libx32go7-dbg-i386-cross' 'libghc-lambdabot-novelty-plugins-dev' 'linux-modules-extra-5.0.0-1023-azure' 'python-txosc' 'r-cran-dbitest' 'aa3d' 'golang-github-tent-http-link-go-dev' 'libusbredirparser1' 'jtex-base' 'librgxg-dev' 'bcftools' 'libghc-xmonad-contrib-doc' 'iotjs-dev' 'lib32asan5-dbg' 'libn32objc-8-dev-mipsel-cross' 'python3-doit' 'libpython3.7-minimal' 'qtermwidget5-data' 'oss4-base' 'kde-config-fcitx' 'binutils-powerpc64le-linux-gnu-dbg' 'kde-runtime-data' 'libcf-ocaml' 'karlyriceditor' 'libkpimgapicore5' 'libipset-dev' 'libgoa-backend-1.0-1' 'libalgorithm-dependency-perl' 'ruby-license-finder' 'libghc-markdown-prof' 'libdvbcsa1' 'r-cran-bio3d' 'linux-image-extra-virtual-hwe-16.04' 'field3d-doc' 'alsaplayer-alsa' 'foomatic-filters-beh' 'lpctools' 'gfortran-8-multilib' 'schism' 'bro-aux' 'libelektra4-xmltool' 'fusiondirectory-plugin-quota-schema' 'libtrilinos-kokkos-kernels12' 'libhijk-perl' 'freerdp2-x11' 'trovacap-data' 'kio-sieve' 'xcowsay' 'dynamite' 'libreoffice-wiki-publisher' 'libcoin80-doc' 'python3-pydub' 'python3.8-venv' 'python3-ceph-argparse' 'texlive-plain-generic' 'balsa' 'caca-utils' 'tagua-data' 'kupfer' 'cryptsetup-bin' 'lib64stdc++6-8-dbg-x32-cross' 'gcc-8-multilib' 'libghc-generic-deriving-dev' 'python3-cursive' 'golang-github-kimor79-gollectd-dev' 'python-fitbit' 'python3-funcsigs' 'libx32ubsan0-i386-cross' 'llvm-4.0-doc' 'qt4-qtconfig' 'libgnustep-base-dev' 'gccgo-8-powerpc-linux-gnuspe' 'r-revolution-revobase' 'liba11y-profile-manager-0.1-dev' 'xsoldier' 'openssn-data' 'libchamplain-gtk-0.12-0' 'libblockdev-lvm-dbus-dev' 'mininet' 'cinnamon-session' 'xfce4-pulseaudio-plugin' 'gnome-shell-extension-suspend-button' 'libatomic1-armhf-cross' 'xserver-xorg-input-all' 'libslvs1-dev' 'python-mysql.connector' 'python-rosdep2' 'libgnat-8-ppc64-cross' 'infiniband-diags' 'linux-headers-5.0.0-29-generic' 'linux-tools-5.0.0-29-generic' 'haskell-doc' 'libcrmcommon-dev' 'kbibtex-data' 'gnome-shell-extension-top-icons-plus' 'yaws-mail' 'libfltk1.1' 'lvm2-dbusd' 'gis-workstation' 'python3-pexpect' 'libfltk1.3' 'libghc-gtk-doc' 'node-loader-runner' 'gfortran-7-multilib-s390x-linux-gnu' 'qla-tools' 'qt4-bin-dbg' 'eclipse-xsd-sdk' 'tryton-modules-purchase-request' 'libelixirfm-perl' 'libjsch-agent-proxy-java' 'mia-viewit' 'linux-modules-extra-4.18.0-1012-gcp' 'libghc-gd-dev' 'libproc-queue-perl' 'librcsb-core-wrapper0-dev' 'gnome-builder' 'linux-tools-4.15.0-1026-oem' 'libstdc++6-6-dbg-powerpcspe-cross' 'fusiondirectory-plugin-netgroups-schema' 'libmath-combinatorics-perl' 'python-m2crypto' 'libgnat-5-dbg-mips-cross' 'libmono-cecil-flowanalysis-cil-dev' 'libghc-byteorder-prof' 'libcrypt-openssl-pkcs10-perl' 'ros-core' 'neutron-common' 'libglazedlists-java-doc' 'kde-telepathy-data' 'libgphobos-6-dev-x32-cross' 'swish-e-dev' 'node-fast-levenshtein' 'ruby-coercible' 'anypaper' 'mame-extra' 'libqtavwidgets1' 'libyazpp6' 'libjs-jquery-ui-theme-pepper-grinder' 'zangband' 'nagios3-doc' 'node-d3-chord' 'python-jaxml' 'libarmci-mpi-dev' 'manpages-es-extra' 'libghc-language-c-dev' 'lib32gcc1-x32-cross' 'mlterm-im-m17nlib' 'libghc-stmonadtrans-dev' 'sdparm' 'libclipper2v5' 'libasan4-dbg-armel-cross' 'libcudf-dev' 'eclipse-cdt-launch-remote' 'fusiondirectory-plugin-dhcp' 'cockpit-docker' 'python3-qpack' 'linux-image-4.15.0-44-generic' 'maskprocessor' 'perceptualdiff' 'libofx-doc' 'libjsonpath-java' 'libdbd-sybase-perl' 'gcc-4.8-locales' 'libmrpt-hwdrivers1.5' 'piuparts' 'python3-csvkit' 'libghc-maths-dev' 'libjalali-dev' 'libxmlrpc-epi-dev' 'python3-dfdatetime' 'libqtav-dev' 'lib32objc-7-dev-x32-cross' 'strace64' 'myspell-el-gr' 'libsundials-cvodes2' 'libplack-app-proxy-perl' 'stgit-contrib' 'libgtkdsv-3-dev' 'kodi-eventclients-kodi-send' 'enigma' 'pumpa' 'libnspr4-dbg' 'cmigemo' 'libdynapath-clojure' 'kexi-web-form-widget' 'libportmidi0' 'libapache2-mod-dacs' 'fonts-sil-taiheritagepro' 'linux-headers-4.15.0-1069-oem' 'liblognorm-utils' 'python-zope.app.content' 'libsecp256k1-dev' 'libclass-dbi-mysql-perl' 'kcapi-tools' 'python-enchant' 'g++-7-multilib-arm-linux-gnueabihf' 'libiterator-perl' 'psychtoolbox-3-common' 'libgcc-5-dev-mips64-cross' 'libgloox-dbg' 'linux-modules-extra-gke-5.0' 'libmono-debugger-libs-cil-dev' 'nautilus-script-collection-svn' 'gbrowse' 'linux-modules-extra-gke-5.3' 'git-phab' 'vlc-bin' 'python-zxcvbn' 'libghc-crypto-random-api-dev' 'libqdox-java-doc' 'enemylines3' 'node-liftoff' 'libnpps9.1' 'libkido-gui0.1' 'binutils-m68k-linux-gnu-dbg' 'enemylines7' 'lua-hamlib2' 'libjfreechart-swt-java' 'iesperanto' 'libopenimageio-doc' 'linux-image-4.15.0-65-generic' 'libjs-jquery-meiomask' 'gnome-shell-extension-shortcuts' 'xorgxrdp-hwe-18.04' 'libghc-filelock-prof' 'node-babel-helper-regex' 'chezdav' 'postgresql-10-pgrouting' 'linux-tools-4.15.0-1006-gcp' 'biniax2' 'node-os-locale' 'libjson-glib-1.0-0' 'libghc-hslua-prof' 'exult' 'glpk-doc' 'mplinuxman' 'gccgo-8-multilib-x86-64-linux-gnux32' '2to3' 'wiredtiger' 'python3-gst-1.0-dbg' 'librte-pipeline17.11' 'lib64stdc++6-7-dbg-powerpc-cross' 'linux-image-unsigned-4.18.0-25-lowlatency' 'postgresql-common' 'libreoffice-style-breeze' 'libghc-hmatrix-gsl-prof' 'cl-kmrcl' 'qml-module-org-kde-prison' 'linux-image-4.15.0-1020-kvm' 'linux-modules-4.15.0-1017-oracle' 'zathura-ps' 'libmaven-archiver-java' 'multimedia-photography' 'libpcp-gui2' 'libghc-twitter-types-doc' 'libkf5filemetadata-dev' 'liblaxjson-dev' 'libasan2-armel-cross' 'librsvg2-bin' 'lib32objc-7-dev-ppc64-cross' 'libace-ssl-dev' 'nova-scheduler' 'libequinox-p2-metadata-repository-java' 'libghc-regex-compat-tdfa-dev' 'ruby-graphviz' 'libsubtitles-perl' 'libwfut-0.2-dev' 'debian-handbook' 'linux-modules-extra-4.18.0-1011-azure' 'lcalc' 'ubiquity-frontend-kde' 'latex-cjk-japanese' 'linux-buildinfo-5.0.0-1031-azure' 'python-coloredlogs' 'lirc-compat-remotes' 'lib32ubsan0' 'lib32ubsan1' 'libghc-th-extras-dev' 'libpdfbox2-java' 'wordgrinder' 'libflint-doc' 'ibus-table-translit' 'kstars-data' 'libqtscript4-uitools' 'libghc-tasty-th-dev' 'amule-emc' 'munin-plugins-core' 'libinternals-perl' 'android-libandroidfw' 'libclass-accessor-grouped-perl' 'python-webdav' 'libdigidoc-tools' 'node-remove-trailing-separator' 'evince' 'libcanberra-gtk-dev' 'libmoosex-role-timer-perl' 'python3-libproxy' 'libcpan-meta-perl' 'libjellyfish-2.0-2' 'libnet-xmpp-perl' 'r-bioc-rsamtools' 'system-config-kickstart' 'libgfortran-5-dev-m68k-cross' 'ooo2dbk' 'node-css-color-names' 'libirc-formatting-html-perl' 'libnspr4-dev' 'golang-github-ncw-go-acd-dev' 'rivet-plugins-data' 'libeclipse-e4-core-di-extensions-supplier-java' 'xul-ext-y-u-no-validate' 'fxt-tools' 'haskell-mode' 'linux-tools-generic-hwe-16.04-edge' 'linux-modules-4.18.0-1008-gcp' 'libframe6' 'libghc-stringbuilder-doc' 'libghc-yi-misc-modes-dev' 'syslog-ng-mod-basicfuncs-plus' 'r-cran-gridextra' 'linux-signed-image-generic-hwe-18.04-edge' 'myspell-pt-pt' 'libcxsparse3' 'libgloox-dev' 'libghc-hoauth2-dev' 'python-zope.app.security' 'liblrdf0' 'linux-image-4.18.0-1017-aws' 'libxdmcp6' 'libactionlib0d' 'openorienteering-mapper' 'libpolymake-dev' 'vtk-dicom-tools' 'libmenhir-ocaml-dev' 'golang-github-davecgh-go-spew-dev' 'libosmium2-dev' 'libjackson2-dataformat-smile' 'meshlab' 'libghc-ghc-syb-utils-prof' 'konsolekalendar' 'python3-texttable' 'systune' 'libupnp10' 'dict-freedict-eng-tur' 'lintex' 'libgnatvsn6-dev-sh4-cross' 'libavresample-dev' 'linux-cloud-tools-4.15.0-38-lowlatency' 'xmltv-util' 'mldonkey-server' 'libghc-bytedump-prof' 'python3-tinycss' 'mate-settings-daemon' 'libghc-unordered-containers-doc' 'libfield3d-dev' 'libboost-filesystem1.65-dev' 'holdingnuts' 'brother-cups-wrapper-laser' 'libgcc-8-dev-sparc64-cross' 'libnet-ldap-filterbuilder-perl' 'dvi2ps-fontdata-ja' 'python-std-msgs' 'rbd-nbd' 'kernel-patch-scripts' 'oddjob' 'libgnatprj6-hppa-cross' 'libcairo-script-interpreter2' 'network-manager-l2tp-gnome' 'python3-cpl' 'libghc-lambdabot-novelty-plugins-doc' 'linux-modules-5.0.0-1017-gke' 'ndppd' 'manpages-de-dev' 'wmtime' 'r-cran-foreign' 'libprintsys-dev' 'gnat-5-sjlj-alpha-linux-gnu' 'libcdaudio1' 'cl-aserve' 'hunspell-en-us' 'python-lamson' 'corosync' 'libx265-146' 'libdeal.ii-dev' 'libemail-mime-attachment-stripper-perl' 'python-gssapi' 'loggerhead' 'libpythonqt-qt5-common-dev' 'python-celery-common' 'linux-headers-gke-5.0' 'squizz' 'dmz-cursor-theme' 'libfile-fu-perl' 'linux-headers-gke-5.3' 'libdist-zilla-plugin-git-perl' 'info' 'doc-linux-fr-ps' 'python3-pluginbase' 'xserver-xorg-video-r128-hwe-16.04' 'libtrampoline1' 'libcangjie2-dev-tools' 'libtrilinos-teko-dev' 'clementine' 'abw2odt' 'lib64stdc++-7-dev-powerpc-cross' 'tiny-initramfs' 'libgcc-8-dev-m68k-cross' 'python3-gccjit-dbg' 'libkf5kiowidgets5' 'liblcmaps-dev' 'glew-utils' 'linux-cloud-tools-4.15.0-42-lowlatency' 'winrmcp' 'python-scp' 'libparistraceroute-dev' 'trac-accountmanager' 'libx32objc4-dbg' 'golang-mreiferson-httpclient-dev' 'libghc-generic-deriving-doc' 'python-nose2-cov' 'linux-aws-lts-18.04' 'libmagic-ocaml' 'libghc-cookie-dev' 'libcatalyst-action-serialize-data-serializer-perl' 'gnash-common' 'golang-github-gogits-chardet-dev' 'linux-modules-5.0.0-29-lowlatency' 'mgba-common' 'libhidapi-dev' 'gammaray-plugin-positioning' 'libgcc-7-dev' 'ibus-table-cangjie3' 'libpthread-stubs0-dev' 'python-vmware-nsx' 'ibus-table-cangjie5' 'geoclue-yahoo' 'tokyotyrant' 'tryton-modules-product-measurements' 'libgnat-7-dbg-amd64-cross' 'mono-fastcgi-server4' 'libzinnia0v5-dbg' 'octave-tisean' 'python-librdf' 'ftpd' 'hhvm-dbg' 'kamailio-geoip2-modules' 'libldap-java' 'firebird3.0-server-core' 'linux-modules-4.15.0-1042-gcp' 'fusionforge-web-vhosts' 'python-certbot-dns-cloudflare-doc' 'linux-image-4.15.0-1024-oem' 'gnome-boxes' 'wmaker-common' 'r-bioc-multtest' 'ansible-tower-cli' 'bbpager' 'dlang-libevent' 'language-pack-gnome-zh-hans-base' 'libpcre16-3' 'linux-image-4.15.0-1051-aws' 'perlrdf' 'cryptol' 'python3-csb' 'libfreerdp-codec1.1' 'libghc-gd-doc' 'zathura-pdf-poppler' 'libghc-zlib-bindings-dev' 'linux-headers-5.0.0-1022-aws' 'manpages' 'banshee-extension-albumartwriter' 'tecnoballz' 'gfal2-doc' 'linux-tools-virtual-hwe-16.04' 'wmmixer' 'gdc-8-powerpc-linux-gnu' 'libtcpcrypt0' 'gdc-6-s390x-linux-gnu' 'libcsfml-graphics2.4' 'idecrypt' 'japi-compliance-checker' 'libobjc4-mips-cross' 'perl-base' 'gnome-js-common' 'linux-cloud-tools-4.18.0-24-generic' 'linux-tools-5.0.0-1007-oracle' 'libghc-language-c-doc' 'gauche' 'whohas' 'libquadmath0-dbg' 'r-cran-cellranger' 'libatteanx-compatibility-trine-perl' 'libkf5sysguard5-data' 'linux-headers-generic-hwe-18.04-edge' 'r-cran-hms' 'libghc-stmonadtrans-doc' 'libipmidetect-dev' 'python3-proboscis' 'latex-coffee-stains' 'golang-google-genproto-dev' 'libiio0' 'libghc-cryptohash-sha1-prof' 'dnet-common' 'php-letodms-core' 'lib64gfortran4-dbg' 'gcc-5-powerpc64-linux-gnu' 'libss7-2.0' 'libxcb-dpms0-dev' 'libsdl-stretch-0-3' 'python-pypcap' 'freeciv-client-gtk' 'libequinox-p2-artifact-optimizers-java' 'gkrellkam' 'libdirectfb-bin' 'libfile-find-wanted-perl' 'gobjc++-multilib-mips64-linux-gnuabi64' 'node-consolidate' 'eclipse-rpm-editor' 'elpa-find-file-in-project' 'context-nonfree' 'linux-image-4.15.0-1027-oracle' 'linux-modules-4.15.0-69-lowlatency' 'libxmltv-perl' 'libghc-maths-doc' 'init' 'sblim-wbemcli' 'libpapyrus3-dev' 'libinjeqt-dev' 'slurm-wlm-emulator' 'linphone' 'darcs-monitor' 'linux-buildinfo-4.18.0-1009-gcp' 'libwinpr-tools2-2' 'linux-tools-4.18.0-1009-gcp' 'ruby-formatador' 'asunder' 'localehelper' 'libparmap-ocaml-dev' 'ruby-globalid' 'python-webencodings' 'python-sagenb-export' 'nixnote2' 'python-sgp4' 'cairo-dock-powermanager-plug-in' 'spfquery' 'libstdc++-8-pic-sh4-cross' 'libcpldrs26' 'spf-tools-python' 'boolstuff-dev' 'libhyantes-dev' 'python-trajectory-msgs' 'backuppc' 'gobjc++-6-arm-linux-gnueabi' 'dict-freedict-deu-ita' 'libcrypt-openssl-x509-perl' 'giblib-dev' 'wmforkplop' 'libkf5gapi-data' 'fcitx-frontend-fbterm' 'phyml' 'hunspell-en-za' 'gfortran-8-mips-linux-gnu' 'linux-cloud-tools-4.15.0-23-generic' 'dmtx-utils' 'ffdiaporama' 'libgtk3.0-cil-dev' 'r-cran-xml2' 'libc-ares2' 'ifeffit' 'subcommander-doc' 'globus-gatekeeper' 'dell-recovery-bootloader' 'libghc-crypto-random-api-doc' 'python-pysnmp4' 'libghc-gloss-rendering-dev' 'ruby-dataobjects' 'golang-github-go-kit-kit-dev' 'linux-buildinfo-4.15.0-1063-oem' 'httperf' 'whichman' 'libnm-glib4' 'libswitch-perl' 'nitrogen' 'libboost-program-options1.62-dev' 'lib32gphobos76-dbg-x32-cross' 'libsocksd0-dev' 'libsql-abstract-limit-perl' 'ruby-celluloid-supervision' 'libghc-twitter-conduit-prof' 'r-cran-rgenoud' 'libghc-quickcheck2-dev' 'linux-tools-5.3.0-1007-azure' 'multimedia-audio-utilities' 'node-pify' 'gbonds-data' 'python-oops-wsgi' 'linux-headers-4.15.0-1049-gke' 'muon' 'python-pyxmpp-doc' 'libtest-cukes-perl' 'linux-modules-extra-azure' 'elpa-qml-mode' 'libfreefare0' 'python-soundfile-doc' 'hhvm-dev' 'rt4-extension-jsgantt' 'bmon' 'ltrsift-examples' 'libghc-mockery-dev' 'gobjc-multilib-mips64-linux-gnuabi64' 'calf-plugins' 'libgnutls28-dev' 'libqmi-proxy' 'libnginx-mod-http-geoip' 'libeclipse-ui-ide-application-java' 'd1x-rebirth' 'libshout-ocaml-dev' 'chiark-scripts' 'libgirepository1.0-dev' 'fts-fai-ldap' 'libgtop2-dev' 'libpwiz-tools' 'xserver-xorg-video-dummy' 'python-cylc' 'libobjc4-ppc64-cross' 'linux-modules-nvidia-435-5.3.0-26-lowlatency' 'gir1.2-geocodeglib-1.0' 'telepathy-ring' 'ocrfeeder' 'libode-dev' 'gdc-7-alpha-linux-gnu' 'libghc-regex-compat-tdfa-doc' 'libmpv1' 'vim-rails' 'percona-xtrabackup-dbg' 'sword-text-gerlut1545' 'lib32stdc++6-7-dbg-s390x-cross' 'gnome-sharp2-examples' 'cl-dynamic-reconfigure' 'libmagick++-dev' 'linux-cloud-tools-4.15.0-44-generic' 'libpolkit-gobject-1-0' 'libfest-test-java' 'xfce4-systemload-plugin' 'hdfview' 'libghc-th-extras-doc' 'libghc-logict-prof' 'node-extglob' 'gpick' 'android-libbase' 'hts-voice-nitech-jp-atr503-m001' 'inn2' 'sndfile-tools' 'php-guzzlehttp-promises' 'fusiondirectory-plugin-opsi-schema' 'embassy-domsearch' 'libpoe-filter-http-parser-perl' 'python-netcdf4' 'libghc-tasty-th-doc' 'python-pyside.qtxml' 'libdist-zilla-app-command-authordebs-perl' 'dnsrecon' 'alsa-base' 'tmuxinator' 'pd-mrpeach' 'codec2-examples' 'linux-modules-4.18.0-24-lowlatency' 'libpacparser-dev' 'bgpdump' 'gnome-color-manager' 'python-sip' 'libgcab-dev' 'apertium-ca-it' 'cockpit-machines' 'libreoffice-math' 'libcudf-ocaml-dev' 'node-gulp-sourcemaps' 'libjide-oss-java' 'libaften0' 'libsisu-maven-plugin-java' 'libaa-bin' 'python-six' 'libasyncqt1.5' 'yorick-mpy-mpich2' 'python3-pyqt5.qsci-dbg' 'libboost-wave-dev' 'lib64gphobos71-dbg' 'gcc-6-arm-linux-gnueabihf' 'r-cran-bindr' 'shairport-sync' 'eclipse-mylyn-versions-cvs' 'lib32stdc++6-8-dbg-x32-cross' 'libargtable2-docs' 'libseafile-dev' 'ruby-setup' 'libjiu-java' 'shutdown-at-night' 'golang-github-mitchellh-mapstructure-dev' 'rmail' 'libcvc0' 'vboot-kernel-utils' 'libterm-size-any-perl' 'libcryptokit-ocaml-dev' 'libghc-yi-misc-modes-doc' 'libmaven-dependency-plugin-java' 'instead-doc-en' 'linux-tools-5.0.0-1023-gke' 'libtaoframework-openal1.1-cil' 'libpoe-component-pool-thread-perl' 'libmodule-install-contributors-perl' 'python3-simplegeneric' 'libmono-system-numerics4.0-cil' 'aephea' 'chromium-bsu' 'libgloox-doc' 'librtlsdr-dev' 'libossp-uuid-perl' 'libmpx0' 'fonts-tlwg-laksaman' 'linux-modules-extra-4.15.0-1050-aws' 'hugin' 'libghc-hoauth2-doc' 'libmpx2' 'alarm-clock-applet' 'gfortran-5-powerpc-linux-gnu' 'libedje-dev' 'sqlgrey' 'mcollective-common' 'libflexdock-java-demo' 'python3-libsmbios' 'python-mtbl' 'libcrypt-ssleay-perl' 'tryton-modules-account-payment-clearing' 'rbldnsd' 'libosmium2-doc' 'python-nbxmpp' 'lxde-core' 'libqt5keychain1' 'freeradius-common' 'libopencv-photo3.2' 'golang-github-kr-fs-dev' 'linux-image-5.0.0-1019-aws' 'inetutils-ping' 'ecdsautils' 'linux-headers-4.15.0-1037-aws' 'audacity' 'poretools' 'stardata-common' 'glance-store-common' 'network-manager-pptp' 'golang-github-prometheus-tsdb-dev' 'linux-headers-4.18.0-1013-aws' 'ruby-net-ldap' 'gobjc-multilib' 'libepc-ui-1.0-3' 'libjs-jquery-ui-theme-redmond' 'pure-ftpd-common' 'libgcrypt20-dev' 'lib32go9-s390x-cross' 'blender' 'libblkmaker-0.1-dev' 'librviz-dev' 'linux-image-unsigned-4.15.0-34-generic' 'libmaven-dependency-tree-java-doc' 'libsane-extras' 'muse' 'mpb-scm' 'libgnutlsxx28' 'tvoe' 'tablet-encode' 'python3-cbor' 'mergerfs' 'libosmovty3' 'libtest-cpan-meta-yaml-perl' 'gridengine-master' 'pd-rtclib' 'golang-github-rs-xid-dev' 'musl' 'recoverdm' 'libfolks-eds25' 'glmark2-es2-drm' 'libaddressview0' 'libgit-wrapper-perl' 'gostsum' 'libkmfl0' 'fonts-ipaexfont' 'libgmerlin-common' 'librte-pmd-skeleton-event17.11' 'linux-image-unsigned-5.0.0-1027-gke' 'golang-github-hawkular-hawkular-client-go-dev' 'cd-circleprint' 'python-bumps-doc' 'perdition-postgresql' 'liblcm1' 'ruby-markerb' 'r-cran-luminescence' 'libdssialsacompat-dev' 'libdevmapper-dev' 'fusiondirectory-plugin-opsi' 'libghc-hspec-expectations-prof' 'libbiblesync1.1' 'libwinpr-bcrypt0.1' 'libdeal.ii-doc' 'iitalian' 'lua-system' 'keyringer' 'libx32itm1-dbg' 'libc6-dev-armhf-armel-cross' 'haci' 'python3-celery' 'libsoup-gnome2.4-1' 'libgo11-dbg-mips64-cross' 'etckeeper' 'libgjs-dev' 'linux-modules-4.15.0-1042-gke' 'libx32cilkrts5-dbg-amd64-cross' 'ray-doc' 'gcc-5-mipsel-linux-gnu' 'libnet-snpp-perl' 'libgconf2-4' 'firefox-locale-hsb' 'tryton-modules-sale' 'ruby-fog-riakcs' 'profbval' 'libperl6-caller-perl' 'cain-examples' 'dict-gazetteer2k' 'python-zhpy' 'nvidia-346-updates' 'iamerican-insane' 'libgetdata++7' 'yorick-mira' 'libkf5akonadi-dev' 'python-zope.app.pagetemplate' 'libpoe-component-client-dns-perl' 'zfs-dracut' 'iraf-noao-dev' 'mutt' 'libyubikey-dev' 'stuntman-client' 'libkf5kontactinterface5' 'gdc-6-mips64el-linux-gnuabi64' 'libjs-jquery-ui-theme-dot-luv' 'linux-image-unsigned-4.15.0-55-generic' 'iprange' 'libhmat-oss1-dbg' 'libghc-cookie-doc' 'binutils-powerpc64-linux-gnu-dbg' 'node-platform' 'liblinux-lvm-perl' 'liblimesuite17.12-1' 'h264enc' 'edubuntu-docs' 'libgfortran3-dbg-hppa-cross' 'trousers-dbg' 'pike8.0' 'eqonomize' 'libipsec-mb' 'r-cran-bbmle' 'libpcl-sample-consensus1.8' 'libdjvulibre-text' 'linux-tools-5.0.0-1011-aws' 'linux-tools-4.15.0-23-lowlatency' 'libstax-ex-java' 'libdbicx-sugar-perl' 'libtest-cpan-meta-perl' 'libgnat-7-dbg-arm64-cross' 'bluez' 'fonts-beteckna' 'indi-bin' 'gfortran-5-multilib-x86-64-linux-gnux32' 'quickml' 'node-cyclist' 'freeradius-krb5' 'gir1.2-fcitx-1.0' 'python3-pyclipper' 'libtokyocabinet-perl' 'siril' 'python-impacket' 'massxpert-doc' 'empathy-common' 'libnl-cli-3-dev' 'php-icinga' 'libxcb-icccm4-dev' 'golang-code.gitea-sdk-dev' 'folks-tools' 'kea-dhcp-ddns-server' 'libgeoip-dev' 'libkmediaplayer4' 'golang-github-templexxx-reedsolomon-dev' 'jmeter-mongodb' 'velocity' 'ubuntume-themes' 'gccgo-5-mips64-linux-gnuabi64' 'blt-demo' 'libstatistics-linefit-perl' 'libghc-zlib-bindings-doc' 'libefiboot-dev' 'gnome-flashback-common' 'gobjc-6-multilib-s390x-linux-gnu' 'snmptt' 'python3-pylibacl' 'neurodebian-archive-keyring' 'parprouted' 'python-rosdistro' 'libdata-rmap-perl' 'libscope-upper-perl' 'golang-github-facebookgo-stack-dev' 'ubuntu-packaging-guide-common' 'lib3ds-dev' 'liblightdm-qt-3-0' 'mathtex' 'libobjc4-powerpc-cross' 'junior-programming' 'policyrcd-script-zg2' 'libwww-shorten-github-perl' 'python-nodelet' 'gtk-sharp3-gapi' 'linux-tools-4.15.0-1016-kvm' 'petitboot' 'ktuberling' 'libmaven-parent-java' 'python-flask-babel-doc' 'libdist-zilla-plugin-githubmeta-perl' 'python-nosehtmloutput' 'python3-zope.deprecation' 'librostlab3-dev' 'libhttp-daemon-perl' 'deborphan' 'python-easydev' 'libclass-gomor-perl' 'postfixadmin' 'libghc-data-default-dev' 'ruby-autoprefixer-rails' 'gobjc++-8-mipsel-linux-gnu' 'libgnat-7-alpha-cross' 'sift' 'cc65-doc' 'r-cran-mvtnorm' 'texstudio-l10n' 'libgnuradio-noaa3.7.11' 'glance-api' 'libplack-middleware-methodoverride-perl' 'elpa-auto-complete' 'libsidutils-dev' 'libatomic1-dbg-hppa-cross' 'libafflib-dev' 'puppet-module-murano' 'fusionforge-plugin-message' 'libnginx-mod-http-upstream-fair' 'python-sfepy-doc' 'libjs-d3-tip' 'fcitx-config-common' 'libasan3-powerpc-cross' 'diatheke' 'libbytes-random-secure-perl' 'seabios' 'gir1.2-bamf-3' 'maradns-deadwood' 'init-system-helpers' 'libmodule-extract-perl' 'boogie' 'cockpit' 'sharutils-doc' 'libxerces2-java-doc' 'linux-buildinfo-5.0.0-1030-oem-osp1' 'gobjc-powerpc64le-linux-gnu' 'linux-image-lowlatency-hwe-18.04-edge' 'golang-github-gogits-go-gogs-client-dev' 'libbiod0' 'libc6-mips32-mipsn32-cross' 'qtquickcontrols2-5-doc-html' 'lib32atomic1-dbg-mips64-cross' 'liburfkill-glib0' 'python-spf' 'ruby-rack-contrib' 'libghc-parallel-dev' 'augustus' 'libmath-bigint-gmp-perl' 'linux-headers-4.15.0-32-generic' 'java2html' 'pypy-packaging' 'python3-bioblend' 'libglazedlists-java' 'exim4-base' 'libghc-universe-base-prof' 'libx32asan4-dbg-amd64-cross' 'razor' 'python-curtin' 'python-visualization-msgs' 'glhack' 'gcc-7-doc' 'libkutils4' 'python3-pycadf' 'libseed-gtk4-dev' 'libplexus-cipher-java-doc' 'libghc-gloss-rendering-doc' 'mimms' 'nitpic' 'wwwconfig-common' 'python3-slimit' 'todoman' 'fglrx-pxpress' 'python-djangorestframework-gis' 'liballjoyn1504' 'python-gnuplot' 'liburi-query-perl' 'libchemistry-formula-perl' 'nvidia-331-dev' 'fluidsynth' 'python3-defer' 'liballjoyn1509' 'libghc-quickcheck2-doc' 'linux-tools-virtual-gkeop-5.0' 'libdc1394-22' 'libc6-dbg-mipsr6el-cross' 'activity-log-manager-control-center' 'aspell-pt-br' 'libobjc4-dbg-powerpcspe-cross' 'libdcontainers-dev' 'clang-tidy-5.0' 'libghc-mockery-doc' 'python-pushy' 'libparse-plainconfig-perl' 'easyspice' 'python-sql' 'libatteanx-endpoint-perl' 'liblwjgl-java-jni' 'libguestfs-zfs' 'libapache2-mod-ruwsgi-dbg' 'pasdoc' 'libgirepository1.0-doc' 'libgtop2-doc' 'mgltools-cmolkit' 'libprison-dbg' 'light-locker-settings' 'linux-modules-extra-4.15.0-33-generic' 'latex-cjk-chinese' 'tcpslice' 'libdevmapper1.02.1' 'gnome-control-center-data' 'python3-zope.proxy' 'php-geos' 'fonts-lao' 'php-codesniffer' 'libphononexperimental4' 'libkcmutils4' 'libnet-libidn-perl' 'signon-plugin-password' 'libgdraw5' 'ruby-mail-room' 'libx32gphobos68-dbg' 'libghc-minimorph-dev' 'gobjc-5-sparc64-linux-gnu' 'golang-github-shurcool-sanitized-anchor-name-dev' 'libghc-generic-trie-prof' 'nordugrid-arc-gridmap-utils' 'libopencv-core-dev' 'python-srp' 'linux-modules-nvidia-390-4.15.0-58-generic' 'rel2gpx' 'python-srs' 'dict-freedict-slk-eng' 'libatomic1-dbg-powerpcspe-cross' 'libkf5krosscore5' 'porg' 'cl-roscpp-msgs' 'libqtscript4-gui' 'libumlib0' 'libsoci-mysql3.2v5' 'pork' 'ruby-json-jwt' 'embassy-domainatrix' 'libx32gphobos68-i386-cross' 'opensips-sctp-module' 'conky-all-dbg' 'cpp-8-powerpc64-linux-gnu' 'libgcab-doc' 'credential-sheets' 'libltdl-dev' 'libstdc++6-6-dbg-i386-cross' 'designate-mdns' 'libqglviewer-doc' 'thunderbird-locale-sv-se' 'libosmovty-doc' 'ruby-mysql2' 'lua-gall-doc' 'mysqltcl' 'mpg123-el' 'libjs-simile-timeline' 'kxstitch-common' 'libmonoboehm-2.0-1-dbg' 'linux-headers-5.0.0-1028-gcp' 'ruby-delayer-deferred' 'python-tempita' 'libkf5kcmutils-dev' 'linux-modules-extra-4.15.0-54-generic' 'libset-crontab-perl' 'libnss-cache' 'python-sss' 'cdrkit-doc' 'linux-show-player' 'posh' 'bzflag' 'libkrossui4' 'milter-greylist' 'spectemu-common' 'python3-distro-info' 'python-sshpubkeys' 'python-tuskarclient' 'golang-github-kr-pretty-dev' 'lib32objc-8-dev' 'libvoms-api-java-java' 'dino-im-common' 'lib32gcc-6-dev-mips64-cross' 'vflib3' 'gir1.2-gdata-0.0' 'gir1.2-hud-client-2' 'libcvm1' 'libdose3-ocaml-dev' 'gcc-7-mips64el-linux-gnuabi64-base' 'python3-ixion' 'evolution-data-server-common' 'libplack-middleware-expires-perl' 'libkf5ksieve5' 'tiarra' 'libghc-smtp-mail-dev' 'sim4' 'upse123' 'libx32asan4-dbg' 'gdc-6-multilib-s390x-linux-gnu' 'lib32tinfo5' 'vdr-plugin-remote' 'emboss-doc' 'libkf5compactdisc-data' 'g++-6-s390x-linux-gnu' 'geany' 'runoverssh' 'libspe2-doc' 'libc++-dev' 'gcc-7-alpha-linux-gnu-base' 'tuxpuck' 'ssl-cert-check' 'libgcrypt20-doc' 'inxi' 'node-ecc-jsbn' 'gpiod' 'dkimproxy' 'llvm-9-runtime' 'linux-modules-extra-4.18.0-1006-gcp' 'network-manager-iodine' 'libfilehandle-unget-perl' 'divxenc' 'gr-fcdproplus' 'ruby-backports' 'linux-buildinfo-4.15.0-1031-aws' 'lib32gphobos-7-dev-amd64-cross' 'libfontenc-dev' 'libnunit-doc' 'meshio-tools' 'python-gd-dbg' 'python-flask-login-doc' 'lib64go13-dbg-mipsel-cross' 'libxml-compile-dumper-perl' 'libghc-concurrent-output-prof' 'gliese' 'libhtml-restrict-perl' 'ruby-rails-assets-blueimp-gallery' 'python3-dbf' 'libguichan-0.8.1-1v5' 'python3-dbg' 'linux-tools-4.15.0-1047-aws' 'linux-modules-4.15.0-1052-kvm' 'libprison-dev' 'gfortran-8-arm-linux-gnueabi' 'golang-github-yuin-gopher-lua-dev' 'iso-codes' 'gobjc-6-multilib-i686-linux-gnu' 'libcdk5-dev' 'ttf-bitstream-vera' 'node-babel-messages' 'silx' 'libssh2-1' 'libgo13-powerpcspe-cross' 'python-sip-dbg' 'language-pack-or-base' 'python3-pyghmi' 'libcpan-inject-perl' 'pyscanfcs' 'libaccounts-glib-dev' 'python3-tnetstring' 'libthread-sigmask-perl' 'ppl-dev' 'cura-engine' 'live-boot-initramfs-tools' 'node-babel-plugin-syntax-class-constructor-call' 'timblserver' 'libspatial4j-0.4-java' 'fonts-sil-andika-compact' 'simh' 'libhugs-unix-bundled' 'libreiser4-dev' 'python3-fakeredis' 'gfortran-7-riscv64-linux-gnu' 'tryton-modules-account-invoice-stock' 'python3-examples' 'libgfortran5-dbg-mipsel-cross' 'pd-xbee' 'g++-7-m68k-linux-gnu' 'libghc-storable-record-dev' 'linux-buildinfo-4.18.0-20-generic' 'g++-arm-linux-gnueabihf' 'cowbell' 'default-jre-headless' 'claws-mail-mailmbox-plugin' 'libghc-persistent-sqlite-dev' 'cluster-glue-dev' 'gir1.2-appindicator-0.1' 'python-svn' 'python-treq-doc' 'libnet-imap-simple-perl' 'python-flask-testing' 'mcabber' 'libi8x-dev' 'pd-upp' 'libnet-https-nb-perl' 'dvdauthor' 'multitime' 'libjnr-constants-java-doc' 'libghc-twitter-conduit-dev' 'abgate' 'libinline-python-perl' 'librobust-http-client-java' 'libsprng2' 'libkate-tools' 'gccgo-riscv64-linux-gnu' 'lubuntu-core' 'python-xcbgen' 'cli-spinner' 'libecore-ipc1' 'libjs-chartkick.js' 'libasan2-dbg-arm64-cross' 'libghc-transformers-base-dev' 'idanish' 'peony-xattr-tags' 'ioprocess' 'ubuntustudio-fonts' 'libc6-dev-mips64-mipsn32-cross' 'python-drslib' 'instead-doc-ru' 'kio-smpq' 'python3-ddt' 'libbyte-buddy-java-doc' 'libsac-java-doc' 'libmldbm-perl' 'quake4-server' 'gnome-power-manager' 'midisport-firmware' 'tdsodbc' 'golang-github-benbjohnson-tmpl-dev' 'passenger-doc' 'g++-7-alpha-linux-gnu' 'libnpth-mingw-w64-dev' 'python-trollius-redis' 'libapache2-mod-ldap-userdir' 'libtinyxml2.6.2v5-dbg' 'linux-modules-5.0.0-1021-gcp' 'r-cran-pkgconfig' 'astromatic' 'libt-digest-java-doc' 'libtext-mediawikiformat-perl' 'gucharmap' 'vdr-plugin-dvd' 'libgeo-distance-xs-perl' 'libghc-silently-dev' 'libutf8-all-perl' 'xfce4-appfinder' 'exabgp' 'storymaps' 'selinux-policy-mls' 'fcitx-table-tamil-remington' 'linux-headers-4.15.0-1022-oracle' 'libctpp2-2v5' 'python-sha3' 'linux-tools-4.18.0-17-lowlatency' 'python-boto3' 'linux-modules-nvidia-418-5.0.0-1021-aws' 'node-proper-lockfile' 'geary' 'python3-dev' 'percona-xtrabackup-test' 'libghc-data-default-doc' 'node-content-type' 'libmono-zeroconf-cil-dev' 'php-symfony-ldap' 'devio' 'screen' 'linux-tools-4.15.0-1030-oem' 'rng-tools5' 'liblwgeom-2.4-0' 'gfortran-6-sh4-linux-gnu' 'python-sip-dev' 'ssh-cron' 'g++-6-multilib-i686-linux-gnu' 'libkf5sysguard5' 'libgrpc++1' 'golang-github-bowery-prompt-dev' 'php-horde-elasticsearch' 'gir1.2-networkmanager-1.0' 'libkf5xmlrpcclient-data' 'libguestfs-hfsplus' 'libastro-fits-header-perl' 'python-okasha' 'lib64objc-6-dev-powerpc-cross' 'libpoet-perl' 'golang-github-paulbellamy-ratecounter-dev' 'python3-sasmodels' 'fonts-tlwg-purisa-otf' 'basilisk2' 'libgdata-common' 'libsidutils0' 'chemical-mime-data' 'votca-csg-tutorials' 'libcroco3' 'libghc-parallel-doc' 'linux-modules-nvidia-430-5.3.0-1008-azure' 'python3-osc-lib' 'libini-config-dev' 'libstdc++-8-dev-armel-cross' 'python-pyqt5.qtmultimedia-dbg' 'acpid' 'node-console-group' 'libwine-dev' 'node-formidable' 'r-cran-utf8' 'python-xtermcolor' 'libgfortran5-dbg-alpha-cross' 'musl-tools' 'golang-github-rackspace-gophercloud-dev' 'wput' 'linux-image-unsigned-4.15.0-1021-gcp' 'python-obsub' 'linux-tools-4.18.0-21-lowlatency' 'opensips-jabber-module' 'wicd-gtk' 'libguichan-allegro-0.8.1-1v5' 'libdigest-md5-file-perl' 'lib32asan3-ppc64-cross' 'linux-headers-4.15.0-1073-oem' 'linux-buildinfo-4.15.0-1053-kvm' 'libfilesys-smbclient-perl' 'ubuntu-edu-tertiary' 'libopenscenegraph-3.4-dev' 'python-django-registration' 'libconfig-model-backend-augeas-perl' 'tex-common' 'libhash-moreutils-perl' 'price.app' 'chemps2' 'python3-avro' 'votca-csg-scripts' 'libboost-exception1.62-dev' 'language-pack-kk-base' 'sysinfo' 'liboctovis-dev' 'libobjc4-dbg-i386-cross' 'libkproperty3-dev' 'libucto2' 'ruby-simple-form' 'libvisp-vs3.1' 'xserver-xorg-xmir' 'golang-github-svent-go-nbreader-dev' 'linux-modules-4.15.0-1056-oem' 'libwebp6' 'linux-modules-4.18.0-15-lowlatency' 'python3-django-jinja' 'libdist-zilla-plugin-autometaresources-perl' 'hyphygui' 'linux-headers-5.0.0-15' 'linux-headers-5.0.0-16' 'linux-headers-5.0.0-17' 'linux-headers-5.0.0-19' 'lib64stdc++6-7-dbg-i386-cross' 'sympow-data' 'nethack-common' 'linux-modules-4.18.0-16-generic' 'libnx-x11-dev' 'python-oslosphinx' 'libobject-signature-perl' 'libhash-merge-perl' 'fonts-noto-unhinted' 'language-pack-nds' 'libjs-angular-gettext' 'linux-tools-4.15.0-1010-gcp' 'libglobus-gridmap-callout-error-dev' 'python-dingus' 'open-vm-tools-desktop' 'libreoffice-l10n-gug' 'montage' 'libghc-minimorph-doc' 'liblept5' 'sisc' 'liblvm2cmd2.02' 'libvibe-crypto-dev' 'csound-data' 'lua-cqueues' 'r-bioc-savr' 'vlc-plugin-video-output' 'convert-pgn' 'pypy-schema' 'node-static-module' 'linux-buildinfo-5.3.0-1008-azure' 'cpulimit' 'libgpr1-dev' 'ruby-cal-heatmap-rails' 'kaffeine' 'libts-bin' 'linux-headers-5.0.0-20' 'icdiff' 'gitsome' 'libshell-perl' 'python-keystonemiddleware' 'git-ftp' 'musica' 'linux-headers-5.0.0-23' 'librecad-data' 'linux-headers-5.0.0-25' 'libantlr3c-antlrdbg-3.2-0' 'python-django-downloadview' 'sisu' 'ironic-api' 'libyaml-dev' 'linux-headers-5.0.0-27' 'gcc-5-plugin-dev-arm-linux-gnueabihf' 'libvtk-dicom-dev' 'linux-headers-5.0.0-29' 'freemedforms-emr-doc-en' 'opendrim-lmp-battery' 'libghc-hint-dev' 'yubioath-desktop' 'gcc-5-powerpc-linux-gnuspe-base' 'libtre5' 'libusb-1.0-0' 'python3-libolecf' 'gobjc++-5-aarch64-linux-gnu' 'libmarble-dev' 'hplip-data' 'asterisk-moh-opsound-g722' 'denemo-data' 'nvidia-384-dev' 'php-horde-mail-autoconfig' 'python-sqlalchemy' 'libboost-mpi1.62.0' 'gobjc++-7-powerpc-linux-gnuspe' 'python-bondpy' 'libdist-zilla-role-bootstrap-perl' 'libxdmf3' 'node-raw-body' 'libfwts1' 'linux-image-5.0.0-35-generic' 'tesseract-ocr-script-laoo' 'prometheus-mysqld-exporter' 'python-kaa-metadata' 'linux-headers-5.0.0-31' 'libgit-version-compare-perl' 'python3-json-pointer' 'linux-headers-5.0.0-32' 'python3-markupsafe-dbg' 'libcamera-info-manager-dev' 'xfig-libs' 'linux-headers-5.0.0-35' 'cairo-dock-dbus-plug-in-interface-ruby' 'glbsp' 'linux-headers-5.0.0-36' 'libqgsttools-p1' 'vamp-plugin-sdk-doc' 'linux-headers-5.0.0-37' 'g++-8-multilib-sparc64-linux-gnu' 'libsaxonb-java-doc' 'lib64gfortran-6-dev' 'shelr' 'libubertooth-dev' 'freemedforms-emr-doc-fr' 'libghc-finite-field-prof' 'fookebox' 'gccgo-7-doc' 'libjs-getobject' 'libgmp10-doc' 'libghc-smtp-mail-doc' 'lua-luxio0' 'python-cement-doc' 'linux-modules-4.15.0-1036-gcp' 'copyright-update' 'gcc-5-multilib-sparc64-linux-gnu' 'libsass0-dbg' 'kindleclip' 'node-resolve' 'linux-image-4.15.0-1018-oem' 'golang-github-inconshreveable-muxado-dev' 'linux-modules-4.18.0-1012-gcp' 'libgnat-8-dbg-hppa-cross' 'libint2-2' 'gnome-keyring' 'watcher-applier' 'xfonts-bolkhov-75dpi' 'lib64stdc++-7-dev-mipsel-cross' 'xul-ext-https-finder' 'reniced' 'python-django-casclient-doc' 'linux-image-4.15.0-1045-aws' 'vcmi' 'libasan4-dbg-ppc64-cross' 'qml-module-org-kde-kquickcontrolsaddons' 'libglobus-ftp-control-dev' 'linux-headers-5.0.0-1016-aws' 'python3-jsmin' 'syslog-ng-mod-smtp' 'wesnoth-1.12-music' 'google-chrome-unstable' 'linux-headers-4.15.0-55-lowlatency' 'python-ttystatus' 'libgo7-powerpcspe-cross' 'eiskaltdcpp-daemon' 'asmixer' 'ubiquity-casper' 'fonts-tlwg-purisa' 'claws-mail-pgpinline' 'ocaml-batteries-included' 'debpear' 'libknopflerfish-osgi-framework-java' 'libqt53danimation5' 'python-pybtex-docutils-doc' 'libbarcode-datamatrix-png-perl' 'botan1.10-dbg' 'libgdk3.0-cil-dev' 'gobjc++-i686-linux-gnu' 'libecc0' 'libcdk5-doc' 'libignition-math2' 'libghc-safe-exceptions-dev' 'node-inquirer' 'anytun' 'libignition-math4' 'webkit2gtk-driver' 'ruby-ttfunk' 'python-vcr-doc' 'python-aws-requests-auth' 'syslog-ng-mod-xml-parser' 'ubuntukylin-wallpapers-bionic' 'libgpaste-common' 'libaccounts-glib-doc' 'gobjc-8-multilib-arm-linux-gnueabi' 'python-traceback2' 'libjwt0' 'games-all' 'kactivities-bin' 'opendrim-lmp-sensors' 'suru-icon-theme' 'aspell-pt-pt' 'librdf-trine-perl' 'havp' 'hunspell-de-med' 'pbuilder' 'libsfstdc++6-armhf-cross' 'libghc-ircbot-dev' 'bnfc' 'fuji' 'linux-buildinfo-5.0.0-27-lowlatency' 'ruby-facebox-rails' 'libjboss-classfilewriter-java-doc' 'v4l2loopback-source' 'copyfs' 'libconfig9' 'fonts-sambhota-yigchung' 'libghc-storable-record-doc' 'libqtdbusmock1-common' 'default-jdk' 'python3-gunicorn' 'libkf5akonadicore-bin' 'network-manager-iodine-gnome' 'libghc-persistent-sqlite-doc' 'libart-2.0-dev' 'ubuntu-packaging-guide-html-de' 'libgraphite2-utils' 'ttf-adf-baskervald' 'eag-healpix-java-doc' 'kvmtool' 'uwsgi-plugin-greenlet-python' 'libgovirt2' 'sitesummary' 'mir-doc' 'libghc-twitter-conduit-doc' 'linux-cloud-tools-4.18.0-1014-azure' 'language-pack-gd-base' 'libsequence-library-java' 'libgpp4f-0' 'xserver-xorg-input-synaptics' 'ogmrip' 'puppet-module-puppetlabs-stdlib' 'gcc-6-locales' 'python-flexmock' 'oysttyer' 'libqpdf21' 'libpackage-pkg-perl' 'openssl1.0' 'libghc-tasty-dev' 'libghc-transformers-base-doc' 'xclip' 'mingw-w64-common' 'gir1.2-granite-1.0' 'libsnack-oss' 'linux-buildinfo-4.15.0-1057-oem' 'libpbcopper-dev' 'python3-scoop' 'tagainijisho-dic-de' 'python-django-housekeeping' 'libghc-twitter-types-lens-prof' 'python3-fiona' 'libasan2-ppc64-cross' 'linux-headers-gke-4.15' 'libghc-xdg-basedir-prof' 'libkdgcommons-java' 'haxe' 'lib32gfortran-7-dev-amd64-cross' 'ienglish-common' 'python-urlobject' 'python3-xstatic-angular-lrdragndrop' 'libwebservice-cia-perl' 'librabbitmq4' 'monodoc-hyena-manual' 'python-oslo.utils' 'ubuntu-packaging-guide-html-es' 'abcde' 'gccgo-6-multilib-powerpc64-linux-gnu' 'mingetty' 'linux-image-unsigned-5.0.0-1031-gcp' 'kobodeluxe' 'libsocket++1' 'debian-policy' 'linux-buildinfo-5.0.0-31-lowlatency' 'libjs-qtip2' 'lib32go9-ppc64-cross' 'python3-dns' 'pybit-web' 'fheroes2-pkg' 'insighttoolkit4-examples' 'lua-torch-cwrap' 'fonts-comic-neue' 'lib32gfortran4-dbg' 'libghc-silently-doc' 'brother-cups-wrapper-extra' 'libgfortran-5-dev-i386-cross' 'libopenhpi-dev' 'libnet-dns-fingerprint-perl' 'google-android-platform-14-installer' 'linux-tools-4.18.0-1018-azure' 'newlisp' 'brltty-espeak' 'ubuntustudio-photography' 'a2ps' 'dbeacon' 'libldb1' 'liblingua-stem-snowball-perl' 'geotranz-help' 'node-is-binary-path' 'tagainijisho-dic-en' 'libvisp-sensor3.1-dbg' 'linux-headers-4.15.0-1010-kvm' 'libefivar1' 'linux-cloud-tools-5.0.0-16-lowlatency' 'python3-doc' 'ruby-poppler' 'r-cran-whisker' 'attal-themes-medieval' 'yubico-piv-tool' 'tagainijisho-dic-es' 'python3-qtile' 'xorg-server-source' 'fcitx-table-wanfeng' 'tesseract-ocr-script-latn' 'ibus-rime' 'libswagger2-perl' 'ubuntu-packaging-guide-html-fr' 'python3-ceilometerclient' 'alac-decoder' 'zemberek-server' 'libidzebra-2.0-mod-dom' 'ruby-i18n-inflector' 'python-sip-doc' 'qtwebengine5-dev-tools' 'te923con' 'python-tap' 'libkf5kdelibs4support5' 'linux-cloud-tools-5.3.0-26-generic' 'python-tau' 'libjtds-java' 'libextunix-ocaml-dev' 'libgnupg-perl' 'node-async-each' 'libboost-math-dev' 'liquidsoap-plugin-lastfm' 'gladtex' 'libset-tiny-perl' 'libgnatprj6-dev-armhf-cross' 'linux-modules-nvidia-418-aws-edge' 's3d-doc' 'tagainijisho-dic-fr' 'libtest-mock-lwp-perl' 'puppet-module-puppetlabs-mysql' 'network-manager-config-connectivity-debian' 'libfreesrp-dev' 'tftp-hpa-dbg' 'linux-buildinfo-4.15.0-1037-gcp' 'mrtgutils' 'libghc-pipes-safe-dev' 'lsscsi' 'x86info' 'python3-dpm' 'python-diaspy' 'packagekit-command-not-found' 'linux-buildinfo-4.18.0-1013-gcp' 'python3-djangorestframework-gis' 'linux-tools-4.18.0-1013-gcp' 'libplexus-bsh-factory-java' 'openocd' 'python-hiro-doc' 'linux-tools-5.0.0-1017-gke' 'libirman0' 'libquantlib0v5' 'd-rats' 'xserver-xorg' 'libnet-frame-layer-icmpv6-perl' 'libghc-warp-dev' 'libghc-bindings-nettle-prof' 'libhttp-message-perl' 'python3-librecaptcha' 'libsyndication4' 'uwsgi-plugin-emperor-pg' 'linux-cloud-tools-5.0.0-20-lowlatency' 'netmrg' 'libsfgphobos68-armhf-cross' 'libiculx60' 'octave-vlfeat' 'formiko' 'prelude-utils' 'node-copy-descriptor' 'libroslib-dev' 'node-dryice' 'libsimage-dev' 'python-sunpinyin' 'python-nose2-doc' 'vcsh' 'linux-cloud-tools-5.0.0-25-generic' 'libnewmat10ldbl' 'varscan' 'language-pack-be-base' 'gir1.2-matedesktop-2.0' 'python-ginga' 'libmonosgen-2.0-dev' 'grisbi-common' 'compass-yui-plugin' 'libclass-trigger-perl' 'linux-headers-4.18.0-1007-aws' 'booth' 'libtmglib3' 'libandroid-dex-java' 'growl-for-linux' 'gir1.2-gssdp-1.0' 'gfortran-7-doc' 'libsolr-java' 'python-drizzle-testdata' 'barrage' 'python-mapbox-vector-tile' 'numad' 'bootp' 'python-senlinclient' 'libgcc1-riscv64-cross' 'g++-sh4-linux-gnu' 'libsfml-window2.4' 'libsezpoz-java' 'libantlr3c-3.2-0' 'libjson-simple-java' 'gobjc-6-multilib-mips-linux-gnu' 'r-other-nitpick' 'bacula-server' 'node-minimatch' 'qml-module-org-kde-kquickcontrols' 'libglobus-gridmap-callout-error-doc' 'gnome-calendar' 'libkf5mime-data' 'ufiformat' 'python-tdb' 'ddtp-translations' 'libconcurrent-java-doc' 'dmsetup' 'libghc-cipher-aes-dev' 'dc-qt' 'ros-desktop' 'ssmtp' 'libkodiplatform16' 'stx-btree-demo' 'libpcap0.8-dbg' 'python-pathlib2' 'libghc-binary-orphans-prof' 'golang-github-odeke-em-cli-spinner-dev' 'linux-modules-4.15.0-1036-gke' 'libfaad-ocaml' 'python-hachoir-urwid' 'libconfig-mvp-slicer-perl' 'bogofilter-sqlite' 'libreoffice-script-provider-js' 'python-meld3' 'cl-visualization-msgs' 'gcc-multilib-x86-64-linux-gnux32' 'libacme-eyedrops-perl' 'bacula' 'python-tds' 'opencolorio-tools' 'python-tf2' 'lib32gphobos71-dbg' 'fortune-mod' 'lib32cilkrts5-dbg' 'libyaml-doc' 'libjs-jquery-timeago' 'libqt4-sql-psql' 'libpath-tiny-perl' 'node-ipaddr.js' 'libghc-hint-doc' 'libayatana-appindicator0.1-cil-dev' 'node-prop-types' 'python-opcua-tools' 'changetrack' 'tagainijisho-dic-it' 'libglobus-gssapi-error-dev' 'r-base-core-dbg' 'libghc-hint-prof' 'libkwinglutils11' 'libdb5.3-dbg' 'python3-aeidon' 'jovie' 'python-pymysql-doc' 'libghc-strict-dev' 'libnet-arp-perl' 'php-composer-semver' 'libgeonames-common' 'python3-renderpm-dbg' 'linux-modules-nvidia-390-4.15.0-1025-oracle' 'xserver-xorg-video-r128' 'python3-dsv' 'doodled' 'koji-common' 'python3-scour' 'cpdb-backend-cups' 'python-nbsphinx-doc' 'fcode-utils' 'libstdc++6-6-dbg-x32-cross' 'libxstream-java' 'autocutsel' 'pd-ggee' 'ruby-typed-array' 'libbg2-doc' 'libboost-python1.62-dev' 'libpicard-java' 'libnet-google-authsub-perl' 'tix-dev' 'fonts-woowa-hanna' 'libcconv0' 'libjrosetta-java' 'libgf-complete1' 'qt5-style-plugins' 'libmoox-aliases-perl' 'libmoosex-types-datetime-perl' 'libjs-jquery-resize' 'libtracker-miner-doc' 'gnubiff' 'qml-module-qtquick-privatewidgets' 'owslib-doc' 'libdolfin-dev' 'python3-roman' 'gap-sonata' 'libopenhft-chronicle-wire-java' 'libjs-eonasdan-bootstrap-datetimepicker' 'tkremind' 'libglobus-ftp-control-doc' 'libgnatprj5-dbg-armhf-cross' 'python-hunspell' 'archipel-agent-virtualmachine-oomkiller' 'httpfs2' 'libvisp-detection3.1' 'etw-data' 'gretl-data' 'libpst-dev' 'liberis-1.3-dev' 'nsca-ng-server' 'python-junitxml' 'gcc-multilib-i686-linux-gnu' 'antlr3-gunit-maven-plugin' 'libxml-atom-microformats-perl' 'golang-github-gophercloud-gophercloud-dev' 'altermime' 'python-django-nose' 'lmicdiusb' 'libzephyr4-krb5' 'libsolv-perl' 'node-p-timeout' 'freewnn-cserver' 'linux-image-5.0.0-1023-aws' 'python3-pyfai' 'libvisp-ar-dev' 'ppp-gatekeeper' 'libsimple-xml-java-doc' 'linux-headers-4.15.0-1041-aws' 'python-getdns' 'gir1.2-gucharmap-2.90' 'libextutils-cchecker-perl' 'libghc-safe-exceptions-doc' 'libretro-genesisplusgx' 'libnl-route-3-200' 'olsrd-gui' 'gnucash-docs' 'gnuminishogi' 'soapysdr0.6-module-mirisdr' 'python3-sqlsoup' 'ubuntu-mate-wallpapers-legacy' 'fuse' 'xserver-xorg-video-siliconmotion' 'r-cran-httpuv' 'asterisk-moh-opsound-gsm' 'libsfgfortran3-dbg-armhf-cross' 'pd-plugin' 'libcatalyst-model-adaptor-perl' 'fp-units-math' 'g++-6-multilib-mips-linux-gnu' 'libb-utils-perl' 'libffado2' 'libkdecore5' 'libecm1' 'libpcap0.8-dev' 'noiz2sa-data' 'ubuntu-app-test' 'aiksaurus' 'unity-lens-music' 'libghc-ircbot-doc' 'gdb-msp430' 'libxqilla6v5' 'libghc-lambdabot-irc-plugins-prof' 'augeas-doc' 'libradosstriper1' 'libqt5bluetooth5-bin' 'codegroup' 'argon2' 'python-filelock' 'lib32objc-5-dev-s390x-cross' 'mini-httpd' 'libhsqldb1.8.0-java' 'yaws-chat' 'libgnat-8-hppa-cross' 'openbve-data' 'golang-libgeoip-dev' 'dictfmt' 'neutron-l2gateway-agent' 'libwin-hivex-perl' 'qtbase5-dev-tools' 'ruby-rqrcode' 'wise-doc' 'librtfilter1-dbg' 'quorum' 'libghc-hpack-prof' 'ada-reference-manual-2005' 'libdb5.3-dev' 'scim-gtk-immodule' 'libufpidentity-dev' 'libghc-enummapset-th-dev' 'libmaven-resources-plugin-java' 'libhfcilkrts5-dbg-armel-cross' 'gdc-powerpc64le-linux-gnu' 'libxml-namespacefactory-perl' 'sipcrack' 'libghc-pandoc-dev' 'eclib-tools' 'libtrilinos-zoltan2-12' 'python-pypdf2' 'libghc-tasty-doc' 'heimdall-flash' 'libbluetooth3-dbg' 'libpng-sixlegs-java' 'golang-github-seiflotfy-cuckoofilter-dev' 'libtemplate-plugin-lingua-en-inflect-perl' 'libpgplot-perl' 'mapnik-vector-tile' 'pysdl2-doc' 'liblua5.2-0-dbg' 'budgie-wallpapers' 'libmail-spf-xs-perl' 'libteamdctl0' 'python3-d2to1' 'python3-html5lib' 'node-through2-filter' 'libghc-persistent-prof' 'fonts-lyx' 'chaosreader' 'libdiscid-dev' 'librte-pmd-ring17.11' 'libvips42' 'libdds-dev' 'gccgo-8-multilib-sparc64-linux-gnu' 'simulpic' 'linux-image-5.0.0-29-lowlatency' 'openhpi-plugin-sysfs' 'cpl-plugin-naco-calib' 'puppet-module-nova' 'fonts-junicode' 'ada-reference-manual-2012' 'libdiscover-dev' 'node-tap-parser' 'adabrowse' 'python-egenix-mxbeebase-doc' 'libxine2-xvdr' 'libgomp1-dbg-i386-cross' 'ax25mail-utils' 'python-prov-doc' 'libkadm5srv8-heimdal' 'bikeshed' 'winetricks' 'python-django-nova' 'libequinox-p2-director-app-java' 'analitza-common' 'r-bioc-genomeinfodb' 'linux-buildinfo-4.15.0-1037-gke' 'libcomerr2' 'libghc-yesod-auth-oauth-prof' 'libmysofa-utils' 'libvibe-inet-dev' 'gfortran-7-aarch64-linux-gnu' 'python-schroot' 'lib32stdc++-8-dev-x32-cross' 'libn32gfortran5-mipsel-cross' 'node-unset-value' 'libghc-foldl-prof' 'libgo9-dbg-armel-cross' 'libpixelmed-codec-java' 'games-sport' 'python-httmock' 'python3-pydocstyle' 'libgnome-desktop-3-dev' 'libgpgmepp6' 'cantor-backend-python' 'coolmail' 'python3-static3' 'ctfutils' 'ruby-omniauth-cas3' 'libgnuradio-osmosdr0.1.4' 'libsapi-dev' 'gconf2-common' 'ssg-base' 'drascula-german' 'libx32gfortran5-dbg' 'python-socketpool' 'jquery-jplayer-circleplayer' 'reprounzip' 'libalgorithm-lbfgs-perl' 'fusiondirectory-plugin-user-reminder' 'kttsd' 'python-odf-doc' 'lib32go9-dbg-s390x-cross' 'linux-image-unsigned-4.18.0-1025-azure' 'python3-websockets' 'gccgo-aarch64-linux-gnu' 'dmtcp-dbg' 'gobjc-8-multilib-mips64el-linux-gnuabi64' 'libldl2' 'libgcc-5-dev-i386-cross' 'gnome-shell-extension-hide-veth' 'libeztrace0' 'libglade2-0' 'libmustache-java' 'libspice-client-glib-2.0-dev' 'linux-tools-4.15.0-1020-kvm' 'libwinpr-environment0.1' 'neurodebian-popularity-contest' 'lift' 'opennebula-flow' 'moblin-sound-theme' 'gir1.2-zpj-0.0' 'libboost-numpy-dev' 'libglobus-gss-assist3' 'libc6-dbg-mipsel-cross' 'probert' 'libkrb5-3' 'libgupnp-igd-1.0-4' 'lcmaps-plugins-basic-dummy' 'opencryptoki' 'liballegro5-dev' 'libghc-pipes-safe-doc' 'r-bioc-biostrings' 'meterbridge' 'node-cross-spawn' 'g++-6-multilib-arm-linux-gnueabihf' 'literki' 'python3-django-sekizai' 'libmono-system-serviceprocess4.0-cil' 'containerd.io' 'node-rtcninja' 'libghc-warp-doc' 'tagainijisho-dic-pt' 'minia' 'dosfstools' 'python-ipaserver' 'octave-struct' 'linux-buildinfo-5.0.0-1008-oracle' 'libtk-doubleclick-perl' 'libcwd-doc' 'python-graphy' 'libgsound-dev' 'python-pandas' 'libosgi-core-java-doc' 'libxml-commons-resolver1.1-java-doc' 'elpa-olivetti' 'libu1db-qt5-dev' 'r-cran-its' 'node-socket.io-parser' 'default-jre' 'ruby-fuzzyurl' 'python-fs-plugin-s3' 'liblog4j-extras1.2-java-doc' 'python-pyfits' 'libtext-markdown-perl' 'libapache2-mod-auth-openid' 'linux-image-unsigned-4.15.0-29-lowlatency' 'ptask' 'musescore-common' 'linux-image-4.15.0-58-lowlatency' 'gtk-clearlooks-gperfection2-theme' 'pangoterm' 'libkf5kdelibs4support-data' 'gccgo-7-multilib-x86-64-linux-gnux32' 'dot2tex' 'libgcc-5-dev-mips64el-cross' 'xubuntu-icon-theme' 'mx44' 'pyvcf' 'liblog4ada3' 'swi-prolog-bdb' 'python-xmltodict' 'libhfubsan1-armel-cross' 'petname' 'astro-telescopecontrol' 'whiff' 'libmialm3' 'monodoc-taglib-manual' 'libxml-feed-perl' 'libx32objc-7-dev-amd64-cross' 'librccgtk2-0' 'node-sequencify' 'libglom-1.30-dev' 'rasmol' 'slashem-gtk' 'python-osmapi' 'python-cairo-dbg' 'trove-guestagent' 'libddccontrol0' 'python-pyiosxr' 'python3-yowsup' 'ubuntu-packaging-guide-html-ru' 'lamarc' 'python-omniorb' 'python3-oslo-serialization' 'libsmdev-dev' 'gobjc++-mips-linux-gnu' 'squid-langpack' 'linux-modules-4.15.0-1046-kvm' 'libequinox-p2-reconciler-dropins-java' 'python-augeas' 'linux-buildinfo-4.15.0-44-lowlatency' 'golang-github-sergi-go-diff-dev' 'linux-image-unsigned-4.18.0-18-generic' 'dleyna-renderer' 'fastaq' 'python3-signaller' 'python-kubernetes' 'libghc-cipher-aes-doc' 'tenmado' 'liblatex-encode-perl' 'libghc-cryptohash-prof' 'd-push' 'python3-doublex' 'xmlroff' 'libghc-mmorph-prof' 'lib64gphobos71-dbg-x32-cross' 'gfortran-5-powerpc-linux-gnuspe' 'autotools-dev' 'libavformat57' 'xmir-hwe-16.04' 'libghc-gnutls-dev' 'ubuntukylin-desktop' 'sqwebmail-de' 'libmapscript-java' 'python-cinder' 'libspreadsheet-xlsx-perl' 'php-horde-history' 'gcc-8-sh4-linux-gnu' 'tagainijisho-dic-ru' 'libtime-modules-perl' 'node-lcid' 'python3-axolotl' 'papi-tools' 'libopen-trace-format-dev' 'libxenomai-dev' 'libkf5texteditor5' 'trove-common' 'ceilometer-agent-compute' 'gfortran-x86-64-linux-gnux32' 'grml-debootstrap' 'ewipe' 'foxeye' 'sagemath-database-mutually-combinatorial-designs' 'ffmsindex' 'libxcb-present-dev' 'mbmon' 'libpreludedb7-pgsql' 'libglobus-gssapi-error-doc' 'libgphobos68-dbg-amd64-cross' 'linux-image-unsigned-4.15.0-33-lowlatency' 'libevent-dev' 'fonts-lindenhill' 'linux-image-4.15.0-62-lowlatency' 'libjama-java-doc' 'lib32asan3-dbg' 'extra-cmake-modules' 'libghc-strict-doc' 'sunclock-maps' 'sugar-sliderpuzzle-activity' 'libtemplate-plugin-class-perl' 'fonts-cwtex-fs' 'fuzz' 'bitz-server-doc' 'libn32gcc1-dbg-mips-cross' 'libotbmonteverdigui-6.4-1' 'umegaya' 'librte-pci17.11' 'gfortran-8-multilib-i686-linux-gnu' 'aajm' 'libisal-dev' 'twinkle-common' 'libreoffice-report-builder-bin' 'libstdc++-7-pic-mips64-cross' 'php-horde-image' 'elpa-ert-expectations' 'libcpan-changes-perl' 'fxload' 'libcglib-nodep-java' 'libconfig-model-cursesui-perl' 'winff-gtk2' 'r-cran-colorspace' 'libcogl20' 'octave-bim' 'librpmsign8' 'lua-luxio-doc' 'libghc-yesod-dev' 'linux-modules-5.3.0-28-generic' 'etoys' 'linux-modules-nvidia-418-5.0.0-1029-azure' 'apcalc-dev' 'libgnatvsn6-dbg-amd64-cross' 'libgdchart-gd2-noxpm' 'libgfortran3-dbg-armhf-cross' 'tagainijisho-dic-th' 'linux-image-unsigned-4.15.0-1035-oem' 'latexdiff' 'python-tox' 'r-cran-boolnet' 'gdc-8-multilib-mips64-linux-gnuabi64' 'devscripts-el' 'libmethod-autoload-perl' 'binutils-arm-linux-gnueabi-dbg' 'libqt4-declarative-folderlistmodel' 'libotbsampling-6.4-1' 'libgphobos-8-dev-amd64-cross' 'hindsight' 'ubuntu-packaging-guide-html-uk' 'calculix-ccx-doc' 'tagainijisho-dic-tr' 'libmodule-install-copyright-perl' 'gnome-common' 'libqsopt-ex2' 'libhawtjni-runtime-java' 'libmath-calculus-expression-perl' 'libbit-vector-minimal-perl' 'libmath-spline-perl' 'linux-image-4.18.0-13-lowlatency' 'libncbi-wvdb2' 'bustle' 'python2.7-dbg' 'linux-image-4.15.0-1008-kvm' 'libgssapi-krb5-2' 'm17n-lib-mimx' 'globus-gram-job-manager-sge-setup-poll' 'connectagram-data' 'xserver-xorg-video-qxl' 'libhud-gtk1' 'libcaffe-cuda1' 'jupyter-nbconvert' 'python-oslo-versionedobjects-doc' 'libcasa-images2' 'passwordmaker-cli' 'python-cairo-dev' 'libdazzle-1.0-dev' 'libkf5config-data' 'libghc-diagrams-solve-dev' 'nagvis' 'argonaut-fuse-module-opsi' 'xstarfish' 'liballjoyn1604' 'astro-tasks' 'libmotif-dev' 'fireqos' 'libkf5purpose-bin' 'xfce4-sensors-plugin' 'libthunarx-2-0' 'trnascan-se-common' 'libcrypt-ciphersaber-perl' 'asterisk-core-sounds-ru-g722' 'python-jira-doc' 'python-zope.pagetemplate' 'libmed-dev' 'linux-tools-4.15.0-1024-oem' 'lilo' 'linux-modules-5.0.0-27-generic' 'cifer' 'libemail-sender-perl' 'golang-github-gokyle-twofactor-dev' 'clang-tidy-6.0' 'gem-plugin-sgi' 'libstdc++6-6-dbg-mips-cross' 'python-spyne' 'linux-tools-4.15.0-1051-aws' 'equivs' 'libwmaker-dev' 'libgo11-powerpc-cross' 'python-xmltv' 'python-musicbrainzngs-doc' 'clisp-module-dbus' 'libjava-gmsh3' 'libcinnamon-menu-3-0' 'pkg-config-hppa-linux-gnu' 'libdacs1' 'libkal-dev' 'libghc-readline-dev' 'libdmapsharing-3.0-dev' 'libarpack++2-dev' 'fauhdlc' 'keystone' 'golang-github-hashicorp-go-immutable-radix-dev' 'xfireworks' 'libcatmandu-perl' 'libghc-hlint-dev' 'libghc-enummapset-th-doc' 'open-font-design-toolkit' 'gsfonts-other' 'fonts-ricty-diminished' 'libjuniversalchardet-java' 'golang-github-prometheus-client-model-dev' 'jfractionlab' 'liquidsoap-plugin-dssi' 'strigi-client' 'libghc-pandoc-doc' 'python3-pypuppetdb' 'libgcc-6-dev-x32-cross' 'libauthen-htpasswd-perl' 'libwinpr-credentials0.1' 'python3-libevt' 'soapysdr-tools' 'linux-headers-4.18.0-16-generic' 'wswiss' 'node-auto-bind' 'gsequencer' 'libgphobos-dev' 'liblangtag-common' 'libfsharp-data-typeproviders4.4-cil' 'libdiscid-doc' 'libvcs-lite-perl' 'undertime' 'linux-headers-4.15.0-1067-oem' 'linux-buildinfo-4.15.0-1047-kvm' 'libm17n-im-config0' 'libcrypt-dh-gmp-perl' 'libghc-enumerator-prof' 'python-statsd' 'python3-pystache' 'cairo-dock-alsamixer-plug-in' 'herculesstudio' 'kamailio-lua-modules' 'abcm2ps' 'cflow' 'node-should' 'node-package-json' 'libgisicomm0' 'skalibs-dev' 'dolphin' 'python3-cupshelpers' 'libgo11-ppc64el-cross' 'python-tsk' 'golang-goprotobuf-dev' 'libpkcs11-helper1-dev' 'libevt-dev' 'cl-parse-number' 'libemail-thread-perl' 'usbredirserver' 'fftw-dev' 'libaugeas0' 'kdelibs-bin' 'libgnatcoll-xref17.0.2017-dev' 'xserver-xorg-video-intel-hwe-18.04-dbg' 'giira' 'libassa-3.5-5-dbg' 'libstdc++-5-pic-powerpc-cross' 'python2.7-dev' 'libclass-field-perl' 'libpjsip-simple2' 'libghc-web-routes-hsp-prof' 'ppsh' 'sbrsh' 'lib64go7-dbg-mipsel-cross' 'coco-cpp' 'alt-key' 'cwltool' 'opencl-headers' 'x11proto-print-dev' 'mosquitto-dbg' 'libghc-hmatrix-dev' 'golang-github-pointlander-jetset-dev' 'linux-modules-extra-4.18.0-17-generic' 'gcin-gtk2-immodule' 'liblouisutdml-data' 'libolap4j-java-doc' 'php-doctrine-inflector' 'liboasis3-0d' 'libinteractive-markers-dev' 'python3-uritemplate' 'python3-werkzeug' 'lios' 'libkfbapi1' 'inetutils-telnet' 'libmldbm-sync-perl' 'tryton-modules-stock-supply' 'gtimer' 'libpcp-web1' 'libghc-ed25519-prof' 'node-shasum' 'vde2' 'libstdc++6-m68k-cross' 'libgnat-5-armel-cross' 'python-straight.plugin-doc' 'libqjson0' 'r-cran-tikzdevice' 'binutils-riscv64-linux-gnu' 'xserver-xorg-input-libinput-hwe-18.04' 'libqt5texttospeech5' 'openbsc-dev' 'libhmat-oss-dev' 'libmupen64plus2' 'libghc-derive-prof' 'python3-djangorestframework-generators' 'gccgo-6-sparc64-linux-gnu' 'node-d3-polygon' 'python3-stsci.tools' 'python3-kajiki' 'libfsoframework3' 'lua-uri' 'translate-toolkit' 'libsnappy1v5' 'libx32gcc1-i386-cross' 'maradns-zoneserver' 'nagios-check-xmppng' 'db5.3-doc' 'fontforge-nox' 'ruby-email-validator' 'tiger-otheros' 'linux-image-5.0.0-1029-gcp' 'aapt' 'libstdc++-5-pic-ppc64el-cross' 'libjline-java-doc' 'libej-dev' 'pgxnclient' 'libforge-dev' 'libqt53dcore5' 'golang-github-go-macaron-csrf-dev' 'python3-ecdsa' 'lib32objc-8-dev-amd64-cross' 'linux-headers-4.15.0-36-generic' 'lib32go9-sparc64-cross' 'lua-torch-graph' 'libgsound-doc' 'libjnr-posix-java-doc' 'libhttrack-dev' 'libu1db-qt5-doc' 'ceph-common' 'node-is-path-inside' 'libgluegen2-build-java' 'freebayes' 'jetring' 'libgo9-dbg-x32-cross' 'custodia' 'mate-polkit-bin' 'xserver-xorg-video-vesa' 'cvsservice' 'node-validator' 'python3-notify2' 'timidity-daemon' 'siscone-doc-html' 'python-jsonrpclib' 'linux-modules-4.18.0-1006-gcp' 'libgudev1.0-cil' 'libmath-combinatorics-clojure' 'pdfresurrect' 'libguestfs-gfs2' 'libkf5idletime5' 'linux-image-4.15.0-1039-aws' 'git-big-picture' 'libvaladoc-0.40-0' 'gcc-multilib-mips-linux-gnu' 'python-libsvm' 'linux-tools-4.15.0-34-lowlatency' 'linux-cloud-tools-virtual-hwe-18.04' 'libappmenu-gtk-parser-dev-common' 'python-derpconf' 'libgnuradio-trellis3.7.11' 'libuima-core-java' 'akonadiconsole' 'libpod-weaver-plugin-ensureuniquesections-perl' 'lirc' 'ruby-tinder' 'trigger-rally-data' 'libapache2-mod-python-doc' 'med-laboratory' 'lib64go7-powerpc-cross' 'libghc-patience-dev' 'golang-github-dgryski-go-bitstream-dev' 'texmaker' 'ifrench-gut' 'libvdeplug-dev' 'yorick-ynfft' 'libassa-3.5-5-dev' 'rurple-ng' 'nexuiz-data' 'trafficserver' 'node-babel-plugin-transform-react-jsx' 'libgexiv2-dev' 'libghc-gnutls-doc' 'plasma-workspace' 'nexuiz' 'apertium-id-ms' 'mosquitto-dev' 'python-natsort-doc' 'libkf5networkmanagerqt6' 'libhsail-rt0-dbg-x32-cross' 'relion-bin' 'microcom' 'node-fancy-log' 'axe-demultiplexer' 'python-django-extdirect' 'bitlbee' 'kacpimon' 'golang-gopkg-vmihailenco-msgpack.v2-dev' 'direnv' 'wmxres' 'kodi-pvr-mediaportal-tvserver' 'libpam-barada' 'libcsfml-network2.4' 'opencl-clhpp-headers-doc' 'perltidy' 'linux-modules-5.0.0-1015-gke' 'libatlas3-base' 'libsfml-network2.4' 'python3-pbconsensuscore' 'gif2png' 'lib32mpx0' 'libmodello-maven-plugin-java' 'lib32mpx2' 'language-pack-he-base' 'python-cysignals-pari' 'python-zope.annotation' 'linux-tools-5.0.0-1021-gcp' 'wmcore' 'ukui-themes' 'slang-wildcard' 'glusterfs-client' 'libcrossguid-dev' 'libperl4-corelibs-perl' 'lysdr' 'libjersey1-servlet-java' 'gobjc-6-sparc64-linux-gnu' 'libplexus-cli-java-doc' 'courier-faxmail' 'python3-libapparmor' 'xserver-xorg-input-joystick-hwe-18.04' 'dhcpcd-gtk' 'liblog-report-lexicon-perl' 'linux-image-unsigned-4.18.0-1011-azure' 'libzerg-perl' 'qtxmlpatterns5-examples' 'r-cran-int64' 'quiterss' 'r-bioc-biocparallel' 'node-expect.js' 'python3-mockupdb' 'lib64gphobos71-x32-cross' 'libghc-yesod-doc' 'synapse-dbg' 'libuniversal-isa-perl' 'libtagcoll2-dev' 'libpython3.6-minimal' 'obs-utils' 'libservlet3.1-java' 'tracker-extract' 'php-psr-http-message' 'libhash-withdefaults-perl' 'xtrlock' 'libghc-th-lift-prof' 'libobjc4-dbg-mips-cross' 'lincity-ng' 'libpackage-new-perl' 'golang-github-go-openapi-jsonreference-dev' 'fastml' 'linux-modules-4.15.0-32-lowlatency' 'python3-google-compute-engine' 'libgcc-5-dev' 'libverto-libevent1' 'libtask-kensho-config-perl' 'linux-tools-5.0.0-1010-oem-osp1' 'linux-headers-5.0.0-1028-oem-osp1' 'west-chamber-common' 'poc-streamer' 'python-levenshtein' 'asylum-data' 'libtaskmanager6' 'python3-sphinxcontrib.spelling' 'linux-image-unsigned-5.0.0-1025-gcp' 'libjersey1-fastinfoset-java' 'parlatype-libreoffice-helpers' 'libeclipse-core-resources-java' 'lib64stdc++6-7-dbg-mips-cross' 'libzeroc-ice3.7' 'fonts-lobstertwo' 'python3-django-webpack-loader' 'liblttng-ust0' 'python3-iowait' 'libbambamc0' 'libmamacpp0' 'libopenjp2-7' 'gnat-8-powerpc-linux-gnuspe' 'elpa-flycheck' 'stressant' 'aconnectgui' 'linux-modules-4.15.0-52-generic' 'konwert' 'linux-modules-4.15.0-1040-gcp' 'libfwup1' 'librecommended-perl' 'libghc-diagrams-solve-doc' 'lua-wsapi' 'spacearyarya' 'g++-8-sh4-linux-gnu' 'xmms2-plugin-xml' 'liblua50' 'libreoffice-mysql-connector' 'libdist-zilla-plugin-test-notabs-perl' 'libmono-relaxng4.0-cil' 'linux-image-unsigned-5.3.0-1013-azure' 'ruby-amazon-ec2' 'r-cran-logspline' 'python-problem-report' 'tryton-modules-stock-package-shipping-ups' 'libdiodon0' 'libmigrate-parsetree-ocaml-dev' 'libmed-doc' 'libfile-path-expand-perl' 'tldr-py' 'liblxqt-l10n' 'python-kivy-examples' 'systemd-cron' 'lib64gphobos-7-dev-i386-cross' 'python-latexcodec' 'ukwm-common' 'libstdc++-8-dev-ppc64-cross' 'gnat-7-powerpc64le-linux-gnu' 'khelpcenter' 'libghc-hsini-prof' 'libclass-accessor-chained-perl' 'tryton-modules-carrier-percentage' 'python3-pygit2' 'libx11-freedesktop-desktopentry-perl' 'rabbitvcs-gedit' 'libcommons-digester-java-doc' 'libgcc-6-dev-powerpcspe-cross' 'python-flask-limiter-doc' 'libkf5attica5' 'libjs-bootstrap-tour' 'pkg-config-x86-64-linux-gnux32' 'libgfortran-8-dev-sparc64-cross' 'elpa-writegood-mode' 'liblambda-term-ocaml' 'python-blinker' 'libqpid-proton8-dev-doc' 'virt-what' 'libghc-readline-doc' 'longrun' 'netplan.io' 'python3-biotools' 'libghc-set-extra-dev' 'node-diacritics' 'gmemusage' 'gcc-5-aarch64-linux-gnu-base' 'libghc-hlint-doc' 'games-education' 'linux-modules-5.0.0-1007-oracle' 'linux-buildinfo-4.18.0-1007-gcp' 'libcufftw9.1' 'texlive-metapost-doc' 'linux-tools-4.18.0-1007-gcp' 'mgltools-sff' 'liwc' 'libjpeg-turbo8-dbg' 'golang-github-docker-goamz-dev' 'kwstyle' 'daemonfs' 'libisofs6' 'python-scrypt' 'python-mapscript' 'libcatalyst-view-json-perl' 'kalgebra-common' 'python3-pymemcache' 'libfest-util-java-doc' 'cpp-6-arm-linux-gnueabi' 'libghc-haskell-lexer-dev' 'muon-updater' 'librsvg2-dev' 'emdebian-archive-keyring' 'libcryptx-perl' 'python-enum34-doc' 'hping3' 'libcqrlib2' 'r-cran-gmodels' 'python-fysom' 'libghc-yi-language-dev' 'certmonger' 'libxmp-dev' 'libxbean-java' 'libobjc-8-dev-mipsel-cross' 'astromenace' 'libghc-io-streams-dev' 'libmoo-perl' 'xserver-xorg-input-libinput-dev-hwe-18.04' 'openscenegraph-examples' 'libglobus-xio-gsi-driver-dev' 'python-psutil' 'node-querystring-es3' 'liblua5.1-luacsnd' 'skalibs-doc' 'libeda0' 'mate-window-buttons-applet' 'gccgo-8-multilib-i686-linux-gnu' 'deskmenu' 'epic4' 'epic5' 'liblapack-doc-man' 'libsub-infix-perl' 'starlink-ttools-java' 'git-gui' 'open-isns-server' 'libjoda-time-java-doc' 'kde-telepathy-contact-list' 'libjs-leaflet' 'python-voluptuous' 'node-has-ansi' 'libjoptsimple-java' 'libnet-amazon-s3-tools-perl' 'xpat2' 'linux-image-5.0.0-1029-gke' 'fastqc' 'python2.7-doc' 'invada-studio-plugins-ladspa' 'planet-venus' 'libpangoft2-1.0-0' 'libkf5xmlrpcclient-dev' 'libeclipse-jdt-apt-pluggable-core-java' 'libjxr0' 'comerr-dev' 'tesseract-ocr-chi-sim-vert' 'libghc-hmatrix-doc' 'libinotify-ocaml-dev' 'python3-toolz' 'mocassin' 'libghc-bzlib-prof' 'libjs-rickshaw' 'libcgi-simple-perl' 'python-stdnum' 'cockpit-pcp' 'liblttng-ust-python-agent0' 'libfsotransport3' 'fort77' 'lib64asan5-dbg-x32-cross' 'crossfire-doc' 'libtest-file-contents-perl' 'libglobus-gsi-openssl-error-dev' 'openguides' 'ri-li' 'libplb1' 'python-hglib' 'bird-doc' 'libmrml1-dev' 'kwalletmanager' 'python-twython' 'texlive-font-utils' 'slapd-smbk5pwd' 'python3-dulwich' 'libkyotocabinet-dev' 'bodr' 'libqupzilla-dev' 'libmediainfo-dev' 'linux-image-5.0.0-1025-azure' 'lib64stdc++6-8-dbg-mipsel-cross' 'linux-image-4.15.0-64-generic' 'python-logutils-doc' 'wbrazilian' 'hddemux' 'genwqe-tools' 'thunar-media-tags-plugin' 'fusiondirectory-plugin-dhcp-schema' 'linux-cloud-tools-4.15.0-44-lowlatency' 'libow-perl' 'prover9-doc' 'libnetapp-perl' 'resource-agents' 'clang-5.0-doc' 'libmsiecf1' 'r-cran-uuid' 'kiki-the-nano-bot' 'libobjc-7-dev-armel-cross' 'golang-github-google-shlex-dev' 'libsquirrel3-0' 'clusterssh' 'libghc-yesod-auth-oauth-dev' 'lua-apr-dev' 'libcreal-ocaml-dev' 'fsmark' 'libopts25-dev' 'nautilus-script-debug' 'vzquota' 'spyder-common' 'libghc-random-fu-dev' 'gfortran-8-multilib-mips-linux-gnu' 'ruby-mail' 'autogrid-test' 'wesnoth-1.12-tools' 'snort-doc' 'deluge-gtk' 'texlive-lang-spanish' 'ghc-mod-el' 'xrestop' 'config-package-dev' 'python-cloudkittyclient' 'libsvnkit-java' 'php-mdb2-driver-mysql' 'pysrs-bin' 'libjpeg-turbo8-dev' 'libgfortran-7-dev-armhf-cross' 'tigr-glimmer' 'libstrigihtmlgui-dev' 'compiz-plugins-main-dev' 'libmoosex-types-set-object-perl' 'gcc-5-mips64-linux-gnuabi64' 'terminology-data' 'ats-lang-anairiats-examples' 'ruby-bootstrap-sass' 'libfile-find-object-rule-perl' 'mingw-w64-tools' 'libc6-dbg-mipsr6-cross' 'golang-github-xanzy-go-cloudstack-dev' 'gresistor' 'gworldclock' 'designate-agent' 'libfyba0' 'libvanessa-adt1' 'python3-ssoclient' 'biabam' 'freetts' 'libsteptalk0' 'libstdc++6-6-dbg-sparc64-cross' 'python3-crcmod' 'python-releases' 'cl-brlapi' 'libbellesip-dev' 'libicsharpcode-nrefactory5.0-cil' 'python3-phabricator' 'nordugrid-arc-gridftpd' 'libgfortran-5-dev-mips-cross' 'llvm-3.9' 'python-dbus-dbg' 'lib64ncurses5' 'libopenturns0.10-dbg' 'libpostproc-dev' 'libsocket++-dev' 'stretchplayer-dbg' 'linux-image-unsigned-4.15.0-1021-oracle' 'librte-ethdev17.11' 'frama-c-base' 'linux-headers-4.15.0-1008-oem' 'poppler-utils' 'libpdfrenderer-java' 'xserver-xorg-video-vmware-hwe-18.04' 'libenv-sanctify-perl' 'libgnatprj5-powerpc-cross' 'wmfire' 'libghc-patience-doc' 'yabause-qt' 'telepathy-accounts-signon' 'linux-tools-generic' 'linux-headers-4.15.0-1035-aws' 'linux-modules-5.0.0-35-lowlatency' 'libldap-ocaml-dev' 'python-neutron-taas' 'python-zope.schema' 'binutils-arm-linux-gnueabihf-dbg' 'libmrm4' 'martian-modem' 'timgm6mb-soundfont' 'dbus-x11' 'libgexiv2-doc' 'linux-headers-4.18.0-1011-aws' 'libotf-bin' 'libplack-test-agent-perl' 'qfits-tools' 'libghc-chell-dev' 'erlang-public-key' 'gnat-8-sjlj-sh4-linux-gnu' 'pesign' 'lib32go9-dbg-ppc64-cross' 'openalpr' 'python3-sphinx-paramlinks' 'libterm-shell-perl' 'octave-biosig' 'python-sysv-ipc' 'gnat-8-doc' 'libghc-oo-prototypes-prof' 'cherrytree' 'libjs-ie7' 'cppcheck-gui' 'spacefm-gtk3' 'ruby-lapack' 'libdvbpsi-dev' 'libghc-ofx-prof' 'libmojolicious-plugin-bcrypt-perl' 'linux-image-unsigned-5.0.0-1025-gke' 'r-cran-mgcv' 'python-mini-buildd' 'python3-sagenb-export' 'summain' 'pmake' 'lib64gfortran5-dbg-x32-cross' 'libotf0-dbg' 'libopengl-perl' 'fcitx-table-erbi' 'node-expand-tilde' 'libcatalyst-engine-apache-perl' 'libboost-test1.62-dev' 'php-horde-stream' 'libcolor-calc-perl' 'linux-modules-4.15.0-1040-gke' 'libmx-bin' 'pdns-backend-pgsql' 'libedf1' 'libjansson-dev' 'libmetview-dev' 'nvidia-libopencl1-346-updates' 'libghc-vector-space-points-prof' 'linux-cloud-tools-4.18.0-1006-azure' 'linux-image-4.15.0-1037-azure' 'python-pymodbus' 'icebreaker' 'libcurlpp0' 'libverbiste-dev' 'python-zookeeper' 'libnfqueue-perl' 'libgnatprj5-ppc64el-cross' 'ruby-net-sftp' 'libtiff-opengl' 'libparse-http-useragent-perl' 'libghc-hmatrix-prof' 'exo-utils' 'forge-doc' 'libvslvm-utils' 'aqsis' 'python-ipaclient' 'xkeycaps' 'libarcus3' 'llvm-4.0-tools' 'libghc-data-accessor-mtl-prof' 'node-find-up' 'php-validate' 'sslscan' 'tachyon' 'gobjc++-6-aarch64-linux-gnu' 'libx32phobos-5-dev-i386-cross' 'gcc-6-mips64el-linux-gnuabi64-base' 'libomxil-bellagio0-components-fbdevsink' 'games-typing' 'libghc-bytestring-mmap-prof' 'libwxsqlite3-3.0-dev' 'libjs-jquery-ui-theme-south-street' 'grub-ipxe' 'libosmocore-utils' 'libgcc-8-dev-mips-cross' 'libjglobus-gridftp-java' 'python-mpltoolkits.basemap-dbg' 'xcolmix' 'ruby-guard-shell' 'node-url-parse-lax' 'libfile-queue-perl' 'linux-modules-nvidia-435-5.3.0-28-lowlatency' 'vrfydmn' 'libc6-dev-mips64-cross' 'fsniper' 'libt3window0' 'libdirectfb-dev' 'linux-modules-nvidia-418-5.0.0-1031-gcp' 'skktools' 'gnuserv' 'python3-traits' 'libmad-ocaml' 'libsocialweb-client2' 'ibritish-large' 'python-dbus-dev' 'x11proto-dri3-dev' 'python3-epr' 'libghc-syb-dev' 'atanks-data' 'libterralib3' 'libpg-hstore-perl' 'language-pack-gnome-fur-base' 'fsm-lite' 'linux-headers-5.0.0-1016-azure' 'python3-polib' 'python-neutron-lib-doc' 'validns' 'pythia8-data' 'pidgin-themes' 'fusiondirectory-plugin-community-schema' 'libpmi0-dev' 'budgie-desktop-common' 'obexfs' 'xhtml-relaxng' 'libgtkgl2.0-1' 'ipfm' 'postgresql-10-pgrouting-doc' 'libcmap4' 'libmigrate-parsetree-ocaml-doc' 'pcsx2-dbg' 'libdtkwidget2' 'libring-codec-clojure' 'libstdc++-8-pic-alpha-cross' 'golang-github-go-macaron-inject-dev' 'node-editor' 'designate-doc' 'python-pytest-forked' 'libplacebo4' 'kdepim-runtime' 'gdc-s390x-linux-gnu' 'libplacebo7' 'tiny-initramfs-core' 'libalberta4' 'nova-api-metadata' 'qtwebview5-doc-html' 'postfix' 'lib32go4' 'libbio-scf-perl' 'python-openscap' 'wordgrinder-x11' 'libgusb2' 'libgdome2-cpp-smart0v5' 'lib32go7' 'libtsm3' 'cl-lw-compat' 'python3-fabio' 'lib32go9' 'hexcurse' 'gfortran-7-multilib-sparc64-linux-gnu' 'node-batch' 'python-github' 'archipel-agent-virtualmachine-snapshoting' 'libb-hooks-op-check-perl' 'phototonic' 'python3-gflags' 'geoclue-localnet' 'libsundials-cvode2' 'gir1.2-avahi-0.6' 'gsm-utils' 'gquilt' 'libghc-set-extra-doc' 'giggle-terminal-view-plugin' 'libgo7-dbg-arm64-cross' 'elpa-el-x' 'vnstati' 'python-potr' 'libpod-readme-perl' 'sslsniff' 'libgtk-vnc-2.0-dev' 'libboost-context1.65-dev' 'doris' 'python-silo' 'python3-dnspython' 'python3-jedi' 'maven-ant-helper' 'liblingua-en-syllable-perl' 'libaspectj-java' 'libtowitoko-dev' 'purify' 'enchant' 'python-silx' 'libghc-haskell-lexer-doc' 'libghc-statestack-dev' 'crashmail' 'librsvg2-doc' 'libgit-pureperl-perl' 'libjs-jquery-caret.js' 'python3-pytest-localserver' 'libgraflib1-dev' 'swig-sphinxbase' 'libglobus-gssapi-gsi4' 'ipadic' 'libflint-arb-dev' 'libdbix-safe-perl' 'netsniff-ng' 'libghc-yi-language-doc' 'libtotem-dev' 'libmagick++-6.q16-7' 'libmaven-shared-io-java' 'redmine-plugin-local-avatars' 'gobjc-7-powerpc-linux-gnu' 'python3-piston-mini-client' 'gcc-8-plugin-dev-powerpc-linux-gnu' 'nova-novncproxy' 'libghc-io-streams-doc' 'libn32gfortran-5-dev-mips-cross' 'libglobus-xio-gsi-driver-doc' 'bolt' 'libxml-encoding-perl' 'python-nmea2' 'libboolstuff-0.1-0-dbg' 'gcc-5-doc' 'gri-pdf-doc' 'libjxgrabkey-doc' 'hashcat-data' 'network-manager-strongswan' 'barcode-dbg' 'libaether-java' 'libsip-api-java' 'gir1.2-appindicator3-0.1' 'unity-scope-firefoxbookmarks' 'liblog4cxx10v5' 'node-indent-string' 'libdata-serializer-perl' 'cassiopee' 'eficas' 'libsejda-java' 'libdbustest1' 'libencode-hanextra-perl' 'libapacheds-kerberos-codec-java' 'ipig' 'gir1.2-gmime-2.6' 'torus-trooper-data' 'octave-secs1d' 'fh2odg' 'alsa-source' 'xfce4-power-manager' 'golang-1.8' 'golang-1.9' 'gir1.2-libmsi-1.0' 'libpam-ldap' 'ipip' 'php7.2-bz2' 'g++-7-arm-linux-gnueabi' 'libglobus-gsi-openssl-error-doc' 'libkf5grantleetheme5' 'cloud-init' 'linux-buildinfo-4.15.0-1041-gke' 'ruby-rails-assets-underscore' 'libjsonrpccpp-common0-dbg' 'codec2' 'libdatetime-format-w3cdtf-perl' 'libmonoboehm-2.0-1' 'ubuntustudio-controls' 'python3-colour' 'golang-github-paulrosania-go-charset-dev' 'lammps-doc' 'lua-penlight-dev' 'makepasswd' 'python-ufl' 'swift-object' 'ruby-charlock-holmes' 'libmediainfo-doc' 'linux-headers-4.15.0-66-lowlatency' 'softflowd' 'libghc-dependent-map-dev' 'xdemorse' 'ruby-liquid' 'proftpd-mod-autohost' 'python-zope.app.zopeappgenerations' 'libpll0' 'libfreehdl0' 'zmakebas' 'octave-secs2d' 'python-ufw' 'cl-lparallel' 'libopentoken6.1-dev' 'libavfilter6' 'ruby-ae' 'libbliss-dev' 'remote-tty' 'liblrm2-dev' 'libn32go9-mipsel-cross' 'cipux-rpcd' 'ruby-ya2yaml' 'python-tempest-lib' 'libghc-yesod-auth-oauth-doc' 'lua-apr-doc' 'python3-mimeparse' 'lib32gfortran4-dbg-mips64-cross' 'pocketsphinx' 'libghc-random-fu-doc' 'python3-pygal' 'akonadi-server' 'libtrilinos-pike12' 'drumkv1' 'xmms2-scrobbler' 'libnexus0-java' 's-nail' 'golang-github-mwitkow-go-conntrack-dev' 'android-libselinux' 'libopkele3v5' 'libqt4-xmlpatterns' 'linux-cloud-tools-4.15.0-43-generic' 'sahara-api' 'python-zc.catalog' 'libghc-pcre-light-prof' 'libdsme0' 'ubuntu-keyring' 'libcommons-configuration-java-doc' 'libwww-robotrules-perl' 'wmressel' 'linux-headers-5.0.0-1026-gcp' 'libaa1' 'nova-cells' 'libqscintilla2-doc' 'fcitx-table-cangjie-big' 'devrplay3' 'liboscpack1' 'ltrsift-dbg' 'stm32flash' 'angband-audio' 'hamradio-sdr' 'firefox-geckodriver' 'abci' 'xemacs21-mule-canna-wnn' 'libtest-warnings-perl' 'dict-freedict-deu-kur' 'linux-headers-4.15.0-70-lowlatency' 'python3-ltfatpy' 'lib32gfortran4-ppc64-cross' 'nautilus-gtkhash' 'libdancer-plugin-database-core-perl' 'lib32objc-6-dev' 'lttng-modules-dkms' 'language-pack-gnome-et-base' 'binutils-aarch64-linux-gnu' 'gcal-common' 'libghc-hmt-dev' 'skyview-java-doc' 'node-prepend-http' 'bopm' 'python-yattag' 'libatinject-jsr330-api-java-doc' 'squid-cgi' 'libx32asan2-dbg' 'unison' 'python-lazr.config-doc' 'libstartup-notification0-dev' 'gnat-5-sjlj' 'python-medusa-doc' 'linux-modules-nvidia-390-4.15.0-1066-oem' 'libghc-chell-doc' 'libdate-calc-perl' 'libstdc++-4.8-dev' 'libjs-jquery-textchange' 'pythoncard' 'libooptools-dev' 'libubsan1-dbg-armhf-cross' 'libocas-dev' 'libunity-gtk-parser-dev-common' 'ruby-cabin' 'linux-modules-extra-4.18.0-1004-gcp' 'libnghttp2-14' 'linux-cloud-tools-4.15.0-64-generic' 'libcollada-urdf0d' 'pdns-backend-opendbx' 'linux-tools-4.15.0-1018-oem' 'libc-icap-mod-contentfiltering' 'davfs2' 'libtss0' 'liblapack3' 'ruby-grack' 'letterize' 'python3-pyqt4-dbg' 'golang-github-manyminds-api2go-dev' 'accountsservice-ubuntu-schemas' 'libn32stdc++-6-dev-mips64-cross' 'libvisp-blob3.1-dbg' 'fnfxd' 'apt-venv' 'residualvm-data' 'linux-tools-4.15.0-1045-aws' 'linux-modules-4.15.0-1050-kvm' 'avro-bin' 'nova-compute-xen' 'microdc2' 'google-android-build-tools-21-installer' 'argonaut-fai-server' 'elpa-parsebib' 'yabause-common' 'golang-1.9-race-detector-runtime' 'libcrypt-dh-perl' 'python3-vertica' 'cdbackup' 'python3-commando' 'ttf-adf-verana' 'libdbi-test-perl' 'avarice' 'libn32gfortran3-mips64-cross' 'gstreamer1.0-alsa' 'pqiv' 'libatomic1-dbg-x32-cross' 'python-twisted-core' 'libjansson-doc' 'lib64go11-i386-cross' 'qt5-image-formats-plugins' 'gobjc++-6-x86-64-linux-gnux32' 'fizmo-sdl2' 'lib64gphobos76-i386-cross' 'xtide' 'php-http' 'libdaemon0-dbg' 'python3-whoosh' 'libkf5akonadicalendar-data' 'libkryo-java-doc' 'pwrkap' 'libscamperfile0' 'libpackage-constants-perl' 'ruby-eb' 'ruby-daemons' 'fonts-sil-annapurna' 'libosmocodec0' 'libterralib-dev' 'libbio-primerdesigner-perl' 'librarian-dev' 'cl-qmynd' 'libgles2-mesa' 'libgssdp-1.0-dev' 'qtdeclarative5-dev' 'libslurm-perl' 'liblapacke' 'node-process' 'libgfortran-8-dev-mipsel-cross' 'libplib-dev' 'emelfm2' 'libgo9-dbg-ppc64-cross' 'python-whois' 'golang-github-fsnotify-fsnotify-dev' 'mu-cade' 'pvm-examples' 'tcl-thread' 'dict-freedict-nno-nob' 'gcc-8-mipsel-linux-gnu' 'scolily' 'libcpanel-json-xs-perl' 'libatdgen-ocaml' 'libnet-z3950-zoom-perl' 'extsmail' 'gccgo-8-multilib-mips-linux-gnu' 'tntnet-doc' 'pysycache-buttons-crapaud' 'pd-wiimote' 'php-horde-prefs' 'rdnssd' 'libghc-adjunctions-dev' 'budgie-window-mover-applet' 'gitlab-shell' 'fvwm' 'bosh' 'python-ddt-doc' 'liburi-fetch-perl' 'libavogadro-dev' 'libui-utilcpp9v5' 'libisl-dev' 'python-dbus-doc' 'r-cran-sandwich' 'python3-designateclient' 'libgnatprj6-dbg-i386-cross' 'update-motd' 'liblastfm-fingerprint1' 'linux-cloud-tools-5.0.0-31-lowlatency' 'libghc-syb-doc' 'language-pack-ne-base' 'gir1.2-xkl-1.0' 'tntdb-sqlite4v5' 'cyphesis-cpp-clients' 'libmath-clipper-perl' 'linux-image-unsigned-4.15.0-54-generic' 'checkbot' 'python-django-bitfield' 'nunit' 'libsss-sudo' 'libgf2x-dev' 'libhealpix-cxx-dev' 'python3-rstr' 'glom-doc' 'bomberclone' 'qxgedit' 'sdl-ball' 'libgphoto2-port12' 'tora-dbg' 'libseccomp2' 'galternatives' 'python3-ndg-httpsclient' 'libcrypt-des-ede3-perl' 'libxml-atom-service-perl' 'art-nextgen-simulation-tools' 'libgtkspell0' 'python-django-pyscss' 'vdr-plugin-svdrpservice' 'python3-pyqt5.qtserialport' 'gearhead2-sdl' 'linux-image-4.15.0-1012-kvm' 'ruby-tokyocabinet' 'ibus-table-cangjie' 'libapache2-mod-webkdc' 'heaptrack-gui' 'pikopixel.app' 'hugepages' 'libbpp-seq-omics3' 'libosip2-dev' 'freeciv-sound-standard' 'libqscintilla2-qt4-13-dbg' 'libexception-handler-perl' 'language-pack-gnome-mai-base' 'lsh-server' 'skylighting' 'util-linux-locales' 'bilibop' 'libghc-exceptions-prof' 'bleachbit' 'ruby-gd' 'python3-mygpoclient' 'libclass-mixinfactory-perl' 'ippl' 'libsfstdc++-6-dev-armhf-cross' 'vlc-plugin-svg' 'mate-utils-common' 'aolserver4-nsopenssl' 'libpackagekit-glib2-18' 'libghc-relational-schemas-prof' 'golang-github-denverdino-aliyungo-dev' 'gst123' 'e2fsprogs-l10n' 'luola-data' 'minuet-dev' 'libjinput-java' 'libumfpack5' 'librtcom-telepathy-glib0' 'libghc-x509-system-dev' 'libboost-iostreams1.65-dev' 'libcrack2' 'libkf5messageviewer-plugins' 'libn32gomp1-dbg-mips64el-cross' 'byacc-j' 'python-zope.component-test' 'libldb-dev' 'libstream-buffered-perl' 'libpocojson50' 'libirs-export160' 'libghc-lambdahack-prof' 'libgetdns10' 'libjavaparser-java-doc' 'lua-rrd-dev' 'language-pack-gnome-am-base' 'lib32gfortran-8-dev' 'libghc-statestack-doc' 'libscscp-doc' 'osmocom-nitb' 'modemmanager-dev' 'kexi-mysql-driver' 'qastools-common' 'libdata-compare-perl' 'finger' 'speex-doc' 'libflint-arb-doc' 'farpd' 'libmaliit0' 'concordance' 'libfap-dev' 'postgresql-10-repmgr' 'ruby-remotipart' 'science-mathematics' 'ufo2otf' 'libaec-tools' 'libbudgietheme0' 'gnat-5-alpha-linux-gnu' 'libshine-dev' 'libregexp-java-doc' 'libqt53dlogic5' 'ifrit' 'libgnatprj6-dev-ppc64el-cross' 'libmruby-dev' 'libghc-aeson-qq-dev' 'libzlui-gtk' 'gdc-multilib-powerpc64-linux-gnu' 'libserd-dev' 'glib-networking-services' 'asterisk-core-sounds-es-wav' 'bluez-hcidump' 'gnat-8-sjlj-sparc64-linux-gnu' 'gccgo-5-multilib-powerpc64-linux-gnu' 'python-mpltoolkits.basemap-doc' 'libkf5gravatar5' 'python3-argcomplete' 'libconfig-gitlike-perl' 'libghc-contravariant-dev' 'bovo' 'librdf-query-perl' 'gir1.2-tracker-2.0' 'libusbmuxd-dev' 'robotfindskitten' 'darnwdl' 'linux-image-4.15.0-1023-azure' 'python3-setoolsgui' 'libjbigi-jni' 'python3-ujson' 'linux-buildinfo-4.15.0-1051-kvm' 'python-snappy' 'libio-stty-perl' 'libgeronimo-validation-1.0-spec-java' 'ricochet' 'gobjc++-8-mips64-linux-gnuabi64' 'python3-txtorcon' 'libmoosex-has-options-perl' 'dvbstream' 'node-lazy-cache' 'libghc-ixset-prof' 'hexchat' 'pd-aubio' 'libkubuntu1' 'cclive' 'python-xapian' 'glbinding-tools' 'geany-plugin-sendmail' 'gnome-accessibility-themes' 'linux-headers-5.0.0-1026-gke' 'kopano-webapp-folderwidgets' 'python3-poppler-qt5' 'libghc-wai-http2-extra-dev' 'libeatmydata1' 'eclipse-mylyn-tasks-github' 'r-cran-rsprng' 'fonts-okolaks' 'libaac-tactics-coq' 'vdr-plugin-streamdev-client' 'libk3b-dev' 'libnodeletlib-dev' 'w3c-xsd-xslt' 'libkolabxml-dev' 'python3-tango' 'libghc-dependent-map-doc' 'debconf-kde-data' 'science-robotics' 'jbibtex-base' 'libgio3.0-cil-dev' 'libtree-simple-perl' 'python3-django-auth-ldap' 'gfortran-8-aarch64-linux-gnu' 'libplasma-geolocation-interface5' 'dfcgen-gtk' 'python3-nltk' 'lib32gfortran5-dbg-x32-cross' 'libogre-1.9-dev' 'landscape-common' 'libfltk1.3-compat-headers' 'libpa-structural-sexp-camlp4-dev' 'eclipse-cdt-qt' 'gcc-8-powerpc-linux-gnu-base' 'gosa-plugin-webdav' 'libnetfilter-cttimeout1-dbg' 'gfortran-7-multilib-mips64-linux-gnuabi64' 'fonts-tlwg-typewriter-otf' 'libfelix-shell-java' 'matchbox-window-manager' 'libsctp1' 'gobjc++-6-hppa-linux-gnu' 'libghc-terminal-progress-bar-dev' 'libwww-wikipedia-perl' 'python3-ripe-atlas-sagan' 'libghc-th-expand-syns-dev' 'science-nanoscale-physics-dev' 'libdynaloginclient-1-0' 'python3-flask-testing' 'povray-doc' 'asterisk-dahdi' 'ruby-semverse' 'nsis-doc' 'python-mongoengine' 'salt-formula-cinder' 'postfwd' 'liblimesuite-dev' 'actionaz' 'cpp-5-aarch64-linux-gnu' 'libsikulixapi-doc' 'libgraphics-colorutils-perl' 'linux-headers-4.15.0-52-generic' 'alien-hunter' 'node-grunt-contrib-coffee' 'ideviceinstaller-dbg' 'libghc-yi-mode-haskell-prof' 'librte-kni17.11' 'libnet-prometheus-perl' 'gir1.2-colordgtk-1.0' 'libghc-sha-dev' 'libre-ocaml-dev' 'libtasn1-bin' 'iwidgets4' 'krecipes-data' 'libdvbcsa-dev' 'libgtk2-ex-simple-list-perl' 'supybot' 'gap-scscp' 'rpm2cpio' 'libfko-python' 'pypy-py' 'thunar-data' 'ruby-httparty' 'gobjc-mipsel-linux-gnu' 'python-easywebdav' 'libemail-mime-contenttype-perl' 'libbatteries-ocaml-dev' 'eclipse-cdt-valgrind' 'libmoosex-storage-perl' 'python-pyvisa-py' 'libcanna1g-dev' 'elpa-py-autopep8' 'libstdc++6-7-dbg' 'libheadius-options-java-doc' 'gccgo-5-doc' 'libghc-hmt-doc' 'libmumps-ptscotch-5.1.2' 'node-set-immediate-shim' 'qtquickcontrols5-doc-html' 'libbiococoa2' 'linux-modules-4.15.0-1034-gcp' 'linux-headers-virtual-hwe-16.04' 'grub-efi' 'coco-doc' 'python3-ldap3' 'libmodule-find-perl' 'purity' 'elpa-ediprolog' 'gdc-5-multilib-arm-linux-gnueabihf' 'gobjc++-7-multilib-s390x-linux-gnu' 'libstdc++-4.8-doc' 'linux-headers-5.0.0-1007-oracle' 'gir1.2-gudev-1.0' 'golang-github-cyberdelia-go-metrics-graphite-dev' 'libghc-wai-app-static-prof' 'language-pack-gnome-ta-base' 'linux-image-4.15.0-1043-aws' 'rarcrack' 'libraw1394-11' 'libghc-yesod-static-prof' 'linux-headers-5.0.0-1014-aws' 'r10k' 'korganizer' 'libvitacilina-perl' 'libghc-soap-tls-dev' 'skrooge' 'libde265-examples' 'google-perftools' 'wcslib-tools' 'python-flask-gravatar' 'gobjc++-8-x86-64-linux-gnu' 'gcc-8-hppa-linux-gnu-base' 'python-usb' 'liboxygenstyle5-5' 'librrds-perl' 'convlit' 'libremctl1' 'libqalculate6' 'iptables-converter-doc' 'linux-signed-lowlatency-hwe-18.04-edge' 'r-cran-genabel' 'dynalogin-client-php' 'libghc-scanner-prof' 'rclone' 'libffmpegthumbnailer4v5' 'libgnat-8-dbg-alpha-cross' 'golang-github-jroimartin-gocui-dev' 'wafw00f' 'libghc-gtk3-prof' 'libdjconsole0' 'libmustache-d0' 'android-sdk-libsparse-utils' 'pegasus-wms-doc' 'php7.2-common' 'libsolvext0-dev' 'libjmdns-java-doc' 'socks4-clients' 'jlha-utils' 'python-gdata-doc' 'python-braintree' 'lib64gcc-6-dev-mipsel-cross' 'filelight' 'ktoblzcheck' 'iaxmodem' 'libvorbisidec1' 'libasan5-dbg-amd64-cross' 'linux-modules-extra-4.15.0-74-generic' 'golang-rsc-qr-dev' 'python-matplotlib' 'libterralib-doc' 'node-jstimezonedetect' 'libspctag1' 'libghc-cryptohash-cryptoapi-prof' 'libzeitgeist0.8-cil' 'ghc-mod' 'qtdeclarative5-doc' 'libcatalyst-plugin-authentication-perl' 'v86d' 'libphp-adodb' 'libplib-doc' 'gnurobbo' 'python3-mpltoolkits.basemap-dbg' 'google-android-build-tools-19-installer' 'golang-github-cznic-ql-dev' 'libencode-locale-perl' 'ipxe' 'fcitx-pinyin' 'mauve-aligner' 'ibus-libzhuyin' 'liquidsoap-plugin-faad' 'autorevision' 'firebird3.0-doc' 'aewm++' 'puppet-module-ironic' 'gnome-settings-daemon-schemas' 'libstdc++6-i386-cross' 'libcddb-get-perl' 'libfile-touch-perl' 'libghc-active-prof' 'axiom-databases' 'node-grunt-contrib-internal' 'ruby-oj' 'libghc-adjunctions-doc' 'libspring-context-support-java' 'linux-cloud-tools-5.3.0-1007-azure' 'pypy-tk' 'libpqxx-dev' 'python3-cypari2' 'libhikaricp-java' 'clisp-module-postgresql' 'ruby-os' 'libjsonrpccpp-common0' 'geany-plugin-xmlsnippets' 'golang-github-mcuadros-go-version-dev' 'r-bioc-annotationhub' 'dwarfdump' 'gnome-contacts' 'texlive-publishers-doc' 'feed2exec' 'fonts-thai-tlwg' 'ruby-ox' 'libkf5xmlgui-bin' 'libgnat-5-ppc64-cross' 'libgnat-8-dbg-sparc64-cross' 'libalgorithm-combinatorics-perl' 'regina-rexx' 'mgltools-volume' 'libghc-hopenpgp-prof' 'libgnatcoll-gtk16.1.0-dev' 'squidguard' 'php7.2-cgi' 'nuitka' 'libmpx2-dbg' 'qspeakers' 'libwebcam0' 'freebirth-data' 'libkasten3gui3' 'linux-image-4.15.0-69-lowlatency' 'wesnoth-music' 'libjuffed-engine-qsci0.10' 'plasma-discover-snap-backend' 'ruby-pg' 'libghc-cryptol-prof' 'schooltool-book' 'libtruffle-dsl-processor-java' 'libao4' 'libjpeg-turbo-progs' 'php-net-ipv6' 'libmetabase-fact-perl' 'gobjc-4.8' 'libnppidei9.1' 'kdesdk-dolphin-plugins' 'golang-gopkg-testfixtures.v2-dev' 'linux-buildinfo-5.3.0-40-lowlatency' 'nemo-owncloud' 'libdirectory-scratch-structured-perl' 'libgnuradio-analog3.7.11' 'odil' 'ruby-grape' 'node-node-expat' 'libmason-perl' 'diffutils' 'hledger-ui' 'php-doctrine-annotations' 'ngraph-gtk' 'binutils-x86-64-linux-gnux32-dbg' 'linux-buildinfo-4.15.0-55-lowlatency' 'udunits-bin' 'python-saharaclient-doc' 'libx32stdc++-7-dev-amd64-cross' 'gap-toric' 'libtrang-java' 'libqt5svg5' 'libpoe-perl' 'libeclipse-ui-monitoring-java' 'pepper' 'node-labeled-stream-splicer' 'libhyena-cil' 'libieee1284-3' 'libcoarrays-dev' 'xfonts-marumoji' 'svtools' 'gir1.2-entangle-0.1' 'libmaloc1' 'libghc-x509-system-doc' 'python3-fdb' 'node-babel-plugin-transform-decorators' 'opensips-snmpstats-module' 'node-send' 'elpa-assess' 'libdbd-ldap-perl' 'libnftnl7' 'libjlatexmath-fop-java' 'gir1.2-gtk-2.0' 'modemmanager-doc' 'gnome-video-effects' 'python-fuse' 'cmigemo-common' 'libcantor-pythonbackend' 'clang-tools-4.0' 'pd-unauthorized' 'libhugs-haxml-bundled' 'gnocchi-statsd' 'linux-image-unsigned-4.15.0-44-lowlatency' 'sicherboot' 'cl-csv-data-table' 'libquadmath0-dbg-i386-cross' 'dictionaries-common-dev' 'cpl-plugin-kmos-doc' 'openstack-pkg-tools' 'netpipe-tcp' 'lv2-c++-tools-doc' 'libadplug-dev' 'lua-torch-torch7' 'libghc-memotrie-prof' 'libsfgcc-7-dev-armhf-cross' 'ruby-rd' 'pyrex-mode' 'libboost-log1.62-dev' 'libghc-reform-happstack-dev' 'libfontenc1' 'r-cran-kernlab' 'python-diskimage-builder' 'gnuplot' 'libx2go-server-db-perl' 'linux-buildinfo-4.18.0-1011-gcp' 'libprismatic-schema-clojure' 'linux-tools-4.18.0-1011-gcp' 'libghc-aeson-qq-doc' 'libdee-1.0-4-dbg' 'libtest-warn-perl' 'libapache2-mod-musicindex' 'linux-tools-5.0.0-1015-gke' 'linux-image-unsigned-5.0.0-20-generic' 'php-db' 'fonts-gubbi' 'libserd-doc' 'libtime-duration-parse-perl' 'libclutter-1.0-0' 'lilypond-doc-pdf-de' 'libstdc++-6-dev-armel-cross' 'ruby-rr' 'libobjc-5-dev-arm64-cross' 'ruby-rt' 'styx-dev' 'twitterwatch' 'liblasso-perl' 'libghc-contravariant-doc' 'libts-dev' 'fonts-font-awesome' 'libnet-subnet-perl' 'libplexus-component-metadata-java' 'libgphobos71-armhf-cross' 'libcommons-lang3-java-doc' 'python3-zconfig' 'php-ds' 'kobodeluxe-data' 'linux-headers-4.15.0-1029-aws' 'fusiondirectory-plugin-freeradius-schema' 'fonts-johnsmith-induni' 'xprobe' 'docbook-dsssl' 'libghc-entropy-dev' 'libxmpi4-dev' 'python3-ffc' 'gfortran-5-doc' 'hatop' 'libghc-wai-http2-extra-doc' 'golang-github-klauspost-reedsolomon-dev' 'octave-zeromq' 'dcap-dev' 'liblua5.3-dev' 'dvbsnoop' 'mtr-tiny' 'uima-doc' 'libc6-dbg-i386-cross' 'libhugs-network-bundled' 'tuxpaint-plugins-default' 'ubuntu-mate-wallpapers-yakkety' 'language-pack-gnome-af' 'gobjc-sparc64-linux-gnu' 'dtv-scan-tables' 'linux-buildinfo-5.0.0-29-lowlatency' 'linux-headers-5.0.0-1015-oem-osp1' 'kubelet' 'libmbedtls10' 'libgoogle-glog0v5' 'libxcb-icccm4' 'language-pack-gnome-am' 'timelimit' 'python-pygraphviz-dbg' 'language-pack-gnome-an' 'libowasp-antisamy-java' 'tilestache' 'lilypond-doc-pdf-es' 'libitm1-alpha-cross' 'hamradio-packetmodes' 'otcl-shells' 'language-pack-gnome-ar' 'libquadmath0-i386-cross' 'libstdc++-6-pic-armhf-cross' 'language-pack-gnome-as' 'libges-1.0-0' 'libvotca-csg4' 'grub-emu' 'python-yappy' 'fonts-fanwood' 'gosa-plugin-rsyslog' 'language-pack-gnome-az' 'python-hupper' 'libgroovefingerprinter4' 'libghc-terminal-progress-bar-doc' 'libwim15' 'gir1.2-nm-1.0' 'libghc-th-expand-syns-doc' 'linux-modules-4.15.0-1034-gke' 'seekwatcher' 'libghc-mmorph-dev' 'qtquickcontrols5-doc' 'grr.app' 'pod2pdf' 'language-pack-gnome-mk-base' 'minidjvu' 'libcasa-meas2' 'octave-geometry' 'quagga-ripd' 'nitroshare-nautilus' 'libsndobj-dev' 'autodia' 'liblimesuite-doc' 'language-pack-gnome-be' 'linux-tools-5.0.0-1025-oem-osp1' 'linux-buildinfo-4.15.0-60-generic' 'language-pack-gnome-bg' 'fweb' 'pywps' 'easystroke' 'libjgraph-java' 'python-zope.event' 'linux-modules-4.18.0-15-generic' 'libarb' 'libcppdb-postgresql0' 'cfi-en' 'ubuntu-mate-desktop' 'libibus-1.0-dev' 'libcvc3-5-jni' 'fusioninventory-agent' 'python3-characteristic' 'flare-data' 'krb5-multidev' 'language-pack-gnome-bn' 'csmash-data' 'lilypond-doc-pdf-fr' 'libpotrace-dev' 'python3-snowballstemmer' 'gnome-session' 'language-pack-gnome-br' 'icatalan' 'php7.2-cli' 'language-pack-gnome-bs' 'lib32objc-8-dev-mips64-cross' 'libghc-sha-doc' 'libapache2-mod-python' 'libsvrcore-dev' 'autodir' 'lib32gfortran-6-dev-x32-cross' 'iptotal' 'workrave' 'libimage-magick-perl' 'linux-headers-5.3.0-19-lowlatency' 'libaudit-common' 'python-dogpile.cache' 'language-pack-gnome-nds-base' 'golang-github-xanzy-ssh-agent-dev' 'python3-mpmath' 'dbus-java-bin' 'linux-cloud-tools-5.0.0-1022-azure' 'language-pack-gnome-ca' 'php-gd' 'ruby-bunny' 'libbatteries-ocaml-doc' 'python3-wsgilog' 'ruby-nori' 'firefox-locale-kab' 'linux-modules-nvidia-418-5.0.0-1025-gcp' 'libmate-window-settings-dev' 'libpam-alreadyloggedin' 'casacore-data-observatories' 'mocha' 'jayatana' 'libghc-yesod-auth-oauth2-prof' 'python3-sphere' 'python-tickcount' 'language-pack-gnome-cs' 'snd-nox' 'librxp-dev' 'lua-sql-postgres' 'python-ubuntu-kylin-sso-client' 'qbrew' 'uim-data' 'gtk2-engines' 'libn32stdc++6-5-dbg-mips64-cross' 'libluabind-dbg' 'dict-freedict-hrv-eng' 'language-pack-gnome-cy' 'g++-6-aarch64-linux-gnu' 'node-buffer-equal' 'linux-libc-dev-mipsn32r6-cross' 'xemacs21-mule' 'openmolar' 'libldap2-dev' 'libatomic1-x32-cross' 'e17-dbg' 'libout123-0' 'libpipeline-dev' 'libobjc4-dbg-mipsel-cross' 'node-vue-template-compiler' 'libadios-examples' 'language-pack-gnome-da' 'libgeo-coordinates-utm-perl' 'libtrilead-putty-extension-java-doc' 'r-cran-lmtest' 'libmpx0-dbg-i386-cross' 'libplexus-interpolation-java' 'libplist3' 'stardict-xmlittre' 'language-pack-gnome-de' 'libtclap-dev' 'python3-pyqt5.qtwebchannel' 'libghc-soap-tls-doc' 'trac-customfieldadmin' 'libkf5webengineviewer-dev' 'libandroid-audiosystem-asound2' 'php-apcu-bc' 'libmsi0' 'g++-5-i686-linux-gnu' 'sound-theme-freedesktop' 'linux-headers-4.15.0-1012-oem' 'libcom-err2' 'odot' 'geany-plugin-numberedbookmarks' 'ax25-tools' 'python3-fiu' 'libtrilinos-moertel-dev' 'linux-image-5.0.0-1021-aws' 'python3-midiutil' 'lilypond-doc-pdf-hu' 'linux-tools-4.15.0-1008-kvm' 'libjs-jquery-i18n-properties' 'linux-headers-5.3.0-23-lowlatency' 'python-yapsy' 'git-hub' 'python-ioprocess' 'cairo-dock-gmenu-plug-in' 'language-pack-gnome-dz' 'libexcel-writer-xlsx-perl' 'python-remctl' 'python-sparse' 'golang-github-mesos-mesos-go-dev' 'libccgnu2-1.8-0v5' 'python3-unittest2' 'linux-modules-extra-4.15.0-1012-azure' 'enigma-doc' 'libtrilinos-belos12' 'sikulix' 'libmsgpuck-dev' 'systemtap-sdt-dev' 'virtualbox-source' 'mahimahi-traces' 'libkf5kgeomap-data' 'python-termstyle' 'golang-github-go-openapi-analysis-dev' 'python-flask-compress' 'libsqlite3-mod-zipfile' 'whitedune' 'libart-2.0-2' 'libalsa-ocaml' 'cpl-plugin-uves-doc' 'libtaoframework-opengl3.0-cil' 'qtwebengine5-doc-html' 'language-pack-gnome-el' 'linphone-nogtk' 'libkf5jobwidgets-dev' 'survex' 'language-pack-gnome-en' 'python3-webencodings' 'language-pack-gnome-eo' 'libasan5-dbg-arm64-cross' 'node-buffer' 'lilypond-doc-pdf-it' 'xjobs' 'libquazip5-headers' 'fusiondirectory-plugin-weblink-schema' 'language-pack-gnome-es' 'libcaptcha-recaptcha-perl' 'qtsmbstatus-server' 'kmfl-keyboards-mywin' 'language-pack-gnome-et' 'libcipux-task-perl' 'language-pack-gnome-eu' 'kamailio-presence-modules' 'libisccfg160' 'raccoon' 'libpopt0' 'libdca-utils' 'gobjc++-multilib-mipsel-linux-gnu' 'libgsmsd8' 'freeorion' 'ruby-virtus' 'wing-data' 'libsdl2-mixer-dev' 'language-pack-gnome-fa' 'libvte-2.91-0' 'linux-headers-virtual-gkeop-5.0' 'golang-github-thecreeper-go-notify-dev' 'libbmusb-dev' 'linphone-dbg' 'wkhtmltopdf' 'libedataserverui-1.2-2' 'python3-nmap' 'language-pack-gnome-fi' 'linux-image-4.15.0-1069-oem' 'golang-github-jtacoma-uritemplates-dev' 'gobjc-7-multilib-mips64el-linux-gnuabi64' 'node-acorn-jsx' 'sonnet-plugins' 'libzulucrypt-exe-dev' 'libobjc-6-dev-sh4-cross' 'libjs-jac' 'ruby-test-after-commit' 'unity-scope-yahoostock' 'libstdc++-6-pic-x32-cross' 'libn32atomic1-mips64-cross' 'libcups2' 'ruby-twitter-text' 'xubuntu-community-wallpapers-trusty' 'adwaita-qt' 'ruby-rails-assets-jquery' 'librbl-dev' 'parser3' 'libpqxx-doc' 'ncbi-tools-x11' 'libksignalplotter7' 'language-pack-gnome-fr' 'sview' 'libterm-size-perl' 'libdrilbo-dev' 'gccgo-6-mips64-linux-gnuabi64' 'libx32asan3-amd64-cross' 'libsfml-system2.4' 'python3-ubuntutools' 'quarry' 'uim-fep' 'libjiu-java-doc' 'libcompress-raw-bzip2-perl' 'python-box2d' 'gpsbabel-gui' 'zulucrypt-cli' 'libdawgdic-dev' 'libasan3-dbg-i386-cross' 'network-manager-openconnect-gnome' 'cl-ptester' 'accountwizard' 'libtest-timer-perl' 'linux-modules-nvidia-390-5.0.0-1008-oracle' 'lib64stdc++-4.8-dev' 'language-pack-gnome-ga' 'synthv1-common' 'node-unicode-match-property-value-ecmascript' 'garlic' 'gntp-send' 'cpp-sparc64-linux-gnu' 'language-pack-gnome-gd' 'dos2unix' 'libstreambuffer-java' 'voronota' 'sailcut-doc' 'libluabind-dev' 'libobjc-7-dev-ppc64-cross' 'language-pack-gnome-id-base' 'qxp2epub' 'libnemo-extension1' 'golang-github-juju-version-dev' 'language-pack-gnome-gl' 'gccgo-5-alpha-linux-gnu' 'e17-dev' 'mididings' 'libmodule-versions-report-perl' 'python-fastcluster' 'node-ajv' 'python-django-rosetta' 'libghc-magic-dev' 'libshibsp-plugins' 'libshadowsocks-libev2' 'llvm-4.0' 'python-pylxd-doc' 'libcss-minifier-xs-perl' 'language-pack-gnome-gu' 'rockdodger' 'conserver-server' 'node-strip-bom-stream' 'openrocket' 'soapysdr-module-audio' 'libmono-zeroconf1.0-cil' 'python3-ws4py' 'libwhy3-ocaml-dev' 'libx32gfortran3-dbg' 'linux-modules-5.0.0-1023-azure' 'sip-dev' 'emacs-calfw-howm' 'libnet-dhcp-perl' 'python-epydoc' 'kodi-visualization-spectrum' 'libc6-dev-mips32-mipsn32r6el-cross' 'libhfsp-dev' 'libghc-hoogle-prof' 'language-pack-gnome-he' 'golang-github-dchest-cssmin-dev' 'libdrmaa1.0-ruby' 'libnutclient-dev' 'language-pack-gnome-hi' 'ns3-doc' 'fonts-ebgaramond-extra' 'mailfront' 'radlib-dev' 'ruby-versionist' 'libkpropertywidgets3-4' 'libvulkan1' 'php-auth-sasl' 'lib32stdc++-7-dev-mips64el-cross' 'libosl-dev' 'libdbusmenu-gtk3-dev' 'language-pack-gnome-hr' 'distcc' 'acl2-doc' 'libnb-absolutelayout-java' 'gtk3-engines-breeze' 'language-pack-te-base' 'libasync-http-client-java-doc' 'language-pack-gnome-hu' 'disktype' 'libownet-perl' 'fonts-cabinsketch' 'gobjc-5-multilib-powerpc-linux-gnu' 'golang-github-seccomp-libseccomp-golang-dev' 'libnet-smtp-tls-perl' 'mazeofgalious-data' 'libnunit-core2.6.3-cil' 'gccgo-5-powerpc64le-linux-gnu' 'libarchive-tar-wrapper-perl' 'soapysdr0.6-module-uhd' 'gobjc++-5-multilib-arm-linux-gnueabi' 'libgdl-3-5' 'gap-guava-bin' 'libcorkipset-utils' 'libghc-listlike-prof' 'python-minieigen' 'libnet-ldap-server-perl' 'dconf-editor' 'python3-stemmer' 'libwebinject-perl' 'language-pack-gnome-ia' 'python-pyregion' 'python3-asyncssh' 'mkchromecast-alsa' 'libdelimmatch-perl' 'language-pack-gnome-id' 'libwayland-egl1' 'libm4ri-0.0.20140914-dbg' 'libghc-reform-happstack-doc' 'libgfortran-8-dev-hppa-cross' 'subiquity' 'connman-ui' 'libcommons-jxpath-java' 'linux-modules-nvidia-390-generic-hwe-18.04' 'png2html' 'python3-cloudflare' 'doomsday-common' 'phpunit-exporter' 'libghc-sandi-prof' 'php-symfony-polyfill' 'debichem-crystallography' 'linux-libc-dev-mipsel-cross' 'clamz' 'dracut-network' 'python3-apt-dbg' 'language-pack-gnome-is' 'libc6-mips64r6el-cross' 'pypy-bs4' 'eegdev-plugins-free' 'language-pack-gnome-it' 'styx-doc' 'python-zope.keyreference' 'linux-image-4.15.0-47-generic' 'linux-headers-5.0.0-16-lowlatency' 'erlang-meck' 'dacco-common' 'remmina-plugin-nx' 'lib64gphobos68' 'ubuntu-kylin-software-center' 'libasan5-armhf-cross' 'libjs-es5-shim' 'clang' 'libimlib2' 'cpp-7-arm-linux-gnueabi' 'libsdl-gst' 'language-pack-gnome-ja' 'cgminer' 'libghc-fsnotify-prof' 'linux-image-unsigned-5.0.0-1020-azure' 'libjtype-java' 'kinit' 'libgnatvsn6-mips64el-cross' 'libmoosex-has-sugar-perl' 'libsub-override-perl' 'libguichan-dev' 'libgfal-srm-ifce1' 'libghc-entropy-doc' 'lilypond-doc-pdf-nl' 'librome-java-doc' 'libaudio-file-perl' 'libjs-jed' 'astrometry-data-tycho2-09-bigendian' 'gdc-mipsel-linux-gnu' 'libgfortran4-sparc64-cross' 'lttng-tools' 'joy2key' 'libc++abi1-7' 'libglobus-xio-gridftp-driver-dev' 'libc++abi1-8' 'libjs-traverse' 'gnome-colors-common' 'libc++abi1-9' 'golang-github-jinzhu-inflection-dev' 'lib64gphobos71' 'python-astroquery' 'libgtkdsv-3-0' 'libcodesize-java' 'gccgo-7-powerpc64-linux-gnu' 'libblockdev-lvm-dbus2' 'liblfc1' 'qelectrotech' 'lib64gphobos76' 'caja-actions-dev' 'libghc-prettyclass-prof' 'libgs-collections-java' 'linux-tools-4.15.0-1039-aws' 'linux-modules-4.15.0-1044-kvm' 'vera' 'lsh-client' 'libhfgcc-8-dev-armel-cross' 'linux-image-unsigned-5.0.0-1015-oem-osp1' 'seetxt' 'elpa-smex' 'mp3splt-gtk' 'libguestfs-java' 'fusiondirectory-plugin-nagios' 'gobjc++-7-mips64el-linux-gnuabi64' 'gnome-applets-data' 'language-pack-gnome-ka' 'node-write-file-atomic' 'libghc-pipes-attoparsec-prof' 'lxhotkey-data' 'intel-microcode' 'python-kaa-base' 'kdevelop-l10n' 'android-liblog' 'libghc-pipes-aeson-dev' 'axiom-tex' 'libstrigihtmlgui0v5' 'dvi2ps-fontdata-tbank' 'xtrkcad' 'python-cfflib' 'gr-radar' 'libghc-mmorph-doc' 'language-pack-gnome-kk' 'python-roscreate' 'language-pack-gnome-km' 'pdf2svg' 'libuecc0' 'language-pack-gnome-kn' 'python-antlr3' 'mesa-opencl-icd' 'language-pack-gnome-ko' 'aces3-data' 'libsvncpp3' 'libtokyotyrant-dev' 'plymouth-theme-sabily' 'liblog4c3' 'vim-lastplace' 'language-pack-gnome-ku' 'libn32gomp1-dbg-mipsel-cross' 'libcr-dbg' 'baloo-utils' 'libmail-sendmail-perl' 'libdbus-1-3' 'cpp-6-hppa-linux-gnu' 'libcommons-math3-java-doc' 'python-altgraph' 'kdeconnect' 'libjs-gettext.js' 'libghc-hslogger-dev' 'liblcmaps-without-gsi0' 'libstdc++-6-dev-s390x-cross' 'pollinate' 'libnids1.21' 'fstrcmp' 'testdrive-common' 'libreoffice-sdbc-postgresql' 'gfortran-7-multilib-arm-linux-gnueabihf' 'awl-doc' 'postgis' 'google-android-platform-17-installer' 'rhythmbox-dev' 'python-digitalocean-doc' 'nfs-ganesha-nullfs' 'libservlet3.1-java-doc' 'libldns-dev' 'librte-pmd-nfp17.11' 'r-cran-rcpproll' 'editorconfig-doc' 'php-ps' 'pink-pony' 'python-vcr' 'backup-manager' 'libpmi0' 'libghc-quickcheck2-prof' 'dopewars' 'graphite-carbon' 'libgo11-dbg-m68k-cross' 'libmono-system-windows4.0-cil' 'python3-async-timeout' 'language-pack-gnome-lt' 'libkf5auth-bin-dev' 'language-pack-gnome-lv' 'irqbalance' 'posterazor' 'squid-dbg' 'texlive-latex-base' 'fcitx-module-kimpanel' 'unity-schemas' 'python3-ukui-menu' 'libgo9-dbg-powerpcspe-cross' 'plymouth-theme-ubuntu-mate-text' 'xserver-xorg-video-qxl-hwe-16.04' 'openconnect' 'libinifiles-ocaml-dev' 'pixelize' 'signify-openbsd' 'libghc-vector-th-unbox-prof' 'mongodb' 'libmpd-dev' 'gstreamer1.0-plugins-ugly-dbg' 'perftest' 'linux-image-unsigned-4.15.0-1033-oem' 'golang-github-d4l3k-messagediff-dev' 'mathgl' 'libnss3-tools' 'libmvel-java-doc' 'libanalitzagui8' 'language-pack-gnome-mk' 'libflint-2.5.2' 'language-pack-gnome-ml' 'libgnatprj6-dbg-sh4-cross' 'scummvm-tools' 'libkonq5-templates' 'libgkarrays-dev' 'sunclock' 'libobjenesis-java' 'language-pack-gnome-mr' 'language-pack-gnome-ms' 'linux-modules-5.0.0-1013-gcp' 'libtext-levenshtein-damerau-perl' 'libsnack-alsa' 'python3-xstatic-jquery.tablesorter' 'clevis-dracut' 'ruby-actionpack-action-caching' 'language-pack-gnome-my' 'libastyle-dev' 'python-pycares-doc' 'metamonger' 'python-django-channels-doc' 'libqwtplot3d-qt5-0' 'libaunit17.2017' 'linux-image-5.0.0-35-lowlatency' 'tablix2' 'libwind0-heimdal' 'update-manager-core' 'language-pack-gnome-nb' 'ocplib-simplex-ocaml-dev' 'tetrinet-server' 'termit' 'libzbargtk0' 'language-pack-gnome-ne' 'courier-authlib-pipe' 'libstdc++-5-pic-mips64-cross' 'libmarpa-r2-perl' 'lib32stdc++-5-dev-sparc64-cross' 'lmms-common' 'python-pygraphviz-doc' 'clang-8-doc' 'language-pack-gnome-nl' 'python3-sparkpost' 'libghc-hierarchical-clustering-dev' 'gir1.2-gmime-3.0' 'libktoblzcheck1v5' 'language-pack-gnome-nn' 'libtrilinos-epetraext12' 'golang-github-vishvananda-netlink-dev' 'libgiftiio0' 'fusionforge-plugin-headermenu' 'libkdb-data' 'libdsfmt-44497-1' 'libpasswd-unix-perl' 'language-pack-gnome-bn-base' 'node-is-directory' 'salt-api' 'qml-module-qtquick-window2' 'xserver-xorg-input-joystick-dev-hwe-16.04' 'libjargs-java-doc' 'gccgo-8-arm-linux-gnueabihf' 'ffmpegthumbnailer' 'libxml-sax-machines-perl' 'gr-iqbal' 'libpangox-1.0-0' 'wpd2odt' 'language-pack-gnome-oc' 'libcr-dev' 'geotiff-bin' 'python3-gfapy' 'txt2html' 'linux-cloud-tools-4.15.0-55-lowlatency' 'prey' 'libjs-stringset' 'libasync-interrupt-perl' 'clasp' 'gnat-7-sjlj-i686-linux-gnu' 'plymouth-theme-ubuntu-budgie-text' 'libgo9-dbg-m68k-cross' 'ebook2cwgui' 'libmlpost-ocaml-dev' 'ruby-exception-notification' 'panko-api' 'capstats' 'libc-ares-dev' 'language-pack-gnome-or' 'jumpnbump' 'networkd-dispatcher' 'elpa-flx-ido' 'python-gabbi' 'node-regex-cache' 'libquadmath0-dbg-amd64-cross' 'libxml-rss-perl' 'highlight.js-doc' 'libsms-aql-perl' 'libsemanage1' 'libhugs-quickcheck-bundled' 'fusionforge-scm' 'language-pack-gnome-pa' 'festvox-ru' 'libghc-cprng-aes-prof' 'neutron-dhcp-agent' 'warzone2100-data' 'linux-headers-4.15.0-1065-oem' 'libmoosex-meta-typeconstraint-forcecoercion-perl' 'residualvm' 'uuid-runtime' 'libmodule-runtime-perl' 'libmono-system-reactive-observable-aliases0.0-cil' 'language-pack-gnome-pl' 'xtables-addons-common' 'python-zope.dottedname' 'gccgo-8-powerpc-linux-gnu' 'libquvi-scripts-0.9' 'libgo11-amd64-cross' 'libstdc++-5-dev-sh4-cross' 'tuxpaint-config' 'libghc-monoid-extras-dev' 'cfi-sv' 'gir1.2-jsonrpc-1.0' 'libluabind-doc' 'language-pack-gnome-pt' 'telepathy-sofiasip' 'linux-image-4.15.0-1049-gke' 'zita-njbridge' 'mupen64plus-rsp-hle' 'libghc-simple-reflect-prof' 'libboost-numpy1.65.1' 'libfreehep-graphicsio-swf-java' 'kradio4' 'linux-tools-4.15.0-88-lowlatency' 'pdb2pqr' 'yangcli' 'virt-goodies' 'ruby-diff-lcs' 'londonlaw' 'opendrim-lmp-simpleidentitymanagement' 'nupkg-nunit.runners.2.6.4' 'libghc-magic-doc' 'cinder-api' 'libmdc2-dev' 'linux-tools-4.15.0-55-generic' 'libkf5kipi-data' 'libghc-xmonad-extras-dev' 'libreplaygain-dev' 'pyrite-publisher' 'golang-github-ncw-swift-dev' 'python-pymysql' 'libdv4-dev' 'acct' 'libmsv1' 'python3-oslo.messaging' 'ricochet-im' 'fuseext2' 'lib64go11-mips-cross' 'linux-modules-nvidia-418-5.0.0-1025-oem-osp1' 'ddnet-data' 'libpinyin13' 'python3-zope.interface' 'postfix-pcre' 'webauth-utils' 'mpqc3' 'libgnomecanvas2-common' 'csound-doc' 'mecab-utils' 'golang-github-bsphere-le-go-dev' 'ginkgocadx' 'alsamixergui' 'fwts' 'rafkill' 'qtwebengine5-private-dev' 'elpa-helm' 'juju-deployer' 'libbox-dev' 'libglw1-mesa' 'libshine-ocaml-dev' 'libfml-dev' 'jnoise' 'libosl-doc' 'libgnat-6-dbg-armhf-cross' 'gnustep-common' 'gcc-8-powerpc-linux-gnuspe' 'libsscm3' 'ubuntu-mate-icon-themes' 'qtscrob' 'python3-hyperframe' 'libobjenesis-java-doc' 'libnginx-mod-http-auth-pam' 'wicd-curses' 'libpdf-reuse-perl' 'libghc-time-locale-compat-prof' 'libsss-simpleifp-dev' 'xfce4-datetime-plugin' 'libghc-twitter-types-lens-dev' 'handbrake' 'node-autosize' 'libannotation-indexer-java-doc' 'language-pack-gnome-ro' 'python3-axolotl-curve25519' 'keybinder-doc' 'cassbeam' 'etcd-server' 'libicu4j-java-doc' 'omniorb-nameserver' 'libhtml-html5-entities-perl' 'libopenni-java' 'language-pack-gnome-ru' 'libgo13-dbg-sparc64-cross' 'libappindicator3-0.1-cil' 'ruby-influxdb' 'libcegui-mk2-0.8.7' 'natlog' 'linux-tools-4.15.0-76-generic' 'libqes-dev' 'libgtop2-common' 'lizardfs-chunkserver' 'libandroid-tools-dvlib-java' 'ruby-paranoia' 'linux-image-4.18.0-15-lowlatency' 'libghc-cipher-aes128-dev' 'libxdot4' 'ruby-hashdiff' 'python-pydot-ng' 'rrdtool-dbg' 'libgnatprj6-dbg-mips-cross' 'elpa-yasnippet' 'postgresql-10-dirtyread' 'openvanilla-imgeneric-data-ja' 'vprerex' 'language-pack-gnome-si' 'xserver-xorg-video-nouveau' 'libexosip2-dev' 'libmono-oracle4.0-cil' 'language-pack-gnome-sk' 'linux-headers-generic' 'language-pack-gnome-sl' 'linux-image-unsigned-5.0.0-16-lowlatency' 'slay' 'libghc-bytestring-mmap-dev' 'python-powerline-taskwarrior' 'hdav' 'libgraphicsmagick1-dev' 'linux-modules-4.15.0-1028-gcp' 'language-pack-gnome-sq' 'language-pack-gnome-sr' 'handlebars' 'gss-ntlmssp' 'science-robotics-dev' 'gcc-5-plugin-dev' 'language-pack-gnome-sv' 'linux-modules-4.18.0-1004-gcp' 'python-twext' 'libn32go11-mipsel-cross' 'python-bobo' 'libnih-dbus1' 'libmlpcap-ocaml' 'gobjc-8-powerpc-linux-gnu' 'linux-image-4.15.0-1037-aws' 'g++-5-mips-linux-gnu' 'libglobus-xio-gridftp-driver-doc' 'elpa-elfeed' 'ruby-js-image-paths' 'randomplay' 'language-pack-gnome-ta' 'libsfobjc4-dbg-armhf-cross' 'google-android-m2repository-installer' 'linux-image-4.18.0-1013-aws' 'libpentaho-reporting-flow-engine-java' 'language-pack-gnome-te' 'language-pack-gnome-tg' 'jailtool' 'caldav-tester' 'language-pack-gnome-th' 'libastylej-jni' 'fp-units-math-3.0.4' 'opendmarc' 'gnome-icon-theme-nuovo' 'xbmc-pvr-wmc' 'wordpress-xrds-simple' 'libreoffice-voikko' 'pycassa-doc' 'libosmpbf-java' 'libmac-widgets-doc' 'libghc-time-parsers-prof' 'pchar' 'libgfortran-4.8-dev' 'language-pack-gnome-tr' 'python-openssl' 'puddletag' 'kdevelop-dev' 'openvanilla-imgeneric-data-ko' 'golang-github-azure-go-ntlmssp-dev' 'libjs-iscroll' 'libghc-pipes-aeson-doc' 'gnome-video-effects-dev' 'libxineliboutput-fbfe-dbg' 'tinydyndns' 'minizinc-ide' 'libfastjettools-dev' 'linux-headers-5.0.0-1030-gke' 'mariadb-test' 'open-infrastructure-system-config' 'shtool' 'libjavascriptcoregtk-3.0-bin' 'libgcc-7-dev-armel-cross' 'gnat-8-powerpc64-linux-gnu' 'ruby-rspec-rails' 'g++-8-arm-linux-gnueabi' 'libgnatcoll-xref17.0.2017' 'libgfortran3-dbg-x32-cross' 'wajig' 'linux-headers-5.3.0-1010-azure' 'scid-rating-data' 'linux-tools-5.3.0-1010-azure' 'python3-pyqt4.qsci' 'tbb-examples' 'mate-user-share' 'libgcc1-armel-cross' 'ctapi-dev' 'libcss-parser-pp0v5' 'language-pack-gnome-ug' 'libghc-logging-facade-dev' 'linux-image-unsigned-5.0.0-20-lowlatency' 'td2planet' 'qtcurve-l10n' 'python3-pyassimp' 'libgnat-6-powerpc-cross' 'linux-modules-5.0.0-1013-gke' 'linux-image-unsigned-4.18.0-17-generic' 'python-pydbus-doc' 'gir1.2-matekbd-1.0' 'libghc-hslogger-doc' 'language-pack-gnome-uk' 'libreflectasm-java-doc' 'libtiles-java' 'ruby-fog-dynect' 'liblmdb-dev' 'murasaki-mpi' 'mwrap' 'qjackrcd' 'libfile-changenotify-perl' 'libwnn0' 'opense-basic' 'rhythmbox-doc' 'ruby-password' 'maliit-keyboard' 'libacme-constant-perl' 'libafterimage-dev' 'libalt-base-perl' 'libkibi0' 'libn32gfortran-6-dev-mips64-cross' 'python3-glue' 'python3-optlang' 'g++-7-riscv64-linux-gnu' 'libc6-dev-mipsn32-mips64r6el-cross' 'xblast-tnt-images' 'lomoco' 'libgraph-easy-as-svg-perl' 'linux-modules-extra-5.3.0-1009-gcp' 'libkf5purpose-dev' 'python3-http-parser' 'kde-l10n-ast' 'liblldpctl-dev' 'g++-7-multilib-x86-64-linux-gnux32' 'golang-github-kballard-go-shellquote-dev' 'nvidia-340-updates-uvm' 'linux-modules-extra-4.15.0-1048-gke' 'node-deflate-js' 'libunity-action-qt1-dev' 'office2003-schemas' 'net-acct' 'libosgearthutil5' 'language-pack-gnome-vi' 'qt-at-spi' 'libemf-dev' 'python-django-pipeline' 'gnat-mingw-w64-x86-64' 'libjtharness-java-doc' 'python3-itango' 'libghc-yi-mode-javascript-dev' 'ganeti' 'libchromaprint1' 'lua-mpack' 'geda-symbols' 'gnupg1-l10n' 'fonts-gfs-porson' 'libdatetime-event-ical-perl' 'ffindex' 'sysvinit-utils' 'libsword-common' 'ros-message-generation' 'iportuguese' 'spamassassin' 'libcalendar-ocaml-dev' 'gcc-6-mips64el-linux-gnuabi64' 'libglobus-scheduler-event-generator0' 'libdpdk-dev' 'libgmetric4j-java' 'libwebkitgtk-3.0-dev' 'language-pack-gnome-sk-base' 'linux-headers-4.18.0-1018-azure' 'libgnomecanvasmm-2.6-dev' 'libfilesys-notify-simple-perl' 'libbg2' 'tclxml' 'libcamitk4-data' 'fonts-sil-gentiumplus' 'libdevel-nytprof-perl' 'libgnat-6-ppc64el-cross' 'libopencv-apps0d' 'libnux-4.0-common' 'libidzebra-2.0-mod-grs-marc' 'python3-sphinxcontrib.rubydomain' 'zmap' 'codfis' 'sagan' 'libtext-multimarkdown-perl' 'libgfortran-7-dev-x32-cross' 'libghc-lambdabot-reference-plugins-prof' 'geoclue-manual' 'libusbauth-configparser1' 'qt4-default' 'libgnome-todo-dev' 'libserf-1-1' 'librdf-queryx-lazy-perl' 'xserver-xorg-video-vesa-hwe-16.04' 'ruby-nested-form' 'libcpdb-libs-common-dev' 'libzscanner1' 'gemrb-doc' 'python-prowlpy' 'xball' 'libeet1' 'gphoto2' 'git-reintegrate' 'libgtkmm-3.0-dev' 'linux-cloud-tools-5.0.0-1028-azure' 'libvtkgdcm2.8' 'libghc-hierarchical-clustering-doc' 'libmcpp0' 'libweed0' 'grub-coreboot' 'python-magic' 'dbf2mysql' 'libclutter-gst-3.0-0' 'umview-mod-umfusefat' 'node-grunt-contrib-requirejs' 'gravitation' 'language-pack-gnome-xh' 'libstdc++-6-dev-powerpc-cross' 'kate5-data' 'nemo-keyboard' 'gedit' 'acl2' 'libxxf86dga-dev' 'objcryst-fox' 'mysql-workbench' 'libpthread-workqueue-dev' 'python-aplpy' 'artfastqgenerator' 'liburi-encode-perl' 'libgeo-shapelib-perl' 'latex-fonts-sipa-arundina' 'libphonon4' 'python-milter' 'libelfin-dev' 'libgroupsock8' 'libnetcf1-dbg' 'python3-numexpr-dbg' 'gnome-human-icon-theme' 'python-sabyenc' 'laditools' 'python3-djorm-ext-pgarray' 'node-wrap-ansi' 'python3-pprofile' 'python-cysignals-bare' 'libmlpost-ocaml-doc' 'python3-flask-openid' 'mate-polkit-common' 'upx-ucl' 'linux-buildinfo-4.15.0-1029-gcp' 'python-astrometry' 'primesieve-bin' 'node-which-module' 'wmpuzzle' 'cec-utils' 'linux-buildinfo-4.18.0-1005-gcp' 'libgnokii-dbg' 'libwireshark10' 'pacemaker-remote' 'linux-tools-4.18.0-1005-gcp' 'libwireshark11' 'libqt5test5' 'python3-lesscpy' 'python-swiftclient-doc' 'binutils-hppa-linux-gnu' 'transifex-client' 'mlton-runtime-native' 'golang-github-revel-revel-dev' 'libapron-ocaml-dev' 'linux-tools-4.15.0-36-lowlatency' 'php7.2-dba' 'libccd2-dbg' 'libdeal.ii-8.5.1' 'libtest-abortable-perl' 'libwvstreams4.6-extras' 'libsndfile1-dev' 'ninka-backend-sqlite' 'libmono-cecil-vb0.9-cil' 'python-ipdb' 'libgnome2-bin' 'printer-driver-splix' 'libbcprov-java' 'python3-nose2-cov' 'lib64gcc-7-dev-i386-cross' 'fast5' 'pike8.0-mysql' 'libboost1.62-dev' 'libfile-zglob-perl' 'libaria-dev' 'erlang-corba' 'madwimax' 'libpkcs11-helper1' 'libfdisk1' 'libbsd-dev' 'linux-modules-extra-4.15.0-1018-azure' 'libodil-dev' 'pandoc-citeproc' 'libcobertura-java' 'libgo11-arm64-cross' 'qml-module-qtwebkit' 'libghc-monoid-extras-doc' 'gstreamer1.0-plugins-ugly-doc' 'libmono-system-web-razor2.0-cil' 'ttf-ancient-fonts-symbola' 'iraf-noao' 'libanyevent-tools-perl' 'libstdc++-6-dev-ppc64el-cross' 'libplexus-sec-dispatcher-java-doc' 'wslu' 'schroot' 'virtinst' 'elpa-magit-popup' 'tango-icon-theme' 'libregexp-java' 'libcommons-configuration-java' 'libquoin-clojure' 'libspdlog-dev' 'rapid-photo-downloader' 'libsdl-sound-gst' 'linux-headers-4.18.0-15-generic' 'hasciicam' 'libglewmx-dev' 'python-genshi' 'libomniorb4-2-dbg' 'redet-doc' 'pluma-common' 'libploticus0-dev' 'minetest-mod-pipeworks' 'libpod-sax-perl' 'python-notebook' 'gemrb-icewind-dale-data' 'libghc-xmonad-extras-doc' 'linux-image-5.0.0-1027-gke' 'libghc-uuid-types-dev' 'libgeronimo-jcache-1.0-spec-java' 'libjs-jquery-slides' 'libkf5i18n-data' 'libclass-refresh-perl' 'linux-headers-4.15.0-1045-gke' 'libownet-dev' 'gosa-plugin-ldapmanager' 'php-doctrine-bundle' 'slib' 'node-json-buffer' 'mobile-broadband-provider-info' 'keepnote' 'libkf5coreaddons-data' 'libghc-quickcheck-safe-dev' 'traildb-cli' 'blends-tasks' 'libflint-arb2' 'fonts-rufscript' 'libguvcview-dev' 'libsah-schemas-rinci-perl' 'node-geographiclib' 'cl-map-msgs' 'slim' 'python-django-doc' 'fastd' 'publicsuffix' 'vboot-utils' 'fflas-ffpack-common' 'linux-modules-extra-5.0.0-1032-azure' 'minuet-data' 'libubsan1-armhf-cross' 'zynadd' 'rt4-standalone' 'libx32stdc++-8-dev-i386-cross' 'node-babel-helpers' 'libgnuradio-zeromq3.7.11' 'libdee-qt5-dev' 'gnat-6-sjlj-mipsel-linux-gnu' 'python3-enigma' 'python-exactimage' 'language-pack-az-base' 'libobjc-8-dev-powerpcspe-cross' 'javascript-common' 'ureadahead' 'libparse-recdescent-perl' 'manpages-de' 'libgo13-dbg-i386-cross' 'asterisk-core-sounds-es-g722' 'linux-modules-extra-4.18.0-16-generic' 'ofono-phonesim' 'python-lazr.restfulclient' 'r-cran-mockery' 'indicator-applet-complete' 'libghc-twitter-types-lens-doc' 'gmrun' 'logol-bin' 'libargs4j-java' 'iptables' 'qtsmbstatus-client' 'node-inline-source-map' 'libperl-version-perl' 'libwebjars-locator-core-java' 'libghc-primes-dev' 'libflatzebra-0.1-2v5' 'libhfstdc++-7-dev-armel-cross' 'ncftp' 'nat-traverse' 'libstdc++6-mips-cross' 'prepair' 'libn32gcc1-dbg-mips64el-cross' 'linux-image-generic-hwe-18.04-edge' 'libkrb5-dbg' 'libjs-dojo-dijit' 'libauthen-sasl-perl' 'libghc-protobuf-dev' 'linux-modules-4.15.0-34-lowlatency' 'gcc-5-s390x-linux-gnu-base' 'libc6-mips32-mipsn32el-cross' 'workrave-data' 'binutils-avr' 'python-pyepsg-doc' 'krb5-gss-samples' 'dict-freedict-spa-por' 'lib64gcc-5-dev-powerpc-cross' 'linux-modules-extra-4.15.0-1017-oracle' 'libghc-cipher-aes128-doc' 'libgcc-6-dev-mips64-cross' 'stacks' 'gdc-6-powerpc64-linux-gnu' 'tuxtype-data' 'libpoppler-cil' 'libjs-jquery-flot-docs' 'libgnokii-dev' 'coinor-libvol-dev' 'libghc-regex-compat-tdfa-prof' 'libsub-exporter-formethods-perl' 'libcsv-java' 'debian-history' 'libghc-chunked-data-dev' 'kamailio-snmpstats-modules' 'linux-modules-5.0.0-1029-azure' 'libcupt4-dev' 'git-merge-changelog' 'lua-torch-paths-dev' 'libghc-http-reverse-proxy-prof' 'libdb5.3++-dev' 'linux-gke-4.15' 'libclaw-tween1v5' 'libghc-bytestring-mmap-doc' 'libc6-mips64-mipsn32el-cross' 'python-pycryptodome' 'netpbm' 'mono-addins-utils' 'codeblocks' 'php7.2-dev' 'apt-offline' 'hunspell-af' 'manpages-es' 'ldb-tools' 'python-vte' 'libmowgli-2-dev' 'hunspell-an' 'libpixels-java' 'node-tinycolor' 'libapache-directory-jdbm-java' 'libgo7-dbg-s390x-cross' 'python-svgwrite-doc' 'libcupt4-2-downloadmethod-wget' 'omniorb' 'hunspell-ar' 'dvb-apps' 'libformula-java' 'elpa-magit-annex' 'openvanilla-imgeneric-data-th' 'liburiparser-dev' 'linux-libc-dev-amd64-cross' 'flashrom' 'luola-levels' 'libdrm-nouveau2' 'libsql-abstract-perl' 'linux-headers-4.15.0-1006-oem' 'gdc-5-arm-linux-gnueabi' 'oathtool' 'python-pyroute2' 'libsys-cpuaffinity-perl' 'lmemory' 'gcc-7-plugin-dev-arm-linux-gnueabihf' 'libgnomeui-0' 'python-jmespath' 'linux-headers-4.15.0-1033-aws' 'libsofa1-dev' 'hunspell-be' 'manpages-fr' 'libc6-dev-mips64-mipsn32r6el-cross' 'calife' 'conserver-client' 'hunspell-bg' 'libtext-trac-perl' 'acpi' 'sddm-theme-maldives' 'libghc-unixutils-prof' 'octave-doc' 'libzemberek-tk-java' 'gcc-5-m68k-linux-gnu-base' 'hunspell-bn' 'hunspell-bo' 'libsvnclientadapter-java' 'cutepaste' 'libqtwebkit-dev' 'libwinpr-winsock0.1' 'hunspell-br' 'soapysdr0.6-module-rfspace' 'hunspell-bs' 'linux-modules-nvidia-418-oem-osp1' 'libghc-minimorph-prof' 'linux-modules-4.15.0-1016-aws' 'gnat-6-doc' 'libsavitar-dev' 'libpjmedia-videodev2' 'eso-pipelines' 'librte-pmd-thunderx-nicvf17.11' 'linux-headers-5.0.0-31-generic' 'libgtk3-webkit2-perl' 'node-babel-helper-explode-class' 'libghc-logging-facade-doc' 'linux-image-unsigned-5.0.0-1023-gke' 'gnustep-back0.26' 'frogr' 'libheaptrack' 'hunspell-ca' 'gdc-7-mips64-linux-gnuabi64' 'librte-pmd-null-crypto17.11' 'libosgi-core-java' 'libapache-sessionx-perl' 'qml-module-org-kde-analitza' 'rainbows' 'openssn-dbg' 'gnat-7-sjlj-mips-linux-gnu' 'xqilla' 'linux-modules-extra-4.15.0-36-generic' 'khard' 'lib32objc4-sparc64-cross' 'php-xdebug' 'python-wstools' 'ksirk' 'node-errorhandler' 'libexternalsortinginjava-java-doc' 'linux-modules-nvidia-435-5.3.0-26-generic' 'mate-accessibility-profiles' 'libmina2-java' 'gnome-video-effects-extra' 'proftpd-mod-pgsql' 'language-pack-zh-hans-base' 'node-plur' 'python-cassandra' 'libjcalendar-java' 'hunspell-cs' 'python3-libi8x' 'openvanilla-imgeneric-data-vi' 'nagios-plugins-contrib' 'libkrb5-dev' 'python-bond' 'tigervnc-viewer' 'node-path-to-regexp' 'libopencsg-dev' 'python-pynfft-dbg' 'libghc-path-io-dev' 'python3-musicbrainzngs' 'xserver-xorg-video-amdgpu' 'libemf-doc' 'libspice-server-dev' 'lib32ubsan1-dbg' 'libice-dev' 'trac-spamfilter' 'ruby-numru-units' 'gnat-5-sjlj-sh4-linux-gnu' 'tardiff' 'hunspell-da' 'libghc-tagged-prof' 'lib32atomic1-ppc64-cross' 'gnome-session-common' 'cpp-6-aarch64-linux-gnu' 'libghc-yi-mode-javascript-doc' 'libsbjson-dev' 'lib32asan3-sparc64-cross' 'painintheapt' 'libvibe-mail0' 'python-nbconvert-doc' 'manpages-hu' 'minetest-mod-moreblocks' 'darcs' 'warzone2100-music' 'kremotecontrol-dbg' 'autodns-dhcp' 'gbrowse-data' 'python3-formencode' 'libcalendar-ocaml-doc' 'arcanist-clang-format-linter' 'libarch-perl' 'python3-acoustid' 'binutils-powerpc-linux-gnu-dbg' 'ruby-xmmsclient' 'libgnomecanvasmm-2.6-doc' 'libtrilinos-intrepid-dev' 'w3m-img' 'node-serve-index' 'libformvalidator-simple-perl' 'gir1.2-gtk-3.0' 'libc6-dbg-mips-cross' 'libwandio1' 'clang-tools-5.0' 'libx11-xcb-perl' 'avahi-ui-utils' 'libgeronimo-jacc-1.1-spec-java' 'hunspell-dz' 'lib32gomp1-amd64-cross' 'gdc-7-arm-linux-gnueabihf' 'osinfo-db' 'libwpeditor0' 'libtree-dagnode-perl' 'python3-hurry.filesize' 'minimodem' 'pdns-backend-mydns' 'xfonts-cronyx-misc' 'python3-distutils' 'dbconfig-pgsql' 'ruby-htmlentities' 'swi-prolog-doc' 'libpyzy-1.0-0v5' 'maliit-framework-dbg' 'manpages-it' 'python3-arrow' 'slop' 'bijiben' 'node-resolve-dir' 'libstdc++-8-pic-m68k-cross' 'elpa-helm-virtualenvwrapper' 'hunspell-el' 'libstdc++6-4.8-dbg' 'python3-robot-detection' 'libgtkmm-3.0-doc' 'libgcc1-dbg-armhf-cross' 'pypump-shell' 'system-config-printer' 'python3-autopilot-tests' 'unsort' 'libstdc++6-7-dbg-alpha-cross' 'budgie-lightdm-theme' 'hunspell-es' 'libghc-vty-dev' 'gcc-8-powerpc64le-linux-gnu-base' 'hunspell-eu' 'manpages-ja' 'unity-session' 'linux-modules-extra-4.18.0-1020-azure' 'node-less' 'courier-ldap' 'ruby-journey' 'libghc-dual-tree-dev' 'libindigo0d' 'libdynamite-dev' 'libboost-chrono-dev' 'libhtml-widget-perl' 'golang-github-tendermint-tendermint-dev' 'mythimport' 'fonts-arphic-gkai00mp' 'libmaven-scm-providers-java' 'mathpartir' 'linux-tools-4.15.0-1012-kvm' 'lib64asan5-dbg-powerpc-cross' 'kde-config-touchpad' 'p10cfgd' 'libchewing3' 'python3-blessings' 'heaptrack' 'dares' 'armada-backlight' 'libstdc++-6-dev-ppc64-cross' 'atitvout' 'python-pysaml2-doc' 'libcdd-tools' 'gir1.2-gupnpdlna-2.0' 'transmission-common' 'yesod' 'couriergrey' 'libatlas-cpp-doc' 'r-cran-fimport' 'hunspell-fr' 'php-xml' 'gir1.2-mutter-2' 'packaging-tutorial' 'cl-metatilities-base' 'hopenpgp-tools' 'libc3p0-java-doc' 'lunar' 'libmessagecore4' 'libykpiv-dev' 'libuser1' 'gcc-6-x86-64-linux-gnux32' 'libdpm-dev' 'apertium-cy-en' 'tralics' 'libobjc4-x32-cross' 'librime-data-stroke5' 'ruby-rugged' 'typecatcher' 'libdsfmt-11213-1' 'ruby-fog-profitbricks' 'libfsntfs1' 'hunspell-gd' 'python-resource-retriever' 'lib32gfortran4-mips64el-cross' 'haskell-relational-record-prof' 'kbreakout' 'libunbound-dev' 'libtypesafe-config-java' 'dico-module-wordnet' 'node-is-data-descriptor' 'gnupg-utils' 'libghc-file-location-dev' 'linux-tools-5.0.0-1012-oem-osp1' 'libglobus-gridftp-server-control-dev' 'vim-gnome' 'lib32go13-dbg-ppc64-cross' 'python-zope.app.zcmlfiles' 'libboost1.62-doc' 'pyinfra' 'hunspell-gl' 'libenv-ps1-perl' 'libcommons-jci-rhino-java' 'libraqm0' 'xvid4conf' 'libsub-wrappackages-perl' 'pbdagcon' 'liblastfm1' 'libtophide-ocaml-dev' 'python-pycryptodome-doc' 'uwsgi-plugin-v8' 'libodil-doc' 'libqt5sensors5-dev' 'coinor-libcoinmp1v5' 'hunspell-gu' 'linux-image-4.15.0-1073-oem' 'libqm-dsp0' 'python-django-appconf-doc' 'linux-modules-4.15.0-72-generic' 'libnfo1-bin' 'ruby-libprelude' 'libaccounts-qt5-1' 'fontmanager.app' 'python3-senlinclient' 'circos' 'acl2-books' 'libbt0' 'dia-shapes' 'unity-mail' 'scanbuttond' 'node-parse-json' 'libreoffice-l10n-zh-cn' 'hunspell-he' 'c++-annotations-dvi' 'libghc-uuid-types-doc' 'quake3-data' 'libjboss-xnio-java-doc' 'libjsonrpc-glib-1.0-dev' 'slrn' 'hunspell-hi' 'cockpit-system' 'linux-modules-4.15.0-1038-kvm' 'lunch' 'linux-headers-5.0.0-1030-oem-osp1' 'lib64go4-dbg' 'tcl-tclreadline' 'ember-media' 'libghc-quickcheck-safe-doc' 'libosgi-foundation-ee-java-doc' 'libevhtp-dev' 'dclock' 'hunspell-hr' 'lib32ubsan0-amd64-cross' 'node-levn' 'tetrinet-client' 'libghc-network-dev' 'libghc-failure-prof' 'hunspell-hu' 'maliit-framework-dev' 'python3-rosdistro' 'libghc-ansi-wl-pprint-prof' 'derby-tools' 'libandroid-tools-repository-java' 'libmbim-glib-dev' 'libclearsilver-perl' 'lib32asan4-amd64-cross' 'libchardet1' 'python3-fasteners' 'libpapi-dev' 'slsh' 'libghc-aeson-prof' 'fusiondirectory-plugin-puppet' 'libzinnia-dev' 'libopencolorio1v5' 'libghc-text-binary-prof' 'gvfs-backends' 'linux-image-unsigned-4.15.0-1029-oracle' 'squeezelite' 'libbyte-buddy-java' 'kamailio-outbound-modules' 'linux-tools-5.0.0-1040-oem-osp1' 'trafficserver-experimental-plugins' 'archipel-agent-hypervisor-platformrequest' 'libx32gphobos76-dbg-i386-cross' 'libn32objc4-mips64el-cross' 'libvisp-gui3.1-dbg' 'iisemulator' 'slimevolley' 'liborcus-spreadsheet-model-0.13-0' 'libcgi-cookie-splitter-perl' 'fusiondirectory-plugin-subcontracting-schema' 'hunspell-is' 'libghc-primes-doc' 'node-is-builtin-module' 'libghc-getopt-generics-prof' 'hunspell-it' 'libapreq2-3' 'python3-git' 'sasview-doc' 'ftp-proxy' 'libx32itm1' 'libicsharpcode-nrefactory-ikvm5.0-cil' 'libosmcomp3' 'libghc-protobuf-doc' 'scim-anthy' 'libxpathselect1.4v5' 'python3-pynlpl' 'yorick-optimpack' 'libghc-hxt-dev' 'python-qrencode' 'libgcc-6-dev-hppa-cross' 'libboost-mpi1.65.1' 'linux-cloud-tools-5.0.0-1014-azure' 'libotf-dev' 'libpam-tmpdir' 'python-boto' 'golang-github-bugsnag-panicwrap-dev' 'python-tgext.admin' 'groonga-examples' 'jaligner' 'coinor-libvol-doc' 'r-cran-nloptr' 'libflowcanvas5v5' 'libghc-chunked-data-doc' 'libcupt4-doc' 'python3.7-venv' 'golang-github-gosimple-slug-dev' 'cpp-alpha-linux-gnu' 'libaudio-rpld-perl' 'libxml-namespace-perl' 'bmagic' 'libtemplateparser4' 'libircclient-dev' 'ruby-mixlib-authentication' 'desklaunch' 'elpa-diminish' 'pyqt5-dev-tools' 'php-symfony-doctrine-bridge' 'coco-java' 'libexttextcat-data' 'libstring-mkpasswd-perl' 'python3-xstatic-font-awesome' 'daptup' 'libctpp2-dev' 'libtrilinos-muelu-dev' 'libcrypto-equality-clojure' 'liburiparser-doc' 'libfannj-java-doc' 'libmx-dev' 'isdnvbox' 'fonts-tlwg-norasi-otf' 'node-node-rest-client' 'python3-pytest-forked' 'hunspell-kk' 'g++-7-multilib-sparc64-linux-gnu' 'maildir-filter' 'python3-nameparser' 'libkf5pimcommonakonadi5' 'mdk-doc' 'libmath-calc-units-perl' 'hunspell-ko' 'libbitmask1' 'python3-rdflib' 'libasm4-java-doc' 'python3-xstatic-tv4' 'python-multi-key-dict' 'libghc-lazysmallcheck-dev' 'hdup' 'nunit-gui' 'ruby-cocaine' 'puppet-module-asciiduck-sssd' 'drobo-utils' 'elpa-monokai-theme' 'libghc-exact-pi-prof' 'python-snuggs' 'libx32asan0-dbg' 'libzeus-jscl-java' 'fonts-averia-gwf' 'node-path-exists' 'ruby-kramdown' 'linux-modules-nvidia-390-4.15.0-1064-oem' 'python-ipywidgets' 'iraf' 'linux-modules-4.15.0-1025-azure' 'gir1.2-gmenu-3.0' 'gcc-8-m68k-linux-gnu' 'ng-common' 'liblockfile-bin' 'python-easygui' 'libntlm0-dev' 'manpages-pl' 'python3-setools' 'python3-smmap' 'libfolks-telepathy25' 'libsox-fmt-all' 'vagrant-libvirt' 'obfs4proxy' 'libboost-fiber-dev' 'librte-flow-classify17.11' 'doc-linux-pl' 'python3-django-netfields' 'linux-image-unsigned-4.15.0-1011-oracle' 'manpages-pt' 'php-horde-perms' 'libu1db1' 'linux-tools-4.15.0-1043-aws' 'libkf5texteditor5-libjs-underscore' 'libpolkit-backend-1-dev' 'libghc-network-conduit-tls-dev' 'ruby-jira' 'libkf5ksieve-dev' 'hunspell-lo' 'libtest-moose-more-perl' 'postgresql-10-asn1oid' 'python3-contextlib2' 'libtruffle-dsl-processor-java-doc' 'hunspell-lt' 'libtwin-dev' 'python-ftp-cloudfs' 'linux-tools-4.15.0-1025-oracle' 'r-cran-lsmeans' 'libwxsmithlib-dev' 'llvm-5.0' 'urfkill' 'libany-moose-perl' 'linux-image-5.0.0-17-generic' 'img2simg' 'gccgo-mipsel-linux-gnu' 'libbart-dev' 'lxqt-notificationd' 'cpipe' 'pkg-config-sh4-linux-gnu' 'chef-zero' 'etcd-client' 'libparams-validate-perl' 'binutils-mips64el-linux-gnuabi64-dbg' 'mir-graphics-drivers-desktop' 'libmoox-late-perl' 'shaderc' 'compiz-plugins-default' 'xotcl-shells' 'signify' 'libghc-path-io-doc' 'libx32gcc-7-dev-amd64-cross' 'hunspell-ml' 'gpsshogi-data' 'doctrine-sphinx-theme' 'libice-doc' 'libobjc4-dbg-armel-cross' 'dfu-util' 'lua-rex-posix-dev' 'linux-buildinfo-5.0.0-1024-aws' 'pypy-lib-testsuite' 'python-egenix-mx-base-dbg' 'libxenomai1' 'php-horde-argv' 'libkf5libkdepim-data' 'python-pyside.qtopengl' 'linux-headers-4.15.0-1059-oem' 'linux-buildinfo-4.15.0-1039-kvm' 'amoeba' 'libmanette-0.2-dev' 'libperinci-cmdline-perl' 'libghc-x509-validation-prof' 'libdbusmenu-qt2' 'libdlna0' 'binstats' 'librte-timer17.11' 'globus-gram-job-manager-scripts' 'ros-nav-msgs' 'zendframework' 'python-rfc3339' 'ruby-ipaddress' 'libgeant321-2-gfortran' 'circus' 'libc++-test' 'golang-github-pelletier-go-buffruneio-dev' 'bittorrent-gui' 'opennebula-common' 'libdatetime-format-dbi-perl' 'pgreplay' 'ipxe-qemu' 'forensics-extra' 'pkg-config-m68k-linux-gnu' 'codelite' 'eldav' 'hunspell-ne' 'libconfig-model-systemd-perl' 'libydpdict2' 'libxcb-xf86dri0-dev' 'libjs-markdown-it' 'fatresize' 'libgmerlin-dev' 'libnet-rblclient-perl' 'hunspell-nl' 'hunspell-no' 'r-cran-timeseries' 'libtelepathy-qt4-2' 'libobjc4-sparc64-cross' 'libhsail-rt0-amd64-cross' 'libqgisgrass7-2.18.17' 'python-dnslib' 'telepathy-resiprocate' 'cl-simple-date' 'r-cran-lhs' 'libxmlrpc-lite-perl' 'libtorch-luat' 'libcgi-application-plugin-protectcsrf-perl' 'liberis-doc' 'linux-azure-edge' 'python3-dateutil' 'libapache2-mod-nss' 'libghc-bencode-dev' 'an' 'libghc-vty-doc' 'ovn-controller-vtep' 'g++-7-aarch64-linux-gnu' 'python-searchlightclient-doc' 'libpoe-component-dbiagent-perl' 'kdialog' 'supermin' 'hunspell-oc' 'libvoaacenc-ocaml' 'python-django-braces' 'linux-image-4.15.0-1010-kvm' 'rakarrack' 'libghc-dual-tree-doc' 'libatomic1-dbg-sparc64-cross' 'at' 'ulogd2' 'libtaoframework-opengl-cil-dev' 'itksnap' 'python3-autobahn' 'blinken' 'libdisasm-dev' 'libmp3-info-perl' 'gcc-6-mipsel-linux-gnu' 'libasan3-sparc64-cross' 'linux-oem-osp1-headers-5.0.0-1010' 'appstream-generator' 'libtext-bibtex-perl' 'cgview' 'linux-oem-osp1-headers-5.0.0-1012' 'gle-graphics' 'linux-oem-osp1-headers-5.0.0-1015' 'flextra' 'luksmeta' 'linux-oem-osp1-headers-5.0.0-1018' 'bb' 'python3-mapbox-vector-tile' 'bc' 'unity-scope-virtualbox' 'bd' 'libghc-cprng-aes-dev' 'bf' 'psad' 'ccache' 'libapache2-mod-auth-cas' 'vdr-plugin-vnsiserver' 'libmojo-pg-perl' 'libsidplay2-dev' 'dummydroid' 'janino' 'ocserv' 'xfce4-netload-plugin' 'libmwaw-tools' 'libc6-i386-x32-cross' 'manpages-tr' 'relion-bin+mpi' 'soundscaperenderer-common' 'libshimdandy-java' 'frotz' 'python3-gpg' 'linux-headers-4.15.0-72-lowlatency' 'sucrose' 'libjana-ecal-dev' 'python3-zaqarclient' 'hunspell-pl' 'stun-server' 'python3-cffi' 'linux-oem-osp1-headers-5.0.0-1020' 'libhtmlcleaner-java-doc' 'linux-oem-osp1-headers-5.0.0-1022' 'ndtpd' 'libatompub-perl' 'libregexp-common-net-cidr-perl' 'linux-oem-osp1-headers-5.0.0-1024' 'linux-oem-osp1-headers-5.0.0-1025' 'libpixelif-dev' 'libghc-regex-pcre-dev' 'golang-github-joho-godotenv-dev' 'postnews' 'monkeysign' 'python-omniorb-dbg' 'lib32gfortran-6-dev' 'linux-oem-osp1-headers-5.0.0-1027' 'hex-a-hop-data' 'linux-headers-4.18.0-1015-gcp' 'binutils-powerpc-linux-gnuspe-dbg' 'linux-oem-osp1-headers-5.0.0-1028' 'suricata-dbg' 'libpowerdevilui5' 'libghc-file-location-doc' 'python-hypothesis-doc' 'libiml0' 'flex-old' 'python-pynfft-doc' 'libfst8' 'libapache2-mod-shib2' 'libghc-quickcheck-io-dev' 'python3-opcua' 'libmtp9' 'gnokii-smsd-pgsql' 'ffmpeg' 'python-django-reversion' 'python-egenix-mx-base-dev' 'prboom-plus' 'python3-jsonpickle' 'budgie-wallpapers-yakkety' 'matchbox' 'xss-lock' 'python-txws' 'xfce4-timer-plugin' 'libghc-io-streams-haproxy-prof' 'cs' 'tangerine' 'open-isns-discoveryd' 'libanyevent-irc-perl' 'gdc-7-multilib-i686-linux-gnu' 'cu' 'e3' 'os-prober' 'cw' 'klick' 'netpanzer' 'python-fpylll-doc' 'libghc-network-info-dev' 'fonts-ipafont-nonfree-jisx0208' 'pseudo' 'libpcsclite1' 'linux-oem-osp1-headers-5.0.0-1030' 'zita-at1' 'httping' 'linux-oem-osp1-headers-5.0.0-1033' 'python-parso-doc' 'libwildfly-common-java' 'gnat-5-sparc64-linux-gnu' 'tclcl' 'libghc-hscolour-dev' 'linux-image-4.18.0-1007-aws' 'libpcre3-dbg' 'linux-oem-osp1-headers-5.0.0-1037' 'octave-zenity' 'libnunit-cil-dev' 'golang-github-gocql-gocql-dev' 'linux-oem-osp1-headers-5.0.0-1039' 'dc' 'libnamespace-sweep-perl' 'purifyeps' 'qtmultimedia5-examples' 'di' 'libsmartcardpp1-dbg' 'gnuplot-doc' 'linux-cloud-tools-5.0.0-29-lowlatency' 'libevhtp-doc' 'binutils-hppa64-linux-gnu' 'ubuntu-packaging-guide-html' 'python-numexpr' 'libghc-socks-prof' 'wide-dhcpv6-relay' 'ruby-riemann-client' 'libghc-network-doc' 'linux-image-unsigned-5.0.0-1030-oem-osp1' 'dq' 'python3-pyside.qtdeclarative' 'libghc-with-location-dev' 'f3' 'libqxmlrpc1' 'liblld-5.0-dev' 'libmbim-glib-doc' 'lib64go13-i386-cross' 'ats2-lang' 'dx' 'stopwatch' 'libcore-renderer-java' 'gcc-6-multilib-arm-linux-gnueabi' 'gobjc-8-multilib-s390x-linux-gnu' 'libequinox-jsp-jasper-registry-java' 'linuxdoc-tools-text' 'linux-oem-osp1-headers-5.0.0-1040' 'libsub-info-perl' 'libdoxia-core-java' 'gedit-plugin-dashboard' 'briquolo' 'game-data-packager-runtime' 'hunspell-ro' 'libesedb-dev' 'libayatana-indicator3-7' 'software-center-aptdaemon-plugins' 'libzinnia-doc' 'python-muranoclient-doc' 'python-zope.authentication' 'libgnatcoll-iconv17.0.2017' 'hunspell-ru' 'node-browserify-aes' 'libjersey1-core-java' 'ed' 'minilzip' 'surankco' 'gtk2-engines-xfce' 'python-breezy' 'astro-development' 'libtigris-clojure' 'frown' 'python3-linecache2' 'genius' 'murano-agent' 'python-jsonschema' 'lib32gomp1-dbg-ppc64-cross' 'linux-tools-5.0.0-1013-gcp' 'gamgi-doc' 'libfax-hylafax-client-perl' 'libqd-dev' 'libgctp-dev' 'libportaudiocpp0' 'ruby-attr-required' 'samplerate-programs' 'hunspell-se' 'vnstat' 'erlang-os-mon' 'ruby-broccoli' 'libgccjit-8-dev' 'libgcc1-mips-cross' 'g++-x86-64-linux-gnux32' 'esajpip-doc' 'hunspell-si' 'libghc-hxt-doc' 'android-libnativehelper-dev' 'idzebra-2.0-utils' 'hunspell-sk' 'rsbackup' 'hunspell-sl' 'python-glance' 'libfilter-perl' 'eog-plugin-hide-titlebar' 'libgts-bin' 'python-odil' 'python3-first' 'gnome-logs' 'fonts-indic' 'libghc-temporary-dev' 'yorick-curses' 'git2cl' 'hunspell-sr' 'safecopy' 'libvmem-dev' 'libphp7.2-embed' '7kaa-data' 'hunspell-sv' 'libcgi-untaint-email-perl' 'exiftran' 'hunspell-sw' 'libfrei0r-ocaml' 'libghc-pem-prof' 'pelican-doc' 'python3-gsw' 'libxklavier16' 'python-kafka' 'libdsfmt-86243-1' 'kde-cli-tools' 'pcp-doc' 'graphicsmagick' 'python-beaker' 'libgcc-5-dev-arm64-cross' 'libsfstdc++6-5-dbg-armhf-cross' 'gnome-photos' 'glare-api' 'libfile-slurp-unicode-perl' 'linux-headers-5.0.0-1031-azure' 'linux-tools-5.0.0-1031-azure' 'libglobus-xio-udt-driver' 'libkashmir-dev' 'python-distorm3' 'hunspell-te' 'libcuda1-361-updates' 'libkf5itemviews5' 'elpa-systemd' 'disc-cover' 'hunspell-th' 'gccgo-mips64el-linux-gnuabi64' 'linux-image-5.0.0-1031-gcp' 'libcgi-ajax-perl' 'appstream-glib-doc' 'libcf-ocaml-dev' 'ekg2' 'libc6-mips32-mipsn32r6-cross' 'libcegui-mk2-dev' 'buffy' 'libnvidia-compute-390' 'jupyter-client' 'libghc-wl-pprint-terminfo-dev' 'globjects-doc' 'libghc-monadlist-prof' 'python3-django-pyscss' 'anyremote-data' 'selinux-policy-default' 'namazu2' 'libmx-doc' 'libstdc++6-5-dbg' 'node-gettext-parser' 'gb' 'dawgdic-tools' 'binutils-h8300-hms' 'libgff-dev' 'libguava-java' 'liballegro4.4' 'node-decompress-response' 'gobjc++-multilib-powerpc64-linux-gnu' 'sysprof' 'runlim' 'kfilereplace' 'libgo9-dbg-i386-cross' 'liboptions-java-doc' 'proftpd-mod-sqlite' 'libghc-lazysmallcheck-doc' 'ncmpcpp' 'libxml-filter-saxt-perl' 'ruby-mongo' 'linux-modules-4.15.0-1032-gcp' 'alex4-data' 'libpcre3-dev' 'libc6-mips64-mipsn32r6-cross' 'golang-github-eclipse-paho.mqtt.golang-dev' 'python-cycler' 'grr-server' 'libtommath-dev' 'i3' 'mate-utils' 'gv' 'darts' 'onesixtyone' 'libhtml-selector-xpath-perl' 'libubsan1-sparc64-cross' 'hunspell-uk' 'linux-image-4.15.0-1041-aws' 'libpixelif-common' 'libexif-gtk-dev' 'kopete' 'libc6-dev-x32' 'libkeduvocdocument-dbg' 'linux-headers-5.0.0-1012-aws' 'x2goserver-x2goagent' 'libgmetrics-groovy-java-doc' 'libwhoopsie-dev' 'python-django-tagging' 'libperlio-via-timeout-perl' 'grass-dev' 'python-gccjit' 'nglister' 'mseed2sac' 'libdbus2.0-cil' 'compass-blend-modes-plugin' 'libobjc-5-dev-s390x-cross' 'gir1.2-atrildocument-1.5.0' 'hunspell-uz' 'python-pyflot' 'libghc-network-conduit-tls-doc' 'libfontawesomefx-java' 'plotdrop' 'manpages-zh' 'libdiscover2' 'python-pyflow' 'padthv1' 'libmathic-dev' 'python-restructuredtext-lint' 'radioclk' 'pictor-unload' 'dialog' 'python-seqdiag' 'lua-unit' 'torrus-common' 'python-snimpy-doc' 'libeditorconfig0-dbg' 'libheimdal-kadm5-perl' 'linux-headers-4.18.0-13' 'ht' 'yforth' 'linux-headers-4.18.0-14' 'linux-headers-4.18.0-15' 'kalgebramobile' 'propaganda-debian' 'linux-headers-4.18.0-16' 'psi3' 'whoopsie' 'hunspell-vi' 'linux-headers-4.18.0-17' 'psi4' 'qsynth' 'btcheck' 'amanda-common' 'linux-headers-4.18.0-18' 'hy' 'vtk7-doc' 'python-repoze.sphinx.autointerface' 'sdate' 'axiom-source' 'rplay-contrib' 'freerdp2-wayland' 'latex-cjk-chinese-arphic-gkai00mp' 'weboob-qt' 'libjavascript-beautifier-perl' 'linux-tools-4.18.0-18-generic' 'lib32lsan0-dbg' 'rhythmbox-ampache' 'dict-freedict-gle-eng' 'libcipux-storage-perl' 'node-express-generator' 'node-supertest' 'ii' 'lldb' 'libfile-basedir-perl' 'libhtml-calendarmonth-perl' 'brother-lpr-drivers-laser1' 'im' 'xaw3dg' 'kde-config-gtk-style' 'libprotozero-dev' 'linux-headers-4.18.0-20' 'kopano-libs' 'linux-headers-4.18.0-21' 'python-os-win-doc' 'linux-headers-4.18.0-22' 'libeclipse-e4-ui-bindings-java' 'libequinox-p2-directorywatcher-java' 'ooniprobe' 'mypy' 'gnome-control-center' 'science-psychophysics' 'linux-headers-4.18.0-24' 'language-pack-gnome-ru-base' 'lib32gcc-7-dev-mips64-cross' 'golang-github-mvo5-goconfigparser-dev' 'libkf5akonadiserver-dev' 'linux-headers-4.18.0-25' 'linux-signed-generic-hwe-16.04-edge' 'libshishi0' 'friendly-recovery' 'iw' 'node-babel-plugin-syntax-function-bind' 'libqofono-dev' 'libmamdanews0' 'xscorch' 'chewmail' 'python-pygresql' 'libjoptsimple-java-doc' 'libsunflow-java' 'python3-nibabel' 'libkf5akonadimime-dev' 'lib32stdc++6-amd64-cross' 'libghc-email-validate-prof' 'libwnck-3-dev' 'python-pylint-flask' 'node-jquery' 'linux-modules-extra-4.15.0-1052-gke' 'libcurand9.1' 'libboost-iostreams-dev' 'jd' 'xiccd' 'inadyn' 'pluginhook' 'python-samba' 'libdata-validate-perl' 'r-cran-rneos' 'pike8.0-manual' 'puppet-module-puppetlabs-postgresql' 'python-wit' 'python-constantly' 'libvisp-klt-dev' 'magicor' 'libmedimport0v5' 'librte-hash17.11' 'r-cran-mime' 'python3-webob' 'ruby-bootstrap-form' 'libexporter-renaming-perl' 'linux-tools-4.15.0-1069-oem' 'linux-headers-5.0.0-27-lowlatency' 'libreact-ocaml' 'unity-gtk-module-autopilot' 'jo' 'routino-www' 'libdune-geometry-dev' 'libfilehandle-fmode-perl' 'jq' 'clamtk-nautilus' 'session-migration' 'golang-pault-go-ykpiv-dev' 'gdc-8-multilib-s390x-linux-gnu' 'diction' 'ibus-anthy' 'qml-module-qtbluetooth' 'libaudio-scrobbler-perl' 'python3-django-haystack' 'libcib-dev' 'libmpx0-dbg' 'libfftw3-quad3' 'libterm-readline-gnu-perl' 'mjpegtools-gtk' 'ruby-domain-name' 'python3-api-hour' 'libghc-bencode-doc' 'spatialite-gui-dbg' 'python3-olefile' 'libsasl2-modules-db' 'nvramtool' 'python3-ttystatus' 'libc-client2007e-dev' 'librygel-renderer-gst-2.6-2' 'num-utils' 'libnet-dict-perl' 'libasan3-arm64-cross' 'mupen64plus-video-glide64' 'libnginx-mod-http-fancyindex' 'linux-modules-nvidia-418-5.0.0-1040-oem-osp1' 'shapetools-tutorial' 'lib64stdc++6-8-dbg' 'remote-logon-service' 'libsox-fmt-ao' 'python-configparser' 'libtest-http-server-simple-perl' 'linux-headers-4.15.0-20-lowlatency' 'ruby-blankslate' 'libghc-gluraw-prof' 'dsniff' 'xcolors' 'libgda-5.0-postgres' 'libkeduvocdocument-dev' 'libsugarext0' 'kpackagelauncherqml' 'smbc' 'gringo' 'libc6-dbg-ppc64el-cross' 'libdatetime-format-duration-perl' 'python-evdev' 'libpapi5' 'libghc-cprng-aes-doc' 'geany-plugin-workbench' 'm4' 'libghc-xmonad-prof' 'x11proto-bigreqs-dev' 'libclass-dbi-sqlite-perl' 'gcc-5-plugin-dev-x86-64-linux-gnux32' 'gsasl-dbg' 'golang-github-jackpal-gateway-dev' 'node-quote-stream' 'libreoffice-l10n-zh-tw' 'singularity-music' 'user-mode-linux-doc' 'cloudkitty-processor' 'libqoauth2' 'libunix-syslog-perl' 'libjackson-json-java-doc' 'python-ricky' 'liblzo2-dev' 'python3-webpy' 'libghc-basic-prelude-prof' 'multiwatch' 'yoshimi' 'libceres-dev' 'liblinux-usermod-perl' 'libgpgmepp-dev' 'libjana-ecal-doc' 'le' 'glosstex' 'libmath-basecnv-perl' 'python-seaborn' 'libghc-snap-core-dev' 'language-pack-cs-base' 'libdoxia-sitetools-java-doc' 'linux-headers-5.0.0-31-lowlatency' 'atom4' 'libownet-3.1-5' 'libasan2-dbg-x32-cross' 'librelion-1.4-1' 'libghc-regex-pcre-doc' 'linux-tools-4.15.0-38-generic' 'libdpm-perl' 'ruby-version-sorter' 'libindi-plugins' 'lr' 'libprotoc-dev' 'libgeographic17' 'node-lastfm' 'libconvert-ytext-perl' 'python3-hbmqtt' 'ros-desktop-lisp-dev' 'libghc-quickcheck-io-doc' 'linux-modules-nvidia-390-4.15.0-60-generic' 'lv' 'libnetxx1v5' 'ruby-net-scp' 'libmoosex-types-iso8601-perl' 'angband' 'python-flaskext.multistatic' 'python3-lxml-dbg' 'gobjc-mingw-w64-x86-64' 'linux-image-4.18.0-1023-azure' 'linux-buildinfo-4.15.0-1033-gcp' 'llvm-5.0-dev' 'google-android-build-tools-24-installer' 'python-pbr-doc' 'golang-github-ghodss-yaml-dev' 'python3-pdfrw' 'libgnatvsn5-armel-cross' 'libhttp-recorder-perl' 'mc' 'rustc' 'linux-tools-5.0.0-1013-gke' 'manpages-fr-dev' 'libghc-network-info-doc' 'libsfgphobos-7-dev-armhf-cross' 'ibus-table-erbi-qs' 'linux-image-unsigned-4.15.0-74-generic' 'mg' 'python-bleach' 'libtsan0-dbg-ppc64-cross' 'belier' 'python3-exabgp' 'xbacklight' 'testdisk-dbg' 'python3-silx-dbg' 'libsoundtouch-ocaml' 'libghc-hscolour-doc' 'autodocktools' 'libsvn-class-perl' 'libgcc-7-dev-ppc64-cross' 'numdiff' 'libclass-c3-adopt-next-perl' 'viewvc-query' 'python3-urlobject' 'ruby-escape' 'libmoosex-yaml-perl' 'python3-azure-devtools' 'lbreakout2-data' 'puppet-module-puppetlabs-inifile' 'php-yac' 'libcloudproviders-dev' 'libgcc-7-dev-ppc64el-cross' 'libobject-id-perl' 'libsys-cpuload-perl' 'linux-headers-4.15.0-1027-aws' 'libmodule-install-authortests-perl' 'mz' 'libgcc1-ppc64-cross' 'python-sensor-msgs' 'liblablgtk2-gl-ocaml-dev' 'staden' 'libghc-with-location-doc' 'python3-mplexporter' 'libarb-dev' 'libnet-ssleay-perl' 'profphd-utils' 'nd' 'libglee0d1-dbg' 'golang-github-gorilla-mux-dev' 'ne' 'x11proto-kb-dev' 'sooperlooper' 'gobjc++-6-sh4-linux-gnu' 'schleuder-cli' 'r-cran-matching' 'libjunitperf-java' 'linux-libc-dev' 'libkf5balooengine5' 'linux-image-lowlatency-hwe-16.04-edge' 'kipi-plugins-common' 'nn' 'libgcr-base-3-1' 'postgis-doc' 'python-libfvde' 'libpcsclite-dev' 'juman' 'nq' 'libfcitx-qt5-dev' 'freeipmi-bmc-watchdog' 'libkf5messagecore5abi2' 'pmailq' 'libkf5config-bin-dev' 'libstdc++6-5-dbg-armhf-cross' 'linux-modules-extra-5.3.0-1009-azure' 'bitz-server' 'gir1.2-notify-0.7' 'gnome-shell-extension-better-volume' 'linux-image-unsigned-5.0.0-1017-gke' 'libghc-skein-dev' 'libpod-constants-perl' 'gdc-8-multilib-powerpc-linux-gnu' 'smem' 'libghc-tagsoup-dev' 'liburi-nested-perl' 'libpocodatasqlite50' 'node-yargs' 'libjavascript-minifier-perl' 'science-physics' 'ruby-mixlib-cli' 'fonts-yanone-kaffeesatz' 'language-pack-gnome-nn-base' 'umview-mod-viewfs' 'shorewall-doc' 'libpmi2-0' 'libglobus-gram-protocol3' 'linux-modules-4.15.0-1032-gke' 'gerbera' 'libgccjit-8-doc' 'verilog-mode' 'spice-webdavd' 'libqdbm-perl' 'bibletime' 'zeroc-ice-all-runtime' 'libghc-bzlib-dev' 'python-cryptography-doc' 'libfile-map-perl' 'python-logilab-common' 'libghc-temporary-doc' 'ruby-prawn-manual-builder' 'apitrace-gui' 'libghc-http-conduit-dev' 'golang-github-dgrijalva-jwt-go-dev' 'libmail-gnupg-perl' 'libx32gfortran3-dbg-i386-cross' 'snimpy' 'libsoxr-dev' 'libopenjp3d7' 'nunit-console' 'lib64gcc-7-dev-mips-cross' 'u2f-server' 'r-bioc-limma' 'pcalendar' 'g++-5-multilib-powerpc64-linux-gnu' 'xserver-common' 'libghc-config-schema-dev' 'ruby-html2text' 'mediainfo' 'libqtnetwork4-perl' 'oz' 'icon-slicer' 'guile-g-wrap' 'arduino-mighty-1284p' 'liblist-moreutils-perl' 'libplexus-utils-java' 'python-omniorb-doc' 'libsjacket-clojure' 'atool' 'glfer' 'libdbus-glib-1-dev' 'libghc-failure-dev' 'libghc-diagrams-gtk-prof' 'libstring-expand-perl' 'ubuntustudio-lightdm-theme' 'python-woo' 'libjama-java' 'libxnee-dev' 'dhcpcd-common' 'librime-data-wugniu' 'libcurator-framework-java' 'libmath-convexhull-monotonechain-perl' 'libmia-2.4-dev' 'liblsan0-dbg-ppc64el-cross' 'libjellyfish-2.0-dev' 'pi' 'libcegui-mk2-doc' 'doc-rfc-others' 'syslog-ng-mod-trigger' 'libgnatvsn6-dev-armhf-cross' 'libghc-wl-pprint-terminfo-doc' 'lib64cilkrts5' 'libghc-postgresql-libpq-dev' 'mp3splt' 'feed2exec-doc' 'libkf5calendarevents5' 'fonts-prociono' 'libpoppler-dev' 'libqt5waylandcompositor5-dev' 'pq' 'kopano-webapp-apache2' 'openrpt' 'aumix-gtk' 'adql-java-doc' 'ubuntu-core-libs' 'freespace2-launcher-wxlauncher' 'libconfig++-dev' 'pv' 'qcumber' 'seqan-apps' 'python-gerritlib' 'snowballz' 'libquicktime2' 'libstdc++6-5-dbg-mipsel-cross' 'libmono-system-runtime-serialization-formatters-soap4.0-cil' 'libclass-default-perl' 'ldm-kubuntu-theme' 'sabnzbdplus' 'libkodiplatform-dev' 'libtf-conversions0d' 'awesfx' 'opensips-carrierroute-module' 'libbitmask-dev' 'phpunit' 'forkstat' 'node-babel-plugin-transform-export-extensions' 'pspg' 'junior-video' 'libatomic1-dbg' 'lua-system-dev' 'lximage-qt-l10n' 'rddmarc' 'libarchive-dev' 'uwsgi-plugin-sqlite3' 'xserver-xorg-input-elographics' 'python-django-setuptest' 'libcatalyst-controller-actionrole-perl' 'ifupdown' 'grass-doc' 'msxpertsuite' 'gobjc-6-multilib-mips64el-linux-gnuabi64' 'python3-pyxattr' 'linux-buildinfo-4.15.0-1031-oracle' 'libgo13-dbg-mips-cross' 'gcc-5-powerpc64le-linux-gnu' 'fuse2fs' 'kde-full' 'pspp' 'dov4l' 'wmifinfo' 'libevas1-engine-fb' 'irtt' 'libmoosex-runnable-perl' 'basket-data' 's5' 'gtk-sharp2-gapi' 'language-pack-crh-base' 'libshout-ocaml' 'faba-icon-theme' 'air-quality-sensor' 'linux-image-unsigned-4.15.0-46-lowlatency' 'ruby-diaspora-federation-json-schema' 'dropbear' 'libapp-fatpacker-perl' 'e2fsck-static' 'minidlna' 'libobject-event-perl' 'libgnat-7-dbg-sh4-cross' 'libhtml-dashboard-perl' 'libdropwizard-metrics-java' 'rc' 'libnuxwdog-dev' 'libghc-cgi-prof' 'ubiquity-frontend-debconf' 'gfortran-6-multilib-arm-linux-gnueabihf' 're' 'dict-freedict-kha-deu' 'linux-headers-4.15.0-72-generic' 'gnat-7-s390x-linux-gnu' 'libkf5xmlgui-dev' 'ri' 'libubsan0-dbg-x32-cross' 'linux-modules-4.15.0-1020-aws' 'libc6-powerpc-cross' 'kpart5-kompare' 'node-grunt-replace' 'google-chrome-beta' 'printer-driver-c2esp' 'libck0' 'uhexen2-common' 'fcitx-libs' 'libdime-tools-perl' 'libnb-java5-java' 'libvo-aacenc-dev' 'rr' 'ldap2zone' 'python-gst-1.0' 'rs' 'libwinpr-library0.1' 'libghc-aws-prof' 'libeegdev-dev' 'postal' 'cyrus-dev' 'libopentk-cil-dev' 'libiptcdata0' 'apache2-ssl-dev' 'python-networking-odl-doc' 'libncap44' 'libkkc-data' 'libprotozero-doc' 'libfile-type-webimages-perl' 'ejabberd-mod-rest' 'python-cpopen-dbg' 'libghc-sql-words-prof' 'libgfortran5-alpha-cross' 'libgnat-5' 'libgnat-6' 'kopano-dagent' 'ruby-mime-types' 'sc' 'libgnat-7' 'libgnat-8' 'volumeicon-alsa' 'libjitescript-java' 'uwsgi-plugin-alarm-curl' 'yamdi' 'libminc2-4.0.0' 'gdc-7-multilib-mips-linux-gnu' 'libalien-sdl-perl' 'libobjc-6-dev-m68k-cross' 'pdftoipe' 'python-genometools' 'libevdocument3-4' 'libxml-compacttree-perl' 'libjgit-java' 'ruby-haml-magic-translations' 'libeclipse-jdt-launching-java' 'sl' 'libopenlibm2' 'libn32go7-dbg-mips-cross' 'sm' 'sn' 'libjargs-java' 'linux-image-4.15.0-1067-oem' 'libn32gcc-6-dev-mips64el-cross' 'libshp2' 'awffull' 'libghc-generics-sop-dev' 'xfonts-bolkhov-isocyr-75dpi' 'libmaven-shade-plugin-java' 'libghc-yaml-dev' 'golang-github-thejerf-suture-dev' 'lib64stdc++-8-dev-mipsel-cross' 'libsmraw-dev' 'cpl-plugin-kmos-calib' 'sx' 'linux-image-unsigned-4.15.0-50-lowlatency' 'python3-signedjson' 'r-cran-fitbitscraper' 'libghc-xmlgen-prof' 'libdune-geometry-doc' 'libkwalletbackend5-5' 'tomboy' 'chrpath' 'r-cran-adegraphics' 'libparlatype-dev' 'libx32objc4-dbg-amd64-cross' 'libc6-ppc64el-cross' 'libgoocanvas-2.0-dev' 'libghc-misfortune-dev' 'tf' 'golang-glog-dev' 'python3-mako' 'libfreehep-chartableconverter-plugin-java' 'libxml-sax-base-perl' 'python3-xstatic-jquery-ui' 'pssh' 'tk' 'nxagent' 'goldendict' 'magicfilter' 'libresteasy3.0-java' 'libzim2' 'linux-image-lowlatency' 'linux-buildinfo-4.15.0-1033-gke' 'python-os-brick' 'kblackbox' 'transfermii-gui' 'linux-modules-extra-5.0.0-1025-aws' 'libassimp4' 'vdr-plugin-dvbsddevice' 'psst' 'libuniversal-moniker-perl' 'dict-bouvier' 'linux-tools-4.15.0-1049-gke' 'colobot-dev-doc' 'libbase58-dev' 'gir1.2-secret-1' 'gcc-offload-nvptx' 'ibutils' 'python3-img2pdf' 'bandwidthd-pgsql' 'iftop' 'elpa-world-time-mode' 'libmaven-assembly-plugin-java' 'libasm4-java' 'vco-plugins' 'libgnatvsn5-dbg-armhf-cross' 'liblivemedia-dev' 'libkdb3-driver-postgresql' 'python-sqlkit-doc' 'linux-cloud-tools-generic' 'libatk3.0-cil' 'python3-dogpile.core' 'libpaps0' 'python3-txfixtures' 'libgphobos-7-dev-armhf-cross' 'node-marked' 'libtrilinos-amesos12' 'libgnatvsn6-dev-i386-cross' 'gnat-8-alpha-linux-gnu' 'fltk1.3-games' 'python3-dogpile.cache' 'libtest-memory-cycle-perl' 'libx32gphobos71-dbg-i386-cross' 'snd-gtk-pulse' 'sbox-dtc' 'libmarisa-perl' 'libgpgmepp-doc' 'libdigidoc2' 'libgcroots0' 'lua-clod-doc' 'python-h5py' 'libghc-snap-core-doc' 'python3-terminaltables' 'libghc-th-expand-syns-prof' 'gobjc++-mips64-linux-gnuabi64' 'libgpac4' 'eclipse-wtp' 'mgltools-cadd' 'zeroc-ice-manual' 'cvc3-el' 'libjs-dompurify' 'banshee-extension-appindicator' 'network-manager-ssh' 'libxcb-xfixes0' 'libgnome-vfs2.0-cil' 'libobjc-8-dev-amd64-cross' 'ruby-multipart-post' 'linux-image-unsigned-5.0.0-31-lowlatency' 'libstdc++-7-dev-powerpc-cross' 'inetutils-inetd' 'vim-common' 'r-cran-coda' 'libjssc-java-doc' 'gccbrig-7-i686-linux-gnu' 'golang-github-google-fscrypt-dev' 'ruby-fakefs' 'linux-headers-4.18.0-14-lowlatency' 'gobjc-x86-64-linux-gnu' 'libticalcs2-11' 'libx11-xcb-dev' 'linux-image-unsigned-4.15.0-1012-azure' 'libipx-dev' 'libkrosscore4' 'node-are-we-there-yet' 'autofdo' 'libnet-smtpauth-perl' 'linux-headers-4.15.0-1025-azure' 'pypy-dev' 'libtexluajit-dev' 'fvwm1' 'libmnl-dev' 'llvm-5.0-doc' 'ruby-riddle' 'libghc-keys-dev' 'libnet-whois-parser-perl' 'libmpikmeans-dev' 'libgstrtspserver-1.0-0' 'python-txlibravatar' 'python-dbus.mainloop.pyqt5-dbg' 'vm' 'node-babel-generator' 'octave-mapping' 'libexo-2-dev' 'libghc-cmdargs-prof' 'libmoosex-markasmethods-perl' 'liblatex-tom-perl' 'libwacom-common' 'libparse-debianchangelog-perl' 'libctemplate3' 'lib32stdc++-7-dev' 'python-chaco' 'libequinox-p2-sar-java' 'node-babel-helper-call-delegate' 'libspice-client-gtk-3.0-dev' 'liblemonldap-ng-portal-perl' 'elpa-agda2-mode' 'node-cryptiles' 'poster' 'libpython3.8-dbg' 'librosconsole-bridge-dev' 'librte-pmd-qede17.11' 'logisim' 'python3-livereload' 'mscompress' 'libfontforge-dev' 'libcloudproviders-doc' 'lib32stdc++6-mips64el-cross' 'maria-doc' 'gnustep-gui-runtime' 'libmodule-starter-perl' 'libgnat-8-armhf-cross' 'singular-ui' 'gkrellm-x86info' 'wl' 'libx86emu-dev' 'python3-dbus.mainloop.qt-dbg' 'dnscrypt-proxy' 'libtasn1-doc' 'libzip4' 'opennebula' 'python-twilio' 'wv' 'mpc-ace' 'golang-siphash-dev' 'iem-plugin-suite-vst' 'gnat-gps-doc' 'aesfix' 'ruby-licensee' 'r-cran-htmltable' 'binutils-ia64-linux-gnu' 'tryton-modules-account-dunning-letter' 'python-tenacity-doc' 'libqfits0' 'linux-tools-4.15.0-1037-aws' 'linux-modules-4.15.0-1042-kvm' 'reinteract' 'golang-github-eapache-go-xerial-snappy-dev' 'kannel' 'libcurl3' 'dphys-swapfile' 'clang-tools-6.0' 'libghc-skein-doc' 'node-static-extend' 'libcurl4' 'freegish-dbg' 'python-avahi' 'python-radicale' 'xd' 'libbsf-java' 'python3-blist' 'libghc-tagsoup-doc' 'xe' 'jack-mixer' 'tclws' 'lolcat' 'libmilter-dev' 'linux-modules-extra-4.15.0-1031-oracle' 'togl-demos' 'ceph-mds' 'darkstat' 'libxml2-utils' 'libio-all-perl' 'science-biology' 'minisat' 'node-map-obj' 'libnewlib-dev' 'libghc-http-media-prof' 'libghc-xmonad-wallpaper-prof' 'libalog3-dev' 'libghc-time-locale-compat-dev' 'php7.2-bcmath' 'python-testtools-doc' 'purity-off' 'libn32gfortran5-mips-cross' 'daemon' 'dblatex-doc' 'libpam-shishi' 'openssh-known-hosts' 'z3' 't-code-common' 'libghc-bzlib-doc' 'optgeo' 'freepwing' 'python-rrdtool' 'libsxclient3' 'libjaylink-dev' 'libmaven-archiver-java-doc' 'freeplane' 'python-django-auth-ldap' 'libasound2-plugin-smixer' 'libghc-http-conduit-doc' 'libgfortran5-dbg-riscv64-cross' 'gfortran-6-mips64-linux-gnuabi64' 'hunspell-de-at' 'science-config' 'xemacs21' 'liblensfun1' 'human-icon-theme' 'libgphobos68-x32-cross' 'firefox-locale-zh-hans' 'lib32gphobos71-amd64-cross' 'chewing-editor' 'firefox-locale-zh-hant' 'kdepim-addons' 'libghc-echo-prof' 'python3-skimage-lib' 'python-imposm' 'libghc-config-schema-doc' 'linux-cloud-tools-4.18.0-1023-azure' 'invesalius' 'libplist-dbg' 'libshout-idjc-dev' 'qtdeclarative5-localstorage-plugin' 'libshout-idjc3' 'linux-buildinfo-5.0.0-1018-aws' 'seahorse-sharing' 'materia-gtk-theme' 'ruby-fcgi' 'virtuoso-vad-ods' 'libobject-tiny-perl' 'libnfc5-dbg' 'python-ripe-atlas-sagan' 'libmaven-plugin-testing-java-doc' 'libdbus-glib-1-doc' 'libghc-failure-doc' 'gnupg-agent' 'geneagrapher' 'libcr0' 'lxtask' 'gcc-5-sparc64-linux-gnu' 'python-wxgtk3.0-dev' 'python-ccdproc' 'libpolkit-qt-1-dev' 'libmia-2.4-doc' 'libhtml-tagcloud-perl' 'golang-github-hashicorp-go-multierror-dev' 'smpq' 'golang-github-gosexy-gettext-dev' 'libghc-postgresql-libpq-doc' 'ros-desktop-full-python-dev' 'libghc-cryptohash-conduit-prof' 'python3-zxcvbn' 'ktexteditor-katepart' 'treesheets' 'lib64gfortran-8-dev-powerpc-cross' 'libtomcat9-java' 'linux-tools-4.15.0-47-lowlatency' 'gap-float' 'roaraudio' 'node-prelude-ls' 'libghc-gitit-dev' 'gccgo-6-multilib-i686-linux-gnu' 'libhtml-form-perl' 'postfix-mysql' 'node-semver-diff' 'node-stream-consume' 'libnet-cisco-mse-rest-perl' 'compiz-plugins' 'libbusiness-onlinepayment-ippay-perl' 'ibus-table-array30' 'mysql-client-5.7' 'libitm1-i386-cross' 'libnetcdf-c++4' 'libpython3.8-dev' 'python3-xmltodict' 'linux-image-4.15.0-23-lowlatency' 'libandroidsdk-ddmlib-java' 'qtsvg5-doc' 'hunspell-de-ch' 'linux-libc-dev-m68k-cross' 'node-is-npm' 'librsplib-dev' 'python-alembic' 'python3-libqcow' 'fonts-hosny-amiri' 'node-grunt-webpack' 'libepoxy-dev' 'libnm-util-dev' 'libignition-cmake-dev' 'libgportugol-dev' 'python3-cairo-dbg' 'python-citeproc' 'linux-modules-5.0.0-1011-gcp' 'python-hiredis' 'compass-sassy-maps-plugin' 'libhttp-server-simple-perl' 'squid-deb-proxy' 'xserver-xorg-video-geode' 'libktpcommoninternals9' 'gnome-humility-icon-theme' 'linux-buildinfo-5.0.0-1032-azure' 'libdata-peek-perl' 'braa' 'toxiproxy' 'mlmmj-php-web' 'stl-manual' 'python3-ncclient' 'libcatalyst-plugin-session-store-cache-perl' 'libccss-dev' 'gir1.2-soup-2.4' 'linux-image-4.15.0-1022-oracle' 'brag' 'ceph-mgr' 'gnome-chess' 'libaccessodf-java' 'python3-watson-developer-cloud' 'inspircd' 'libsss-certmap-dev' 'libforest-perl' 'r-cran-coin' 'gdc-6-arm-linux-gnueabi' 'python-imageio' 'hunspell-de-de' 'linux-tools-5.0.0-1027-oem-osp1' 'python-pytest-runner' 'x11proto-composite-dev' 'libct4' 'libpdf-api2-simple-perl' 'gtkorphan' 'libtest-log-log4perl-perl' 'llvm' 'mustang-plug' 'libvips-tools' 'r-cran-rcppeigen' 'libghc-stringsearch-prof' 'advi' 'libhsail-rt-8-dev' 'libkimproxy4' 'linux-tools-4.15.0-51-lowlatency' 'ssg-nondebian' 'gobjc-5-m68k-linux-gnu' 'ruby-client-side-validations' 'libgypsy0' 'seq24' 'python3-nwdiag' 'libcloudproviders0' 'mono-xsp4-base' 'gfortran-6-multilib-mips-linux-gnu' 'liblightdm-qt-dev' 'libmodule-install-rdf-perl' 'gnuastro' 'libobjc-8-dev-mips64el-cross' 'libgroovycsv-java' 'firefox-locale-mai' 'cantor-backend-julia' 'libghc-hxt-http-dev' 'cyrus-doc' 'libghc-resourcet-dev' 'nvidia-331-updates-uvm' 'g++-6-multilib-x86-64-linux-gnux32' 'linux-headers-4.18.0-1009-gcp' 'povray-examples' 'python3-circuits' 'courier-authlib-ldap' 'python3-seamicroclient' 'libtemplate-declare-perl' 'ruby-net-ssh' 'ruby-lockfile' 'libhtml-quoted-perl' 'libdata-integer-perl' 'libraspell-ruby1.9.1' 'krb5-k5tls' 'libfelix-gogo-runtime-java' 'r-cran-bit64' 'libicns1' 'python3-hid' 'libplist-dev' 'node-babel-preset-stage-0' 'printer-driver-m2300w' 'node-babel-preset-stage-1' 'libpcp-mmv1' 'libfile-slurp-perl' 'node-babel-preset-stage-2' 'libghc-quickcheck-instances-prof' 'google-android-platform-22-installer' 'opendict' 'libropkg-perl' 'node-babel-preset-stage-3' 'libjs-jquery-tablesorter' 'linux-modules-4.15.0-45-lowlatency' 'android-libf2fs-utils-dev' 'libtype-tiny-perl' 'fvwm-icons' 'libghc-generics-sop-doc' 'libpam-snapper' 'gcc-8-multilib-mips64el-linux-gnuabi64' 'libmpfi0' 'libgeronimo-jta-1.2-spec-java' 'wx3.0-doc' 'libghc-yaml-doc' 'python-zope.app.debug' 'python-dbus.mainloop.pyqt5' 'dh-rebar' 'liblastfm-dbg' 'libgtk2.0-bin' 'linux-image-gke-5.0' 'python-pyfiglet' 'libfftw3-3' 'libgnatprj6-dbg' 'python-nitime-doc' 'linux-image-gke-5.3' 'linux-modules-4.15.0-34-generic' 'libsidplayfp-dbg' 'seahorse-nautilus' 'libghc-numtype-dev' 'libtime-clock-perl' 'freebsd-manpages' 'node-chalk' 'll-scope' 'r-cran-sfsmisc' 'python3-rasterio' 'exempi' 'linux-headers-4.15.0-1063-oem' 'libsisu-ioc-java' 'linux-buildinfo-4.15.0-1043-kvm' 'libhwloc5' 'beignet-dev' 'libparlatype-doc' 'libvslvm1' 'python-zope.principalannotation' 'libtraildb-dev' 'libghc-misfortune-doc' 'libmaliit-glib0' 'libpdf-reuse-barcode-perl' 'smtm' 'libvbr2' 'libjts-java' 'photofilmstrip' 'directoryassistant' 'libgnuradio-runtime3.7.11' 'libghc-readable-dev' 'libappindicator0.1-cil-dev' 'libjgrapht0.6-java' 'yade' 'libuima-tools-java' 'mythtv-theme-mythbuntu' 'xfonts-efont-unicode-ib' 'libkf5package5' 'r-cran-labeling' 'openhpid' 'dvdisaster' 'libpresage1v5' 'libunshield-dev' 'docbook-xsl-doc-pdf' 'yadm' 'rubocop' 'libfm-qt-l10n' 'golang-github-hlandau-dexlogconfig-dev' 'python3-cairo-dev' 'rtcw-server' 'openstereogram' 'libopenblas-dev' 'goban-original-games' 'python3-hl7' 'libhdfeos-dev' 'libxfce4ui-common' 'profphd' 'libpod-elemental-perl' 'restic' 'libmono-system-xml4.0-cil' 'python3-websockify' 'libcw6' 'libstdc++6-arm64-cross' 'libapt-inst2.0' 'libflatzebra-dev' 'ableton-link-utils-gui' 'libsru-perl' 'linux-modules-4.15.0-55-generic' 'libview-dev' 'libgudev-1.0-dev' 'linux-modules-extra-virtual-gkeop-5.0' 'gpg-wks-client' 'smplayer-l10n' 'libirrlicht-dev' 'libtk-pod-perl' 'isag' 'modem-cmd' 'libobjc-8-dev-arm64-cross' 'muse-el' 'abw2epub' 'lvtk-examples' 'breathe-doc' 'xmlformat-perl' 'python-humanize' 'python-zope.app.dependable' 'libganv-dev' 'libghc-bmp-dev' 'python-egenix-mxstack-doc' 'libmlv3-dev' 'fonts-beng-extra' 'python-pytest-xdist' 'libghc-knob-dev' 'libvideo-frequencies-perl' 'libcppunit-subunit0' 'libjogl2-java' 'node-array-find-index' 'pypy-doc' 'libkeepalive0' 'libghc-keys-doc' 'libhdhomerun-dev' 'node-quickselect' 'golang-github-go-openapi-errors-dev' 'yafc' 'powerdevil-dev' 'erlang-uuid' 'cameraplugin-fake' 'libgetopt-simple-perl' 'openjdk-8-jdk' 'dolfin-bin' 'libdbix-class-datetime-epoch-perl' 'libcwd' 'linux-image-5.0.0-1025-gcp' 'libkf5pty5' 'python-dumbnet' 'libghc-equivalence-prof' 'libftp4' 'libglew-dev' 'libgeotiff-epsg' 'libkf5mailcommon-dev' 'qterminal-l10n' 'libnvidia-compute-418' 'feynmf' 'tesseract-ocr-script-frak' 'golang-github-ssor-bom-dev' 'libghc-hinotify-prof' 'llvm-6.0' 'python-pyregion-doc' 'libgladeui-common' 'kde4pimlibs-dbg' 'liblog-trace-perl' 'gobjc++-riscv64-linux-gnu' 'libstdc++-5-pic-i386-cross' 'gstreamer1.0-plugins-base-apps' 'libmeta-builder-perl' 'dict-freedict-deu-nld' 'libtest-tabledriven-perl' 'archipel-agent-hypervisor-health' 'libgdal20' 'brother-lpr-drivers-ac' 'libfreehep-graphicsio-java' 'rrdweather' 'liblastfm-dev' 'spline' 'elpa-wc-mode' 'libgnatprj6-dev' 'libghc-hcwiid-dev' 'libjsonm-ocaml-dev' 'libsidplayfp-dev' 'linux-modules-4.15.0-1026-gcp' 'libspdylay7' 'shedskin' 'libxmlada-schema7-dev' 'libapp-info-perl' 'libasm-java' 'python-prov' 'linux-image-4.15.0-1008-oem' 'yagf' 'fonts-karla' 'matlab-gdf' 'libghc-alsa-core-dev' 'r-other-iwrlars' 'splint' 'git-review' 'systemtap' 'linux-image-4.15.0-1035-aws' 'easy-rsa' 'dhcpdump' 'librevenge-0.0-0' 'liburi-namespacemap-perl' 'fragmaster' 'gray-theme' 'python-macholib-doc' 'python-django-imagekit-doc' 'libwombatcommoncpp0' 'linux-image-4.18.0-1011-aws' 'libcommons-collections4-java' 'linux-image-4.15.0-46-generic' 'lua-sql-doc' 'cpp-5-mips64-linux-gnuabi64' 'lib32gphobos-7-dev-x32-cross' 'yagv' 'cl-diagnostic-msgs' 'libplplot-lua' 'lrcalc' 'libdevel-patchperl-perl' 'hyphy-mpi' 'live-boot-doc' 'libdata-password-perl' 'bximage' 'iselect' 'libghc-lambdabot-reference-plugins-dev' 'mate-netbook' 'w3-dtd-mathml' 'qelectrotech-data' 'libnewlib-doc' 'node-cli' 'libgmp-ocaml' 'dustmite' 'memstat' 'torch-trepl' 'libtelepathy-qt5-0' 'cpl-plugin-uves-calib' 'libobjc4-dbg-ppc64-cross' 'libghc-time-locale-compat-doc' 'skyview-java' 'libeegdev0-dbg' 'libnvidia-compute-430' 'libphp-magpierss' 'libmate-desktop-dev' 'libtrilinos-ifpack2-dev' 'makexvpics' 'libgo11-s390x-cross' 'lib64go11-powerpc-cross' 'libvmime-dev' 'libnvidia-compute-435' 'libspeex-ocaml-dev' 'libjs-jquery-jgrowl' 'doconce' 'libweasel-perl' 'libn32objc-8-dev-mips64el-cross' 'node-is-path-in-cwd' 'libxcb-xrm0' 'libcatalyst-plugin-configloader-perl' 'mousepad' 'libcpath-clojure' 'libobjc-8-dev-i386-cross' 'python-wsme' 'gobjc++-multilib-x86-64-linux-gnu' 'globus-gram-job-manager-sge-setup-seg' 'pythia8-examples' 'python3-coreschema' 'fakechroot' 'lubuntu-default-settings' 'gobjc++-8-powerpc64le-linux-gnu' 'libobjc-8-dev' 'petitboot-twin' 'gnupg-pkcs11-scd-proxy' 'melting' 'language-pack-gnome-sv-base' 'libghc-safecopy-prof' 'linux-hwe-5.0-cloud-tools-5.0.0-41' 'python-acme' 'php-net-smtp' 'libsanlock-client1' 'libdist-zilla-plugin-modulebuildtiny-fallback-perl' 'hotswap-gui' 'libdbd-mysql' 'easyh10' 'uuidcdef' 'cl-usocket' 'libxml++2.6-2v5' 'faucc' 'r-cran-worrms' 'libjthread1.3.1' 'opensips-sqlite-module' 'libspeechd2' 'libsingular4-dev' 'golang-github-oschwald-geoip2-golang-dev' 'libbelr1' 'libhugs-openal-bundled' 'libghc-crypto-pubkey-dev' 'libcolumbus1v5' 'gcc-6-plugin-dev-mipsel-linux-gnu' 'presage-dbg' 'mate-sensors-applet-common' 'libgnatvsn5-dev-mipsel-cross' 'libicsharpcode-nrefactory-cil-dev' 'libghc-heredoc-dev' 'libnumber-tolerant-perl' 'ceph-mon' 'bisonc++-doc' 'python-tweepy' 'libnb-platform-devel-java' 'libhttp-server-simple-authen-perl' 'brig' 'python-pyaudio' 'afnix' 'linux-headers-5.3.0-1008-azure' 'libperl-minimumversion-perl' 'linux-tools-5.3.0-1008-azure' 'node-charm' 'linux-modules-extra-4.15.0-1046-gke' 'tryton-modules-account-stock-anglo-saxon' 'xawtv-plugin-qt' 'libqwtplot3d-doc' 'jmeter-mail' 'libghc-gitit-doc' 'autofs5' 'node-rimraf' 'libghc-pqueue-dev' 'libsimage20' 'paleomix' 'golang-github-goji-param-dev' 'libjt400-java' 'libghc-yesod-newsfeed-prof' 'golang-github-hashicorp-go-syslog-dev' 'pyro-doc' 'libldap-2.4-2' 'planfacile' 'bossa' 'libamazon-s3-perl' 'r-cran-psych' 'libpulse-java' 'libghc-hscolour-prof' 'libtest-failwarnings-perl' 'python3-pampy' 'gap-libs' 'plasma-kdevelop' 'android-libnativehelper' 'ruby-base32' 'libmemcached-tools' 'gadmintools' 'xpilot-ng-utils' 'cairo-dock-terminal-plug-in' 'golang-github-spaolacci-murmur3-dev' 'libgmime-2.6-0' 'lib64go13-mips-cross' 'lib32go11-dbg-s390x-cross' 'hashcash' 'php-igbinary' 'php-symfony-intl' 'junior-games-adventure' 'libvideo-fourcc-info-perl' 'libsfgfortran3-armhf-cross' 'fonts-junction' 'linux-image-unsigned-5.0.0-1021-gcp' 'nvidia-cg-toolkit' 'python3-hashids' 'salt-formula-neutron' 'libfindbugs-annotations-java' 'fil-plugins' 'fusiondirectory-plugin-systems-schema' 'libguac11' 'libjna-java-doc' 'rt4-fcgi' 'python-django-crispy-forms-doc' 'robocode' 'libghc-permutation-prof' 'mapproxy' 'clustershell' 'libobjc4-armhf-cross' 'mate-desktop-environment' 'shisa' 'node-coa' 'php-zeta-console-tools' 'g++-7-powerpc-linux-gnuspe' 'fwupd-amd64-signed-template' 'libccss-doc' 'luola' 'node-vary' 'libgomp1-dbg-mips64el-cross' 'libphp-embed' 'registry-tools' 'tryton-modules-analytic-account' 'libjackson2-datatype-joda-java' 'linux-modules-nvidia-418-5.0.0-1007-oracle' 'eggdrop' 'libsmithwaterman0' 'libghc-gtk2hs-buildtools-prof' 'librte-jobstats17.11' 'gnome-dictionary' 'apt-cacher' 'libkf5modemmanagerqt6' 'python-lmfit' 'librgxg0-dbg' 'python-elib.intl' 'garden-of-coloured-lights' 'python3-django-celery-haystack' 'linux-image-4.18.0-17-lowlatency' 'grokevt' 'caja-actions' 'libwinpr-rpc0.1' 'liblog4j1.2-java-doc' 'libtcpcrypt-dev' 'linux-tools-generic-hwe-18.04-edge' 'libghc-hxt-http-doc' 'mudita24' 'ez-ipupdate' 'libghc-resourcet-doc' 'python-mididings' 'python-liblo-docs' 'lib64stdc++-6-dev-x32-cross' 'gitano' 'ctioga2' 'soapysdr0.6-module-rtlsdr' 'topcat-doc' 'node-repeat-element' 'python-jsbeautifier' 'libghc-natural-transformation-prof' 'python-xdg' 'libproj-java' 'yale' 'libstdc++-8-pic-mips64-cross' 'ukui-desktop-environment-extras' 'gir1.2-gfbgraph-0.2' 'icecc-monitor' 'libpowercap0' 'gfortran-6-multilib-sparc64-linux-gnu' 'libplist-doc' 'linux-modules-4.15.0-88-lowlatency' '0ad' 'node-cpr' 'python-xdo' 'gcc-7-plugin-dev' 'binutils-source' 'linux-buildinfo-4.15.0-1027-gcp' 'libmpfr6' 'python3-django-treebeard' 'ifetch-tools' 'fcitx-googlepinyin' 'libcdaudio-dbg' 'speech-dispatcher' 'ebook-dev-alp' 'scid-data' 'libgo9-dbg-mips-cross' 'node-esutils' 'libfacile-ocaml-dev' 'libghc-numtype-doc' 'liblivejournal-perl' 'libkxml2-java' 'python-sendfile' 'scanbd' 'ruby-base62' 'lib32stdc++6-8-dbg' 'mp3burn' 'ubuntu-cloudimage-keyring' 'libencode-imaputf7-perl' 'lib64atomic1-dbg-i386-cross' 'python3-django-fsm-admin' 'libghc-readable-doc' 'libnet-gmail-imap-label-perl' 'libocrad-dev' 'thunderbird-locale-bn-bd' 'golang-github-opencontainers-selinux-dev' 'qt-assistant-compat' 'libghc-newtype-dev' 'libbetter-appframework-java' 'libart2.0-cil' 'postgresql-server-dev-all' 'libghc-newtype-generics-dev' 'claws-mail-archiver-plugin' 'libbusiness-isbn-data-perl' 'node-crc' 'cl-irc-logger' 'power-calibrate' 'python3-taskflow' 'python3-cairo-doc' 'linux-tools-4.15.0-1073-oem' 'youker-assistant' 'linux-image-5.0.0-1025-gke' 'node-d3-zoom' 'qbittorrent-nox' 'libeclipse-ui-console-java' 'libghc-edit-distance-prof' 'python3-breathe' 'fyre' 'r-cran-mnp' 'yank' 'sahara-doc' 'liballegro5.2' 'libghc-safecopy-dev' 'libtelepathy-logger-qt5' 'libgfortran3-hppa-cross' 'libavahi-client-dev' 'fonts-circos-symbols' 'liblgooddatepicker-java' 'golang-github-twinj-uuid-dev' 'lout-doc' 'libgnuradio-pager3.7.11' 'python-django-crispy-forms' 'libegl1' 'node-interpret' 'golang-coreos-log-dev' 'ruby-em-http-request' 'tryton-modules-account-product' 'lua-nginx-redis' 'libcollection4' 'python-launchpadlib-toolkit' 'libirrlicht-doc' 'libxapian30' 'python3-hug' 'network-manager-fortisslvpn-gnome' 'smf-utils' 'globus-proxy-utils' 'libghc-bmp-doc' 'liburiparser1' 'libghc-knob-doc' 'liblnk-utils' 'python3-m3u8' 'pdns-server' 'libbogl0' 'libuser1-dev' 'libgdome2-ocaml-dev' 'app-install-data-partner' 'python3-dbus.mainloop.pyqt5-dbg' 'node-css' 'dell-recovery' 'python-vigra' 'lua-ldap-dev' 'zfs-auto-snapshot' 'linux-tools-5.0.0-1023-azure' 'shelxle' 'python-cobra' 'libsdl-ocaml-dev' 'zeitgeist-datahub' 'python-slimmer' 'libdata-dump-perl' 'node-blob' 'libjboss-marshalling-java' 'libsharyanto-string-util-perl' 'libboost-thread1.62-dev' 'libjackson2-dataformat-cbor-doc' 'viruskiller' 'libdbix-class-inflatecolumn-fs-perl' 'libgd-ocaml' 'totalopenstation' 'gccgo-6-multilib-mips-linux-gnu' 'libclass-mix-perl' 'salt-formula-glance' 'libjavascriptcoregtk-3.0-dev' 'python-flake8' 'libmumps-5.1.2' 'tryton-modules-commission' 'libghc-persistent-sqlite-prof' 'yapf' 'csync2' 'x3270-doc' 'pd-kollabs' 'libcdaudio-dev' 'dogtag-pki-server-theme' 'libvolpack1' 'libghc-hcwiid-doc' 'libjsonm-ocaml-doc' 'pentobi-kde-thumbnailer' 'libsidplayfp-doc' 'gftp-gtk' 'libatlas-cpp-0.6-tools' 'libjempbox-java' 'libsub-delete-perl' 'vdr-plugin-dvbhddevice' 'php-symfony-debug' 'pacemaker' 'libghc-alsa-core-doc' 'python-wheel-common' 'libclansdl-1.0v5' 'libdata-streamserializer-perl' 'libkf5sane5' 'linux-modules-extra-5.0.0-32-generic' 'famfamfam-silk' 'libixml10' 'liblinux-distribution-perl' 'tpm-tools-pkcs11' 'libmono-debugger-soft-cil' 'linux-headers-4.15.0-1004-oem' 'games-python2-dev' 'linux-modules-nvidia-418-5.0.0-1027-oem-osp1' 'gir1.2-eom' 'libapache2-mod-authnz-pam' 'python-isodate' 'starlink-votable-java-doc' 'libjs-cocktail' 'librg-utils-perl' 'libeasy-format-ocaml' 'linux-image-unsigned-4.15.0-1018-azure' 'linux-headers-4.15.0-1031-aws' 'libpnetcdf0d' 'python3-babel' 'libhwloc-plugins' 'libghc-lambdabot-reference-plugins-doc' 'libsnl-dev' 'redmine-plugin-custom-css' 'libtext-password-pronounceable-perl' 'liblog-any-adapter-filehandle-perl' 'python-admesh' 'libauthen-cas-client-perl' 'php-klogger' 'python-cxx-dev' 'libmate-desktop-doc' 'libxtst-dev' 'hpsockd' 'ruby-rails-assets-punycode' 'gcc-8-x86-64-linux-gnu-base' 'libghc-neat-interpolation-prof' 'libmime-charset-perl' 'python3-biomaj3-process' 'unhide' 'gkrellm-bfm' 'libcarp-fix-1-25-perl' 'golang-github-chmduquesne-rollinghash-dev' 'linux-tools-4.15.0-38-lowlatency' 'yara' 'snap' 'netmask' 'libdata-yaml-perl' 'libkf5package-data' 'yard' 'lib32objc4' 'libmosquitto1-dbg' 'libghc-utf8-light-prof' 'heartbleeder' 'node-address' 'fcitx-frontend-qt4' 'libsieve2-dev' 'fcitx-frontend-qt5' 'audacious-plugins-data' 'ayatana-indicator-printers' 'dhcpig' 'libdata-record-perl' 'gdc-5-multilib-mips64el-linux-gnuabi64' 'indent-doc' 'libint1' 'osmo-bts' 'python3-jupyter-console' 'libghc-crypto-pubkey-doc' 'elpa-htmlize' 'libdogleg-dev' 'python-zope.app.testing' 'geneweb-gui' 'letodms-webdav' 'libghc-ghc-events-dev' 'fontmake' 'torchat' 'kde-config-cddb' 'libghc-heredoc-doc' 'libghc-deriving-compat-prof' 'netmate' 'librostime0d' 'gdc-5-m68k-linux-gnu' 'libtemplate-plugin-clickable-email-perl' 'jkmeter' 'node-clean-css' 'libghc-irc-core-dev' 'python-wsaccel' 'librenaissance0' 'lib64asan2-dbg-i386-cross' 'node-mirror' 'libqpid-proton-cpp8' 'gfxboot' 'libfsosystem3' 'argonaut-server' 'marsshooter-data' 'libghc-pqueue-doc' 'python-oslo.policy' 'wifite' 'r-cran-msm' 'libdate-leapyear-perl' 'yash' 'openafs-krb5' 'libai-fann-perl' 'simstring-bin' 'binutils-mipsisa32r6-linux-gnu-dbg' 'yasm' 'linux-buildinfo-4.15.0-1007-oracle' 'sendip' 'python-strongwind' 'golang-github-voxelbrain-goptions-dev' 'jaxws' 'tcl-tls' 'greenbone-security-assistant' 'isoquery' 'yasr' 'gobjc++-8-sparc64-linux-gnu' 'qt3d5-dev' 'pterm' 'binutils-mipsisa32r6el-linux-gnu' 'xfonts-intl-japanese-big' 'kcollectd' 'yasw' 'linux-tools-4.15.0-1008-oracle' 'libkf5pimtextedit-data' 'thunderbird-locale-es-ar' 'node-is-obj' 'liborocos-kdl1.3' 'python-os-faults' 'elki' 'linux-cloud-tools-4.15.0-46-generic' 'libpam-krb5-migrate-heimdal' 'libfstrm0' 'php-horde-socket-client' 'python-musicbrainz2-doc' 'golang-gopkg-alecthomas-kingpin.v3-unstable-dev' 'python-paypal' 'python3-software-properties' 'ttf-adf-tribun' 'node-chainsaw' 'openjdk-8-jre' 'android-tools-mkbootimg' 'dict-foldoc' 'ibus-sunpinyin' 'qreator' 'libchemps2-dev' 'linux-modules-extra-5.0.0-1019-aws' 'tryton-proteus' 'libkf5akonadicalendar-dev' 'yatm' 'timemon.app' 'solaar-gnome3' 'ruby-sass-rails' 'vlc-plugin-samba' 'plasma-active-default-settings' 'ed2k-hash' 'fusiondirectory-plugin-spamassassin-schema' 'libfwupd-dev' 'libgnome2-dev' 'gnome-dust-icon-theme' 'libgo13-armel-cross' 'libjs-yui3-doc' 'sgml-base' 'python3-escript-mpi' 'google-android-platform-6-installer' 'libpsocksxx-dev' 'libtango-tools' 'libhepmcinterface8-dev' 'python-pastedeploy' 'libpolyml-dev' 'libpam-modules' 'python3-pki-base' 'libsikulixapi-java' 'orage' 'libpam-blue' 'ruby-sentry-raven' 'libgnatvsn5-ppc64-cross' 'linux-tools-4.15.0-1010-kvm' 'python-pytoml' 'libjavassist-java-doc' 'libquvi-0.9-0.9.3' 'libuima-adapter-soap-java' 'gccgo-s390x-linux-gnu' 'golang-github-go-openapi-strfmt-dev' 'xtide-coastline' 'libfreehep-io-java' 'r-cran-clustergeneration' 'gvfs-bin' 'python3-stomp' 'ecosconfig-imx' 'javacc4' 'qtspeech5-doc-html' 'node-end-of-stream' 'libghc-bmp-prof' 'bluedevil' 'bacula-doc' 'linux-modules-extra-4.18.0-1018-azure' 'cl-bordeaux-threads' 'maven-cache-cleanup' 'gstreamer1.0-rtsp-dbg' 'yhsm-validation-server' 'golang-github-aelsabbahy-gonetstat-dev' 'kimageformat-plugins' 'libygl4-dev' 'puppet-module-swift' 'extlinux' 'libjs-three' 'libghc-prim-uniq-dev' 'linux-image-unsigned-4.15.0-36-generic' 'xfce4-screenshooter' 'arriero' 'fwupd-tests' 'libglc-dev' 'libpcp-logsummary-perl' 'ubiquity-slideshow-ubuntu-mate' 'spiped' 'python3-nose' 'libchamplain-doc' 'mess-desktop-entries' 'massxpert' 'gnat-7-sjlj-powerpc64-linux-gnu' 'libghc-newtype-doc' 'libslurmdb-perl' 'linux-headers-4.15.0-1053-kvm' 'archipel-agent-iphone-notification' 'libobjc-4.8-dev' 'python3-mediainfodll' 'python3-parallax' 'aolserver4-nspostgres' 'cpp-5-powerpc64-linux-gnu' 'libghc-newtype-generics-doc' 'gnss-sdr' 'librcd-dev' 'libmatheval-dev' 'globus-gss-assist-progs' 'imagination' 'libseqan2-dev' 'libmodulator-java' 'graphviz-doc' 'ruby-http-form-data' 'eog-plugins-common' 'gdc-5-aarch64-linux-gnu' 'language-pack-gnome-fi-base' 'linux-modules-4.15.0-1036-kvm' 'yaws' 'libmpfrc++-dev' 'python3-tmdbsimple' 'libgltf-0.1-1' 'spice-html5' 'stella' 'elog' 'thunderbird-locale-es-es' 'isso' 'pyvnc2swf' 'libghc-safecopy-doc' 'python-pbsuite-utils' 'ptop' 'sword-dict-strongs-hebrew' 'libgpgme-dev' 'php-horde-http' 'python-zope.app.server' 'libn32gfortran3-dbg-mips-cross' 'linssid' 'gccgo-6-powerpc64le-linux-gnu' 'obconf-qt-l10n' 'python3-wsgicors' 'scdaemon' 'xfce4-mailwatch-plugin' 'ascdc' 'lib32gomp1-s390x-cross' 'libowasp-java-html-sanitizer-java-doc' 'libkwargs-perl' 'libretro-bsnes-mercury-performance' 'ptpd' 'libccnet0' 'python-gitlab' 'classmate-artwork' 'libqt5serialport5' 'lubuntu-artwork-18-04' 'xiphos' 'ikiwiki-hosting-common' 'libkryo-java' 'python-git-doc' 'oxygen-icon-theme' 'coinor-libipopt1v5' 'libmorfologik-stemming-java' 'libgiac0' 'libconcord4' 'ruby-yaml-db' 'linux-source-4.15.0' 'google-android-ndk-installer' 'netmaze' 'ruby-text' 'libtest-valgrind-perl' 'linux-image-unsigned-4.18.0-1020-azure' 'python-espeak' 'gltron' 'ruby-httpauth' 'libreofficekit-data' 'tcl-trf' 'libxgks2' 'hugin-tools' 'mythtv-status' 'libgcc-8-dev-powerpc-cross' 'shorewall' 'libss7-dev' 'ciderwebmail' 'amoebax-data' 'lxsession-logout' 'mgltools-mglutil' 'botan' 'faust' 'xfrisk' 'python3-iniparse' 'python-rosbag' 'sepia' 'libqgis-server2.18.17' 'node-wordwrap' 'python-click' 'cpp-6-m68k-linux-gnu' 'bilibop-udev' 'liboauth-dev' 'libmoosex-relatedclassroles-perl' 'php-symfony-templating' 'phonon4qt5-backend-null' 'libtemplate-plugin-ipaddr-perl' 'nova-compute-vmware' 'liblemonldap-ng-common-perl' 'ruby-minitest-excludes' 'liballjoynservices-dev-1504' 'libpoe-component-pubsub-perl' 'bugwarrior' 'goiardi-doc' 'zoem' 'android-libcutils' 'sphinx-voxforge-lm-en' 'yazc' 'python-mimerender' 'liballjoynservices-dev-1509' 'lmms' 'libnvidia-encode-390' 'linux-modules-extra-4.15.0-1007-oracle' 'python-lasagne' 'python3-flufl.testing' 'r-other-hms-dbmi-spp' 'lib32cilkrts5-dbg-amd64-cross' 'libwebservice-validator-css-w3c-perl' 'ubuntu-wallpapers-karmic' 'module-assistant' 'libkf5pty-dev' 'xidle' 'libzbarqt-dev' 'python-pyqt5.qtwebsockets-dbg' 'libjgromacs-java-doc' 'libn32atomic1-dbg-mipsel-cross' 'libxslt1-dbg' 'libcurator-client-java' 'libmono-system-configuration-install4.0-cil' 'openssl' 'freewnn-common' 'libdiscid0' 'python-egenix-mxproxy' 'openssn' 'python3-parallel' 'libn32stdc++-5-dev-mips-cross' 'golang-github-rainycape-unidecode-dev' 'ibniz' 'python-evemu' 'lizardfs-cgiserv' 'libtrilinos-stokhos-dev' 'libstdc++-7-dev-mips64el-cross' 'liballjoyn-dev-1504' 'qtlocation5-examples' 'lib32stdc++6-x32-cross' 'python3-xattr' 'ibus-hangul' 'libhttp-link-parser-perl' 'libuncommons-watchmaker-swing-java' 'python3-bsddb3' 'liballjoyn-dev-1509' 'libgnatvsn6-dev-mips-cross' 'libparse-bbcode-perl' 'libmoosex-lazyrequire-perl' 'libretro-bsnes-mercury-accuracy' 'ogmrip-video-copy' 'libgcc-8-dev-ppc64el-cross' 'libdevel-cover-perl' 'locales-all' 'bugsx' 'libxtst-doc' 'libifp-dev' 'cpp-6-arm-linux-gnueabihf' 'botch' 'libghc-fb-dev' 'libequinox-weaving-hook-java' 'libyder-dev' 'evolution-dev' 'ruby-crack' 'libnfo1-dbg' 'libjana-dev' 'drascula-italian' 'linux-tools-4.15.0-1041-aws' 'adminer' 'gobjc++-aarch64-linux-gnu' 'wmclock' 'eclipse-xsd' 'lmod' 'lib32itm1-amd64-cross' 'node-timed-out' 'libplplot-ada-dev' 'linux-modules-nvidia-430-5.3.0-1009-azure' 'libbt-dev' 'openstv' 'pki-tps-client' 'yrmcds' 'libsoci-sqlite3-3.2v5' 'libdogleg-doc' 'python3-emcee' 'libjsoncpp-dev' 'libpoe-component-server-jsonrpc-perl' 'php-horde-role' 'chntpw' 'libghc-ghc-events-doc' 'libblockdev-swap2' 'libquicktime-dev' 'megaglest-data' 'ruby2.5' 'libghc-cipher-aes-prof' 'cloud-initramfs-dyn-netconf' 'bacula-fd' 'libace-htbp-dev' 'libmaven-resolver-java' 'libghc-irc-core-doc' 'paje-dbg' 'libtest-version-perl' 'binfmtc' 'python-cliff' 'livecd-rootfs' 'arduino-mk' 'libghc-stream-prof' 'libqtwebkit4' 'python-mako-doc' 'libclfft-dev' 'libloadpng4-dev' 'cytadela-data' 'xul-ext-iceweasel-branding' 'linux-buildinfo-5.0.0-1022-aws' 'simpleproxy' 'ruby-rack-cache' 'haskell-relational-record-dev' 'libequinox-p2-touchpoint-eclipse-java' 'libcaribou0' 'zabbix-proxy-pgsql' 'lib32objc-5-dev-sparc64-cross' 'libxml-light-ocaml' 'linux-headers-4.15.0-1057-oem' 'qt3d5-doc' 'python-z3c' 'android-libsparse-dev' 'libdata-dump-oneline-perl' 'sysfsutils' 'libcommons-net-java' 'aghermann' 'libdwarf++0' 'libequinox-region-java' 'transmission-remote-cli' 'pcp-manager' 'linux-headers-4.15.0-55-generic' 'sunpinyin-data' 'meshs3d' 'php-dompdf' 'python-laditools' 'libgcc1-dbg-mips64el-cross' 'opensvc' 'python3-swiftclient' 'python-pylama' 'php-zip' 'ubuntustudio-desktop' 'gerris' 'ascii' 'node-forever-agent' 'node-statuses' 'primesieve-doc' 'python-cligj' 'libglobalarrays-dev' 'linux-modules-extra-5.0.0-1016-azure' 'libchipcard-libgwenhywfar60-plugins' 'python-can-doc' 'libqimageblitz-dev' 'qt5-gtk-platformtheme' 'libghc-hmatrix-gsl-dev' 'festival-freebsoft-utils' 'libdist-zilla-plugin-test-reportprereqs-perl' 'libsvm3-java' 'mrtg-rrd' 'multipath-tools-boot' 'libvoro++1' 'node-typedarray' 'libstaroffice-dev' 'junit' 'python-gvgen' 'guile-library' 'libxslt1-dev' 'libsafe-iop-dev' 'libgcc-5-dev-s390x-cross' 'snmp' 'python-karborclient-doc' 'libn32go11-dbg-mips-cross' 'linux-buildinfo-5.3.0-1009-azure' 'python-adal' 'libpmemcto-dev' 'libgo13-riscv64-cross' 'libgnome2-doc' 'pkg-config-alpha-linux-gnu' 'php-phpseclib' 'python-django-fsm' 'libcontrolsfx-java' 'libghc-crypto-cipher-tests-prof' 'octave-fpl' 'libpsocksxx-doc' 'python-transmissionrpc-doc' 'libdaemon-generic-perl' 'python3-icu' 'libglw1-mesa-dev' 'sword-text-arasvd' 'libghc-hledger-lib-prof' 'salt-formula-ceilometer' 'autogen' 'libstdc++-5-dev-m68k-cross' 'gir1.2-mate-menu' 'python-qtconsole-doc' 'libnotify-bin' 'libapache2-mod-php' 'cloud-initramfs-updateroot' 'node-after' 'squidview' 'libdata-phrasebook-perl' 'gnat-7-powerpc-linux-gnu' 'openlugaru' 'chicken-bin' 'libltcsmpte-dev' 'node-es6-symbol' 'python-netfilter' 'linux-headers-4.15.0-76-generic' 'golang-sorcix-irc-dev' 'libradsec0' 'libxml-um-perl' 'kdesdk-thumbnailers' 'cbios' 'claws-mail-python-plugin' 'libmgl-glut7.5.0' 'bluez-cups' 'libdist-zilla-plugin-bugtracker-perl' 'rt-app' 'libvde-dev' 'libc6-dev-i386' 'libm17n-0-dbg' 'gir1.2-langtag-0.6' 'libcaribou-common' 'libghc-gsasl-prof' 'xserver-xorg-core' 'libnet-citadel-perl' 'libswingx1-java' 'gqrx-sdr' 'i8kutils' 'libgfortran3-armel-cross' 'libstdc++-5-dev-alpha-cross' 'scantv' 'linux-headers-4.15.0-1037-gcp' 'pcp-import-sar2pcp' 'openscenegraph-3.4-doc' 'octave-htmldoc' 'libmicrodns-dev' 'tokyocabinet-bin' 'libghc-prim-uniq-doc' 'python-gwcs-doc' 'tigervnc-common' 'python-canonicaljson' 'linux-headers-4.18.0-1013-gcp' 'node-path-type' 'ifuse' 'python-pytest-mpl' 'tryton-modules-account-dunning-fee' 'slrnface' 'libglfw3-wayland' 'vlc-plugin-fluidsynth' 'racc' 'libfm-modules-dbg' 'node-json-localizer' 'adwaita-icon-theme-full' 'kopano-webapp-contactfax' 'sidplay' 'python-libfwnt' 'pax-britannica-data' 'librabbitmq-client-java' 'ruby-sawyer' 'fonts-sil-zaghawa-beria' 'libxplc0.3.13' 'python-freezegun' 'lib64gomp1-i386-cross' 'libopencv-video3.2' 'evemu-tools' 'libghc-arrows-prof' 'python-jwcrypto' 'libencoding-fixlatin-xs-perl' 'linux-image-4.15.0-1029-aws' 'games-content-dev' 'python-autopilot-trace' 'dbus-test-runner' 'libllvm7' 'nsntrace' 'alljoyn-daemon-1504' 'libllvm8' 'libglyr1-dbg' 'libllvm9' 'libasan4-dbg-armhf-cross' 'node-dom-serializer' 'libconvert-base32-perl' 'alljoyn-daemon-1509' 'libservlet-api-java-doc' 'viewmol' 'libprotoc10' 'python-couleur' 'xcrysden' 'python-zope.app.basicskin' 'liballegro-physfs5-dev' 'libjaxb-java-doc' 'ktouch' 'libtotem-plparser-dev' 'pyzor' 'libasan2-i386-cross' 'maxima-sage-doc' 'fonts-tlwg-purisa-ttf' 'rwall' 'librtfilter1' 'libunibreak-dev' 'java3ds-fileloader' 'libgstreamer1.0-dev' 'insighttoolkit4-python' 'gccgo-5-mipsel-linux-gnu' 'fwupd-doc' 'gdb-mingw-w64-target' 'banshee-extension-randombylastfm' 'linux-buildinfo-4.18.0-22-generic' 'python-pocketsphinx' 'linux-headers-5.0.0-1022-gke' 'php-zmq' 'linux-modules-4.15.0-1050-oem' 'libqdox2-java' 'taggrepper' 'ruby-grape-route-helpers' 'watchcatd' 'mp3blaster' 'r-cran-dimred' 'mandelbulber2-data' 'lib64ubsan0-dbg-powerpc-cross' 'pioneers' 'libghc-io-choice-prof' 'printer-driver-hpcups' 'libmodule-cpants-analyse-perl' 'gnome-system-monitor' 'linux-modules-nvidia-390-5.0.0-1030-oem-osp1' 'libjs-jquery-nicescroll' 'gnat-6-sjlj-s390x-linux-gnu' 'coinor-libclp-dev' 'ruby-peek-rblineprof' 'zomg' 'libkdf5-2' 'freepats' 'libobs0' 'fonts-stix' 'libgalax-ocaml-dev' 'pinentry-doc' 'linux-modules-nvidia-390-5.0.0-1020-azure' 'easygit' 'libjavawriter-java' 'dict-freedict-kha-eng' 'node-bytes' 'gcc-6-plugin-dev-sparc64-linux-gnu' 'node-del' 'mac-fdisk-cross' 'ruby-puppetlabs-spec-helper' 'golang-any' 'linux-tools-5.0.0-1011-gcp' 'siggen' 'libdsfmt-dev' 'libopencv-calib3d-dev' 'libqb-dev' 'python-heat' 'fonts-humor-sans' 'node-spdx-license-ids' 'libdynamic-reconfigure-config-init-mutex0d' 'libgccjit-6-dev' 'python3-jdcal' 'libstreams0v5' 'colord-gtk-utils' 'python-proboscis' 'libnss-libvirt' 'libxml-security-java' 'ubuntu-mate-wallpapers-xenial' 'python-smbc' 'libghc-tasty-rerun-dev' 'netrik' 'choreonoid-data' 'liblockfile-dev' 'python3-agatedbf' 'dict-gazetteer2k-zips' 'libghc-yesod-auth-prof' 'gir1.2-clutter-1.0' 'libeclipse-ltk-ui-refactoring-java' 'kshisen' 'libqt4-declarative-particles' 'linux-buildinfo-4.15.0-72-lowlatency' 'tucnak' 'xfonts-bolkhov-isocyr-misc' 'slick-greeter' 'netris' 'libcrypt-random-source-perl' 'aqbanking-tools' 'gnat-6-i686-linux-gnu' 'owncloud-client-data' 'liblchown-perl' 'calamares-settings-lubuntu' 'strace' 'peframe' 'projectcenter.app' 'libservlet3.0-java' 'saint' 'libutil-freebsd-dev' 'udftools' 'libasan2-armhf-cross' 'oar-doc' 'python-pskc' 'mono-reference-assemblies-2.0' 'libdbix-class-helpers-perl' 'libvncclient1' 'qml-module-qtquick2' 'libipmiconsole-dev' 'mkchromecast-gstreamer' 'kylin-display-switch' 'libpci-dev' 'libghc-http-link-header-dev' 'linux-tools-4.18.0-1019-azure' 'libsocksd0' 'libimage-size-perl' 'libsqliteodbc' 'libsox-fmt-pulse' 'python3-django-braces' 'linux-modules-4.18.0-1025-azure' 'python3-sigmavirus24-urltemplate' 'python-pylast' 'libghc-snap-dev' 'python3-sqlalchemy-utils' 'libcoap-1-0' 'libnginx-mod-http-dav-ext' 'sdcc-ucsim' 'libbrahe-dev' 'libextutils-modulemaker-perl' 'libopentoken-doc' 'aewm' 'libghc-multiset-comb-prof' 'linux-modules-4.15.0-1030-gcp' 'fonts-3270' 'language-pack-eu-base' 'libperl-apireference-perl' 'ruby-devise' 'libgtk2.0-cil' 'hfst' 'linux-image-4.15.0-1012-oem' 'libndctl6' 'python-feedgenerator' 'node-require-from-string' 'libgxps2' 'libsbigudrv-dev' 'libsexplib-ocaml' 'libzapojit-0.0-0' 'dict-freedict-swe-deu' 'libwinpr-synch0.1' 'libghc-fb-doc' 'w1retap-sqlite' 'liblog4cplus-1.1-9' 'php-horde-text-filter-jsmin' 'crawl-tiles' 'r-cran-fields' 'indicator-common' 'zoph' 'libdv4' 'libjana-doc' 'libuncommons-maths-java' 'python-libfwsi' 'pysycache-puzzle-cartoons' 'lxpanel-data' 'speech-tools' 'fonts-goudybookletter' 'python-clint' 'lib32gfortran5-dbg-mips64-cross' 'logwatch' 'sntp' 'python3-slugify' 'python-prometheus-client' 'libghc-th-reify-compat-dev' 'slimit' 'starplot' 'python-openvdb' 'ruby-crb-blast' 'gir1.2-gepub-0.6' 'libhdf5-serial-dev' 'libllvm4.0-dbg' 'libjsoncpp-doc' 'ruby-safe-yaml' 'libauthen-simple-http-perl' 'libandroid-tools-hierarchyviewer2lib-java' 'lib32objc-6-dev-x32-cross' 'libstk0-dev' 'elpa-goto-chg' 'libtask-weaken-perl' 'libquicktime-doc' 'clang-3.9-examples' 'libdogleg2' 'album' 'libghc-config-value-prof' 'widelands' 'libequinox-p2-engine-java' 'icingaweb2-module-monitoring' 'libhtml-wikiconverter-perl' 'libdw1' '6tunnel' 'libghc-yesod-newsfeed-dev' 'librte-latencystats17.11' 'libcatalyst-plugin-stacktrace-perl' 'realmd' 'aufs-tools' 'printrun' 'linux-buildinfo-4.15.0-1014-oracle' 'libtf2-0d' 'python3-sphinx-argparse' 'libclfft-doc' 'libtrapperkeeper-webserver-jetty9-clojure' 'libdancer-perl' 'science-numericalcomputation' 'haskell-relational-record-doc' 'ruby-recaptcha' 'libxml-opml-perl' 'libgirepository-1.0-1' 'libimage-magick-q16-perl' 'libeclipse-jdt-junit4-runtime-java' 'migemo-el' 'xsunpinyin' 'libopencv-ml-dev' 'certmaster' 'libboost1.62-all-dev' 'rail' 'dbconfig-no-thanks' 'linux-tools-4.15.0-1015-oracle' 'linux-headers-4.18.0-25-lowlatency' 'libotbfuzzy-6.4-1' 'linux-image-5.0.0-16-generic' 'libgnatcoll-python16.1.0' 'linux-modules-4.18.0-18-generic' 'php7.2-fpm' 'mupen64plus-qt' 'python3-pyvisa-py' 'ruby-net-ssh-gateway' 'docutils-common' 'libring-headers-clojure' 'gobjc-multilib-sparc64-linux-gnu' 'libbjack-ocaml' '2048-qt' 'lib32atomic1-mips64-cross' 't1utils' 'libdx4' 'linux-modules-extra-4.15.0-1050-gke' 'byobu' 'libgphoto2-6' 'libgts-dbg' 'python-clips' 'fwknop-server' 'gfortran-arm-linux-gnueabi' 'connman-vpn' 'gcc-6-cross-base' 'libemail-messageid-perl' 'python-astropy-helpers' 'python3-spyder' 'xmms2-client-avahi' 'wuzz' 'elpa-undo-tree' 'libgrilo-0.3-0' 'apt-xapian-index' 'liblinux-dvb-perl' 'linux-tools-4.15.0-1067-oem' 'libtest-mocktime-datecalc-perl' 'libidzebra-2.0-0' 'python-markupsafe' 'libghc-hmatrix-gsl-doc' 'gir1.2-gdkpixbuf-2.0' 'binutils-m68k-linux-gnu' 'python-pyqt5.qsci-dbg' 'libapache-ssllookup-perl' 'ruby-i18n' 'libterm-choose-perl' 'libkdegames-dev' 'linux-headers-4.15.0-1037-gke' 'wavtool-pl' 'libowncloudsync0' 'libstaroffice-doc' 'python-django-guardian-doc' 'golang-github-go-ldap-ldap-dev' 'terminix' 'libn32stdc++-7-dev-mips64-cross' 'libppd0' 'monajat-screenlet' 'python-django-registration-doc' 'gnat-7-sjlj-mips64-linux-gnuabi64' 'bamfdaemon' 'golang-gopkg-neurosnap-sentences.v1-dev' 'doxygen-doc' 'salt-master' 'golang-github-osrg-gobgp-dev' 'gobjc++-5-mips64el-linux-gnuabi64' 'freecontact' 'zaqar-server' 'php-kdyby-events' 'epiphany-data' 'libtiff-tools' 'qml-module-qtnfc' 'libghc-time-compat-dev' 'golang-github-hashicorp-yamux-dev' 'libghc-crypto-pubkey-types-dev' 'lib64stdc++6-6-dbg' 'makehuman' 'libcrystalhd3' 'libgnat-6-arm64-cross' 'monitoring-plugins-basic' 'rake' 'libdockapp-dbg' 'python-epr-dbg' 'libghc-cmark-dev' 'libsqlite3-mod-xpath' 'libsylph1' 'linux-image-5.0.0-37-generic' 'linux-cloud-tools-4.15.0-1030-azure' 'linux-cloud-tools-5.0.0-35-lowlatency' 'libltcsmpte-doc' 'golang-1.8-doc' 'gir1.2-gnomeautoar-0.1' 'libxbase64-bin' 'xserver-xorg-input-evdev-hwe-16.04-dbg' 'linux-signed-image-azure-edge' 'libcapnp-dev' 'gfortran-mips64el-linux-gnuabi64' 'ubuntu-wallpapers-vivid' 'libx32asan4-i386-cross' 'ruby-default-value-for' 'libhtml-treebuilder-libxml-perl' 'python3-braintree' 'libtpm-unseal1' 'golang-github-glacjay-goini-dev' 'libpam-oath' 'libgfshare2' 'python3-greenlet' 'libanalitzawidgets8' 'libretro-beetle-wswan' 'samba-dev' 'php-stomp' 'node-arr-flatten' 'libwiretap7' 'libwiretap8' 'ruby-origin' 'libopenni2-dev' 'libargtable2-0' 'apparmor-notify' 'ipppd' 'x86dis' 'fonts-khmeros' 'libraspell-ruby' 'libmath-symbolic-perl' 'ruby-celluloid-essentials' 'ddnet' 'linux-headers-5.3.0-40-lowlatency' 'python-xkcd-doc' 'node-cliui' 'bacula-sd' 'libghc-wai-websockets-prof' 'murano-engine' 'ubuntu-sounds' 'libfindlib-ocaml' 'libxml-structured-perl' 'inetutils-ftpd' 'argonaut-client' 'python-biom-format' 'nvidia-kernel-common-390' 'linux-tools-5.3.0-22-lowlatency' 'rambo-k' 'mono-xsp' 'fusiondirectory-plugin-webservice-schema' 'lib32gomp1-x32-cross' 'kjumpingcube' 'octave-general' 'wordpress-shibboleth' 'language-pack-an-base' 'libcatalyst-component-instancepercontext-perl' 'litmus' 'xfce4-xkb-plugin' 'slapi-nis' 'python-mock-doc' 'python3-wadllib' 'libportaudio2' 'aolserver4-dev' 'fonts-tlwg-norasi' 'pixelmed-webstart-apps' 'linux-oracle-headers-4.15.0-1007' 'libgda-5.0-bin' 'libpreferencepanes-dev' 'linux-oracle-headers-4.15.0-1008' 'linux-oracle-headers-4.15.0-1009' 'kamailio-python-modules' 'cairo-dock-dnd2share-plug-in' 'libmediawiki-api-perl' 'uim-gtk3-immodule' 'cl-stereo-msgs' 'libltc-dev' 'libghc-web-routes-happstack-prof' 'gdc-5-multilib-x86-64-linux-gnux32' 'libgnatvsn5-dev-sh4-cross' 'lib64gomp1-dbg-x32-cross' 'lib32gfortran4-mips64-cross' 'drac-dev' 'libghc-glut-prof' 'libgts-dev' 'libargparse4j-java-doc' 'freeipmi-ipmiseld' 'libupse-dev' 'upgrade-system' 'vim-doc' 'elvis-tiny' 'libopenmpt-modplug-dev' 'linux-headers-4.15.0-1025-aws' 'plymouth-themes' 'gir1.2-spiceclientgtk-3.0' 'linux-oracle-headers-4.15.0-1010' 'libunibreak-doc' 'gnat-7-sjlj-mipsel-linux-gnu' 'linux-oracle-headers-4.15.0-1011' 'libdevil-dev' 'libtonezone-dev' 'python-os-vif-doc' 'libghc-clientsession-dev' 'linux-oracle-headers-4.15.0-1013' 'linux-image-4.15.0-34-lowlatency' 'linux-oracle-headers-4.15.0-1014' 'gosa-plugin-sudo' 'linux-oracle-headers-4.15.0-1015' 'python3-django-appconf' 'libjnr-enxio-java-doc' 'lib32asan3-dbg-ppc64-cross' 'linux-oracle-headers-4.15.0-1017' 'node-for-in' 'xmms2-plugin-icymetaint' 'linux-oracle-headers-4.15.0-1018' 'lxshortcut-dbg' 'libelementary-data' 'sphinx-intl' 'jabber-querybot' 'linux-buildinfo-5.0.0-1028-gcp' 'rand' 'python3-maas-provisioningserver' 'pipemeter' 'python-actionlib-msgs' 'wbritish-small' 'libhttp-parser2.7.1' 'node-has-gulplog' 'coinor-libclp-doc' 'libeclipse-e4-core-commands-java' 'games-fps' 'acetoneiso' 'gnome-raw-thumbnailer' 'python-adns' 'binutils-dev' 'tcl-xmlrpc' 'libc6-mipsn32-mipsr6el-cross' 'linux-image-unsigned-5.0.0-1015-gke' 'gccgo-x86-64-linux-gnu' 'gcc-8-locales' 'torcs-data' 'python3-ipy' 'libncarg-bin' 'javahelp2-doc' 'libflorence-1.0-1' 'ruby-crass' 'libdockapp-dev' 'msmtp' 'libgcc-8-dev-amd64-cross' 'linux-oracle-headers-4.15.0-1021' 'node-raw-loader' 'fonts-femkeklaver' 'linux-oracle-headers-4.15.0-1022' 'libqb-doc' 'linux-oracle-headers-4.15.0-1023' 'python3-hivex' 'linux-oracle-headers-4.15.0-1025' 'linux-modules-4.15.0-1030-gke' 'linux-oracle-headers-4.15.0-1026' 'libgccjit-6-doc' 'libgnatprj5-mips64el-cross' 'linux-oracle-headers-4.15.0-1027' 'linux-oracle-headers-4.15.0-1029' 'zita-resampler' 'eclipse-gef-doc' 'libsisu-inject-java' 'liblua5.3-0-dbg' 'linux-modules-extra-aws-edge' 'minc-tools' 'libopencore-amrnb0' 'dehydrated' 'fusiondirectory-plugin-user-reminder-schema' 'fcitx-bin' 'libghc-tasty-rerun-doc' 'libcilkrts5-armel-cross' 'node-convert-source-map' 'gcc-mips64-linux-gnuabi64' 'linux-image-4.15.0-29-generic' 'gobjc-5-multilib-mips64el-linux-gnuabi64' 'linux-image-5.0.0-1020-azure' 'python-redmine' 'tcl-udp' 'linux-azure-5.3-headers-5.3.0-1007' 'node-dot' 'linux-azure-5.3-headers-5.3.0-1008' 'cl-postgres' 'python-pyresample-doc' 'python-semantic-version-doc' 'linux-azure-5.3-headers-5.3.0-1009' 'linux-headers-5.0.0-29-lowlatency' 'bio-rainbow' 'libgfortran3-mipsel-cross' 'tasksel-data' 'qtscript5-dev' 'lib64stdc++6-i386-cross' 'gdc-multilib-sparc64-linux-gnu' 'node-assertion-error' 'lib64atomic1-dbg-mips-cross' 'libmate-slab0' 'python3-nosexcover' 'ruby-openid-connect' 'node-assertive' 'linux-oracle-headers-4.15.0-1030' 'chaplin' 'git-daemon-run' 'salt-formula-swift' 'gcc-6-i686-linux-gnu' 'thunderbird-locale-pt-br' 'linux-oracle-headers-4.15.0-1031' 'libghc-test-framework-quickcheck2-dev' 'r-bioc-geneplotter' 'compiz-plugins-extra' 'python-zope.lifecycleevent' 'libubsan0-dbg-i386-cross' 'linux-oracle-headers-4.15.0-1033' 'linux-modules-extra-4.15.0-1014-oracle' 'crimson' 'golang-github-daaku-go.zipexe-dev' 'python-zope.container' 'python3-irc' 'libhts-private-dev' 'anjuta-extras' 'python-ldaptor' 'libcmtspeechdata-dev' 'libafs-pag-perl' 'reposurgeon' 'xbmc-pvr-argustv' 'science-engineering-dev' 'libequinox-concurrent-java' 'libghc-http-link-header-doc' 'libdancer-logger-syslog-perl' 'linux-azure-5.3-headers-5.3.0-1010' 'libweb-mrest-cli-perl' 'ros-rosgraph-msgs' 'libfolks-dummy-dev' 'linux-azure-5.3-headers-5.3.0-1012' 'linux-azure-5.3-headers-5.3.0-1013' 'linux-modules-nvidia-418-5.0.0-1021-gcp' 'php-zeta-unit-test' 'r-cran-nlp' 'libfile-path-tiny-perl' 'libtext-context-perl' 'libflac++6v5' 'libghc-snap-doc' 'libhangul1' 'libegl1-mesa-dev' 'libion0' 'liblhapdf-dev' 'libclaw-dev' 'libstdc++-7-dev-i386-cross' 'salt-doc' 'kde-window-manager' 'echoping' 'golang-1.10-doc' 'developers-reference-de' 'gromit-mpx' 'python3-mmllib' 'puppet-module-saz-ssh' 'libterm-progressbar-perl' 'linux-tools-4.15.0-20-generic' 'linux-cloud-tools-5.3.0-28-generic' 'libref-array1' 'lua-lace-doc' 'python3-bugzilla' 'libfile-counterfile-perl' 'libkf5akonadisearchdebug5' 'gcc-6-x86-64-linux-gnu' 'r-cran-nmf' 'libzulucrypt1.2.0' 'libgsm-tools' 'libtest-requiresinternet-perl' 'arachne-pnr' 'python-pychart-doc' 'fusiondirectory-plugin-autofs-schema' 'findent' 'dhcpcd-qt' 'gap-polycyclic' 'fonts-gfs-didot-classic' 'golang-github-hashicorp-uuid-dev' 'python-bcdoc' 'python-oslo.rootwrap' 'linux-modules-extra-5.3.0-1011-gke' 'python-isort' 'linux-tools-5.0.0-15-lowlatency' 'golang-clockwork-dev' 'libjglobus-myproxy-java' 'libghc-th-reify-compat-doc' 'chordii' 'python-metaconfig' 'lib32stdc++-6-dev-ppc64-cross' 'docbook-to-man' 'gnash-ext-lirc' 'libc6.1-dev-alpha-cross' 'libacl1-dev' 'gobjc++-8-multilib-powerpc-linux-gnu' 'itk3' 'cpl-plugin-muse-doc' 'libeval-context-perl' 'glbinding-doc' 'libmlt-dev' 'libghc-hspec-contrib-prof' 'cl-uffi' 'alpine-pico' 'libqwt5-qt4-dev' 'qemu-system-mips' 'lnav' 'proteinortho' 'lua-logging' 'claws-mail-perl-filter' 'cqrlog' 'libghc-yesod-newsfeed-doc' 'linux-cloud-tools-5.0.0-27-generic' 'tktreectrl' 'ruby-childprocess' 'libquartz-java' 'gnupg-l10n' 'cpl-plugin-hawki-calib' 'node-repeating' 'libtrilinos-triutils-dev' 'fonts-maitreya' 'argonaut-fai-nfsroot' 's3dosm' 'libunique-dev' 'libzeitgeist-1.0-1-dbg' 'libfile-flock-retry-perl' 'linux-modules-nvidia-390-oem' 'libjsonp-java' 'python-django-adminsortable' 'jruby' 'libcogl-path20' 'libnetfilter-queue1-dbg' 'edisplay' 'developers-reference-fr' 'sleepenh' 'libgfortran3-dbg-m68k-cross' 'libgpg-error-dev' 'gammaray-probe-qt4' 'tryton-modules-sale-price-list' 'embassy-phylip' 'libghc-tf-random-dev' 'linux-image-4.15.0-1065-oem' 'openjfx-source' 'tesseract-ocr-script-cyrl' 'linux-headers-4.15.0-1047-kvm' 'gdc-7-powerpc64le-linux-gnu' 'python-tegakitools' 'podracer' 'libblkmaker-0.1-6' 'libcneartree-dev' 'gcc-7-test-results' 'elpa-loop' 'gobjc-8-i686-linux-gnu' 'ilisp' 'node-brace-expansion' 'python-configshell-fb-doc' 'gfarm2fs' 'libapache2-mod-webauth' 'g++-4.8' 'sugar-chat-activity' 'libplymouth-dev' 'olsrd-plugins' 'python-deltarpm' 'golang-github-coreos-go-systemd-dev' 'libx265-dev' 'libext2fs-dev' 'inotify-tools' 'ample' 'mon-contrib' 'libcommons-configuration2-java-doc' 'libglobus-gridmap-eppn-callout' 'mpglen' 'floppyd' 'libjs-favico.js' 'libzulucrypt-exe1.2.0' 'python-phpserialize' 'flvmeta' 'jobservice' 'libghc-time-compat-doc' 'liblog4shib-dev' 'libghc-crypto-pubkey-types-doc' 'libplack-middleware-crossorigin-perl' 'ubuntu-restricted-addons' 'debian-mate-default-settings' 'libghc-iproute-dev' 'libgnat-6-i386-cross' 'libvisp-visual-features3.1-dbg' 'linux-modules-extra-5.0.0-1023-aws' 'gdc-4.8' 'libuim-scm0' 'closure-linter' 'libsmart-comments-perl' 'revolt' 'lusernet.app' 'kde-config-gtk-style-preview' 'ginga' 'libibverbs1' 'openbios-sparc' 'libghc-cmark-doc' 'ratt' 'cutecom' 'ldm-edubuntu-theme' 'libgdk-pixbuf2.0-0' 'golang-github-retailnext-hllpp-dev' 'libc6-dbg' 'qemu-system-misc' 'python-libsigscan' 'tango-icon-theme-common' 'libfakeroot' 'libmsiecf-utils' 'linux-modules-4.18.0-1011-azure' 'lib64gcc-7-dev-mipsel-cross' 'libghc-expiring-cache-map-dev' 'appstream' 'libgnome2.24-cil' 'breeze-cursor-theme' 'kirigami2-dev' 'webauth-tests' 'libgnome2-perl' 'libmysql6.4-cil' 'libkf5kmanagesieve5' 'golang-github-xordataexchange-crypt-dev' 'libavahi-common-dev' 'python3-termstyle' 'libatomic1-dbg-m68k-cross' 'debconf-kde-dbg' 'libglyr-dev' 'libqt5help5' 'node-babel-plugin-syntax-trailing-function-commas' 'grub-linuxbios' 'gypsy-daemon' 'neomutt' 'liblingua-en-inflect-phrase-perl' 'converseen' 'fonts-deva' 'qprint-doc' 'libluabind-examples' 'dpkg-cross' 'lib32stdc++6-7-dbg-x32-cross' 'maki-plugins' 'libgo7-mipsel-cross' 'python-guacamole-doc' 'python-vulndb' 'syncthing' 'libmbedcrypto1' 'libear' 'uvccapture' 'gcc-8-source' 'gnat-6-mips-linux-gnu' 'libproxy1v5' 'libec3' 'libpsm-infinipath1-dbg' 'sane-utils' 'sssd-common' 'libghc-xml-types-dev' 'dict-freedict-gla-deu' 'libghc-fdo-notify-dev' 'gmult' 'mingw-ocaml' 'sixer' 'shellinabox' 'xmabacus' 'python3-pycryptodome' 'developers-reference-it' 'xfonts-ayu' 'python3-liblinear' 'adns-tools' 'octave-gdf' 'recordmydesktop' 'llvm-dev' 'aolserver4-doc' 'node-babel-plugin-transform-vue-jsx' 'libtrue-perl' 'lib64gfortran-5-dev-x32-cross' 'libnvidia-encode-418' 'fcitx-table-quick-classic' 'afew' 'munin-common' 'libnet-route-perl' 'llvm-5.0-runtime' 'lib32stdc++-5-dev' 'opendnssec-common' 'png-definitive-guide' 'developers-reference-ja' 'libespeak-ng-libespeak1' 'libzmq-java-doc' 'libltc-doc' 'libjxgrabkey-java' 'gosa-help-de' 'isomd5sum' 'libkf5codecs5' 'python-bumps' 'libghc-clientsession-prof' 'gnome-video-effects-frei0r' 'liblz-dev' 'flatpak-builder-tests' 'language-pack-gnome-es-base' 'fp-units-fcl-3.0.4' 'tryton-modules-currency' 'xorgxrdp' 'libpython3.6-dbg' 'linux-cloud-tools-4.15.0-72-lowlatency' 'libdbix-contextualfetch-perl' 'libx32gfortran3-amd64-cross' 'python3-setproctitle' 'winefish' 'python-twisted-names' 'libkntlm4' 'debsig-verify' 'linux-image-unsigned-4.15.0-48-lowlatency' 'python3-xkcd' 'zendframework-bin' 'libssh-4' 'libstdc++-6-pic-sparc64-cross' 'libjpgalleg4.4' 'gnome-user-docs' 'libghc-clientsession-doc' 'libnorm1' 'libsfcutil0-dev' 'linux-modules-nvidia-390-4.15.0-1056-oem' 'gcc-7-powerpc-linux-gnu' 'libghc-bytestring-conversion-dev' 'plasma-nm' 'gammaray-plugin-quickinspector' 'rss-bridge' 'python-oslo.i18n' 'libghc-hashmap-dev' 'libequinox-jsp-jasper-java' 'libfcgi-procmanager-maxrequests-perl' 'libjs-highlight' 'libghc-hspec-attoparsec-prof' 'libcppunit-dev' 'liburdf-dev' 'intltool-debian' 'python-django-uwsgi' 'libobjc4-alpha-cross' 'linux-tools-4.15.0-1008-oem' 'libghc-wai-dev' 'libn32stdc++6-mips64-cross' 'libpod-weaver-section-contributors-perl' 'libinklevel5' 'libyaml-snake-java-doc' 'exult-studio' 'libmoosex-arrayref-perl' 'subliminal' 'libsamplerate0-dev' 'libee0' 'binutils-doc' 'python-obexftp' 'python-numpydoc' 'librygel-ruih-2.0-1' 'linux-tools-4.15.0-1035-aws' 'itop' 'gwakeonlan' 'gosa-help-en' 'funnelweb' 'python-octaviaclient' 'python-link-grammar-examples' 'libquantum8' 'globus-gram-job-manager-lsf' 'gnome-system-tools' 'asclock' 'gir-to-d' 'libtool-bin' 'python-epr-doc' 'cpl-plugin-sinfo-doc' 'libc6-dev' 'libnvidia-encode-430' 'libgcc-8-dev-arm64-cross' 'lua-zip' 'python-yade' 'tryton-modules-product-classification-taxonomic' 'proofgeneral-doc' 'python-os-net-config' 'libopal3.10.10' 'starlet' 'libwoodstox-java' 'libnvidia-encode-435' 'sass-spec-data' 'linux-tools-4.15.0-58-generic' 'libleveldb-dev' 'libkyotocabinet16v5-dbg' 'primesieve' 'linux-modules-extra-5.0.0-15-generic' 'knot-resolver-doc' 'lubuntu-artwork-11-04' 'a56' 'flwrap' 'libplanarity0' 'libfile-tee-perl' 'libdata-validate-struct-perl' 'firefox-locale-nso' 'libgmic1' 'ldap-git-backup' 'libsignon-qt5-1' 'language-pack-ml-base' 'libnih-dbus-dev' 'libaosd-dev' 'ruby-enumerize' 'darkslide' 'gosa-help-fr' 'wesnoth-1.12-httt' 'libnet-openid-server-perl' 'qtscript5-doc' 'linux-buildinfo-5.0.0-1016-aws' 'plasma-pa' 'ironic-common' 'gnumed-client-de' 'libghc-test-framework-quickcheck2-doc' 'linux-image-unsigned-5.0.0-29-lowlatency' 'pages2epub' 'dvipng' 'libpsm-infinipath1-dev' 'geany-plugin-git-changebar' 'wine-binfmt' 'python-sasmodels' 'libstdc++6-s390x-cross' 'uec-provisioning-server' 'linux-buildinfo-4.18.0-14-lowlatency' 'holotz-castle-editor' 'libtime-olsontz-download-perl' 'lubuntu-artwork-11-10' 'libpeony-extension-dev' 'elpa-rich-minority' 'libcmtspeechdata-doc' 'pkg-config-powerpc-linux-gnu' 'fusiondirectory-plugin-mail-schema' 'node-os-browserify' 'python-libxmp' 'emma' 'libghc-rsa-prof' 'hearse' 'node-concat-with-sourcemaps' 'florence' 'ruby-peach' 'basex' 'libwpg-dev' 'libgo13-ppc64-cross' 'basez' 'libclass-contract-perl' 'libqt4-declarative' 'substance-flamingo' 'libargon2-0' 'srm-ifce-dev' 'qelectrotech-examples' 'pump' 'liblcms2-2' 'libclaw-doc' 'libqscintilla2-qt5-designer-dbg' 'ruby-grib' 'cl-umlisp' 'libpdal-plugin-sqlite' 'ohai' 'libghc-boolean-prof' 'emms' 'ipython3' 'libgdchart-gd2-xpm' 'libghc-names-th-prof' 'zpaq' 'liblv2dynparamplugin1-0' 'afio' 'git-lfs' 'oss-compat' 'libsscm-dev' 'libpython3.6-dev' 'ldm-themes' 'libgoa-1.0-0b' 'libpoe-component-client-http-perl' 'node-stream-assert' 'ruby-grit' 'golang-github-sasha-s-go-deadlock-dev' 'saga-common' 'python-genshi-doc' 'liblip2' 'python-setoptconf' 'gcc-7-multilib-mips64el-linux-gnuabi64' 'rdfind' 'libcgi-formbuilder-source-yaml-perl' 'cracklib-runtime' 'libtemplate-plugin-gd-perl' 'r-cran-ftrading' 'python3-pytestsalt' 'proxychains' 'xmms2-core' 'libflightcrew0v5' 'dkopp' 'python-ptk-doc' 'libequinox-security-java' 'yudit' 'libghc-hookup-prof' 'libjsp-api-java' 'libtext-brew-perl' 'liblttng-ust-java-jni' 'libegl-mesa0' 'libtext-reflow-perl' 'libroar-plugins-universal' 'libupnp6' 'r-cran-nws' 'libreoffice-gtk2' 'libreoffice-gtk3' 'php-symfony-polyfill-xml' 'linux-modules-extra-4.15.0-1044-gcp' 'libpam-kwallet-common' 'libnet-server-mail-perl' 'ipsec-tools' 'apertium-crh-tur' 'python3-django-x509' 'libindicate-gtk0.1-cil-dev' 'linux-cloud-tools-4.15.0-29-generic' 'mate-settings-daemon-dev' 'libtext-greeking-perl' 'libsikuli-script-doc' 'linux-buildinfo-4.15.0-1021-oracle' 'libt3widget1' 'libp11-kit-gnome-keyring' 'liblhapdf0v5' 'libsurefire-java' 'evqueue-utils' 'libextutils-autoinstall-perl' 'cb2bib' 'libvde0' 'frozen-bubble' 'liblwp-protocol-http-socketunix-perl' 'libibtk-dev' 'unbound-host' 'python-mutagen' 'linux-tools-4.15.0-1022-oracle' 'libunique-doc' 'sogo' 'dict-vera' 'libfreerdp-locale1.1' 'language-pack-ku-base' 'libghc-distributive-dev' 'libjaxen-java-doc' 'brasero' 'packeth' 'linux-headers-4.18.0-1007-gcp' 'lib32gfortran3-dbg-sparc64-cross' 'libfile-find-rule-filesys-virtual-perl' 'libghc-lambdabot-core-prof' 'ruby-rspec-collection-matchers' 'libdigest-crc-perl' 'courier-imap' 'vdpau-va-driver' 'elfrc' 'wammu' 'prelude-lml' 'ruby-activejob' 'python-gamera' 'libnet-subnets-perl' 'python3-sphinx-testing' 'libalien-wxwidgets-perl' 'libimage-base-bundle-perl' 'kbibtex' 'senlin-api' 'apt-forktracer' 'libdata-pageset-perl' 'qt3d5-dev-tools' 'libghc-tf-random-doc' 'foomatic-db-compressed-ppds' 'libn32stdc++6-6-dbg-mips64-cross' 'python3-pykka' 'libej0' 'hdate-applet' 'r-cran-truncdist' 'libkf5pimtextedit-dev' 'ruby-rails-assets-clipboard' 'abinit-doc' 'python-fusepy' 'dconf-service' 'libnl-route-3-dev' 'groonga' 'linux-buildinfo-5.0.0-32-generic' 'texlive-lang-european' 'libobjc-6-dev-mips-cross' 'ubumirror' 'elpa-dash-functional' 'geximon' 'kdemultimedia-kio-plugins' 'gccgo-6-multilib-s390x-linux-gnu' 'libgnatvsn6-sparc64-cross' 'cplay' 'logcheck' 'pki-console' 'mariadb-test-data' 'libx265-doc' 'libfile-flock-perl' 'rename' 'erlang-dialyzer' 'node-hosted-git-info' 'fonts-alee' 'lua5.1' 'gir1.2-pluma-1.0' 'lua5.2' 'python3-txaio' 'lua5.3' 'python3-xkit' 'libtest-tempdir-perl' 'ros-opencv-apps' 'python3-aiohttp-cors' 'r-bioc-genomicfeatures' 'linux-image-4.15.0-1045-gke' 'writetype' 'python-pycares' 'python-markupsafe-dbg' 'libmamaavis0' 'liblog4shib-doc' 'thunderbird-locale-pt-pt' 'grhino-data' 'render-bench' 'libghc-iproute-doc' 'lxappearance-obconf' 'python3-jira' 'kamailio-berkeley-bin' 'liballjoynservices-dev-1604' 'games-platform' 'libpcl-apps1.8' 'libsereal-encoder-perl' 'joystick' 'python3-requests-ntlm' 'php-apigen-theme-bootstrap' 'grabcd-encode' 'libghc-expiring-cache-map-doc' 'influxdb-client' 'libgegl-0.3-0' 'libxext-dev' 'gccgo-6-multilib-powerpc-linux-gnu' 'fonts-freefarsi' 'node-enhanced-resolve' 'libghc-data-default-instances-dlist-dev' 'python3-bz2file' 'libcamitk4' 'libmessagingmenu-cil-dev' 'libvm-ec2-security-credentialcache-perl' 'xkbind' 'systemtap-server' 'imagemagick' 'libglyr-doc' 'doomsday-data' 'liballjoyn-dev-1604' 'libopencore-amrwb-dev' 'gfortran-7-multilib-x86-64-linux-gnux32' 'libscalc-dev' 'thc-ipv6' 'libcairo-gobject2' 'golang-github-kr-pty-dev' 'python3-tlslite-ng' 'plasma-dataengines-addons' 'drumkv1-lv2' 'onboard-common' 'developers-reference-ru' 'ukui-menu' 'libkido-utils-dev' 'linux-cloud-tools-4.15.0-20-lowlatency' 'gnuradio' 'gcc-6-mips-linux-gnu' 'libghc-xml-types-doc' 'libghc-fdo-notify-doc' 'linux-cloud-tools-5.0.0-1031-azure' 'libsipxtapi' 'openttd' 'lua-luassert' 'r-cran-maldiquant' 'libevent-core-2.1-6' 'libmono-system-componentmodel-dataannotations4.0-cil' 'yc-el' 'debian-kernel-handbook-ja' 'lib64atomic1-mipsel-cross' 'libm17n-0' 'elpa-dash' 'gimp-help-common' 'python-django-debug-toolbar' 'mit-scheme' 'libcontextual-return-perl' 'simpleid-ldap' 'libpdl-netcdf-perl' 'gnome-software-plugin-snap' 'vice' 'buffycli' 'node-tapable' 'libjava-allocation-instrumenter-java-doc' 'libghc-uulib-dev' 'golang-github-matryer-try-dev' 'linux-cloud-tools-4.15.0-1036-azure' 'debian-timeline' 'atlc-examples' 'libsearchclient-dev' 'libwiredtiger-java' 'python-json-schema-validator' 'python3-astroid' 'fwknop-client' 'linux-modules-5.0.0-29-generic' 'libndpi-wireshark' 'geany-plugin-extrasel' 'initramfs-tools-ubuntu-core' 'ctpp2-utils' 'virtuoso-opensource-6.1-common' 'libjpeg-dev' 'libc6-dev-mipsn32-mipsel-cross' 'linux-modules-4.15.0-1024-gcp' 'libopenhft-chronicle-queue-java' 'libequinox-http-jetty-starter-java' 'python-astroplan' 'python-pyeapi' 'linux-image-4.15.0-1006-oem' 'gcalcli' 'lnpd' 'gobby' 'libhmsbeagle1v5' 'python-pycuda' 'ctsim' 'gosa-help-nl' 'libjcalendar-java-doc' 'libgranite-common' 'libghc-bytestring-conversion-doc' 'libjs-es6-promise' 'python3-pytest-runner' 'ruby-fog-storm-on-demand' 'openafs-modules-dkms' 'linux-image-4.15.0-1033-aws' 'libghc-hashmap-doc' 'libcppunit-doc' 'compass-blueprint-plugin' 'ruby-grpc' 'ftp-proxy-doc' 'libghc-wai-doc' 'gwyddion-common' 'metastudent' 'update-notifier-common' 'xserver-xorg-input-evdev-dev-hwe-16.04' 'python3-tenacity' 'black-box' 'gnome-wise-icon-theme' 'edubuntu-desktop' 'pylint3' 'libliquid1d' 'libstdc++-8-dev-armhf-cross' 'eot2ttf' 'python-yaml' 'libjcode-perl' 'python-zc.datetimewidget' 'python-django-navtag' 'chrome-gnome-shell' 'ros-perception' 'linux-headers-4.18.0-18-generic' 'kadu' 'libisds-dev' 'gccgo-8-x86-64-linux-gnux32' 'libdatetime-perl' 'libtap-formatter-junit-perl' 'libopenal1' 'eclipse-mylyn-context-pydev' 'libomp-9-dev' 'linux-modules-4.15.0-47-lowlatency' 'linux-image-unsigned-5.3.0-40-generic' 'freewnn-jserver' 'liblingua-identify-perl' 'virtualbox-guest-utils' 'libxcompshad-dev' 'libmaven-verifier-java' 'python3-imaplib2' 'libswt-gtk2-4-jni' 'postgresql-10-unit' 'libgfortran5-dbg-i386-cross' 'libjson-webtoken-perl' 'linux-headers-4.15.0-1018-oracle' 'jigsaw-generator' 'python-validictory' 'ros-robot-dev' 'libatk-wrapper-java' 'python-widgetsnbextension' 'libobjc-6-dev' 'murano-common' 'php-horde-css-parser' 'syslog-ng-core' 'ovito' 'libwfmath-1.0-1v5' 'libdbd-freetds' 'secilc-doc' 'libproc-syncexec-perl' 'xmlto' 'bundlewrap' 'netsed' 'cronutils' 'mrbayes-doc' 'ruby-fog-terremark' 'lib64gomp1-mips-cross' 'libspf2-2' 'libscalar-defer-perl' 'haxml' 'slang-cfitsio' 'libstdc++-5-dev-i386-cross' 'xmltv' 'pass-extension-tail' 'python3-macaroonbakery' 'linux-modules-extra-5.0.0-1029-gcp' 'uuagc' 'libpeony-extension-doc' 'libmalaga-dev' 'libhd21' 'gir1.2-manette-0.2' 'golang-github-google-jsonapi-dev' 'python-exotel' 'libghc-drbg-prof' 'libgrantlee-gui0' 'libtrilinos-epetraext-dev' 'python-descartes' 'spaced' 'libucimf0' 'libjs-sdp-transform' 'libido-0.1-dev' 'python3-jujuclient' 'python-blinker-doc' 'libwpg-doc' 'linux-modules-extra-4.15.0-1044-gke' 'fqterm' 'msi-keyboard' 'libibatis-java' 'vifm' 'libcommons-compress-java' 'lib64gphobos68-dbg-x32-cross' 'linux-buildinfo-4.15.0-1045-oem' 'gobjc-8-mips-linux-gnu' 'python3-searx' 'libboost-stacktrace1.65.1' 'banshee-extension-radiostationfetcher' 'libntrack-qt4-1' 'ruby-text-format' 'libgrib2c0d' 'va-driver-all' 'libmathicgb-dev' 'dc3dd' 'libdvbv5-0' 'mgltools-pyglf' 'fonts-adf-romande' 'dict-elements' 'plasma-mediacenter-dbg' 'libn32objc-5-dev-mips64el-cross' 'golang-github-nu7hatch-gouuid-dev' 'tryton-modules-account-payment-sepa-cfonb' 'electric-fence' 'libx32asan4-dbg-i386-cross' 'libgraphics-primitive-driver-cairo-perl' 'libgnat-8-dbg-m68k-cross' 'linux-modules-4.15.0-51-lowlatency' 'mpegdemux' 'libfltk-gl1.3' 'libjaxp1.3-java' 'python3-django-environ' 'lib64objc-7-dev-i386-cross' 'libgnutls-openssl27' 'librole-basic-perl' 'libghc-juicypixels-dev' 'python3-sphinx' 'libtest-trap-perl' 'wmctrl' 'ghp-import' 'python-yapf' 'librun-parts-perl' 'libring-defaults-clojure' 'php-raphf' 'android-tools-fastboot' 'libfreeipmi16' 'libghc-boundedchan-dev' 'libcode-tidyall-plugin-sortlines-naturally-perl' 'gif2apng' 'libcpan-checksums-perl' 'woff-tools' 'linux-libc-dev-mips-cross' 'mlmmj' 'python3-astroml' 'fusiondirectory-plugin-certificates' 'node-tilelive-bridge' 'octave-miscellaneous' 'libgfortran3-ppc64-cross' 'scim-chewing' 'libgtk2.0-dev' 'python-lmdb' 'xscreensaver-gl' 'gfortran-5-sh4-linux-gnu' 'libgdcm-tools' 'pidgin-extprefs' 'libsendmail-milter-perl' 'neovim-qt' 'alljoyn-daemon-1604' 'libghc-utility-ht-prof' 'libgnome2-vfs-perl' 'libchi-driver-redis-perl' 'linux-headers-4.15.0-38-generic' 'node-type-detect' 'fusionforge-shell' 'librtaudio6' 'zabbix-agent' 'gobjc++-8-multilib-i686-linux-gnu' 'libnet-radius-perl' 'gcc-7-powerpc64le-linux-gnu-base' 'iputils-clockdiff' 'octave-gsl' 'libpam0g-dev' 'python-yaql' 'libicu4j-4.2-java' 'alot-doc' 'libgdal-perl-doc' 'libserialport0' 'libghc-distributive-doc' 'libspctag-dev' 'python-healpy-data' 'libkf5kgeomap10.0.0' 'lisaac' 'renpy-doc' 'nvidia-kernel-common-418' 'lib64asan5-x32-cross' 'python3-progress' 'liblaser-geometry0d' 'gobjc-6-i686-linux-gnu' 'libatomic1-dbg-armel-cross' 'python-elasticsearch-curator' 'liboce-ocaf-lite11' 'libv8-3.14.5' 'python-yara' 'spf-tools-perl' 'qt5dxcb-plugin' 'libgomp1-hppa-cross' 'pike8.0-kerberos' 'libmono-corlib4.5-cil' 'linux-modules-extra-4.15.0-39-generic' 'baobab' 'python-pdfrw-doc' 'gobjc-5-arm-linux-gnueabi' 'lisaac-doc' 'libghc-edison-core-dev' 'btag' 'lib32go13-dbg-mips64el-cross' 'libgoa-1.0-common' 'gobjc-6-sh4-linux-gnu' 'podget' 'libantelope-java' 'libcodeblocks0' 'node-copy-concurrently' 'libg20' 'libghc-test-framework-dev' 'lib32stdc++6-6-dbg' 'tryton-modules-production' 'vala-panel-appmenu-common' 'linux-libc-dev-mips64r6el-cross' 'libdata-perl-perl' 'linux-headers-4.15.0-1019-aws' 'python-fpylll' 'python-pdfminer' 'libghc-statevar-dev' 'lib32go11-ppc64-cross' 'gfortran-8-powerpc64-linux-gnu' 'identicurse' 'libkf5idletime-dev' 'libbio-eutilities-perl' 'libjs-jssip' 'babiloo' 'node-balanced-match' 'parchives' 'xserver-xorg-input-aiptek' 'libghc-disk-free-space-dev' 't38modem' 'photoprint' 'opencollada-dev' 'libreoffice-java-common' 'libmaliit-plugins0' 'python-certbot-nginx-doc' 'nvidia-kernel-common-430' 'python-csoundac' 'compface' 'megaglest' 'libxcb-record0' 'libgsettings-qt-dev' 'linux-image-5.0.0-1023-gke' 'libkf5kiofilewidgets5' 'jvim-doc' 'nvidia-kernel-common-435' 'kid3-qt' 'emacspeak-espeak-server' 'linux-headers-4.15.0-1041-gke' 'icon-naming-utils' 'mono-reference-assemblies-3.5' 'confclerk' 'python3-invoke' 'thunderbird-locale-ast' 'php7.2-gmp' 'libgphoto2-dev-doc' 'cryptmount' 'check-mk-livestatus' 'python3-django-celery-results' 'libxext-doc' 'bibledit' 'python3-astropy' 'libghc-data-default-instances-dlist-doc' 'libc6-mipsr6el-cross' 'libmaven-verifier-java-doc' 'browser-plugin-vlc' 'linux-cloud-tools-4.18.0-1007-azure' 'gobjc' 'lib32stdc++6' 'pychecker' 'libcssparser-java' 'libgio-cil' 'libsndio6.1' 'libresiprocate-1.11-dev' 'libpython3.8-minimal' 'libcatalyst-action-rest-perl' 'kup-backup' 'libhamcrest-java' 'linux-crashdump' 'yajl-tools' 'munin-node' 'libghc-text-metrics-dev' 'ingerman' 'fp-units-i386' 'udisks2-lvm2' 'zabbix-server-pgsql' 'librasqal3-dbg' 'libdc1394-22-dbg' 'libghc-ghc-events-prof' 'lib32objc4-mips64el-cross' 'libwsman-curl-client-transport1' 'xmms2-icon' 'python3-jpype' 'lua-filesystem' 'mupen64plus-data' 'geotranz' 'codeblocks-dbg' 'libev4' 'smarty-gettext' 'osslsigncode' 'python3-portpicker' 'seqtk' 'vile' 'drgeo-doc' 'libopenbabel4v5' 'tclx8.4' 'libvolume-key-dev' 'libsqlite3-dev' 'budgie-wallpapers-bionic' 'linux-modules-4.15.0-54-generic' 'snmptrapfmt' 'kali' 'libfennec-perl' 'stylish-haskell' 'lua-argparse' 'python3-statsmodels' 'python-flask-rdf' 'golang-github-nebulouslabs-ed25519-dev' 'soundkonverter' 'node-fs.realpath' 'r-cran-desolve' 'libhtml-linklist-perl' 'libvorbisidec-dev' 'libghc-uulib-doc' 'sreview-master' 'libmaven3-core-java' 'mate-menu' 'libmarisa0' 'libotbiomstar-6.4-1' 'python3-unbound' 'python-manilaclient-doc' 'libtie-dxhash-perl' 'selinux-policy-src' 'libopencv-imgcodecs3.2' 'libapache2-mod-qos' 'golang-1.10-race-detector-runtime' 'linux-modules-5.0.0-1025-oem-osp1' 'ruby-sprockets-es6' 'libkfilemetadata-dev' 'libwagon-http-shaded-java' 'libblasr-dev' 'debtree' 'libjibx1.2-java-doc' 'gkrellmitime' 'lua-redis-dev' 'libboost-graph-parallel1.62-dev' 'libghc-hxt-unicode-dev' 'linux-cloud-tools-4.18.0-14-lowlatency' 'gobjc++-7-i686-linux-gnu' 'spice-client-gtk' 'node-evp-bytestokey' 'libleveldb-java' 'python-bunch' 'libudt0v5' 'jazip' 'plotutils' 'libgwenhywfar60-dev' 'python-windowmocker' 'asterisk-core-sounds-fr-gsm' 'kdevelop-pg-qt' 'rtl8812au-dkms' 'linux-modules-extra-5.0.0-1029-gke' 'libshark0' 'libgenometools0-dev' 'eclipse-wtp-servertools' 'golang-github-dcso-bloom-cli' 'paramiko-doc' 'libnet-syslogd-perl' 'dx-doc' 'libsmi2-dev' 'gdc-6-powerpc-linux-gnuspe' 'libautobox-perl' 'structure-synth' 'heimdal-dev' 'libkiokudb-perl' 'libgtkimageview0' 'linux-image-5.0.0-1011-aws' 'mrename' 'freebsd-glue' 'libeclipse-ui-workbench-texteditor-java' 'golang-github-coreos-go-etcd-dev' 'elpa-shut-up' 'libcrypt-hcesha-perl' 'psortb' 'libsilly' 'clang-3.9' 'python-libhamlib2' 'qdbus' 'pike7.8-sdl' 'rrdtool' 'symlinks' 'libswresample2' 'libgnome-autoar-gtk-0-0' 'zbackup' 'linux-modules-extra-5.3.0-1010-azure' 'downtimed' 'vino' 'libomp-9-doc' 'libapache-gallery-perl' 'libghc-semigroupoids-prof' 'libstdc++6-powerpcspe-cross' 'node-babel-cli' 'python-trezor' 'texlive-publishers' 'libghc-microlens-platform-prof' 'node-ejs' 'elpa-beginend' 'libcgi-application-plugin-stream-perl' 'python-twill' 'iodbc' 'node-gulp-changed' 'lib64ubsan1-dbg-powerpc-cross' 'libfusioninventory-agent-task-esx-perl' 'libgentlyweb-utils-java' 'xserver-xorg-video-intel-hwe-18.04' 'libghc-streaming-commons-dev' 'libweb-machine-perl' 'aaphoto' 'node-pretty-ms' 'libsql-reservedwords-perl' 'btfs' 'python-pyscss' 'cpp-8-doc' 'libghc-smallcheck-dev' 'xul-ext-classic-theme-restorer' 'darcsum' 'biloba' 'libapache-session-perl' 'linux-aws-edge-tools-5.0.0-1011' 'librasqal3-dev' 'linux-aws-edge-tools-5.0.0-1012' 'xmille' 'libdc1394-22-dev' 'linux-aws-edge-tools-5.0.0-1014' 'ruby-filesystem' 'gemrb-baldurs-gate-2-data' 'node-text-table' 'linux-aws-edge-tools-5.0.0-1016' 'libmath-quaternion-perl' 'matroxset' 'r-other-rot' 'codeblocks-dev' 'golang-github-unknwon-i18n-dev' 'linux-aws-edge-tools-5.0.0-1018' 'linux-aws-edge-tools-5.0.0-1019' 'python3-requests-futures' 'libfreeimage3' 'kdegames-card-data' 'gnustep-back-common' 'node-hawk' 'guile-cairo' 'gcin-tables' 'nlohmann-json-dev' 'linux-image-4.15.0-1059-oem' 'ruby-raemon' 'libmaven-javadoc-plugin-java' 'gdc-5-multilib-i686-linux-gnu' 'python-zodb' 'yorick-mpeg' 'giella-sme-dev' 'jdresolve' 'libnet-sip-perl' 'libqdjango-http0' 'python-stsci.distutils' 'uswsusp' 'xfce4-equake-plugin' 'cpp-8-sparc64-linux-gnu' 'alembic' 'python-overpy' 'lua-sql-sqlite3' 'qemu-system-ppc' 'fig2dev' 'python3-msrest' 'libapache2-mod-mapcache' 'node-pumpify' 'powertop-dbg' 'golang-objx-dev' 'hierarchyviewer' 'starlink-fits-java' 'libghc-silently-prof' 'python-gitdb' 'linux-image-4.15.0-66-generic' 'libactivemq-protobuf-java' 'kpackagetool5' 'libgfortran5-hppa-cross' 'redeclipse-data' 'lib64gcc-4.8-dev' 'ecopcr' 'python-django-sekizai' 'libghc-juicypixels-doc' 'finalrd' 'python3-slixmpp-lib' 'python3-biomaj3-daemon' 'libblosc-dev' 'language-pack-sl-base' 'geany-common' 'famfamfam-flag-gif' 'node-buffers' 'python-quantities' 'g++-5-multilib' 'libpackagekitqt5-dev' 'yiyantang' 'libghc-boundedchan-doc' 'virtuoso-vsp-startpage' 'scim-tables-additional' 'libtyperep-camlp4-dev' 'opendkim' 'fence-agents' 'guile-gnome2-dev' 'texworks-help-en' 'cpp-6-powerpc-linux-gnuspe' 'libglobus-gass-transfer-dev' 'python3-json-tricks' 'libgtk2.0-doc' 'fonts-sil-dai-banna' 'libtest-net-ldap-perl' 'libtest-pod-no404s-perl' 'libcpprest2.10' 'node-ansistyles' 'libflorence-1.0-dev' 'pg-rage-terminator-10' 'libnunit-core-interfaces2.6.3-cil' 'libjana0' 'libpth-dev' 'ruby-rack-rewrite' 'libkf5globalaccel5' 'mysql-server-5.7' 'titantools' 'python3-pandas-lib' 'libgnuradio-wavelet3.7.11' 'libdomain-publicsuffix-perl' 'putty' 'malaga-mode' 'libcdparanoia0' 'linux-image-5.0.0-1010-oem-osp1' 'qlipper' 'eleeye' 'qmail-tools' 'python-amqplib' 'python-minimock' 'qml-module-org-kde-activities' 'libjs-jquery-ui-theme-eggplant' 'fflas-ffpack' 'mate-user-share-common' 'lib32objc4-mips64-cross' 'tryton-modules-account-be' 'critterding' 'vlc-plugin-qt' 'python3-flask-silk' 'php-common' 'libn32gfortran-7-dev-mips64-cross' 'bkhive' 'libcroco-tools' 'libdbix-dbschema-perl' 'lib64stdc++6-mips-cross' 'sozi' 'libgnat-8-m68k-cross' 'libgfortran-5-dev-armel-cross' 'python-zope.copypastemove' 'texworks-help-fr' 'python-pycurl' 'libqt5nfc5' 'python3-phply' 'erlang-erl-docgen' 'dict-freedict-deu-por' 'libnlopt-guile0' 'thinkfan' 'python3-cassandra' 'barbican-common' 'frei0r-plugins-dev' 'python-whatthepatch' 'alsaplayer-jack' 'node-rollup-plugin-buble' 'puppet-module-puppet-community-mcollective' 'lib32gfortran5-s390x-cross' 'lib64gfortran4-dbg-powerpc-cross' 'adun.app' 'dvdrip-utils' 'gnat-6-sjlj-arm-linux-gnueabihf' 'linux-image-4.18.0-1015-gcp' 'libzim-dev' 'lib32mpx2-dbg' 'libcatalyst-plugin-customerrormessage-perl' 'python3-jpy' 'libplucene-perl' 'pagetools' 'am-utils' 'libpal-java-doc' 'golang-github-alecthomas-colour-dev' 'node-form-data' 'libreoffice-dev' 'libpcp-import-perl' 'libpstoedit-dev' 'libopenexr-dev' 'node-queue-async' 'gem-plugin-dv4l' 'libxml-dumper-perl' 'ant-contrib' 'libghc-edison-core-doc' 'cl-polled-camera' 'libmagick++-6.q16hdri-7' 'bsdiff' 'ser2net' 'liballegro-audio5.2' 'vish' 'mancala' 'python3-cigi' 'python-hypothesis' 'libghc-test-framework-doc' 'libgeo-distance-perl' 'pgbouncer' 'python3-yattag' 'libbpp-phyl-omics3' 'brasero-common' 'pidgin-gmchess' 'libace-inet-dev' 'ubuntu-wallpapers-maverick' 'libdist-zilla-app-command-cover-perl' 'libatomic1-dbg-mips64-cross' 'sorune' 'libcgns-dev' 'libratbag-tools' 'libdir-purge-perl' 'libhugs-time-bundled' 'hdevtools' 'python3-distro' 'spf-milter-python' 'libghc-statevar-doc' 'python-publicsuffix' 'ruby-omniauth-github' 'python-qrtools' 'django-ajax-selects' 'linux-headers-4.15.0-1051-kvm' 'enca' 'libaio-dev' 'golang-go-dbus-dev' 'libcam-pdf-perl' 'gcc-7-plugin-dev-x86-64-linux-gnux32' 'caja-common' 'libpath-utils1' 'python3-montage-wrapper' 'libx32stdc++6-7-dbg' 'libclass-loader-perl' 'libghc-disk-free-space-doc' 'libmaven-dependency-tree-java' 'r-cran-shinybs' 'libsolid4' 'libmemoize-memcached-perl' 'simplesamlphp' 'libhash-merge-simple-perl' 'dolfin-doc' 'vite' 'python-pymacaroons' 'fusionforge-plugin-projectlabels' 'gbatnav' 'libghc-geniplate-mirror-dev' 'python-ftdi1' 'tcode' 'linux-tools-4.15.0-1029-aws' 'linux-modules-4.15.0-1034-kvm' 'kate' 'python3-kanboard' 'r-cran-triebeard' 'libghc-regexpr-dev' 'dict-freedict-swe-eng' 'openobex-apps' 'elpa-rainbow-mode' 'tcl-tclex' 'lib32ubsan0-dbg-amd64-cross' 'ntfs-3g' 'evolution-ews' 'libghc-unliftio-core-dev' 'r-cran-cubature' 'libmgl-wnd7.5.0' 'ruby-omniauth-oauth' 'python3-cached-property' 'py-cpuinfo' 'libykneomgr-dev' 'python3-pyside.qtsql' 'node-browserify-des' 'gfortran-8-m68k-linux-gnu' 'uphpmvault' 'tntnet-demos' 'calf-ladspa' 'libnl-genl-3-200' 'g++-8-multilib-arm-linux-gnueabi' 'redshift-gtk' 'libipmimonitoring5a' 'libosgearthsymbology5' 'llvm-6.0-tools' 'python-django-tables2' 'ngraph-gtk-addin-spellcheck' 'mirrorkit' 'ruby-celluloid-fsm' 'libregexp-ipv6-perl' 'hxtools' 'libatomic1-dbg-s390x-cross' 'libsfgfortran-5-dev-armhf-cross' 'libghc-text-metrics-doc' 'liborlite-migrate-perl' 'libgraphics-primitive-perl' 'gcc-5-multilib-arm-linux-gnueabi' 'gcc-6-plugin-dev-x86-64-linux-gnu' 'gettext-lint' 'lua-dkjson' 'linux-image-5.0.0-1012-azure' 'ycmd' 'ceph-osd' 'gcc-8-powerpc-linux-gnuspe-base' 'quicktun' 'python3-xstatic-magic-search' 'libsys-info-base-perl' 'tryton-modules-account-eu' 'mongrel2-run' 'synfig-examples' 'python3-pymongo-ext' 'xserver-xorg-video-nvidia-390' 'libx32stdc++6-7-dbg-i386-cross' 'libghemical5v5' 'ubuntu-wallpapers-zesty' 'gccgo-8-multilib-powerpc64-linux-gnu' 'python-pylibacl-dbg' 'libmail-deliverystatus-bounceparser-perl' 'libn32go7-dbg-mips64el-cross' 'tcl-vfs' 'libxv-dev' 'ibus-kkc-dbg' 'libstdc++6-5-dbg-x32-cross' 'libjbig2dec0-dev' 'knot-doc' 'konfont' 'r-cran-rjags' 'libcommons-math-java-doc' 'libgo9-dbg-armhf-cross' 'node-rollup-plugin-commonjs' 'jlatex209-base' 'libqtexengine1' 'libotb-dev' 'redboot-tools' 'python-ironic-ui' 'kde-telepathy-integration-module' 'viva' 'node-hooker' 'libgetopt-java' 'xfonts-thai-vor' 'libgeoclue-2-dev' 'python-pydenticon' 'fusiondirectory-plugin-pureftpd-schema' 'libstaroffice-tools' 'lib32gphobos68-dbg-x32-cross' 'fai-quickstart' 'tryton-modules-account-fr' 'worker-data' 'opensurgsim-doc' 'libset-infinite-perl' 'nautilus-extension-burner' 'linux-headers-5.0.0-1020-gcp' 'gdc-7-x86-64-linux-gnux32' 'libespeak1' 'python3-django-shortuuidfield' 'libballview1.4' 'libvisp-tt3.1-dbg' 'hg-fast-export' 'libnvidia-gl-390' 'gobjc++-powerpc64le-linux-gnu' 'libtclcl1' 'libdata-optlist-perl' 'libn32go7-mips-cross' 'libghc-hxt-unicode-doc' 'linux-image-unsigned-4.18.0-1018-azure' 'node-merge' 'qt5-qmltooling-plugins' 'libbeckon-clojure' 'collatinus' 'libwbclient0' 'libgnat-6-mips-cross' 'python-murano-pkg-check-doc' 'apngopt' 'xapps-common' 'gccgo-7-powerpc-linux-gnuspe' 'vim-airline' 'fonts-guru-extra' 'zulucrypt-gui' 'ltspfsd' 'gsimplecal' 'node-boolbase' 'opensaml2-schemas' 'libcatalyst-view-pdf-reuse-perl' 'pysiogame' 'golang-github-flynn-archive-go-shlex-dev' 'xbmc-pvr-vuplus' 'geany-plugin-pohelper' 'elpa-clojure-mode-extra-font-locking' 'glibc-doc-reference' 'mate-system-monitor' 'gdc-8-mips-linux-gnu' 'libjemalloc-dev' 'python-scrapy-djangoitem' 'nwchem-data' 'gobjc++-powerpc-linux-gnuspe' 'libasan5-ppc64-cross' 'ruby-email-reply-trimmer' 'gobjc++-5-alpha-linux-gnu' 'libstrigiqtdbusclient-dev' 'python3-lazy-object-proxy' 'qml-module-qt-labs-folderlistmodel' 'python-biosig' 'mcollective-plugins-logstash' 'python-oslo.versionedobjects' 'libghc-language-c-prof' 'libdsme0-dev' 'dvi2ps-fontdesc-morisawa5' 'libdbuskit-dev' 'libtry-tiny-perl' 'golang-github-kolo-xmlrpc-dev' 'primrose' 'libfarmhash0' 'simstring-dev' 'gcc-5-plugin-dev-sparc64-linux-gnu' 'xflip' 'libregf-utils' 'flite1-dev' 'libftdi1-2' 'apturl-common' 'rsyslog-elasticsearch' 'p7zip' 'python3-shapely' 'libhawtdispatch-java' 'linux-headers-4.15.0-1025-oracle' 'linux-modules-extra-5.0.0-31-generic' 'libevhtp0' 'libstdc++6-5-dbg-powerpcspe-cross' 'libehcache-java' 'libghc-network-uri-prof' 'linux-tools-4.15.0-1012-oem' 'misery' 'language-pack-lv-base' 'wmcube' 'libvm-ec2-perl' 'gir1.2-keybinder-0.0' 'starman' 'g++-7-hppa-linux-gnu' 'dealer' 'libghc-streaming-commons-doc' 'python-chargebee2' 'mixer.app' 'quaternion' 'libcdio-dev' 'xserver-xorg-core-hwe-18.04' 'node-tunein' 'python3-spyder-unittest' 'dose-extra' 'erlang-jose' 'python3-cachetools' 'lib64go13-dbg' 'dde-qt5integration' 'libmodule-util-perl' 'libghc-smallcheck-doc' 'libgcc-7-dev-mips64-cross' 'btpd' 'csound' 'numix-icon-theme' 'librasqal3-doc' 'kpatch-dkms' 'libdc1394-22-doc' 'libcupt4-2-downloadmethod-curl' 'python3-astroml-addons' 'fusionforge-web' 'libprelude-lua' 'agda' 'ruby-fog-aws' 'mtp-tools' 'drascula-french' 'claws-mail-newmail-plugin' 'golang-github-mattn-go-sqlite3-dev' 'libqt5sensors5' 'lib64ubsan1-dbg-i386-cross' 'asc-data' 'python-pytest-pep8' 'git-man' 'goldendict-wordnet' 'php-nette' 'libopenlayer2v5' 'python-migrate-doc' 'node-buffer-shims' 'libcamlimages-ocaml' 'kamailio-xml-modules' 'gnome-shell-extension-dashtodock' 'libx32objc-5-dev-i386-cross' 'python3-pyside.qtsvg' 'jpegoptim' 'libkpmcore7' 'liblinear-dev' 'atril' 'liblrmd-dev' 'python-networking-hyperv' 'libnl-utils' 'aodh-common' 'libgoocanvas-2.0-9' 'python3-jwt' 'ttf-jsmath' 'python-pytestqt-doc' 'linux-buildinfo-4.15.0-1035-kvm' 'libpam-python' 'libxcomp3' 'yoshimi-data' 'tarantool-lts' 'libeio1' 'node-magic-string' 'gnome-shell-extension-taskbar' 'ukui-control-center' 'libfreerdp-gdi1.1' 'gdc-6-i686-linux-gnu' 'jupyter-sphinx-theme-doc' 'gfortran-6-powerpc64le-linux-gnu' 'pdns-tools' 'liblightdm-qt5-3-dev' 'node-buffer-xor' 'lib32stdc++-7-dev-x32-cross' 'libssm-dev' 'fp-units-multimedia' 'hexbox' 'gnome-sudoku' 'golang-github-mattn-go-colorable-dev' 'python3-xapian' 'ruby-omniauth-wordpress' 'osinfo-db-tools' 'linux-modules-4.15.0-1038-oem' 'maliit-inputcontext-qt4' 'scamper' 'libgwenhywfar60' 'dpm-copy-server-mysql' 'libdancer-plugin-database-perl' 'libapacheds-java' 'libcatalyst-log-log4perl-perl' 'libhtml-gentoc-perl' 'chromium-chromedriver' 'python-openvswitch' 'vim-editorconfig' 'golang-github-graylog2-go-gelf-dev' 'libobexftp0-dev' 'libclaw-graphic1v5' 'libglobus-gass-transfer-doc' 'ruby-redis-activesupport' 'libipt1' 'ginac-tools' 'isrcsubmit' 'libpdal-dev' 'open-infrastructure-package-tracker' 'rt4-extension-smsnotify' 'mirtest-dev' 'python-textile' 'postgresql-10-pgfincore' 'golang-github-ryanuber-columnize-dev' 't-coffee' 'linux-cloud-tools-4.15.0-45-generic' 'libnet-hotline-perl' 'g++-7-powerpc64-linux-gnu' 'xserver-xorg-input-wacom-hwe-18.04' 'network-manager-fortisslvpn' 'gnome-video-arcade' 'libghc-test-framework-th-prime-prof' 'pyscrabble-server' 'python-fastimport' 'libcastor-xml-schema-java' 'nftables' 'libglobus-gridmap-callout-error0' 'node-cli-table' 'konquest' 'golang-github-oschwald-maxminddb-golang-dev' 'bit-babbler-dbg' 'libnetty-tcnative-1.1-java' 'libspring-expression-java' 'libjs-flotr' 'libgo9-sparc64-cross' 'galera-3-dbg' 'gtk2.0-examples' 'libgfortran-8-dev-ppc64el-cross' 'libgnatcoll-python16.1.0-dev' 'libxml-validate-perl' 'liblinboxsage-1.4.2-0' 'astro-java' 'linux-headers-4.15.0-29-lowlatency' 'python-jsonpatch' 'print-manager' 'ruby-buff-config' 'libmrpt-graphslam1.5' 'libpdflib804-2-gfortran' 'ubiquity' 'python3-stestr' 'ruby-rack-attack' 'libdwarf-freebsd-dev' 'frei0r-plugins-doc' 'r-cran-shinyjs' 'pcp-gui' 'libjavaparser-java' 'libghc-hxt-relaxng-prof' 'libswami-dev' 'php-horde-auth' 'g++-8-multilib-mips-linux-gnu' 'asc-music' 'syslog-ng-mod-kafka' 'librime-data-luna-pinyin' 'gfortran-6-s390x-linux-gnu' 'node-pkg-dir' 'libghc-attoparsec-dev' 'php-twig-doc' 'libode6' 'libdtools-ocaml-dev' 'libgfortran3-sh4-cross' 'ibus-table-scj6' 'apitrace-tracers' 'live-wrapper' 'libpaq-dev' 'libtext-vfile-asdata-perl' 'libwinpr-timezone0.1' 'linux-headers-4.18.0-1011-gcp' 'linux-cloud-tools-4.15.0-66-generic' 'node-languages4translatewiki' 'python-parsley' 'python3-ruamel.yaml' 'ip2host' 'libhttrack2' 'umview-mod-umdevtap' 'libqtdbusmock1' 'libjemmy2-java-doc' 'libtumbler-1-0' 'python-django-treebeard' 'libfishsound1-dbg' 'python-cherrypy' 'linux-modules-4.15.0-1018-gcp' 'cacti-spine' 'buildnotify' 'libshiboken-dev' 'ooo-thumbnailer' 'gobjc++-7-mips-linux-gnu' 'serdi' 'python-ipywidgets-doc' 'node-package' 'ratmenu' 'gimp-dds' 'libargon2-0-dev' 'pkg-perl-autopkgtest' 'python-docker' 'libitpp8v5-dbg' 'libmpfi-dev' 'android-libnativebridge-dev' 'linux-image-4.15.0-1027-aws' 'libmonitoring-icinga2-client-rest-perl' 'fonts-umeplus' 'libacsccid1' 'libsparskit2.0' 'libghc-hdbc-dev' 'node-grunt-babel' 'php-symfony-expression-language' 'linux-headers-4.15.0-33-lowlatency' 'big-cursor' 'libavalon-framework-java-doc' 'usermode' 'fp-units-gtk2' 'libghc-geniplate-mirror-doc' 'python-zmq' 'libsnapd-qt-dev' 'libghc-regexpr-doc' 'libx32stdc++6-amd64-cross' 'qtcharts5-examples' 'python-django-fsm-admin' 'minetest-mod-mobf' 'libghc-unliftio-core-doc' 'kodi-pvr-nextpvr' 'libskk0' 'python-satellites' 'libxml-struct-perl' 'gcc-7-sh4-linux-gnu' 'budgie-countdown-applet' 'trigger-rally' 'librte-cryptodev17.11' 'ruby-rspec-retry' 'php-horde-content' 'libmoosex-role-parameterized-perl' 'hp48cc' 'libtoml-perl' 'spek' 'jgit-cli' 'node-has-value' 'liblxqt-globalkeys-ui0' 'linux-headers-5.0.0-1020-gke' 'libaprutil1' 'libdoodle-dev' 'python3-zope.configuration' 'libstdc++6-6-dbg-powerpc-cross' 'swh-lv2' 'cuneiform' 'libengine-gost-openssl1.1' 'linux-kvm-tools-4.15.0-1008' 'unrar-free' 'libcsnd6-6.0v5' 'libhavege1-dbg' 'libkf5attica-dev' 'numptyphysics' 'pinyin-database' 'spew' 'gir1.2-rest-0.7' 'aseba' 'rinetd' 'gnat-6-sjlj-powerpc-linux-gnu' 'ironic-inspector' 'ruby-factory-girl-rails' 'libvtk6-dev' 'liblinux-acl-perl' 'libqt4-declarative-gestures' 'gigolo' 'libipx2' 'flycheck-doc' 'libgeos-c1v5' 'evqueue-agent' 'stressapptest' 'libipmidetect0' 'python3-ruffus' 'libsmali-1-java' 'fflas-ffpack-dev-doc' 'r-cran-testthat' 'xsysinfo' 'libvlccore-dev' 'lib32atomic1-dbg-amd64-cross' 'resiprocate-turn-server' 'libotbgdaladapters-6.4-1' 'libxine2-x' 'bit-babbler' 'gnome-packagekit-session' 'gdc-7-multilib-powerpc-linux-gnu' 'xflr5' 'libcpptest0' 'unace' 'linux-kvm-tools-4.15.0-1010' 'linux-kvm-tools-4.15.0-1011' 'python-virtkey' 'python3-cliapp' 'kamailio-sqlite-modules' 'linux-kvm-tools-4.15.0-1012' 'mail-stack-delivery' 'g++-8-arm-linux-gnueabihf' 'libaudclient-dev' 'python-esmre' 'python-acme-doc' 'linux-kvm-tools-4.15.0-1016' 'ibus-table-easy' 'libx32ubsan0-dbg' 'linux-kvm-tools-4.15.0-1017' 'linux-cloud-tools-5.3.0-1008-azure' 'asn1c-doc' 'gfortran-7-alpha-linux-gnu' 'linux-kvm-tools-4.15.0-1019' 'libolm-dev' 'libtrilinos-epetra12' 'gdc-5-multilib-mips-linux-gnu' 'ardour-data' 'golang-github-pkg-profile-dev' 'python-flaskext.wtf' 'python3-twitter' 'inetutils-telnetd' 'xfce4-cpugraph-plugin' 'gcc-m68hc1x' 'libstdc++-5-dev-mips64-cross' 'efl-dbg' 'libn32atomic1-mips64el-cross' 'libjs-jstimezonedetect' 'libgnat-6-s390x-cross' 'python3-pil-dbg' 'libjackson2-databind-java' 'linux-buildinfo-4.15.0-1039-oem' 'google-android-platform-9-installer' 'liboglappth-dev' 'libelf-dev' 'libt4k-common0-dev' 'libtrilinos-stratimikos-dev' 'libeclipse-ui-java' 'gdc-powerpc-linux-gnuspe' 'gcc-7-s390x-linux-gnu' 'puppet-module-horizon' 'libsm6-dbg' 'libportsmf-dev' 'libopenjpa-java' 'libc6-arm64-cross' 'loki' 'libdevel-callparser-perl' 'linux-kvm-tools-4.15.0-1020' 'libstdc++6-6-dbg-ppc64el-cross' 'unadf' 'linux-kvm-tools-4.15.0-1021' 'tre-agrep' 'pike7.8-svg' 'linux-kvm-tools-4.15.0-1023' 'gpsim-dev' 'linux-kvm-tools-4.15.0-1025' 'libpoe-component-server-soap-perl' 'libopenconnect-dev' 'linux-kvm-tools-4.15.0-1026' 'linux-kvm-tools-4.15.0-1027' 'libembperl-perl' 'linux-kvm-tools-4.15.0-1028' 'linux-kvm-tools-4.15.0-1029' 'libpresage1-dbg' 'cockpit-storaged' 'libfishsound1-dev' 'fonts-tlwg-typewriter-ttf' 'xdeview' 'python-lazr.batchnavigator' 'heroes' 'cauchy-dev' 'libreadline-gplv2-dev' 'linux-image-unsigned-5.0.0-1013-gcp' 'pacemaker-resource-agents' 'whois' 'xmms2-plugin-gvfs' 'vlogger' 'libminify-maven-plugin-java' 'libtest-inter-perl' 'dacs' 'ecere-samples' 'linux-tools-4.15.0-1012-azure' 'dact' 'python-clang-7' 'liquidsoap-mode' 'libkf5akonadisearch-data' 'libdtkwm-dev' 'isdnutils-doc' 'python-clang-8' 'python-clang-9' 'libstdc++-6-pic-hppa-cross' 'lib32gomp1-dbg-mips64el-cross' 'erlang-base' 'libidzebra-2.0-mod-alvis' 'libsfgomp1-armhf-cross' 'linux-kvm-tools-4.15.0-1030' 'python-sigmask' 'linux-kvm-tools-4.15.0-1031' 'g++-8-multilib-arm-linux-gnueabihf' 'linux-kvm-tools-4.15.0-1032' 'mjpegtools' 'python3-xlib' 'linux-kvm-tools-4.15.0-1034' 'python-brian-doc' 'linux-kvm-tools-4.15.0-1035' 'libcairo-5c0' 'linux-kvm-tools-4.15.0-1036' 'linux-kvm-tools-4.15.0-1038' 'rarian-compat' 'libnumber-compare-perl' 'linux-kvm-tools-4.15.0-1039' 'python3-xstatic-spin' 'notify-osd-icons' 'libxfce4panel-2.0-4' 'mediawiki2latex' 'coinor-libosi-dev' 'gcc-8-powerpc-linux-gnu' 'libcluttergesture-0.0.2-0' 'golang-github-cenk-hub-dev' 'libeasymock-java' 'liblog4cpp-doc' 'aribas' 'python3-colorlog' 'libfile-remove-perl' 'libfile-desktopentry-perl' 'gnome-mime-data' 'libmodule-install-rtx-perl' 'libffcall1-dev' 'python-presage' 'python3-isc-dhcp-leases' 'libdecoration0' 'gkrellm-cpufreq' 'libdata-ical-perl' 'python3-canonicaljson' 'python3-flask-mongoengine' 'mafft' 'linux-kvm-tools-4.15.0-1042' 'gfxboot-themes' 'libchamplain-gtk-0.12-dev' 'linux-kvm-tools-4.15.0-1043' 'mcollective-plugins-centralrpclog' 'spim' 'node-mousetrap' 'linux-kvm-tools-4.15.0-1044' 'spin' 'linux-kvm-tools-4.15.0-1046' 'spip' 'qrouter' 'linux-kvm-tools-4.15.0-1047' 'argyll-ref' 'linux-kvm-tools-4.15.0-1048' 'python-leveldb' 'check-mk-server' 'libhtmlunit-java' 'python-openid-cla' 'python-django-paintstore' 'linux-generic-hwe-16.04-edge' 'cpp-5-powerpc64le-linux-gnu' 'cdparanoia' 'libsdl-stretch-dev' 'ruby-nprogress-rails' 'baresip' 'python-pylibacl-doc' 'libclaw-dynamic-library1v5' 'rxvt-unicode-lite' 'dindel' 'asis-programs' 'python-opencv' 'golang-golang-x-crypto-dev' 'gpscorrelate' 'libgraphviz-perl' 'python-mongoengine-doc' 'libjson-perl' 'libstatistics-r-perl' 'felix-main' 'libboost-thread-dev' 'ruby-algebrick' 's3d-data' 'sketch-doc' 'libfl2' 'libc6-mipsn32-mips-cross' 'librw-dev' 'libnotify-dev' 'percona-xtradb-cluster-source-5.7' 'yapf3' 'gcc-8-alpha-linux-gnu' 'linux-kvm-tools-4.15.0-1050' 'linux-kvm-tools-4.15.0-1051' 'yorick-cubeview' 'libfolks-eds-dev' 'linux-kvm-tools-4.15.0-1052' 'linux-kvm-tools-4.15.0-1053' 'unagi' 'libpam-abl' 'libasan4-i386-cross' 'python-oslo.vmware-doc' 'libnet-nessus-xmlrpc-perl' 'fonts-samyak-deva' 'libsdl2-image-dev' 'flowgrind' 'python-zsi' 'libbrotli1' 'node-lodash-packages' 'libcairo2-dev' 'cronolog' 'libfoma0' 'libtimblserver4' 'librte-pmd-af-packet17.11' 'libghc-persistent-template-prof' 'python-pyorbital' 'libtimblserver4-dev' 'ruby-coffee-rails' 'itamae' 'linux-tools-4.15.0-1065-oem' 'xmms2' 'libmysqlclient-dev' 'python-pep8-naming' 'libu2f-host0' 'libqjdns-qt5-dbg' 'linux-image-5.0.0-1017-gke' 'doublecmd-gtk' 'libmono-system-io-compression4.0-cil' 'yapet' 'libfm4' 'xmlbeans' 'postgis-gui' 'liblimereg-dev' 'iipimage-server' 'python3-taskw' 'gfortran-8-powerpc-linux-gnuspe' 'sahara-engine' 'emscripten-doc' 'linux-image-4.15.0-88-lowlatency' 'libsystemd0' 'r-cran-rjava' 'linux-headers-4.15.0-54-generic' 'ukui-media' 'cdi2iso' 'flashproxy-client' 'gir1.2-edataserverui-1.2' 'libvulkan-dev' 'liburi-title-perl' 'libeclipse-osgi-util-java' 'liburweb0' 'blimps-utils' 'libghc-nanospec-prof' 'python-pudb' 'golang-github-bep-inflect-dev' 'psychtoolbox-3-dbg' 'libxml-sax-perl' 'libsimbody3.5v5-dbg' 'pike7.8-pcre' 'python3-xhtml2pdf' 'ruby-prawn-doc' 'liblightdm-gobject-1-dev' 'linux-buildinfo-5.0.0-15-generic' 'libpugixml1v5' 'gfortran-5-multilib-powerpc64-linux-gnu' 'wmhdplop' 'python-pyevolve' 'libcrypt-eksblowfish-perl' 'libjericho-html-java' 'linux-buildinfo-4.15.0-74-lowlatency' 'procmeter3' 'libsfasan4-armhf-cross' 'python3-flask-socketio' 'lirc-doc' 'libghc-tar-dev' 'python3-pytest-xdist' 'libtie-hash-expire-perl' 'r-cran-adephylo' 'libstdc++-5-dev-mips-cross' 'entr' 'kbdd' 'libgweather-3-15' 'node-electron-to-chromium' 'linux-cloud-tools-5.0.0-1023-azure' 'env2' 'libmultidimensional-perl' 'cimg-examples' 'tryton-modules-sale-credit-limit' 'pidcat' 'python-gdbm-dbg' 'gearhead2-data' 'libtest-needsdisplay-perl' 'libghc-annotated-wl-pprint-dev' 'golang-github-robfig-pathtree-dev' 'shotwell-common' 'bio-eagle-examples' 'superkb' 'ruby-ntlm' 'r-cran-dosefinding' 'radosgw' 'libghc-attoparsec-doc' 'language-pack-gnome-oc-base' 'node-err-code' 'libghc-oeis-prof' 'happycoders-libsocket' 'sat-xmpp-core' 'libn32stdc++-5-dev-mips64-cross' 'therion' 'libgtk2-unique-perl' 'berusky-data' 'libfm-modules' 'langdrill' 'ruby-actionpack-xml-parser' 'libxmlrpc3-common-java' 'radium-compressor' 'peace-theme' 'gccgo-8-i686-linux-gnu' 'libgeographic-dev' 'ubuntukylin-wallpapers-trusty' 'libtrilinos-ml12' 'python3-behave' 'libmath-gmp-perl' 'enum' 'festvox-rablpc16k' 'fenics' 'python3-netaddr' 'libghc-reform-hsp-dev' 'pki-kra' 'ruby-uuid' 'xfwm4-dbg' 'python-opengl' 'python-opengm' 'libjs-handlebars' 'rstatd' 'python-plumbum' 'lib64objc-7-dev-mips-cross' 'falselogin' 'libnvtt2' 'libaria-demo' 'lua-bit32' 'octomap-tools' 'libgnat-8-dbg-mips64el-cross' 'python3-feedgenerator' 'lib64go9-dbg-i386-cross' 'exim4-doc-info' 'linux-modules-nvidia-418-oracle-edge' 'libmpfi-doc' 'libjcip-annotations-java' 'libgnatprj5-dev-i386-cross' 'splint-doc-html' 'rsyslog-doc' 'libghc-hdbc-doc' 'wesnoth-1.12-aoi' 'libipc-run-safehandles-perl' 'asciidoctor' 'python-dictobj' 'herold' 'homebank-data' 'apertium-spa-arg' 'libotbvectordatabase-6.4-1' 'libdata-treedumper-renderer-dhtml-perl' 'grass-gui' 'libfm-extra4' 'libhtml-element-library-perl' 'clang-7-examples' 'libgo13-dbg-mips64-cross' 'hol-light' 'mac-robber' 'libmtdev-dev' 'linux-headers-4.15.0-1023-aws' 'gcc-7-mipsel-linux-gnu' 'fteqcc' 'kadu-mime-tex' 'libqjdns-qt5-dev' 'linux-modules-extra-4.15.0-76-generic' 'irstlm' 'lazarus-doc-1.8' 'libosinfo-1.0-0' 'nordugrid-arc-datadelivery-service' 'libjs-xmlextras' 'language-pack-gnome-lt-base' 'spades' 'libjs-chartjs' 'libiso9660-dev' 'python3-fontconfig' 'libdata-javascript-anon-perl' 'ruby-rails-assets-markdown-it-sub' 'osgearth' 'linux-buildinfo-5.0.0-1026-gcp' 'fl-cow' 'node-macaddress' 'libc6-mips32-mipsn32r6el-cross' 'libcpdb-libs-frontend-dev' 'ino-headers' 'python-bson' 'fcitx-unikey' 'python-staticconf' 'libhtml-popuptreeselect-perl' 'python-openid' 'golang-github-dcso-bloom-dev' 'libkpgp4' 'ruby-rails-assets-markdown-it-sup' 'linux-image-unsigned-5.0.0-1013-gke' 'libgnat-8-dbg-i386-cross' 'rovclock' 'libcommons-jexl-java' 'amqp-tools' 'gimp-plugin-registry' 'golang-gopkg-olivere-elastic.v3-dev' 'archipel-agent-vmparking' 'gdc-6-multilib-mips64-linux-gnuabi64' 'python3-pymca5' 'twinkle' 'electric' 'ikiwiki-hosting-dns' 'python3-boltons' 'python-pyxenstore' 'unalz' 'libqtscript4-phonon' 'lib64mpx0-i386-cross' 'expeyes-doc-en' 'libcmis-0.5-5v5' 'libmockito-java-doc' 'libopencsg1' 'libcitadel-dev' 'lib32asan4-dbg-amd64-cross' 'svxlink-gpio' 'python-flufl.bounce-doc' 'rev-plugins' 'python3-django-ipware' 'kea-admin' 'eclipse-egit' 'roarplaylistd-dev' 'libreactive-streams-java' 'libtf2-sensor-msgs-dev' 'orthanc-webviewer' 'node-webpack-sources' 'agtl' 'mono-profiler' 'golang-github-docker-engine-api-dev' 'libbaloocore4' 'libio-async-perl' 'tryton-modules-production-work' 'libfrontier-rpc-perl' 'python-dnspython' 'libpulsedsp' 'guessnet' 'libxcb-render-util0-dev' 'gpsim-doc' 'python-aff4' 'libqt5opengl5-dev' 'libkf5peoplebackend5' 'libqtexengine-dev' 'libfindbugs-ant-java' 'ruby-net-telnet' 'linux-image-unsigned-5.3.0-23-generic' 'snapd-xdg-open' 'libboost-timer1.62-dev' 'gcc-7-powerpc64-linux-gnu-base' 'python3-requests-kerberos' 'libktpwidgets9' 'tweak' 'libaccounts-qt5-dev' 'installation-guide-s390x' 'expeyes-doc-fr' 'libreoffice-l10n-nso' 'jbigkit-bin' 'lxappearance-obconf-dbg' 'linux-image-5.0.0-1018-azure' 'libfs6' 'libuhttpmock-dev' 'engrampa-common' 'gir1.2-peony-2.0' 'abe' 'libobjc-7-dev-armhf-cross' 'python3-xlrd' 'python-flask-migrate' 'libmousex-configfromfile-perl' 'glib-networking' 'xemacs21-supportel' 'postgresql-10-prioritize' 'libghc-happstack-jmacro-prof' 'linux-modules-nvidia-390-4.15.0-65-lowlatency' 'lout' 'libwriter2latex-java' 'python-yappy-doc' 'solid-pop3d' 'mplayer-doc' 'libindicator7' 'fonts-telu-extra' 'libngraph0' 'libnmz7-dev' 'node-parse-ms' 'libgtk-3-common' 'node-babel-plugin-transform-object-rest-spread' 'libghc-hackage-security-dev' 'libequinox-weaving-caching-java' 'libdbus1.0-cil-dev' 'uranium-plugins' 'g++-7-mips64-linux-gnuabi64' 'codespell' 'gnuplot-qt' 'erlang-p1-sqlite3' 'abx' 'libsyncevo-dbus0' 'libclucene-contribs1v5' 'python-intervaltree-bio' 'libpsl-dev' 'love' 'fdclock' 'coinor-libosi-doc' 'libpar-packer-perl' 'gitmagic' 'libvc-dev' 'mothur-mpi' 'libbot-training-perl' 'libgnuradio-vocoder3.7.11' 'libatomic1-dbg-ppc64-cross' 'libnetsds-util-perl' 'ace' 'python-flufl.password-doc' 'g++-multilib-mips64el-linux-gnuabi64' 'node-public-encrypt' 'ack' 'qtcurve' 'acl' 'junior-games-net' 'linux-tools-5.3.0-24-lowlatency' 'acm' 'pluxml' 'python3-jsbeautifier' 'libsfcilkrts5-armhf-cross' 'libretro-gambatte' 'acr' 'mailfilter' 'g++-s390x-linux-gnu' 'libghc-regex-applicative-text-prof' 'cernlib' 'tcl-funtools' 'mono-reference-assemblies-4.0' 'python3-memcache' 'yorick-ml4' 'gjiten' 'hyphen-en-ca' 'ruby-all-dev' 'linux-image-4.18.0-1009-gcp' 'libgsecuredelete0' 'enfuse' 'python-plastex' 'docbook-xsl-ns' 'glirc' 'adb' 'tickr' 'python3-construct.legacy' 'libipc-pubsub-perl' 'libghc-zxcvbn-c-dev' 'kwalletcli' 'doublecmd-qt' 'kamailio-mongodb-modules' 'node-moment' 'libkf5dbusaddons5' 'python-django-classy-tags-doc' 'libnotify-doc' 'python-zope.site' 'libgcc-8-dev-sh4-cross' 'efl-doc' 'libghc-getopt-generics-dev' 'spice-client-glib-usb-acl-helper' 'ruby-octokit' 'fb-music-high' 'coinor-libdylp0-dbg' 'picon-usenix' 'libdevel-gdb-perl' 'python-pbcore-doc' 'linux-image-4.15.0-36-lowlatency' 'noiz2sa' 'numba-doc' 'libxbase64-dev' 'soapyremote-server' 'lib32stdc++-7-dev-amd64-cross' 'libcairo2-doc' 'libxcb-util0-dev' 's3270' 'geany-plugin-insertnum' 'libarchive-zip-perl' 'limnoria' 'linux-image-4.15.0-1063-oem' 'python3-dbfread' 'golang-github-codegangsta-negroni-dev' 'astro-publication' 'libarchive-cpio-perl' 'python-pulp' 'libcpluff0-dev' 'sptk' 'python-iso3166' 'libgnatvsn5-dbg-m68k-cross' 'gnome-shell-extension-weather' 'libmapserver-dbg' 'gccgo-6-arm-linux-gnueabi' 'xournal' 'dvorak7min' 'r-cran-ggvis' 'docbook-html-forms' 'psensor-common' 'python3-meshio' 'rdp-classifier-doc' 'davix' 'libghc-rvar-prof' 'ruby-letter-opener' 'libghc-connection-dev' 'base-passwd' 'universalindentgui' 'python3-dialog' 'libghc-snap-core-prof' 'lib64asan4-dbg-x32-cross' 'node-array-unique' 'gstreamer1.0-tools' 'islamic-menus' 'libmeschach-dev' 'libnetcdf-cxx-legacy-dbg' 'linux-modules-4.15.0-1028-kvm' 'linux-buildinfo-4.15.0-62-generic' 'lib32gfortran4-x32-cross' 'libdatetime-format-pg-perl' 'libunwind-dev' 'tuxcmd-modules' 'linux-modules-4.18.0-17-generic' 'libbindex-java' 'tokyocabinet-doc' 'pynslcd' 'libopencv-shape-dev' 'fonts-smc' 'libinput-pad-dev' 'libgranite4' 'libcrypto++6' 'libghc-generic-deriving-prof' 'libmoox-struct-perl' 'grabserial' 'xfonts-cronyx-koi8r-misc' 'zathura' 'python-bzrlib.tests' 'kimwitu' 'python3-pylxd' 'adanaxisgpl' 'espeak-data' 'linux-image-unsigned-4.15.0-1017-oracle' 'oaklisp-doc' 'libalut-dev' 'libx32quadmath0' 'libanyevent-i3-perl' 'linux-tools-4.15.0-64-lowlatency' 'python-zope.app.form' 'libobjc-7-dev-riscv64-cross' 'linux-modules-extra-5.0.0-1021-aws' 'python3-mechanicalsoup' 'monsterz' 'liblightdm-gobject-1-doc' 'linux-tools-4.15.0-1045-gke' 'linux-image-5.0.0-1009-oracle' 'rasmol-doc' 'ffmpegthumbs' 'modplug-tools' 'libcommons-vfs-java-doc' 'libstdc++-8-dev-alpha-cross' 'libgda-5.0-dev' 'afl' 'r-cran-crayon' 'findimagedupes' 'libghc-tar-doc' 'libqdox2-java-doc' 'libktoblzcheck1-dev' 'aft' 'udhcpc' 'apt-transport-tor' 'udhcpd' 'solr-tomcat' 'xserver-xorg-video-nvidia-418' 'clang-4.0' 'libghc-annotated-wl-pprint-doc' 'artikulate' 'libinotify-ocaml' 'libghc-gnutls-prof' 'yard-doc' 'python-parameterized' 'eclipse-wtp-ws' 'python-keystoneclient' 'linux-modules-4.15.0-58-lowlatency' 'libnet-appliance-session-perl' 'lib32gcc-8-dev-mips64-cross' 'infinoted' 'libsolvext0' 'libcudart9.1' 'python3-django-imagekit' 'python-pycassa' 'linux-image-5.0.0-36-generic' 'hhvm' 'ruby-kaminari' 'node-y18n' 'libatfs1' 'libfile-sync-perl' 'kelbt' 'linux-buildinfo-5.0.0-1026-gke' 'geany-plugin-doc' 'libclass-load-perl' 'python3.6-venv' 'python3-django-macaddress' 'ruby-redis' 'libghc-reform-hsp-doc' 'libipt-dev' 'onboard' 'libfelix-shell-java-doc' 'unixodbc' 'lib32gphobos68' 'libgnatvsn5-m68k-cross' 'linux-modules-5.0.0-1040-oem-osp1' 'mistral-executor' 'linux-image-unsigned-4.15.0-1017-oem' 'hyphen-en-gb' 'libnvidia-gl-418' 'libncarg-dev' 'wine32-preloader' 'node-parallel-transform' 'tesseract-ocr-script-sinh' 'aha' 'libotbvectordataio-6.4-1' 'linux-modules-nvidia-390-5.3.0-40-lowlatency' 'g++-mipsel-linux-gnu' 'undertaker' 'tesseract-ocr-script-hang' 'google-android-platform-11-installer' 'rhinote' 'laptop-detect' 'lib32go7-dbg-x32-cross' 'muon-discover' 'golang-github-cloudflare-cfssl-dev' 'sd2odf' 'speakup-doc' 'dash' 'libmono-system-ldap4.0-cil' 'sssd-ldap' 'node-request' 'python-requests-file' 'yapra' 'python-pecan-doc' 'libraw16' 'tesseract-ocr-script-hans' 'xserver-xorg-video-nvidia-430' 'tesseract-ocr-script-hant' 'binutils-i686-kfreebsd-gnu' 'lib32gphobos71' 'libghc-hsyslog-dev' 'libatomic1-sparc64-cross' 'python3-waiting' 'libmapserver-dev' 'petsc-dev' 'squeak-plugins-scratch-dbg' 'xserver-xorg-video-nvidia-435' 'libetonyek-dev' 'fusedav' 'lib32gphobos76' 'monodoc-mysql-manual' 'libmoosex-types-datetime-morecoercions-perl' 'nettoe' 'bitlbee-libpurple' 'libbio-mage-utils-perl' 'xsane' 'gertty' 'innoextract' 'libquadmath0-dbg-ppc64el-cross' 'linux-modules-4.15.0-62-lowlatency' 'ngrep' 'oss4-dev' 'dict-freedict-lat-deu' 'gcc-6-alpha-linux-gnu-base' 'libnetcdf-cxx-legacy-dev' 'seafile-cli' 'node-yauzl' 'libmemkind-progs' 'syslog-ng-mod-lua' 'xdg-user-dirs' 'libghc-blaze-html-prof' 'ruby-httpclient' 'libghc-word8-dev' 'python3-vcversioner' 'libsvn-java' 'python3-msgpack' 'ruby-bcrypt-pbkdf' 'lib32stdc++6-7-dbg-mips64-cross' 'python3-backports.tempfile' 'libgsasl7-dev' 'linux-tools-4.15.0-1006-oem' 'bugz' 'nauty-doc' 'libgaminggear-common' 'libghc-sdl-mixer-prof' 'pike7.8-core' 'dh-modaliases' 'zlib-gst' 'trac-bitten' 'libclthreads-dev' 'gfortran-6-multilib-x86-64-linux-gnux32' 'python-empy' 'linux-tools-4.15.0-1033-aws' 'libgstrtspserver-1.0-0-dbg' 'liblwp-authen-wsse-perl' 'sdlbrt' 'python-otherstuf' 'libftdipp1-3' 'libnvidia-gl-430' 'php-horde-passwd' 'vim-vimerl-syntax' 'python-colorspacious' 'libnvidia-gl-435' 'libantlr4-runtime-java' 'libglobus-authz-callout-error-dev' 'mp3info-gtk' 'clang-3.9-doc' 'libhttp-negotiate-perl' 'node-amdefine' 'pybridge-server' 'libsegment-java' 'msort' 'r-cran-httpcode' 'libqtassistantclient-dev' 'openvas' 'ruby-forwardable-extended' 'bamtools' 'libmoox-buildargs-perl' 'ssh-askpass-fullscreen' 'python3-pyqt4.qtopengl' 'libmodule-install-doap-perl' 'libxcb-doc' 'libphonon4qt5experimental-dev' 'r-cran-wikitaxa' 'lib64go13-x32-cross' 'taskcoach' 'ttf-radisnoir' 'mgltools-support' 'libphonenumber7-java' 'python-svgwrite' 'ruby-spreadsheet' 'lib64gfortran4-mipsel-cross' 'python-zope.size' 'libibdm1' 'gcc-6-multilib-mips64el-linux-gnuabi64' 'python-jupyter-core-doc' 'fancontrol' 'pg-backup-ctl' 'liblogforwarderutils2-dev' 'ruby-browser' 'libpcp-pmda-perl' 'linux-buildinfo-5.0.0-1014-aws' 'libdist-zilla-plugin-test-perl-critic-perl' 'dput-ng-doc' 'festlex-cmu' 'okular-extra-backends' 'pike7.8-dnssd' 'python-purl' 'libmilter1.0.1' 'linux-buildinfo-4.15.0-1029-kvm' 'libnet-ntp-perl' 'node-commondir' 'linux-tools-4.18.0-20-generic' 'ruby-guestfs' 'dns-flood-detector' 'flatzinc' 'gccgo-5-arm-linux-gnueabihf' 'wotsap' 'libcppunit-1.14-0' 'ubuntu-mate-wallpapers-common' 'createfp' 'libnova-dev' 'python3-taglib' 'libgnat-8-i386-cross' 'libcommons-dbcp-java-doc' 'libgamin0' 'libjcommon-java-doc' 'libktpmodels9' 'libdistorm3-dev' 'gcc-7-powerpc-linux-gnuspe-base' 'grub-common' 'node-json-stable-stringify' 'libn32objc4-dbg-mips64-cross' 'linux-libc-dev-mips64r6-cross' 'linux-image-5.0.0-1025-oem-osp1' 'dctrl2xml' 'munipack-core' 'smalt-examples' 'kdelibs5-plugins' 'linux-image-generic-hwe-16.04' 'libpoe-component-client-ping-perl' 'swig3.0-examples' 'libkf5bluezqt-dev' 'libspring-instrument-java' 'gperiodic' 'libc6-dev-powerpc-cross' 'cpl-plugin-uves' 'libjs-typeahead.js' 'kopano-webapp-nginx' 'libghc-hunit-prof' 'libghc-hackage-security-doc' 'libfelix-gogo-command-java' 'libauth-yubikey-webclient-perl' 'emacs25-dbg' 'r-cran-mnormt' 'libgfortran-5-dev-ppc64-cross' 'liblog4net-cil-dev' 'libaribb24-dev' 'xmms2-plugin-ices' 'libn32go7-dbg-mipsel-cross' 'ale' 'libtrilead-putty-extension-java' 'prayer-accountd' 'linux-image-generic' 'libslingshot-clojure' 'libncarg0' 'dawg' 'liblastfm5-1' 'librecode-dev' 'amqp-specs' 'libpciaccess0' 'python-sqlalchemy-utils' 'python-requests' 'nicovideo-dl' 'r-cran-rjsonio' 'libpocketsphinx3' 'libacexml-6.4.5' 'geany-plugin-lineoperations' 'libequinox-http-registry-java' 'obconf-qt' 'libjsonrpccpp-server0' 'node-babel-plugin-transform-define' 'lib64gcc1' 'libbsd-arc4random-perl' 'libmoosex-declare-perl' 'libubsan1-dbg' 'fonts-tlwg-typist' 'docdiff' 'php7.1-mapi' 'python-pyexiv2-doc' 'gobjc-6-multilib' 'nvidia-opencl-icd-340-updates' 'libreoffice-officebean' 'albatross-gtk-theme' 'libgfortran-8-dev-arm64-cross' 'python3-colormap' 'khotkeys-dev' 'libmail-message-perl' 'xfonts-kapl' 'ibus-table-ipa-x-sampa' 'libtest-mock-guard-perl' 'buku' 'libksba-mingw-w64-dev' 'linux-modules-extra-4.15.0-1042-gcp' 'libghc-echo-dev' 'gir1.2-gegl-0.3' 'libyaml-snake-java' 'ruby-prometheus-client-mmap' 'cmake-extras' 'libstemmer0d-dbg' 'libnice10' 'freeradius-redis' 'linux-modules-nvidia-390-5.0.0-1010-oracle' 'libjxgrabkey-jni' 'smb-nat' 'libpam-fprintd' 'libmodule-install-manifestskip-perl' 'python-solv' 'gccgo-8-mips-linux-gnu' 'node-asn1.js' 'dict-freedict-oci-cat' 'ams' 'drraw' 'libpdflib804-2-dev' 'libjs-twitter-bootstrap-datepicker' 'fonts-gargi' 'libghc-zxcvbn-c-doc' 'linux-headers-4.15.0-1029-gcp' 'libcgi-application-plugin-devpopup-perl' 'browser-plugin-freshplayer-libpdf' 'fdclone' 'flow-tools' 'libx32gphobos-7-dev-i386-cross' 'kea-dhcp4-server' 'linux-cloud-tools-4.15.0-74-lowlatency' 'libcilkrts5-i386-cross' 'libghc-hsx-jmacro-prof' 'libwcstools-dev' 'qapt-deb-installer' 'libc6-mipsn32-mips64r6el-cross' 'libpgm-5.2-0' 'linux-headers-4.18.0-1005-gcp' 'direwolf' 'python-zope.i18nmessageid' 'connect-proxy' 'libsyncevolution0' 'festvox-suopuhe-lj' 'libghc-getopt-generics-doc' 'libsptk-dev' 'backblaze-b2' 'libkf5itemmodels5' 'golang-go-flags-dev' 'libextutils-installpaths-perl' 'cython3' 'libirrlicht1.8' 'and' 'libbiosig1' 'python-glob2' 'stardict-common' 'python-dtcwt-doc' 'libkresources4' 'libxbase64-doc' 'libghc-netwire-dev' 'libproxy-dev' 'ruby-numru-misc' 'crafty-books-medtosmall' 'gfortran-5-multilib-sparc64-linux-gnu' 'libstdc++6-6-dbg-mipsel-cross' 'binutils-arm-none-eabi' 'gosa-plugin-dhcp' 'libgeo-google-mapobject-perl' 'blobwars-data' 'libmigemo1' 'lib32gfortran5-sparc64-cross' 'libx32stdc++-8-dev' 'ruby-handlebars-assets' 'banshee-extension-coverwallpaper' 'ant' 'python-bson-ext' 'linux-signed-image-oracle-lts-18.04' 'libebur128-1' 'gnat-7-sjlj-x86-64-linux-gnu' 'libjs-jquery-fixedtableheader' 'kerneltop' 'libgfortran3-dbg-mips-cross' 'r-cran-crul' 'linux-gcp-tools-4.15.0-1006' 'libghc-connection-doc' 'linux-gcp-tools-4.15.0-1008' 'scheme2c' 'libgnat-8-dbg-ppc64el-cross' 'linux-gcp-tools-4.15.0-1009' 'libcatalyst-model-dbi-perl' 'ruby-pundit' 'libmeanwhile-dev' 'polenum' 'libsignal-protocol-c2' 'autobahn-cpp-dev' 'r-bioc-biomformat' 'ubuntu-app-launch' 'libvisual-0.4-plugins' 'libjavascriptcoregtk-4.0-bin' 'libgdal-java' 'libhpdf-2.3.0' 'lizardfs-client' 'libnfc-pn53x-examples' 'r-cran-png' 'node-es6-iterator' 'itools' 'node-abab' 'vspline-dev' 'festvox-suopuhe-mv' 'libtypesafe-config-java-doc' 'libexpat1-dev' 'elpa-clojure-mode' 'libtrilinos-ifpack-dev' 'python3-sphinxcontrib.seqdiag' 'vdr-plugin-epgsearch' 'libfindlib-ocaml-dev' 'transfig' 'libosmo-netif-dev' 'libdjvulibre-dev' 'fonts-dancingscript' 'usrmerge' 'scheme48' 'linux-gcp-tools-4.15.0-1010' 'python3-os-api-ref' 'fonts-deva-extra' 'aclock.app' 'libxml++2.6-dev' 'linux-gcp-tools-4.15.0-1014' 'cl-hyperobject' 'libgda-5.0-doc' 'linux-gcp-tools-4.15.0-1015' 'libn32stdc++6-7-dbg-mips64el-cross' 'liblemon-utils' 'linux-gcp-tools-4.15.0-1017' 'debconf-utils' 'linux-gcp-tools-4.15.0-1018' 'linux-gcp-tools-4.15.0-1019' 'gcc-8-mips64el-linux-gnuabi64-base' 'libjffi-java' 'libopenshot14' 'libn32stdc++6-7-dbg-mips-cross' 'aspectj' 'ruby-celluloid-io' 'python3-pymad' 'libboost-wave1.62-dev' 'golang-gopkg-ini.v1-dev' 'libstdc++-7-dev-sparc64-cross' 'ruby-gollum-lib' 'libnet-ldapapi-perl' 'libtrilinos-optipack12' 'libgslcblas0' 'moodle' 'librime-data-bopomofo' 'apg' 'latencytop' 'linux-buildinfo-4.18.0-16-lowlatency' 'jacktrip' 'libcrmservice-dev' 'pgtap' 'libc6-x32-amd64-cross' 'libcgi-ssi-perl' 'tropic-theme' 'apt' 'linux-gcp-tools-4.15.0-1021' 'lib32gphobos76-x32-cross' 'gosa-plugin-ssh' 'multimedia-looping' 'elpa-gitconfig-mode' 'linux-gcp-tools-4.15.0-1023' 'linux-gcp-tools-4.15.0-1024' 'pxlib-dev' 'libclaw-tween-dev' 'linux-gcp-tools-4.15.0-1025' 'altree-examples' 'r-cran-rcolorbrewer' 'linux-gcp-tools-4.15.0-1026' 'linux-gcp-tools-4.15.0-1027' 'linux-gcp-tools-4.15.0-1028' 'python-happybase' 'libatomic1-dbg-mips-cross' 'linux-gcp-tools-4.15.0-1029' 'python-elixir' 'libkdeedu-data' 'golang-github-lunny-log-dev' 'libga2' 'libarchive-any-perl' 'monodoc-gtk3.0-manual' 'ruby-thor' 'samplv1' 'funkload' 'libdatetime-event-recurrence-perl' 'openclonk' 'libobjc4-i386-cross' 'golang-github-olekukonko-tablewriter-dev' 'libxcb-present0' 'libcrypt-ecb-perl' 'python-pymad-dbg' 'golang-golang-x-text-dev' 'node-boom' 're2c' 'gnat-5-powerpc64-linux-gnu' 'libxsettings-client0' 'pyro-gui' 'bzr-email' 'linuxbrew-wrapper' 'r-bioc-aroma.light' 'libx32gfortran5-i386-cross' 'libghc-th-extras-prof' 'python3-cookies' 'keybinder-3.0-doc' 'linux-image-5.0.0-1021-gcp' 'r-cran-maxlik' 'libcanberra-gtk3-dev' 'znc-perl' 'ruby-ice-cube' 'libgo9-powerpcspe-cross' 'git-extras' 'blueproximity' 'linux-gcp-tools-4.15.0-1030' 'rlplot' 'video-dvdrip-doc' 'supercollider-vim' 'linux-gcp-tools-4.15.0-1032' 'libmono-system-reactive-debugger2.2-cil' 'libreoffice-base' 'linux-gcp-tools-4.15.0-1033' 'python-dtcwt' 'addressmanager.app' 'linux-gcp-tools-4.15.0-1034' 'libstoken1' 'libxml-tidy-perl' 'linux-gcp-tools-4.15.0-1036' 'python-sqlite' 'linux-gcp-tools-4.15.0-1037' 'libshark-dev' 'libgtk-3-0' 'gnome-mousetrap' 'overgod' 'linux-image-unsigned-5.0.0-35-lowlatency' 'libghc-hsyslog-doc' 'pbgenomicconsensus' 'ara' 'pypy-dulwich' 'arb' 'arc' 'sahara-common' 'linux-cloud-tools-5.0.0-1029-azure' 'python3-libesedb' 'linux-buildinfo-4.18.0-20-lowlatency' 'scalapack-doc' 'sagcad' 'libabiword-3.0' 'arj' 'linux-image-4.15.0-1004-oem' 'ark' 'radare2' 'beanstalkd' 'node-glogg' 'node-everything.js' 'r-doc-info' 'mcollective-plugins-puppetca' 'q4wine' 'linux-image-4.15.0-1031-aws' 'cain-solvers' 'libghc-word8-doc' 'libvisp-tt-mi3.1' 'thunderbird-locale-cak' 'linux-gcp-tools-4.15.0-1040' 'chirashi' 'libfastjet0v5' 'libxmlada-dom4.6' 'libsuil-0-0' 'linux-gcp-tools-4.15.0-1042' 'multimedia-supercollider' 'python-libvhdi' 'linux-gcp-tools-4.15.0-1044' 'lib32gfortran3-dbg-s390x-cross' 'deluge' 'python-zope.app.error' 'libnative-platform-java' 'kde-config-whoopsie' 'python-pyldap' 'primus-libs' 'language-pack-kde-ar' 'asc' 'profnet-md' 'searchandrescue' 'ase' 'figlet' 'proxytrack' 'python3-liblnk' 'libtest-spec-perl' 'ash' 'libbfio-dev' 'libglobus-authz-callout-error-doc' 'ruby-buff-shell-out' 'ask' 'dh-kpatches' 'freeipa-common' 'python3-jenkins-job-builder' 'ruby-cheffish' 'libopenspecfun-dev' 'libcerf1-dbg' 'librime-data-cangjie5' 'node-requirejs' 'asp' 'libejml-java' 'libomp-7-dev' 'libvtk6.3-qt' 'ruby-memoist' 'libfreesrp0' 'libcos4-2-dbg' 'redmine' 'libexecs-embedded0' 'paredit-el' 'python3-glareclient' 'python-liblo' 'gxmessage' 'language-pack-kde-bg' 'z-push-backend-carddav' 'msr-tools' 'simplescreenrecorder' 'qtcreator-plugin-ubuntu' 'console-data' 'libsfst1-1.4' 'burn' 'vim-syntax-docker' 'burp' 'sat-xmpp-primitivus' 'gobjc++-m68k-linux-gnu' 'libgd3' 'libkf5kdegames7' 'libacl1' 'emacspeak' 'python-panko-doc' 'mycli' 'nexuiz-textures' 'qt3d-gltfsceneio-plugin' 'language-pack-kde-bs' 'linux-modules-extra-4.15.0-1019-azure' 'xtrkcad-common' 'libsaga-gdi-2.3.1' 'gobjc-7-mips64-linux-gnuabi64' 'igtf-policy-experimental' 'otf2bdf' 'libj2ssh-java' 'libwacom2-dbg' 'node-stream-splicer' 'python3-librtmp' 'singular-ui-emacs' 'language-pack-kde-ca' 'libcastor-anttasks-java' 'budgie-desktop-environment' 'ros-perception-dev' 'ruby-cfpropertylist' 'libtemplate-plugin-number-format-perl' 'python-sympy' 'python-qtawesome-doc' 'gcc-multilib-powerpc64-linux-gnu' 'libvisp-ar3.1' 'libmaven-shared-utils-java-doc' 'r-cran-psy' 'libqmobipocket-dev' 'libmono-i18n-other4.0-cil' 'kpartx' 'linux-modules-extra-4.15.0-1042-gke' 'gfortran-7-multilib-arm-linux-gnueabi' 'goobook' 'librelp-dev' 'freedink-dfarc' 'chemical-structures' 'linux-buildinfo-4.15.0-1043-oem' 'morsegen' 'sortsmill-tools' 'argonaut-common-fai' 'libsrtp2-1' 'python-affine' 'libjs-jquery-mobile' 'libproc-daemon-perl' 'language-pack-kde-cs' 'libghc-postgresql-simple-prof' 'libcigicl1' 'php7.2-mysql' 'lifelines-doc-sv' 'fusiondirectory-plugin-ejbca-schema' 'linux-tools-4.15.0-1059-oem' 'linux-tools-4.18.0-1020-azure' 'libshell-guess-perl' 'ruby-validate-email' 'flpsed' 'sidplayfp' 'libgnatprj5-dbg-mips64el-cross' 'snmpsim' 'grub-invaders' 'libvariable-magic-perl' 'minbif-common' 'libcurl4-nss-dev' 'gnat-6-arm-linux-gnueabihf' 'libcuda1-331' 'libgo13-dbg-amd64-cross' 'libghc-http-prof' 'python3-daemon' 'language-pack-kde-da' 'libperl6-junction-perl' 'freediams' 'monodoc-mono-fuse-manual' 'python-getdns-doc' 'xtensor-python-dev' 'language-pack-kde-de' 'ipe5toxml' 'php-pimple' 'python3-sphinxcontrib.nwdiag' 'cl-asdf' 'yaz-illclient' 'ruby-fog-ecloud' 'gnunet-gtk-dev' 'python-mistralclient' 'libopencc2' 'linux-signed-oracle-lts-18.04' 'firefox-launchpad-plugin' 'libghc-tldr-prof' 'libhyantes0' 'libnss-securepass' 'libpcl-segmentation1.8' 'pwauth' 'uwsgi-infrastructure-plugins' 'mate-sensors-applet' 'node-tilelive-mapnik' 'linux-cloud-tools-4.15.0-22-lowlatency' 'libn32gomp1-mips64-cross' 'python-cssutils' 'libwwwbrowser-perl' 'hyphen-en-us' 'libcuda1-340' 'manpages-pt-dev' 'python-van.testing' 'php-horde-routes' 'fizmo-common' 'python3-q-text-as-data' 'libcuda1-346' 'libghc-echo-doc' 'libignition-msgs' 'gwaterfall' 'gnome-api-docs' 'gnome-brave-icon-theme' 'libsbigudrv2-dev' 'language-pack-kde-el' 'libmoonshot1' 'kio-audiocd-dev' 'quantlib-examples' 'language-pack-kde-en' 'libmckoisqldb-java-doc' 'node-semver' 'language-pack-kde-es' 'nfqueue-bindings-perl' 'language-pack-kde-et' 'libboost-container-dev' 'lib64gfortran4-dbg-mips-cross' 'dbab' 'python-vine' 'python-ewmh-doc' 'language-pack-kde-eu' 'folks-common' 'libdate-manip-perl' 'libheimntlm0-heimdal' 'libzorpll-dev' 'libsystemd-dev' 'python3-beanbag' 'node-babel-plugin-transform-react-jsx-source' 'libcuda1-352' 'python-django-wkhtmltopdf' 'emboss-lib' 'gnokii-cli' 'merkleeyes' 'erlang-syntax-tools' 'language-pack-kde-fa' 'libgnatprj6-alpha-cross' 'mtpolicyd' 'libvisp-sensor3.1' 'dbar' 'libzed-ocaml' 'libcurses-ocaml' 'libghc-netwire-doc' 'libgnatvsn6-amd64-cross' 'mlock' 'ruby-gtk2' 'rsh-server' 'ruby-gtk3' 'libnet-nis-perl' 'libfcitx-gclient1' 'festvox-ca-ona-hts' 'ocaml-doc' 'language-pack-kde-fi' 'libshout3' 'libcacard-dev' 'node-crypto-browserify' 'linux-tools-4.15.0-55-lowlatency' 'scim-tables-ja' 'f2fs-tools-dbg' 'r-cran-factominer' 'libfieldslib-ocaml' 'libauthen-simple-dbm-perl' 'sdformat-sdf' 'language-pack-kde-fr' 'libkdepim4' 'kde-runtime' 'python-characteristic' 'axe' 'qtdbustest-runner' 'mrtg-ping-probe' 'libjs-jquery-geo' 'ncbi-data' 'python-pyfribidi-dbg' 'linux-image-4.15.0-1053-kvm' 'libokteta2gui2' 'libcasa-python2' 'digitools' 'python3-munkres' 'golang-github-spf13-cast-dev' 'libcuda1-361' 'libkqueue0' 'autobahn-cpp-doc' 'flow-tools-dev' 'language-pack-kde-ga' 'linux-headers-4.15.0-1017-aws' 'r-cran-pwt' 'node-combine-source-map' 'dumpasn1' 'libcuda1-367' 'libequinox-wireadmin-java' 'python3-django-navtag' 'python-authkit' 'libghc-prelude-extras-prof' 'bookletimposer' 'libgenome-1.3-0v5' 'openvpn' 'libjs-uglify' 'libregfi-dev' 'libumockdev-dev' 'linphone-common' 'libxcb-image0-dev' 'language-pack-kde-gl' 'golang-github-edsrzf-mmap-go-dev' 'libnma-dev' 'libgeos-dev' 'lib32gfortran4-dbg-x32-cross' 'libhpdf-dev' 'libxml++2.6-doc' 'libsikulixapi-jni' 'phalanx' 'linux-image-unsigned-5.0.0-1027-azure' 'libparted2' 'lib32z1-dev' 'smuxi-frontend-gnome' 'libghc-pipes-bytestring-dev' 'scim-tables-ko' 'python-sireader' 'libpracticalxml-java' 'octave-specfun' 'z-push-backend-ldap' 'asciijump' 'php-phpdocumentor-reflection-docblock' 'yubikey-personalization' 'autodock' 'pescetti' 'libcuda1-375' 'librostlab-blast-doc' 'ace-of-penguins' 'language-pack-kde-he' 'php-symfony-serializer' 'libghc-microlens-mtl-dev' 'octave-optim' 'libc6-mips64-cross' 'php-horde-scheduler' 'language-pack-kde-hi' 'iucode-tool' 'libtommath1' 'libsamplerate-ocaml' 'libwsman-clientpp-dev' 'lubuntu-lxpanel-icons' 'cups-pk-helper' 'uni2ascii' 'asterisk-mp3' 'python-libhfst' 'libinfinity-0.7-dbg' 'linux-source-4.18.0' 'nfoview' 'libbpp-core4' 'elinks' 'ruby-memoize' 'language-pack-kde-hr' 'python-simplejson' 'language-pack-kde-hu' 'libmsnumpress-dev-doc' 'python-unittest2' 'python-genpy' 'gnat-7-sjlj-powerpc64le-linux-gnu' 'hyperrogue' 'w3cam' 'wdiff' 'libppix-utilities-perl' 'ibus-table-extraphrase' 'libksba8' 'asterisk-core-sounds-it-wav' 'libcuda1-384' 'language-pack-kde-ia' 'librime-data-double-pinyin' 'libgtkpod1' 'libauthen-sasl-saslprep-perl' 'distcc-pump' 'libencode-arabic-perl' 'libytnef0-dev' 'libtime-warp-perl' 'libmeep-mpich2-8' 'libtool-doc' 'fonts-elusive-icons' 'r-base-html' 'libbenchmark-progressbar-perl' 'libdlrestrictions1' 'python-z3c.pt' 'iamerican' 'gccgo-5-aarch64-linux-gnu' 'imediff2' 'planarity' 'language-pack-kde-is' 'language-pack-kde-it' 'clfft-client' 'libavahi-glib1' 'libc6-dev-armel-cross' 'python-templayer' 'python3-ubuntu-image' 'ddnet-server' 'libclass-dbi-plugin-abstractcount-perl' '0ad-data' 'python-pypandoc' 'python-oslo-vmware' 'ruby-chunky-png' 'language-pack-kde-ja' 'libgfortran5-dbg-powerpcspe-cross' 'ruby-toml-rb' 'ruby-sequenced' 'libtest-filename-perl' 'libasprintf-dev' 'python3-pyqt5.qtopengl-dbg' 'gstreamer1.0-python3-dbg-plugin-loader' 'libignition-transport4' 'libqt5location5-plugins' 'libuutf-ocaml' 'dolphin-dev' 'gajim-omemo' 'libgfortran4-ppc64el-cross' 'libmodule-install-trustmetayml-perl' 'libgl1' 'multimon' 'simplyhtml-doc' 'linux-image-unsigned-4.15.0-39-generic' 'obexftp' 'libopenscap8' 'lxqt-admin' 'ruby-capture-output' 'r-cran-rsqlite' 'node-randomfill' 'linux-modules-extra-5.0.0-1027-gke' 'libsfark0' 'python-rostopic' 'xenomai-kernel-source' 'designate-pool-manager' 'xfce4-whiskermenu-plugin' 'haskell-devscripts' 'python3-configargparse' 'librpmbuild8' 'atm-tools' 'dossizola-data' 'transrate-tools' 'libfile-flat-perl' 'debiandoc-sgml-doc' 'packagekit-gtk3-module' 'python-zope.app.localpermission' 'r-cran-deldir' 'run-one' 'pd-jsusfx' 'libstring-escape-perl' 'libpgf6-dbg' 'language-pack-kde-kk' 'opencv-doc' 'node-samsam' 'language-pack-kde-km' 'libstdc++-6-dev-armhf-cross' 'libomp-7-doc' 'libgeda-common' 'python-simpy3' 'language-pack-kde-ko' 'gccgo-7-multilib-powerpc64-linux-gnu' 'jag-data' 'linux-modules-4.15.0-1010-aws' 'littlewizard' 'libjcharts-java' 'gfortran-mips64-linux-gnuabi64' 'golang-openldap-dev' 'hiki' 'libmaven-common-artifact-filters-java' 'python3-markdown' 'libstdc++6-7-dbg-powerpc-cross' 'libjebl2-java-doc' 'libjs-graphael' 'libpythonqt-qt5-python3-dev' 'wireless-tools' 'libinfinity-0.7-dev' 'libuhd-dev' 'gzip-win32' 'magic' 'frescobaldi' 'linux-headers-4.18.0-17-generic' 'cpp-6-doc' 'postgresql-10-postgis-scripts' 'lib64go9-dbg-mips-cross' 'python3-pymoc' 'node-babel-plugin-syntax-exponentiation-operator' 'libjinput-jni' 'jdelay' 'librte-cmdline17.11' 'eventstat' 'magit' 'language-pack-kde-lt' 'lib32go7-s390x-cross' 'linux-headers-4.15.0-1008-oracle' 'language-pack-kde-lv' 'makebootfat' 'linux-image-4.15.0-1057-oem' 'libgjs0g' 'python-genty' 'linux-headers-4.15.0-1039-kvm' 'libcassie-dev' 'r-cran-th.data' 'gwenview' 'python-clustershell' 'node-pbkdf2' 'python-openid-doc' 'qtpositioning5-dev' 'gfortran-powerpc64-linux-gnu' 'libgmlib1-dbg' 'libpmempool1-debug' 'pgtop' 'ettercap-text-only' 'teeworlds-server' 'libboost-system-dev' 'linux-hwe-cloud-tools-4.18.0-13' 'libnss-docker' 'node-pascalcase' 'linux-hwe-cloud-tools-4.18.0-14' 'shark-doc' 'linux-hwe-cloud-tools-4.18.0-15' 'libpari-gmp-tls5' 'libghc-double-conversion-dev' 'linux-hwe-cloud-tools-4.18.0-16' 'linux-hwe-cloud-tools-4.18.0-17' 'python-oslotest' 'linux-hwe-cloud-tools-4.18.0-18' 'texlive-luatex' 'siridb-server' 'librcsb-core-wrapper-doc' 'tk-brief' 'gss-ntlmssp-dev' 'pyblosxom' 'gemrb-icewind-dale-2' 'caffe-tools-cuda' 'libhttpunit-java-doc' 'latex209-bin' 'mate-common' 'liblld-8-dev' 'libenum-perl' 'libgo13-dbg-arm64-cross' 'python-zope.processlifetime' 'libiodbc2' 'linkchecker-web' 'signon-plugin-oauth2' 'gcc-powerpc64le-linux-gnu' 'libgo4' 'golang-github-boltdb-bolt-dev' 'hime' 'node-tar-stream' 'language-pack-kde-mr' 'ufoai-maps' 'blobby-server' 'xtensor-python-doc' 'libgo7' 'libconfig-autoconf-perl' 'ruby-http-parser.rb-doc' 'libreoffice-dmaths' 'libgo9' 'node-unicode-canonical-property-names-ecmascript' 'unicode-data' 'python-enet' 'libpam-pwdfile' 'libthread-tie-perl' 'python-flask-bcrypt' 'linux-hwe-cloud-tools-4.18.0-20' 'linux-hwe-cloud-tools-4.18.0-21' 'libgnat-8-dbg-mips-cross' 'linux-hwe-cloud-tools-4.18.0-22' 'python-matplotlib-venn' 'linux-hwe-cloud-tools-4.18.0-24' 'linux-hwe-cloud-tools-4.18.0-25' 'linux-headers-4.15.0-44-lowlatency' 'libsasl2-modules-ldap' 'libstdc++-8-dev-hppa-cross' 'language-pack-kde-nb' 'libg15render1' 'libtrilinos-xpetra12' 'mrpt-apps' 'gnome-breakout' 'libvte-2.91-dev' 'libqgpsmm-dev' 'libtest-corpus-audio-mpd-perl' 'cereal' 'pidgin-gnome-keyring' 'ruby-omniauth-azure-oauth2' 'libpgobject-type-datetime-perl' 'espeak-ng' 'lynx-common' 'qml-module-org-kde-draganddrop' 'ipset' 'ruby-rspec-expectations' 'libmaven-shared-incremental-java-doc' 'libasm3-java' 'ax25-apps' 'libcps-perl' 'python-pytyrant' 'kamailio-cpl-modules' 'ruby-dependor' 'language-pack-kde-nl' 'sm-archive' 'elpa-git-commit' 'liblinux-pid-perl' 'language-pack-kde-nn' 'gnat-8-sjlj-arm-linux-gnueabi' 'libswarmcache-java' 'python3-atomicwrites' 'ruby-backbone-on-rails' 'dvi2ps-fontdata-n2a' 'gforth-common' 'libcommons-dbcp-java' 'amoebax' 'libtcl8.5' 'libtcl8.6' 'libpoppler-qt5-dev' 'libterm-size-perl-perl' 'gradm2' 'r-cran-rcpparmadillo' 'elpa-flycheck-package' 'libfaad-dev' 'libgnatvsn6-dev-mipsel-cross' 'libriddley-clojure' 'libjs-simple-fmt' 'librados-dev' 'libphobos-5-dev' 'python3-buildbot-worker' 'golang-github-odeke-em-ripper-dev' 'libkarma-cil-dev' 'libmlpack2' 'gdc-7-multilib-arm-linux-gnueabihf' 'gnome-wine-icon-theme' 'colord-sensor-argyll' 'libdbusmenu-jsonloader4' 'highlight' 'libmimic-dev' 'node-check-error' 'gnu-smalltalk' 'gradle' 'linux-image-4.15.0-1037-gcp' 'libtask-kensho-logging-perl' 'prometheus' 'libkf5kiogui5' 'libzmq5' 'harvest-tools' 'libjgit-java-doc' 'mdadm' 'mp3check' 'libcrypt-gcrypt-perl' 'libgnatvsn6-arm64-cross' 'linux-image-4.18.0-1013-gcp' 'linux-cloud-tools-4.18.0-16-lowlatency' 'gnome-panel-control' 'libcofoja-java' 'ruby-sham-rack' 'lib32mpx0-dbg' 'gitkraken' 'python-reportlab-accel-dbg' 'libluabind0.9.1v5' 'mingw-w64-i686-dev' 'featherpad' 'libjs-require-css' 'libcatmandu-importer-getjson-perl' 'syslog-ng-dbg' 'xenstore-utils' 'libghc-haxml-prof' 'language-pack-kde-pa' 'wmbiff' 'libtermkey-dev' 'libghc-refact-dev' 'libsys-statistics-linux-perl' 'mate-optimus' 'qtbase5-examples' 'neutron-taas-openvswitch-agent' 'libdist-zilla-plugin-requiresexternal-perl' 'xserver-xorg-input-synaptics-dev-hwe-18.04' 'pulseaudio' 'libpango1.0-0' 'webissues' 'liblxqt-globalkeys0-dev' 'liblwp-protocol-psgi-perl' 'xfonts-bolkhov-koi8r-75dpi' 'libcss-minifier-perl' 'language-pack-kde-pl' 'ruby-loofah' 'libqtdee-dev' 'python3-django-hvad' 'libsbml5' 'python3-lfc' 'libxcb-xfixes0-dev' 'libmp3spi-java' 'fonts-smc-karumbi' 'libzita-resampler1' 'libgnat-5-alpha-cross' 'language-pack-kde-pt' 'gcc-multilib-powerpc-linux-gnu' 'hybrid-dev' 'libgmenuharness0.1' 'libcppunit-subunit-dev' 'libgomp1-riscv64-cross' 'libgo13-dbg-powerpc-cross' 'debomatic' 'libgo4-dbg' 'lua-nginx-websocket' 'libx32stdc++6-5-dbg' 'libghc-tasty-hunit-prof' 'libgeos-doc' 'libkpimsmtp5' 'linux-modules-extra-4.15.0-38-generic' 'bam' 'gstreamer1.0-plugins-good' 'golang-github-tjfoc-gmsm-dev' 'linux-modules-nvidia-435-5.3.0-28-generic' 'libnvidia-fbc1-390' 'bar' 'libghc-lucid-dev' 'dns323-firmware-tools' 'elpa-pdf-tools-server' 'ibritish-insane' 'ruby-hdfeos5' 'linux-headers-4.15.0-58-generic' 'libdee-dev' 'libjcommander-java' 'libghc-pipes-bytestring-doc' 'python3-lazr.config' 'gdc-7-sparc64-linux-gnu' 'linux-tools-4.15.0-1027-aws' 'linux-modules-4.15.0-1032-kvm' 'openmsx-debugger' 'pdns-backend-geoip' 'python3-pyclamd' 'python-django-threadedcomments' 'edubuntu-fonts' 'libtext-ocaml-dev' 'qsstv' 'libobjc4' 'libghc-microlens-mtl-doc' 'bbe' 'bbmail' 'nx-x11proto-xinerama-dev' 'libgs9' 'muttprint' 'python3-coreapi' 'plasma-sdk' 'weka-doc' 'libpgocaml-ocaml-dev' 'kdepim' 'r-cran-modeltools' 'jodconverter' 'librdf-vcard-perl' 'libcomidi-clojure' 'node-get' 'elpa-deferred' 'python3-ufolib' 'gcc-mingw-w64-base' 'libn32gfortran4-dbg-mips64el-cross' 'openthesaurus-de-text' 'libequinox-device-java' 'libtcplay' 'ruby-versionomy' 'libguestfs-ocaml' 'golang-doc' 'xmltv-gui' 'libappconfig-std-perl' 'povray' 'basket' 'libndctl-dev' 'gfortran-multilib-s390x-linux-gnu' 'language-pack-kde-ro' 'python3-django-ratelimit' 'elpa-vc-fossil' 'liblabltk-ocaml' 'makedev' 'python3-systemd' 'lyricue' 'libgo13-dbg-ppc64el-cross' 'node-json-schema-traverse' 'linux-modules-nvidia-418-5.0.0-1031-azure' 'bcc' 'ruby-mp3tag' 'velvet-long' 'gnome-session-wayland' 'libgfortran-8-dev-m68k-cross' 'ispell' 'libxt-dev' 'language-pack-kde-ru' 'repetier-host' 'kadu-themes' 'makehrtf' 'elpa-esxml' 'librosbag-storage-dev' 'libprojectm-qt-dev' 'reboot-notifier' 'linux-tools-generic-hwe-18.04' 'gir1.2-cryptui-0.0' 'qml-module-org-kde-kirigami' 'gcc-5-source' 'node-babel-runtime' 'libgeography-countries-perl' 'icinga-common' 'libsparsehash-dev' 'libsipwitch1' 'libmoosex-param-perl' 'libipc-system-simple-perl' 'liblldb-9-dev' 'x11-xfs-utils' 'linux-buildinfo-5.0.0-1030-gke' 'librivet11v5' 'libtomcat8-java' 'libeclipse-emf-common-java' 'openafs-dbserver' 'python-django-mptt-doc' 'liblinear3' 'libspatial4j-java' 'language-pack-kde-si' 'language-pack-kde-sk' 'xfonts-75dpi-transcoded' 'flare-game' 'bwctl-server' 'language-pack-kde-sl' 'deskscribe' 'syslog-ng-dev' 'libasan2-dbg-powerpc-cross' 'linux-modules-5.0.0-1016-azure' 'sqsh' 'qnifti2dicom' 'libjs-mediaelement' 'lib32stdc++-8-dev-mips64el-cross' 'libimporter-perl' 'language-pack-kde-sr' 'python-bootstrapform' 'linux-image-unsigned-4.15.0-1021-oem' 'libghc-monadprompt-dev' 'language-pack-kde-sv' 'tesseract-ocr-script-hant-vert' 'php-mail' 'libtie-ical-perl' 'golang-github-docker-docker-credential-helpers-dev' 'gadmin-samba' 'libreoffice-core' 'dovecot-lmtpd' 'python-popcon' 'ledger-autosync' 'libgssdp-doc' 'libvecmath-java' 'libmirplatform-dev' 'linux-gke-4.15-tools-4.15.0-1030' 'libpixie-java' 'linux-gke-4.15-tools-4.15.0-1032' 'linux-gke-4.15-tools-4.15.0-1033' 'libwsil4j-java' 'python-isbnlib' 'lib32gcc-6-dev-s390x-cross' 'linux-gke-4.15-tools-4.15.0-1034' 'seahorse' 'libjs-mustache' 'python-zope.hookable' 'libcgi-java' 'nifti2dicom' 'linux-gke-4.15-tools-4.15.0-1036' 'vorbis-tools' 'ruby-librarian' 'language-pack-kde-tg' 'opensips-redis-module' 'linux-gke-4.15-tools-4.15.0-1037' 'language-pack-kde-th' 'libgnatprj6-dbg-s390x-cross' 'libboost-numpy1.65-dev' 'systemd-journal-remote' 'libevt-utils' 'libswt-cairo-gtk-4-jni' 'dovecot-mysql' 'libfreerdp-crypto1.1' 'language-pack-kde-nds' 'tryton-modules-carrier' 'lib32go9-dbg-sparc64-cross' 'solfege' 'python-fpconst' 'python-django-dirtyfields-doc' 'latex-cjk-chinese-arphic-bkai00mp' 'language-pack-kde-tr' 'iperf3' 'doc-linux-fr-html' 'lua-term' 'python-nose-cov' 'golang-github-ncw-rclone-dev' 'mediaconch-gui' 'aspell-gl-minimos' 'python3-u-msgpack' 'magnum-api' 'mod-musicindex-common' 'libgnatvsn5-dbg-i386-cross' 'python-ipython-doc' 'ben' 'cpp-5' 'svgtoipe' 'linux-modules-extra-4.15.0-1036-gcp' 'cpp-6' 'language-pack-my-base' 'cpp-7' 'qapt-utils' 'fonts-adf-gillius' 'cpp-8' 'linux-gke-4.15-tools-4.15.0-1040' 'gir1.2-matekbd' 'linux-gke-4.15-tools-4.15.0-1041' 'golang-github-dylanmei-winrmtest-dev' 'zookeeper' 'linux-gke-4.15-tools-4.15.0-1042' 'libdbix-simple-perl' 'fonts-linex' 'linux-gke-4.15-tools-4.15.0-1044' 'libarchive-tools' 'scim-modules-table' 'linux-gke-4.15-tools-4.15.0-1045' 'bio-eagle' 'libpocoxml50' 'linux-gke-4.15-tools-4.15.0-1046' 'language-pack-kde-ug' 'linux-gke-4.15-tools-4.15.0-1048' 'ovn-docker' 'node-extend' 'zeroc-ice-utils-java' 'libasan2-dbg-ppc64el-cross' 'linux-gke-4.15-tools-4.15.0-1049' 'language-pack-kde-uk' 'libinfinity-0.7-doc' 'libcommons-jci-janino-java' 'linux-buildinfo-4.18.0-25-generic' 'linux-modules-4.15.0-74-generic' 'python-twisted-bin' 'libasyncaudio1.5' 'lemonldap-ng-fr-doc' 'libgoogle-perftools-dev' 'kiten' 'lib64go11-dbg' 'sonic' 'libjs-list.js' 'libsymmetrica2' 'libc6-dev-s390x-cross' 'python-oslo.messaging' 'ruby-elasticsearch-transport' 'xfsdump' 'libkmlframework-java' 'fonts-tlwg-norasi-ttf' 'libroar-compat2' 'kamailio-kazoo-modules' 'gobjc++-arm-linux-gnueabihf' 'python-zope.interface' 'python-pocket-lint' 'libobjc-5-dev-sh4-cross' 'python3-gnupg' 'x11proto-scrnsaver-dev' 'libstdc++-5-pic-x32-cross' 'makedic' 'qhimdtransfer' 'libsdl-kitchensink-dev' 'gsettings-ubuntu-schemas' 'python3-panoramisk' 'linux-gke-4.15-tools-4.15.0-1050' 'linux-modules-5.0.0-1027-oem-osp1' 'bfs' 'libgnuift0-dev' 'linux-gke-4.15-tools-4.15.0-1052' 'krank' 'python-daap' 'ruby-ngraph' 'libequinox-p2-core-java' 'libcassie-doc' 'libvo-aacenc0' 'libloudmouth1-0' 'python3-notmuch' 'libequinox-console-java' 'smart-notifier' 'libfest-assert-java' 'language-pack-kde-vi' 'clang-5.0' 'grabcd-rip' 'lib64go9-dbg-mipsel-cross' 'pd-purepd' 'libopenctm1' 'elpa-pointback' 'libghc-double-conversion-doc' 'libandroid-tools-common-java' 'libapache-directory-api-java' 'alevt' 'cl-spatial-trees' 'dconf-tools' 'mythnetvision' 'linux-image-unsigned-4.15.0-74-lowlatency' 'alex4' 'aweather' 'r-cran-rniftilib' 'voms-mysql-plugin' 'libmodule-bundled-files-perl' 'scim-tables-zh' 'libj2ssh-java-doc' 'libagrep-ocaml-dev' 'liblfc-perl' 'xul-ext-lightning' 'libghc-connection-prof' 'mediawiki-classes' 'libanfo0-dev' 'libhtml-wikiconverter-kwiki-perl' 'libghc-stm-chans-dev' 'talksoup.app' 'libstdc++-7-pic-arm64-cross' 'sabily-xsplash-artwork' 'libhtml-tagfilter-perl' 'njam-data' 'xmbmon' 'libghc-hslogger-prof' 'libkf5configwidgets-data' 'linux-image-4.15.0-1037-gke' 'mariadb-plugin-cracklib-password-check' 'libopus-ocaml' 'python3-memory-profiler' 'baresip-core' 'libdnssecjava-java' 'linux-modules-4.15.0-1036-oem' 'libx32gfortran-7-dev-i386-cross' 'fusionforge-plugin-compactpreview' 'libghc-hspec-expectations-dev' 'kimwitu++-doc' 'smoke-dev-tools' 'libzemberek-java' 'libgzstream0' 'r-cran-proto' 'libcogl-common' 'lib32gfortran3-dbg-ppc64-cross' 'python-intbitset' 'libsollya-dev' 'python3-itypes' 'libxml-atom-perl' 'libvte-2.91-doc' 'borgbackup-doc' 'tomcat8-examples' 'libignition-transport4-dev' 'liblrmd1' 'liblualib50' 'python3-prelude' 'libvtkgdcm-tools' 'libtree-simple-visitorfactory-perl' 'libfontenc1-dbg' 'libnet-abuse-utils-perl' 'node-source-map-support' 'libewf-dbg' 'bhl' 'libc6-s390x-cross' 'gdc-riscv64-linux-gnu' 'libmarco-private1' 'conv-tools' 'python-pgpdump' 'ruby-guard' 'libobject-pluggable-perl' 'ticgit' 'gcc-6-powerpc-linux-gnuspe-base' 'sendmail-cf' 'libghc-musicbrainz-dev' 'writeboost' 'libghc-attoparsec-enumerator-prof' 'fortunes-eo-iso3' 'obs-worker' 'python-gdata' 'diceware' 'lp-solve' 'libjavatuples-java' 'golang-check.v1-dev' 'python-oslo.cache-doc' 'efibootmgr' 'cl-trajectory-msgs' 'linux-headers-5.0.0-1032-azure' 'linux-tools-5.0.0-1032-azure' 'golang-github-issue9-assert-dev' 'libmimic-doc' 'txt2tags' 'mailman3-web' 'libvelocity-tools-java-doc' 'libwiki-toolkit-plugin-locator-grid-perl' 'cairo-dock-toons-plug-in' 'librdf-aref-perl' 'bip' 'libeclipse-e4-ui-model-workbench-java' 'libjs-pdf' 'sigma-align' 'sgml-spell-checker' 'python-imaging-doc-pdf' 'python3-pyqt5.qtx11extras-dbg' 'python-sugar' 'liblua5.1-bitop0' 'libgnat-8-mips-cross' 'syslinux-themes-ubuntu-vivid' 'pyragua' 'libnemesis3' 'golang-github-parnurzeal-gorequest-dev' 'python-subnettree' 'librscode1' 'libsigsegv-dev' 'ruby-xmlparser' 'libcatmandu-xsd-perl' 'kamailio-perl-modules' 'containerd' 'python3-grib' 'linux-headers-4.15.0-1033-gcp' 'libmatchbox-dev' 'ttf-sjfonts' 'libgfortran4-mips64-cross' 'nwrite' 'liblwp-useragent-determined-perl' 'libghc-system-fileio-prof' 'fortunate.app' 'libparanoid-perl' 'libghc-refact-doc' 'libtime-fake-perl' 'python-pastescript' 'fusiondirectory-plugin-samba' 'games-emulator' 'libkf5messagelist5abi1' 'folder-color' 'cantor-backend-kalgebra' 'libmatekbd-dev' 'libcatalyst-plugin-authentication-credential-openid-perl' 'libmath-tamuanova-perl' 'linux-image-unsigned-4.15.0-1031-oracle' 'libperlanet-perl' 'apng2gif' 'libspreadsheet-parseexcel-perl' 'libmemcachedutil2' 'libc6-dbg-mipsn32-cross' 'libgfortran3-sparc64-cross' 'libmono-system-drawing4.0-cil' 'attal' 'libghc-hsini-dev' 'acl2-books-source' 'libmono-system-management4.0-cil' 'libpam-ccreds' 'libretro-beetle-psx' 'linux-azure-5.3-tools-5.3.0-1007' 'dbus' 'linux-azure-5.3-tools-5.3.0-1008' 'linux-azure-5.3-tools-5.3.0-1009' 'libace-htbp-6.4.5' 'kdenetwork' 'libjibx-java' 'node-bcrypt-pbkdf' 'linux-image-4.15.0-1025-aws' 'proftmb' 'pushpin' 'ruby-webmock' 'python3-josepy' 'libtruth-java' 'linux-image-5.0.0-19-generic' 'libghc-lucid-doc' 'python-manilaclient' 'libcommons-collections3-java' 'libprocesscore7' 'ros-perception-lisp-dev' 'libdee-doc' 'libkf5alarmcalendar-data' 'php-mapi' 'cpp-6-x86-64-linux-gnux32' 'mew-beta' 'python-restless' 'libcglib-java' 'python-mate-menu' 'linux-modules-nvidia-390-4.15.0-76-lowlatency' 'generator-scripting-language-examples' 'libclang-cpp9' 'xul-ext-ubufox' 'linux-image-5.0.0-1012-oem-osp1' 'elida' 'libfxt0' 'libtag1-dev' 'libbind-config-parser-perl' 'linux-azure-5.3-tools-5.3.0-1010' 'libcolor-palette-perl' 'nwall' 'linux-azure-5.3-tools-5.3.0-1012' 'linux-modules-nvidia-390-lowlatency-hwe-18.04' 'linux-azure-5.3-tools-5.3.0-1013' 'gplaycli' 'bgoffice-dict-downloader' 'linux-image-5.3.0-1012-azure' 'libgfortran3-dbg-sparc64-cross' 'letodms' 'bindgraph' 'niceshaper' 'drbd8-utils' 'libjna-platform-java' 'libgdata-dev' 'syslinux-themes-ubuntu' 'libewf-dev' 'libicu4j-java' 'libxml-writer-simple-perl' 'glmark2-es2-mir' 'python-marathon-doc' 'python-sesame' 'libtext-csv-xs-perl' 'libsratom-0-0' 'libgenders0' 'python3-netfilter' 'libspring-jdbc-java' 'bld' 'erlang-neotoma' 'python-skbio-doc' 'libobjc-8-dev-riscv64-cross' 'plymouth-theme-kubuntu-text' 'libghc-exceptions-dev' 'libqgis-analysis2.18.17' 'liblablgtkmathview-ocaml-dev' 'libicsharpcode-nrefactory-cecil5.0-cil' 'libnewmat10-dev' 'fonts-cwtex-heib' 'lib32itm1-dbg-amd64-cross' 'ubuntu-packaging-guide-pdf-de' 'css2xslfo' 'regionset' 'libtimezonemap1' 'libmonospaceif-common' 'libpocomongodb50' 'libpng-dev' 'libdevel-profile-perl' 'snacc' 'libghc-hsemail-dev' 'libclc-amdgcn' 'node-got' 'libxt-doc' 'blt' 'llvm-5.0-tools' 'salt-formula-heat' 'libversion-util-perl' 'gosa-schema' 'libcld2-0' 'elpa-py-isort' 'python-clang-3.9' 'python-geographiclib' 'libapache2-mod-svn' 'liblbfgs0' 'libatlas-base-dev' 'libcommons-beanutils-java' 'slang-gsl' 'libkmod2' 'libstarlink-pal0' 'libcatalyst-plugin-i18n-perl' 'dhcpcd5' 'freeglut3' 'libglapi-mesa' 'rsh-client' 'linux-modules-4.15.0-1025-oracle' 'gcc-4.8-base' 'libwsman-server1' 'libhinawa0' 'linux-modules-extra-4.15.0-1036-gke' 'libice6-dbg' 'python-libxslt1-dbg' 'bmf' 'libvtk7-qt-dev' 'xserver-xorg-input-multitouch' 'monteverdi' 'libsbml5-perl-doc' 'postgresql-10-pldebugger' 'libvala-0.40-0' 'freemedforms-i18n' 'libhfgomp1-armel-cross' 'libmatch-simple-xs-perl' 'node-gulp-babel' 'gnome-desktop3-data' 'policykit-desktop-privileges' 'odbc-postgresql' 'libgnatprj5-dbg-sh4-cross' 'fp-units-castle-game-engine' 'linux-image-5.0.0-1040-oem-osp1' 'tfdocgen' 'gnokii-dbg' 'libgnat-7-mipsel-cross' 'tryton-modules-account-invoice-line-standalone' 'python3-freezegun' 'libghc-monadprompt-doc' 'r-cran-inline' 'bmt' 'python-morris' 'libmgl-qt5-7.5.0' 'yelp' 'binutils-i686-gnu-dbg' 'libavdevice-dev' 'tryton-modules-timesheet' 'fusiondirectory-webservice-shell' 'ubuntu-packaging-guide-pdf-es' 'libdsocksd0' 'fcitx-table-rustrad' 'libglobus-gfork-dev' 'python3-django-overextends' 'libgfortran4-dbg-s390x-cross' 'linux-image-4.15.0-47-lowlatency' 'liblcgdm-dev' 'node-http-signature' 'filetea' 'doxygen-gui' 'libfonts-java' 'python3-cffi-backend-dbg' 'tryton-modules-stock-forecast' 'linux-image-unsigned-5.0.0-1011-gcp' 'libmash-dev' 'coinor-libsymphony3' 'linux-azure-5.3-cloud-tools-5.3.0-1007' 'libretro-gtk-0.14-0' 'golang-github-rs-zerolog-dev' 'linux-azure-5.3-cloud-tools-5.3.0-1008' 'libghc-fixed-dev' 'linux-azure-5.3-cloud-tools-5.3.0-1009' 'xmobar' 'bnd' 'ruby-tilt' 'tagcoll' 'bwm-ng' 'salt-minion' 'libjackson2-databind-java-doc' 'cairo-dock-shortcuts-plug-in' 'kubuntu-docs' 'python-kombu' 'prometheus-pgbouncer-exporter' 'strongswan-charon' 'mhwaveedit' 'node-lodash-compat' 'libyelp0' 'libmono-addins-msbuild0.2-cil' 'libjs-pie' 'linux-azure' 'translate-docformat' 'dict-freedict-cym-eng' 'yubikey-luks' 'grisbi' 'r-cran-data.table' 'ubuntu-packaging-guide-pdf-fr' 'subliminal-nautilus' 'liballjoyngateway1504' 'luadoc' 'libhfgfortran-6-dev-armel-cross' 'linux-azure-5.3-cloud-tools-5.3.0-1010' 'debian-dad' 'libjs-jquery-selectize.js' 'opensmtpd-extras-experimental' 'libasan4-dbg' 'linux-modules-4.15.0-1012-azure' 'linux-azure-5.3-cloud-tools-5.3.0-1012' 'libfrei0r-ocaml-dev' 'linux-azure-5.3-cloud-tools-5.3.0-1013' 'python-future' 'golang-github-dlclark-regexp2-dev' 'libgnatprj5-dev-arm64-cross' 'libhugs-haskell-src-bundled' 'node-sdp-transform' 'php-bcmath' 'r-cran-corpcor' 'python3-lti' 'python3-dna-jellyfish' 'libgcc-5-dev-powerpcspe-cross' 'libustr-1.0-1' 'libdist-zilla-plugin-ourpkgversion-perl' 'libgstreamer1.0-0-dbg' 'ipsvd' 'liblog-report-perl' 'g++-5-multilib-powerpc-linux-gnu' 'apertium-spa-cat' 'libghc-dice-prof' 'gnome-shell-extension-move-clock' 'libnet-managesieve-perl' 'fp-units-misc' 'liburi-find-delimited-perl' 'linux-image-4.18.0-1024-azure' 'llvm-6.0-dev' 'linux-image-unsigned-4.15.0-22-lowlatency' 'kde-touchpad' 'kffmpegthumbnailer' 'linux-image-4.15.0-51-lowlatency' 'fp-units-base' 'libibus-qt1' 'libfelix-utils-java-doc' 'postgresql-10-mimeo' 'libjsap-java-doc' 'libandroid-tools-chimpchat-java' 'linux-headers-4.15.0-1015-oracle' 'golang-github-geertjohan-go.rice-dev' 'xapers' 'libpsl5' 'clisp-module-gdbm' 'webcam' 'md5deep' 'libballoontip-java' 'xmds2-doc' 'fonts-monapo' 'gobjc++-7-multilib-powerpc-linux-gnu' 'qstat' 'vim-gtk' 'diceware-doc' 'targetcli-fb' 'ltsp-client-core' 'softhsm2' 'ruby-tins' 'ubuntu-system-service' 'berusky' 'pxfw' 'ltpanel' 'supercollider' 'librpmem-dev' 'libxcb-res0-dev' 'dict-moby-thesaurus' 'eekboek-gui' 'node-proxy-addr' 'fceux' 'ttf-dejavu-core' 'libsimple-xml-java' 'linux-image-4.15.0-1047-kvm' 'libmaven-file-management-java' 'xjump' 'cl-trivial-utf-8' 'abi-dumper' 'debconf-i18n' 'python-requests-futures' 'libgcc-7-dev-armhf-cross' 'libghc-stm-chans-doc' 'linux-modules-extra-5.0.0-1031-gcp' 'python-nova-lxd' 'python-glance-store' 'node-is-object' 'libequinox-useradmin-java' 'holotz-castle-data' 'libcollada-dom2.4-dp0' 'libxfce4util7' 'corekeeper' 'mapsembler2' 'libgcc1-armhf-cross' 'libofa0' 'golang-github-jdkato-prose-dev' 'ibus-clutter' 'kwin-style-breeze' 'rsplib-fgp-cfgfiles' 'libn32stdc++-6-dev-mips64el-cross' 'libmyth' 'pyhoca-cli' 'python-keybinder' 'mail-notification-evolution' 'libghc-hspec-expectations-doc' 'qgis-common' 'python3-requirements-detector' 'code-insiders' 'clang-tools' 'mariadb-common' 'linux-tools-4.15.0-1063-oem' 'apertium-eu-en' 'libclass-pluggable-perl' 'mesa-common-dev' 'fcitx-table-stroke5' 'python3-intervaltree' 'libghc-abstract-deque-dev' 'linux-image-5.0.0-1015-gke' 'buthead' 'dict-freedict-lat-eng' 'todotxt-cli' 'linux-headers-4.15.0-1033-gke' 'apertium-eu-es' 'uhome' 'libnetclasses0' 'libqtwebkit4-dbg' 'python-pydotplus' 'node-glob-base' 'libgeronimo-jpa-2.0-spec-java' 'python-recoll' 'mysql-utilities' 'med-data' 'libsmf0' 'libpixman-1-0' 'libgs-dev' 'python3-winrm' 'libghc-aeson-qq-prof' 'x11proto-record-dev' 'aide' 'libghc-musicbrainz-doc' 'lib32gfortran-7-dev-sparc64-cross' 'python3-spake2' 'rfcdiff' 'uwsgi-plugin-lua5.1' 'uwsgi-plugin-lua5.2' 'oxygen-cursor-theme-extra' 'golang-github-samalba-dockerclient-dev' '4g8' 'sgmltools-lite' 'libirman-dev' 'aidl' 'kwin-data' 'python-guiqwt' 'grub-coreboot-bin' 'fonts-kalapi' 'fonts-yozvox-yozfont-standard-kana' 'xmms2-plugin-xspf' 'bro' 'libvotca-csg-dev' 'ksshaskpass' 'python3-jsonext' 'rdup' 'libr3-0' 'libvomsapi1v5' 'libasound2-data' 'ruby-diaspora-federation-rails' 'gstreamer1.0-espeak' 'igtf-policy-mics' 'brz' 'gcrystal' 'golang-github-confluentinc-confluent-kafka-go-dev' 'doxygen' 'gunicorn' 'udfclient' 'ruby-combustion' 'libncursesw5-dbg' 'openoverlayrouter' 'python-geoip' 'python2.7-minimal' 'texlive-science-doc' 'python3-lxc' 'libmelt-ocaml-dev' 'libjaxrpc-api-java' 'python-cf' 'libnvidia-decode-390' 'libc6-mipsn32-cross' 'bsh' 'avr-libc' 'python-ck' 'lava-coordinator' 'linux-tools-5.0.0-32-lowlatency' 'libmatchbox-doc' 'php-symfony-web-server-bundle' 'python-kolabformat' 'epix' 'python3-pil.imagetk' 'lua-posix' 'libcap-ng-dev' 'libraspell-ruby1.8' 'libghc-prettyclass-dev' 'python-cs' 'texlive-lang-greek' 'python3-lz4' 'libfile-wildcard-perl' 'bridge-utils' 'libcvs-perl' 'libcups2-dev' 'mtpaint' 'gfortran-6-i686-linux-gnu' 'libsocket-linux-perl' 'python3-zope.contenttype' 'guile-2.0' 'guile-2.2' 'libxkbfile1' 'libsysfs-dev' 'libghc-hsini-doc' 'patchage' 'libconfuse-dev' 'libkreport3-plugin-web' 'libghc-tls-prof' 'libgcc1-dbg' 'libnetty-tcnative-1.1-jni' 'etherwake' 'python-gtk-vnc' 'python-pkginfo-doc' 'libfccp-dev' 'python3-pylint-django' 'libtemplate-multilingual-perl' 'sitplus-data' 'libplexus-cdc-java' 'bti' 'libghc-murmur-hash-dev' 'libeclipse-core-contenttype-java' 'lib32go13-dbg-sparc64-cross' 'libkf5crash-dev' 'mysql-testsuite' 'python-musicbrainzngs' 'libsfgfortran-8-dev-armhf-cross' 'php-symfony-console' 'lam-mpidoc' 'cron-deja-vu' 'linux-cloud-tools-4.15.0-65-generic' 'gir1.2-modemmanager-1.0' 'setools-gui' 'libmath-sparsematrix-perl' 'python-automat' 'libdbus-c++-bin' 'libapache2-mod-lookup-identity' 'linux-headers-4.15.0-1021-aws' 'python-pyqt5.qtx11extras' 'libtag1-doc' 'setcd' 'flashbake' 'libsml-dev' 'games-racing' 'ruby-gnuplot' 'liblaf-widget-java-doc' 'growisofs' 'python-parsel' 'libdbusmenu-glib4' 'libwaili1c2' 'libgdata-doc' 'parmetis-test' 'libmysqlcppconn-dev' 'gir1.2-osmgpsmap-1.0' 'python-hachoir-metadata' 'openjade' 'libgnat-5-powerpc-cross' 'sagemath-common' 'lib32stdc++6-mips64-cross' 'r-cran-qtl' 'ruby-webfinger' 'linux-signed-generic-hwe-18.04-edge' 'mate-hud' 'python-periodictable-doc' 'python-hurry.filesize' 'bup' 'htcondor-dbg' 'bladerf-fpga-hostedx40' '389-ds-console-doc' 'libgrooveloudness-dev' 'tesseract-ocr-script-jpan-vert' 'd52' 'libghc-exceptions-doc' 'python-django-stronghold' 'libgnat-5-dbg-mips64el-cross' 'libsbml5-java' 'libalgorithm-diff-perl' 'libcjs-dev' 'python-openimageio' 'ssh-contact-service' 'mate-applet-brisk-menu' 'libclojure-maven-plugin-java' 'python-flufl.i18n-doc' 'python3-xstatic-term.js' 'stepic' 'libghc-hsemail-doc' 'roger-router' 'libmount1' 'lua-zlib-dev' 'graphene-tests' 'libstdc++-8-dev-sparc64-cross' 'hannah-data' 'libxaw7-dbg' 'python3-stopit' 'cpp-8-mips64el-linux-gnuabi64' 'petri-foo' 'mariadb-plugin-connect' 'xorg-docs' 'python-blessings' 'libcatalyst-dispatchtype-regex-perl' 'bvi' 'libgomp1-amd64-cross' 'python-spur' 'slang-sqlite' 'libncursesw5-dev' 'python-nxt-filer' 'node-d3-array' 'node-gyp' 'whereami' 'python-fs' 'llvmlite-doc' 'banshee-extension-openvp' 'fprintd' 'rss2irc' 'python-h2' 'libxgks-dev' 'vim-youcompleteme' 'node-tilelive-vector' 'krecipes-doc' 'libpacklib1-gfortran' 'nautilus-admin' 'pcregrep' 'ssake-examples' 'libtest-autoloader-perl' 'didiwiki' 'pathological' 'libtest-bdd-cucumber-perl' 'python-urlgrabber' 'archivemount' 'libxml-filter-sort-perl' 'libcatalyst-actionrole-acl-perl' 'libruli4' 'libglobus-xio-udt-driver-dev' 'libdevel-callchecker-perl' 'libequinox-transforms-xslt-java' 'libc6-dbg-mipsn32r6-cross' 'bwa' 'libplot-dev' 'linux-modules-nvidia-390-5.3.0-40-generic' 'python-gd' 'fonts-ebgaramond' 'python-simpy3-doc' 'numatop' 'svgpart' 'tcpdump' 'libndp-dbg' 'nzbget' 'lib64objc-8-dev' 'python-gi' 'bs2b-ladspa' 'libgfortran-6-dev-x32-cross' 'golang-gopkg-tylerb-graceful.v1-dev' 'libio-capture-perl' 'linux-modules-extra-5.0.0-1025-azure' 'liblinux-fd-perl' 'libmono-system-web-routing4.0-cil' 'libjs-jquery-uploadify' 'gcc-8-base' 'uwsgi-plugin-glusterfs' 'libutf8proc2' 'rtkit' 'scotch' 'libghc-fixed-doc' 'python-othman' 'gccgo-6-mipsel-linux-gnu' 'lua-iconv' 'appmenu-gtk3-module' 'dcap' 'ann-tools' 'python-gv' 'opengl-4-man-doc' 'icinga2-bin' 'tryton-modules-account-dunning' 'g++-riscv64-linux-gnu' 'linux-buildinfo-4.15.0-76-lowlatency' 'python-sphinx-gallery-doc' 'libpst4' 'gfortran-mingw-w64' 'gnukhata-core-engine' 'libsml1' 'python3-pycountry' 'probabel-examples' 'libpath-router-perl' 'soapysdr-module-all' 'samba' 'browser-plugin-evince' 'yosys' 'node-decamelize' 'libgnome-games-support-1-dev' 'python-junos-eznc' 'tcl-xpa' 'xine-console' 'sylpheed-plugins' 'python-qtawesome' 'libdebconfclient0-dev' 'libtypes-xsd-lite-perl' 'libkf5bookmarks-data' 'python3-pytest' 'linux-modules-nvidia-390-4.15.0-62-generic' 'libva-dev' 'irclog2html' 'science-statistics' 'libnvvm3' 'senlin-doc' 'gkrellxmms2' 'gcc-mingw-w64-i686' 'kamera' 'flactag' 'node-brorand' 'python-hpack' 'libghc-stateref-dev' 'libproxy1-plugin-gsettings' 'golang-gopkg-httprequest.v1-dev' 'python-hy' 'policykit-1-gnome' 'libglobus-gsi-proxy-ssl1' 'libboost-all-dev' 'nut-cgi' 'devilspie' 'linux-image-unsigned-4.15.0-76-generic' 'htcondor-dev' 'llvm-6.0-doc' 'linux-signed-image-gcp-edge' 'tiled-dbg' 'libtrilinos-pliris12' 'mono-utils' 'unity-scope-github' 'libass-dev' 'python-fasteners' 'python3-libmaas' 'libosmoctrl0' 'python3-django-extensions' 'libjodconverter-java' 'zfs-test' 'llvm-8-dev' 'linux-image-4.18.0-1007-gcp' 'lib32atomic1-dbg-mips64el-cross' 'xserver-xorg-input-void' 'libwww-mechanize-formfiller-perl' 'libgda-5.0-common' 'snapd' 'php-gnupg' 'zookeeper-bin' 'vdr-plugin-mp3' 'libatomic1-dbg-powerpc-cross' 'libxaw7-dev' 'asterisk-voicemail-odbcstorage' 'octave-linear-algebra' 'libtracker-sparql-doc' 'libcli-dev' 'debiandoc-sgml' 'libmoox-log-any-perl' 'lcmaps-plugins-verify-proxy' 'libisal2' 'libipc-shareable-perl' 'libdata-treedumper-oo-perl' 'qml-module-qtquick-controls' 'libccnet-dev' 'libnexstar-dev' 'libui-gxmlcpp5v5' 'libkf5service-bin' 'bwctl-client' 'libghc-objectname-dev' 'libmpack-dev' 'crossfire-common' 'python-fake-factory' 'python-geopy' 'libghc-enclosed-exceptions-prof' 'lib32go13-dbg-x32-cross' 'libghc-cryptohash-sha256-dev' 'lib32itm1-dbg-x32-cross' 'fonts-entypo' 'libapache2-mod-neko' 'gobjc++-6-powerpc64-linux-gnu' 'linux-image-unsigned-4.18.0-16-lowlatency' 'libc6-powerpc-ppc64-cross' 'plasma-wallpapers-addons' 'linux-headers-4.15.0-1043-kvm' 'bzr' 'libball1.4' 'libndp-dev' 'xserver-xorg-input-kbd' 'dovecot-dev' 'python3-twilio' 'libobjc4-ppc64el-cross' 'librbd-dev' 'libsunpinyin3-dbg' 'libperlio-utf8-strict-perl' 'libnvidia-fbc1-418' 'foiltex' 'libowfat-dev' 'lib32gcc-6-dev-ppc64-cross' 'ubuntu-packaging-guide-pdf-ru' 'python-mvpa2' 'libchipcard-tools' 'libghc-abstract-deque-doc' 'ruby-seed-fu' 'libjgoodies-common-java-doc' 'linux-modules-4.15.0-1026-kvm' 'libhfgfortran4-dbg-armel-cross' 'lambda-align' 'ruby-activerecord' 'python3-django-babel' 'indicator-application-gtk2' 'node-stream-each' 'ruby-thread-safe' 'python-wiredtiger' 'libdist-zilla-plugin-checkbin-perl' 'gcc-8-mips64el-linux-gnuabi64' 'postgresql-10-python3-multicorn' 'libpam-cap' 'liblv2dynparam1-dev' 'ruby-cairo' 'libatomic1-dbg-ppc64el-cross' 'vlan' 'tlp-rdw' 'lua-bitop' 'lisaac-mode' 'golang-text-dev' 'linux-buildinfo-5.0.0-1025-oem-osp1' 'autodock-test' 'libghc-fast-logger-prof' 'transgui' 'libkproperty-data' 'libdom4j-java' 'snarf' 'python-thrift' 'lib64mpx2-i386-cross' 'libasan3-ppc64el-cross' 'libseccomp-dev' 'libparanamer-java-doc' 'ruby-rufus-scheduler' 'latexila' 'libnet-irc-perl' 'libatkmm-1.6-1v5' 'pear-channels' 'r-bioc-preprocesscore' 'libglobus-net-manager0' 'golang-github-constabulary-gb-dev' 'keymapper' 'ubiquity-slideshow-kubuntu' 'python-nanomsg' 'python-blosc-doc' 'libpgobject-simple-role-perl' 'libmono-system-reflection-context4.0-cil' 'openvpn-auth-radius-dbg' 'gdc-8-multilib-mips64el-linux-gnuabi64' 'junior-games-puzzle' 'python-tds-doc' 'openggsn' 'libc6-dev-ppc64-cross' 'libags-gui-dev' 'linux-image-unsigned-4.18.0-20-lowlatency' 'kdbg' 'ncbi-epcr' 'linux-hwe-tools-5.3.0-26' 'gccgo-5-multilib-powerpc-linux-gnu' 'libtruffle-java' 'linux-hwe-tools-5.3.0-28' 'python3-babelfish' 'libmotif-common' 'bogofilter-bdb' 'libsigc++-2.0-0v5' 'libotbmonteverdicore-6.4-1' 'lib32stdc++6-7-dbg-sparc64-cross' 'yapps2-runtime' 'libnvidia-fbc1-430' 'libopenhft-chronicle-core-java' 'pd-beatpipe' 'libnvidia-fbc1-435' 'libtask-kensho-email-perl' 'python-ly' 'global' 'libstemmer-dev' 'liquidsoap-plugin-icecast' 'libghc-prettyclass-doc' 'gkrelltop' 'libghc-case-insensitive-prof' 'yaret' 'airgraph-ng' 'libcairo-ocaml' 'libwinpr-handle0.1' 'starlink-topcat-java' 'ferret' 'fonts-eeyek' 'language-pack-gnome-cy-base' 'node-unpipe' 'doc-rfc-informational' 'libgetopt-long-descriptive-perl' 'golang-github-kubernetes-gengo-dev' 'python-pebl-dbg' 'percol' 'python3-flask-migrate' 'libdata-treedumper-perl' 'gdc-aarch64-linux-gnu' 'binutils-powerpc-linux-gnuspe' 'sabily-gdm-themes' 'python3-widgetsnbextension' 'libconfuse-doc' 'libfileclasses1' 'node-array-uniq' 'isdnlog' 'libgfortran-8-dev-s390x-cross' 'linux-image-unsigned-4.15.0-1015-oem' 'donkey' 'libreoffice-style-oxygen' 'pastebinit' 'libgit2-dev' 'libupnp1.8-dev' 'linux-cloud-tools-4.15.0-29-lowlatency' 'csvtool' 'libduppy-ocaml' 'ubuntu-packaging-guide-pdf-uk' 'caspar' 'latex-cjk-all' 'ufo-filters-doc' 'libruli-bin' 'linux-modules-extra-4.18.0-1013-azure' 'mi2svg' 'mysql-server' 'libn32stdc++-8-dev-mips64-cross' 'libghc-murmur-hash-doc' 'openturns-examples' 'libghc-gnuidn-prof' 'libboost-geometry-utils-perl' 'linux-headers-4.15.0-74-generic' 'gcc-5-multilib-mips64el-linux-gnuabi64' 'python3-pyethash' 'erlang-dev' 'libtorrent19' 'node-github-url-from-git' 'libstdc++-8-pic' 'libghc-happstack-server-prof' 'libghc-debian-prof' 'gkrelltopd' 'linux-hwe-tools-5.3.0-40' 'linux-tools-5.3.0-26-lowlatency' 'yokadi' 'r-cran-dosnow' 'libquorum5' 'autopilot-touch' 'kubuntu-driver-manager' 'php-psr-link' 'python3-leather' 'python3-flask-login' 'libxdmcp6-dbg' 'libdiet-dev' 'gnome-hwp-support-dbg' 'linux-buildinfo-5.0.0-35-generic' 'stoken' 'librdf-ldf-perl' 'systemtap-runtime' 'golang-github-nsf-termbox-go-dev' 'node-unique-stream' 'libreoffice-systray' 'gobjc++-7-arm-linux-gnueabihf' 'libcommons-logging-java' 'xdiskusage' 'golang-github-stretchr-testify-dev' 'boxer' 'printer-driver-foo2zjs' 'boxes' 'libmmdb0-dbg' 'linux-tools-4.15.0-1004-oem' 'python-pyvorbis' 'med-rehabilitation' 'libaqbanking35-plugins' 'gobjc++-6-multilib-i686-linux-gnu' 'libjama-dev' 'python-podcastparser' 'linux-tools-4.15.0-1031-aws' 'libcrypt-openssl-random-perl' 'pondus' 'lib32gcc-6-dev-mips64el-cross' 'so-synth-lv2' 'lua-curl-dev' 'glance-common' 'onionshare' 'iwyu' 'freetennis-common' 'libgfortran5-dbg-sh4-cross' 'apt-dater' 'libvibe-mail-dev' 'linux-cloud-tools-4.15.0-33-lowlatency' 'vlevel' 'xmotd' 'libemail-stuffer-perl' 'python3-sphinx-gallery' 'phnxdeco' 'libgcc-6-dev-m68k-cross' 'python-ow' 'debian-reference' 'libkf5codecs-dev' 'libgmtk1-dbg' 'rear' 'wyrd' 'libubsan1-powerpc-cross' 'libglobjects1' 'golang-go.tools-dev' 'libgomp1-arm64-cross' 'xmoto' 'cdbfasta' 'paraclu' 'python3-pyvirtualdisplay' 'opencaster' 'yample' 'python3-protobix' 'nordugrid-arc-dev' 'libcache-memcached-fast-perl' 'tclspice' 'libo3dgc-dev' 'python3-sortedcollections' 'golang-github-google-gofuzz-dev' 'libtest-output-perl' 'python-pysimplesoap' 'python3-pyqt5.qtsql-dbg' 'latte-dock' 'node-espree' 'libbroccoli-dev' 'libghc-url-prof' 'python-django-pagination' 'libghc-yi-frontend-vty-dev' 'rifiuti' 'gir1.2-gdl-3' 'python3-mailer' 'dose-doc' 'ubuntu-kylin-wizard' 'linux-buildinfo-5.0.0-1012-aws' 'lib32stdc++6-5-dbg-mips64-cross' 'golang-github-franela-goblin-dev' 'ibus-avro' 'libxpresent1' 'libriemann-client-dev' 'libconfig-apacheformat-perl' 'rnc-mode' 'kexec-tools' 'ubuntu-edu-primary' 'backintime-gnome' 'libzimg-dev' 'libghc-hspec-dev' 'sailcut' 'libnss-db' 'libmecab-perl' 'libghc-logict-dev' 'cairo-dock-dbus-plug-in' 'libcom-hypirion-io-clojure' 'libokhttp-java' 'python-pp' 'python3-mdp' 'libdevice-modem-perl' 'quickplot' 'libsquish0' 'syslog-ng-mod-amqp' 'xmltoman' 'libcamitk-dev' 'zam-plugins' 'libcollection-dev' 'python-astroscrappy' 'libghc-integer-logarithms-prof' 'node-strip-bom' 'python-py' 'libkf5syntaxhighlighting-dev' 'clang-7' 'clang-8' 'clang-9' 'neofetch' 'clang-9-examples' 'libhtml-linkextractor-perl' 'linux-tools-4.15.0-66-lowlatency' 'librole-identifiable-perl' 'wapua' 'fruit' 'ubuntu-mate-wallpapers-complete' 'python-libvirt' 'pdmenu' 'libdbi-perl' 'diaspora-installer-mysql' 'comptext' 'spamprobe' 'php-symfony-yaml' 'ddrescueview' 'node-compressible' 'ruby-distribution' 'setop' 'kvirc-modules' 'libserp-java-doc' 'linux-modules-4.15.0-1057-aws' 'libghc-attoparsec-prof' 'geoip-database-extra' 'libv8-3.14-dbg' 'prometheus-apache-exporter' 'libmpack0' 'gnustep-games' 'libguestfs-nilfs' 'casper' 'libubsan1-ppc64el-cross' 'node-import-lazy' 'python3-oslo.i18n' 'libgnuradio-rds3.7.11' 'libtrove3-java' 'libghc-base16-bytestring-dev' 'linux-image-unsigned-5.3.0-22-generic' 'libcnoid1' 'libiec16022-dev' 'libfreehep-graphicsio-tests-java' 'spellcast' 'pypy-pyasn1' 'nekobee' 'libghc-data-hash-prof' 'peg-go' 'servefile' 'translate-toolkit-doc' 'qtdeclarative4-kqtquickcharts-1' 'libyade' 'maelstrom' 'ganeti-htools' 'presage' 'python-sphinxcontrib.websupport' 'libghc-stateref-doc' 'python3-parameterized' 'expeyes-clib' 'valgrind' 'libssreflect-ocaml' 'libconfig-any-perl' 'postgresql-10-bgw-replstatus' 'ruby-rabl-rails' 'lrzip' 'libsecret-1-0' 'htcondor-doc' 'python-gmplot' 'python-pyodbc-dbg' 'packaging-dev' 'libsigrokdecode-dev' 'libsqlite3-0' 'gir1.2-ges-1.0' 'r-cran-contfrac' 'ruby-gettext' 'node-create-hmac' 'python3-whatthepatch' 'libghc-src-exts-util-dev' 'gobjc-6-multilib-sparc64-linux-gnu' 'fonts-urw-base35' 'linux-modules-extra-4.15.0-1040-gcp' 'r-cran-bayesfactor' 'gcc-8-s390x-linux-gnu-base' 'linux-headers-aws-lts-18.04' 'linux-tools-4.15.0-70-lowlatency' 'llvm-8-doc' 'libcharls-dev' 'hevea-doc' 'libstdc++6-8-dbg-armel-cross' 'libgfortran-6-dev-amd64-cross' 'remmina-plugin-telepathy' 'libgfortran4-amd64-cross' 'libghc-hstringtemplate-prof' 'cba' 'nowhere' 'urweb-mode' 'libmono-codecontracts4.0-cil' 'libequinox-event-java' 'linux-headers-4.15.0-1027-gcp' 'python-sh' 'elpa-eshell-bookmark' 'libcache-memcached-libmemcached-perl' 'knotes' 'libecpg6' 'gfortran-6-mips-linux-gnu' 'libadminutil-dev' 'libuim-custom2' 'sass-stylesheets-compass' 'cbm' 'libclang-perl' 'python3-requests-file' 'libjava-classpath-clojure' 'libeditorconfig-dev' 'gmerlin-encoders-good' 'libroscpp-msgs-dev' 'libconfig-file-perl' 'libimage-geometry-dev' 'reel' 'libmuroard3' 'apertium-oc-ca' 'libghc-objectname-doc' 'libgap-sage-4' 'fonts-leckerli-one' 'pmidi' 'mysqmail-postfix-logger' 'linux-modules-4.15.0-1018-azure' 'cd5' 'gnat-7-mips64el-linux-gnuabi64' 'linux-modules-4.15.0-64-lowlatency' 'libvmmalloc1' 'maptransfer-server' 'dolphin-emu' 'libyaml-perl' 'update-manager' 'libghc-cryptohash-sha256-doc' 'octave-nurbs' 'ddccontrol' 'percona-galera-3-dbg' 'origami-pdf' 'liborc-0.4-0' 'python3-etcd3gw' 'anthy-el' 'gedit-dev' 'lib64gcc-7-dev' 'rubberband-vamp' 'libx32stdc++-6-dev' 'libsnmp-session-perl' 'linux-image-4.15.0-1019-aws' 'python-tf' 'libcapnp-0.6.1' 'scilab-data' 'libserf-dev' 'python-tk' 'golang-github-packer-community-winrmcp-dev' 'kpatch' 'lilypond' 'thunderbird-locale-dsb' 'libconfig-identity-perl' 'xemacs21-basesupport-el' 'yasnippet' 'libgfortran-8-dev-i386-cross' 'abcmidi' 'libghc-http2-prof' 'liblouis-bin' 'libvips-dev' 'libfuzzer-8-dev' 'lebiniou' 'krita-l10n' 'libevent1-dev' 'plasma-theme-oxygen' 'human-theme' 'kubuntu-settings-desktop' 'libgnatvsn5-dbg-mips-cross' 'libvdeplug2' 'cvs-mailcommit' 'libplplotfortran0' 'linux-tools-4.15.0-1053-kvm' 'python-tz' 'librsvg2-common' 'python3-colorspacious' 'libpython3.6-stdlib' 'tryton-modules-sale-supply' 'libv8-3.14-dev' 'linux-image-4.15.0-1041-gke' 'xzdec' 'libkubuntu-dbg' 'libalgorithm-merge-perl' 'libmate-desktop-2-17' 'libghc-statistics-dev' 'gnat-7-sjlj-sparc64-linux-gnu' 'libresiprocate-turn-client-1.11' 'python3-mia' 'libtools-namespace-clojure' 'libffi6-dbg' 'libmysql-java' 'libobjc4-dbg-armhf-cross' 'python3-progressbar' 'linux-tools-5.0.0-1018-oem-osp1' 'hime-data' 'libwebsocketpp-dev' 'cde' 'python-dfwinreg' 'hash-slinger' 'pktools-dev' 'tcl8.5-dev' 'liblinbox-1.4.2-0' 'unifdef' 'prottest' 'libirstlm1' 'swisswatch' 'r-cran-rsolnp' 'soapdenovo' 'libxrender1' 'cdo' 'rivet-reference' 'globus-gram-job-manager-pbs' 'printer-driver-postscript-hp' 'libtest-most-perl' 'twiggy' 'trac-wikiprint' 'oar-server-pgsql' 'libyojson-ocaml' 'iamerican-large' 'python-nose-doc' 'mm-common' 'blcr-testsuite' 'ruby-mocha-doc' 'cdw' 'libags-gui-doc' 'libmime-util-java' 'python3-pylibacl-dbg' 'libnet-imap-client-perl' 'kopano-webapp-common' 'libobject-destroyer-perl' 'python-googleapi-samples' 'linux-modules-nvidia-418-5.0.0-1023-azure' 'nvidia-modprobe' 'libcupsimage2-dev' 'linux-headers-5.3.0-1009-azure' 'libopenfoam' 'linux-tools-5.3.0-1009-azure' 'linux-image-unsigned-4.15.0-1007-oracle' 'science-astronomy-dev' 'salt-proxy' 'apertium-oc-es' 'libmasonx-interp-withcallbacks-perl' 'whatmaps' 'pike8.0-image' 'python3-tweepy' 'lua-wsapi-fcgi-dev' 'igmpproxy' 'libgcc1-dbg-mips-cross' 'libemail-valid-perl' 'libwoff1' 'libvmdk-dev' 'pidgin-librvp' 'transmission-remote-gtk' 'xfce4-dict' 'libhiredis0.13' 'gcc-7-powerpc-linux-gnu-base' 'libnis-dev' 'libn32gfortran-5-dev-mipsel-cross' 'cg3' 'libboilerpipe-java' 'linux-buildinfo-4.15.0-1058-aws' 'samba-dsdb-modules' 'libayatana-ido3-0.4-dev' 'triangle-bin' 'libupnp1.8-doc' 'linux-headers-4.15.0-1012-azure' 'libnppial9.1' 'postfix-sqlite' 'libroutermanager-dev' 'gcc-6-i686-linux-gnu-base' 'libokteta-data' 'python3-novaclient' 'libgtksourceview2.0-0' 'kbtin' 'makehuman-doc' 'libomxil-bellagio0-dbg' 'nginx-core' 'nx-x11proto-scrnsaver-dev' 'tiemu' 'fonts-arkpandora' 'kvirc' 'matlab-support-dev' 'libmoox-handlesvia-perl' 'libghc-mono-traversable-dev' 'kdev-python' 'libghc-sdl-prof' 'plowshare' 'libghc-heist-prof' 'go-bindata' 'libcatalyst-authentication-credential-http-perl' 'libjs-jquery-hotkeys' 'libipe7.2.7' 'erlang-doc' 'doc-rfc-std' 'gnat-8-sh4-linux-gnu' 'ubuntu-advantage-tools' 'keyboardcast' 'python-bibtexparser' 'cfv' 'imx-usb-loader' 'node-posix-character-classes' 'libghc-x509-validation-dev' 'pmd2odg' 'language-pack-et-base' 'libpugl-0-0' 'bamf-dbg' 'cminpack-doc' 'clang-6.0' 'sat-xmpp-jp' 'auditd' 'libnet-https-any-perl' 'ssvnc' 'elpa-irony' 'openhpi-plugin-simulator' 'libtie-cache-perl' 'fonts-ecolier-court' 'lib64gcc-8-dev-mipsel-cross' 'unoconv' 'python-xe' 'r-cran-lava' 'kcolorchooser' 'libghc-stream-dev' 'science-electronics' 'icinga2-studio' 'slurm' 'mha4mysql-node' 'libofx7' 'python-sqlkit' 'libkubuntu-dev' 'staden-common' 'libdebian-package-html-perl' 'sendpage-client' 'lua-ljsyscall' 'libodsstream-qt5-0' 'python-z3' 'node-set-getter' 'gnome-games' 'libxcb-xvmc0' 'libwoff-dev' 'gdc-8-sparc64-linux-gnu' 'python3-django-js-reverse' 'lib32stdc++6-7-dbg-ppc64-cross' 'python3-django-extra-views' 'linux-modules-4.15.0-36-generic' 'python3-pynzb' 'libfifechan-dev' 'libbz2-1.0' 'macsyfinder' 'emboss-data' 'libgeo-coder-osm-perl' 'flatpak' 'libcdio17' 'zssh' 'monodoc-mono-upnp-manual' 'libproxy1-plugin-kconfig' 'libmsi-dev' 'erlang-tools' 'bumblebee-nvidia' 'libimage-librsvg-perl' 'nordugrid-arc-doc' 'libobjc-8-dev-x32-cross' 'golang-github-mvo5-uboot-go-dev' 'caml-crush-server' 'mklibs' 'r-cran-rgl' 'libjboss-jdeparser2-java' 'python-yt' 'libghc-yi-frontend-vty-doc' 'audacious' 'fusefat' 'pd-pduino' 'soapysdr0.6-module-osmosdr' 'mgltools-networkeditor' 'libghc-hspec-doc' 'python3-asn1crypto' 'lib32gcc-7-dev-sparc64-cross' 'libghc-logict-doc' 'ruby-rails-timeago' 'libcontext-preserve-perl' 'fusiondirectory-plugin-dovecot' 'impass' 'fts-ltsp-ldap' 'zstd' 'libhz0' 'libghc-code-page-dev' 'libxmlsec1-dev' 'linux-modules-extra-5.0.0-1025-gcp' 'libicu60' 'python-zc' 'python-pebl-doc' 'linux-libc-dev-mipsn32-cross' 'sigscheme-runtime' 'libgnome-keyring-common' 'litl-tools' 'libcolt-free-java-doc' 'linux-modules-extra-4.15.0-1040-gke' 'cil' 'sugar-memorize-activity' 'pybtctool' 'libgss-dbg' 'liblz4-1-dbg' 'e00compr' 'libasynccpp1.5' 'libijs-dev' 'sagemath-database-graphs' 'gcc-5-multilib-i686-linux-gnu' 'libmowgli-2-0' 'python-django-memoize' 'libwxgtk-media3.0-gtk3-0v5' 'jmdlx' 'derby-doc' 'nfs-ganesha' 'python3-astroplan' 'linux-tools-4.15.0-1057-oem' 'libghc-diagrams-svg-prof' 'python-napalm-iosxr' 'libtsan0-dbg' 'node-is-extglob' 'libpirl-java' 'libssh-gcrypt-dev' 'libelf1' 'libghc-hsp-prof' 'v4l2ucp' 'lib64stdc++6-mipsel-cross' 'libghc-base16-bytestring-doc' 'astrometry.net' 'gfortran-alpha-linux-gnu' 'homer-api-postgresql' 'kded5-dev' 'libperl6-export-attrs-perl' 'python-renderpm' 'archipel-agent-action-scheduler' 'fcitx-module-cloudpinyin' 'python3-protobuf' 'node-deep-extend' 'linux-modules-4.18.0-1020-azure' 'libopenal-dev' 'fusiondirectory-plugin-freeradius' 'golang-github-tendermint-go-merkle-dev' 'cjs' 'libubsan0-amd64-cross' 'python3-wand' 'ruby-mime' 'python-azure-devtools' 'libghc-crypto-pubkey-types-prof' 'libatspi2.0-dev' 'libgnatvsn5-sh4-cross' 'libhtml-tableparser-perl' 'geneatd' 'ruby-truncato' 'libstdc++-8-dev-powerpcspe-cross' 'node-buf-compare' 'libjdependency-java' 'golang-1.10' 'libcatalyst-view-gd-perl' 'newpid' 'libaec0' 'apertium-en-ca' 'libghc-src-exts-util-doc' 'python3-mpd' 'usbauth' 'osdclock' 'libguytools2' 'python3-restructuredtext-lint' 'libmath-planepath-perl' 'chake' 'fp-ide' 'libnux-4.0-dev' 'libgwengui-gtk2-dev' 'dolphin4' 'libgarcon-1-0-dev' 'scribus' 'espeakedit' 'libnvidia-decode-418' 'libjavascriptcoregtk-4.0-dev' 'libgfortran-6-dev-arm64-cross' 'python-cinfony' 'libgfortran4-arm64-cross' 'python-repoze.tm2-doc' 'libfile-monitor-lite-perl' 'mopidy-scrobbler' 'libhdf5-100' 'python-saharaclient' 'lrzsz' 'g++-aarch64-linux-gnu' 'kmahjongg' 'quagga-isisd' 'libnormaliz-dev-common' 'rt4-extension-customfieldsonupdate' 'python3-urllib3' 'mono-csharp-shell' 'g++-x86-64-linux-gnu' 'lsh-doc' 'netpipe-openmpi' 'python-pymeasure-doc' 'glusterfs-server' 'linux-image-4.15.0-48-generic' 'libhsqldb-java' 'linux-oracle-5.0-tools-5.0.0-1007' 'simplyhtml' 'linux-oracle-5.0-tools-5.0.0-1008' 'libbash-doc' 'python3-descartes' 'language-pack-am-base' 'linux-oracle-5.0-tools-5.0.0-1009' 'libtomcat9-embed-java' 'libgcc-5-dev-mipsel-cross' 'linux-image-5.0.0-1027-oem-osp1' 'binutils' 'sgmls-doc' 'libhttp-tiny-perl' 'libghc-snap-server-dev' 'python-construct.legacy' 'gcc-python3-plugin' 'python-futurist' 'python3-send2trash' 'linux-tools-4.15.0-1037-gcp' 'ruby-tioga' 'python3-odoorpc' 'python-clang-4.0' 'libghc-unicode-transforms-dev' 'pd-flite' 'simple-cdd' 'irony-server' 'festvox-kdlpc8k' 'golang-github-christrenkamp-goxpath-dev' 'libfso-glib-dev' 'veusz-helpers-dbg' 'pyca' 'libc++abi-9-dev' 'node-lowercase-keys' 'linux-image-unsigned-4.15.0-1019-azure' 'libpisock-dev' 'gir1.2-atk-1.0' 'libaccinj64-9.1' 'libstdc++-7-pic-powerpcspe-cross' 'ruby-shoulda' 'linux-image-4.15.0-1051-kvm' 'linux-oracle-5.0-tools-5.0.0-1010' 'linux-oracle-5.0-tools-5.0.0-1011' 'libubsan0-dbg-amd64-cross' 'golang-github-surma-gocpio-dev' 'libgss-dev' 'libkpimkdav-dev' 'libanyevent-dbi-perl' 'dnsmasq' 'fonts-cantarell' 'fonts-wqy-microhei' 'libvips-doc' 'python-sasview' 'node-typescript-types' 'node-des.js' 'libhsail-rt0-dbg-amd64-cross' 'quake' 'grub-ieee1275-bin' 'libnvidia-decode-430' 'cme' 'libotb-apps' 'git-remote-gcrypt' 'gfortran-5-sparc64-linux-gnu' 'erlang-lager' 'libtbb2-dbg' 'libmemoize-expirelru-perl' 'linux-modules-5.3.0-22-lowlatency' 'nagios-plugins-common' 'libnvidia-decode-435' 'libghc-statistics-doc' 'plume-creator' 'libkpimsmtp-dev' 'ttf-goudybookletter' 'libghc-network-conduit-tls-prof' 'libtomoyotools3' 'libebml4v5' 'linux-modules-5.3.0-1010-azure' 'gobjc++-6-multilib-mips-linux-gnu' 'apertium-en-es' 'gobjc-8-multilib' 'libwebsocketpp-doc' 'python3-mnemonic' 'gfal2-plugin-dcap' 'prelude-lml-rules' 'cmt' 'pydb' 'repo' 'libgcc-8-dev-i386-cross' 'libtwofish-dev' 'flightgear-data-ai' 'libatomic1-alpha-cross' 'python3-parse' 'libstdc++6-8-dbg-s390x-cross' 'linux-image-4.15.0-69-generic' 'pydf' 'tcl8.5-doc' 'python-dtest' 'code-aster-run' 'node-is-stream' 'python-rfc3986' 'node-gulplog' 'ruby-rugments' 'libnftnl-dev' 'libcommons-cli-java' 'ubuntu-packaging-guide-pdf-pt-br' 'libqt5multimedia5' 'libkpimgapidrive5' 'python3-parso' 'kopano-webapp-pimfolder' 'fishpolld' 'libclang-4.0-dev' 'gdc-6-multilib-arm-linux-gnueabihf' 'libanalitza8' 'libcrmcommon3' 'ruby-delorean' 'libkf5mbox-dev' 'pbbamtools' 'pxlib1' 'python-netifaces' 'libgo13-dbg-s390x-cross' 'libforms-bin' 'xfonts-thai-poonlap' 'libgd-securityimage-perl' 'gpsman' 'r-cran-rms' 'libtask-kensho-perl' 'ruby-redcloth' 'git-restore-mtime' 'librime-data-triungkox3p' 'axiom-test' 'python3-partd' 'libencode-perl' 'lib64stdc++6-8-dbg-powerpc-cross' 'ruby-afm' 'r-cran-shape' 'libelk0' 'libdevel-refcount-perl' 'mongodb-server-core' 'libn32stdc++6-7-dbg-mips64-cross' 'iptux' 'staticsite' 'libgarmin-dev' 'prover9-mace4' 'ttf-aenigma' 'fusionforge-plugin-taskboard' 'golang-github-miekg-dns-dev' 'lsb-security' 'opencity-data' 'libdist-zilla-plugin-localemsgfmt-perl' 'golang-github-opentracing-contrib-go-stdlib-dev' 'libopenmpi2' 'liborlite-perl' 'pyew' 'gosa-dev' 'libgdcm-cil' 'libgo9-amd64-cross' 'ruby-multibitnums-dbg' 'xserver-xorg-video-tdfx-hwe-16.04' 'doomsday' 'libtgvoip-dev' 'goaccess' 'apertium-en-gl' 'libpod-tests-perl' 'imagetooth' 'libgroonga-dev' 'coq' 'fbless' 'signond' 'betaradio' 'tcl-snack-dev' 'libfile-copy-link-perl' 'golang-github-serenize-snaker-dev' 'libhtml-wikiconverter-mediawiki-perl' 'libghc-mono-traversable-doc' 'libghc-mime-prof' 'libunity-gtk3-parser-dev' 'php-horde-timezone' 'linux-lowlatency-hwe-18.04' 'php-horde-crypt' 'libproguard-java' 'libsqlclient-dev' 'python3-mistralclient' 'stegosuite' 'libcgi-compile-perl' 'libjaxen-java' 'ruby-test-xml' 'freebsd-buildutils' 'mia-tools-doc' 'libhepmcfio-dev' 'libubsan0-sparc64-cross' 'pyfr' 'xenomai-doc' 'gccgo-8-multilib-s390x-linux-gnu' 'libghc-x509-validation-doc' 'libn32go11-dbg-mips64el-cross' 'gnat-8-hppa-linux-gnu' 'libocamlgsl-ocaml-dev' 'astrometry-data-tycho2' 'gnome-klotski' 'libbusiness-tax-vat-validation-perl' 'libdist-zilla-plugin-readmefrompod-perl' 'giblib1' 'sspace' 'elpa-deft' 'cpm' 'zbar-tools' 'python-tegaki-gtk' 'cpp' 'libgnatvsn6-s390x-cross' 'libjs-codemirror' 'libghc-stream-doc' 'libsfasan2-dbg-armhf-cross' 'libgnatprj6-dev-hppa-cross' 'libmagickwand-6.q16-3' 'libhtml-tableextract-perl' 'cpu' 'xfoil' 'libuddi4j-java' 'perl-stacktrace' 'libplumbgpl2-dev' 'linux-modules-extra-5.0.0-1025-gke' 'libghc-yi-core-dev' 'libesedb1' 'fonts-sipa-arundina' 'libreplacer-java' 'libydpdict2-dev' 'junior-art' 'vdirsyncer-doc' 'language-pack-ta-base' 'gst-omx-listcomponents' 'r-cran-phytools' 'python-biplist' 'librasterlite2-1' 'libclass-c3-componentised-perl' 'ekg2-jabber' 'syslog-ng-mod-snmptrapd-parser' 'fonts-noto-cjk' 'libcpp-common0d' 'libwbxml2-utils' 'libhealpix-cxx0' 'libinklevel-dev' 'libjmol-java-doc' 'telegram-desktop' 'libgnatvsn5-armhf-cross' 'libsfubsan1-dbg-armhf-cross' 'libmono-system-web-http-selfhost4.0-cil' 'gir1.2-keybinder-3.0' 'lib32gcc-6-dev-x32-cross' 'apertium-apy' 'postgresql-10-postgis-2.4' 'libeclipse-core-databinding-beans-java' 'libharfbuzz-gobject0' 'libmatedict-dev' 'liblasso3' 'libirs160' 'libghc-hdbc-sqlite3-dev' 'linux-modules-extra-4.18.0-1019-azure' 'hhsuite' 'python3-ldif3' 'libtree-xpathengine-perl' 'squashfs-tools' 'libkf5declarative5' 'libgnatvsn5-dbg-sparc64-cross' 'libthepeg-dev' 'libxapian-java' 'golang-github-cheekybits-is-dev' 'standardskriver' 'sitesummary-client' 'g++-5-m68k-linux-gnu' 'screenie-qt' 'fonts-motoya-l-maruberi' 'dh-ocaml' 'libdbix-class-dynamicdefault-perl' 'e17' 'libstarlink-ast-dev' 'rhythmbox-plugin-alternative-toolbar' 'gtkboard' 'mbtserver' 'libghc-hs-bibutils-dev' 'libgtk-sharp-beans-cil' 'libevd-0.1-0' 'g++-mingw-w64' 'libgo9-x32-cross' 'libglobus-xio-net-manager-driver' 'phpunit-git' 'libc6-armel-armhf-cross' 'libjetty9-extra-java' 'science-simulations' 'pleiades' 'kinput2-common' 'libghc-code-page-doc' 'python3-pyocr' 'node-htmlescape' 'cl-flexi-streams' 'libglobus-rsl-dev' 'python3-flask-rdf' 'ibus-m17n' 'libklibc-dev' 'pyqt5-examples' 'libmime-base32-perl' 'libstdc++-7-dev-x32-cross' 'gridengine-common' 'node-serve-favicon' 'xserver-xorg-input-evdev-hwe-18.04' 'isdnutils-base' 'libghc-half-dev' 'linux-signed-generic-hwe-16.04' 'linux-image-unsigned-4.15.0-1048-gke' 'ciopfs' 'apertium-arg' 'libghc-mtlparse-prof' 'r-cran-glmnet' 'wesnoth-1.12-dbg' 'python-darts.lib.utils.lru' 'liblog-any-adapter-callback-perl' 'libmousex-nativetraits-perl' 'mysql-client' 'dict-freedict-deu-swe' 'osspd' 'ubuntu-mate-live-settings' 'libijs-doc' 'tp-smapi-dkms' 'libitext-rtf-java' 'node-path-root-regex' 'kamailio-phonenum-modules' 'csb' 'gimp-gap' 'lubuntu-live-settings' 'fp-units-misc-3.0.4' 'kde-telepathy-send-file' 'libstdc++-5-pic-mips64el-cross' 'mutt-vc-query' 'libhttp-lrdd-perl' 'libjs-asciimathml' 'ihungarian' 'python-openstackclient' 'libsqlite3-gst' 'csh' 'chase' 'libcanl-c4' 'zescrow-client' 'libsvn-web-perl' 'libstdc++6-6-dbg-amd64-cross' 'lib64stdc++-8-dev-powerpc-cross' 'libspectre-dev' 'liblingua-en-words2nums-perl' 'python-hiro' 'ruby-rubocop-rspec' 'libconfig-model-openssh-perl' 'qmpdclient' 'gnome-icon-theme-yasis' 'xserver-xspice' 'libcommons-collections3-java-doc' 'libexttextcat-2.0-0' 'vigor' 'libkfilemetadata4' 'libghc-data-clist-prof' 'gpsprune' 'libncap-dev' 'libsort-key-top-perl' 'libghc-shakespeare-dev' 'libgpgme11' 'libpano13-bin' 'neobio' 'fpc-3.0.4' 'libotbcommon-6.4-1' 'ecasound' 'python3-aiodns' 'doc-rfc-old-std' 'ruby-pygments.rb' 'modsecurity-crs' 'stress' 'acedb-other-belvu' 'gcc-4.8' 'ruby-appraiser-rubocop' 'fonts-navilu' 'libsendmail-pmilter-perl' 'linux-tools-4.15.0-1037-gke' 'gcc-8-multilib-powerpc-linux-gnu' 'libgrits-dev' 'golang-gopkg-mcuadros-go-syslog.v2-dev' 'latexdraw' 'science-dataacquisition' 'ctn' 'gobjc-8-powerpc-linux-gnuspe' 'libsnappy-dev' 'sredird' 'texlive-games' 'wgalician-minimos' 'gopchop' 'airstrike-common' 'elpa-restart-emacs' 'python3-distutils-extra' 'golang-github-vmware-photon-controller-go-sdk-dev' 'diodon-dev' 'soapysdr-module-hackrf' 'libconvert-ascii85-perl' 'libgphobos-7-dev' 'python-parted' 'mkcue' 'python-requests-unixsocket' 'zephyr-server-krb5' 'qupzilla' 'tworld-data' 'libghc-tasty-smallcheck-prof' 'node-keygrip' 'libopencc2-data' 'libcrypt-smbhash-perl' 'libstring-formatter-perl' 'libtime-stopwatch-perl' 'libghc-tagstream-conduit-prof' 'g++-7-powerpc64le-linux-gnu' 'python-crank' 'libmuparser2v5' 'bsdmainutils' 'phpunit-global-state' 'freetable' 'libopenlibm-dev' 'libyaz5' 'python-van.pydeb' 'libghc-integer-logarithms-dev' 'cup' 'liblastfm-ocaml-dev' 'node-babel-helper-bindify-decorators' 'python3-pyside.qthelp' 'ruby-ami' 'ufoai-common' 'linux-image-4.18.0-1011-gcp' 'linux-image-unsigned-4.15.0-1009-oem' 'libnet-libdnet6-perl' 'libghc-snap-server-doc' 'dh-octave-autopkgtest' 'qiime-doc' 'libnotmuch-dev' 'lib64go11-mipsel-cross' 'r-cran-bitops' 'libghc-unicode-transforms-doc' 'libinline-perl' 'libpmemlog-dev' 'python-chargebee' 'libapache2-mod-fcgid' 'libspatialindex-c4v5' 'python-gevent-websocket' 'python-turbogears2' 'libcuda1-346-updates' 'libsegyio-dev' 'node-stream-shift' 'cobra' 'libksane-data' 'libsubunit-dev' 'libtercpp0v5' 'libubsan0-dbg-arm64-cross' 'python-vm-builder-ec2' 'cvm' 'libgfortran4-mips64el-cross' 'libjose0' 'libretro-mupen64plus' 'geki2' 'geki3' 'libref-array-dev' 'coinor-libipopt-dev' 'cvs' 'r-cran-ca' 'klickety' 'libxml-light-ocaml-dev' 'libxfdashboard-dev' 'libmath-vector-real-perl' 'gcc-6-arm-linux-gnueabihf-base' 'ldm-server' 'libgrafx11-1-dev' 'libhtml-gumbo-perl' 'bosixnet-webui' 'python-txzookeeper' 'lib64stdc++6-5-dbg-i386-cross' 'libtrace-tools' 'vibe.d' 'gkrelluim' 'libtie-shadowhash-perl' 'ssed' 'libkf5alarmcalendar-dev' 'gobjc++-7-arm-linux-gnueabi' 'golang-github-xenolf-lego-dev' 'python3-djangorestframework-extensions' 'libghc-basement-dev' 'libtest-mockmodule-perl' 'gfaim-data' 'fusiondirectory-plugin-autofs' 'libgeronimo-jms-1.1-spec-java' 'libparanamer-maven-plugin-java' 'libwhoopsie0' 'linux-modules-5.0.0-31-generic' 'klone' 'wzip' 'libogg0' 'fwbuilder-dbg' 'libghc-yaml-prof' 'xfswitch-plugin' 'python3-pycodestyle' 'linux-lowlatency-hwe-18.04-edge' 'latex2rtf-doc' 'linux-tools-4.15.0-1025-aws' 'linux-image-4.15.0-1031-azure' 'linux-modules-4.15.0-1030-kvm' 'cwm' 'proftpd-mod-geoip' 'gobjc-6-s390x-linux-gnu' 'libcamera-calibration-parsers-dev' 'soapysdr0.6-module-redpitaya' 'liboscpack-dev' 'phpunit-code-unit-reverse-lookup' 'linux-image-unsigned-4.15.0-1014-oracle' 'undbx' 'jekyll' 'marble-plugins' 'python3-gpyfft' 'fonts-wqy-zenhei' 'irssi-dev' 'libhdate1' 'php-horde-imap-client' 'libpowerman0' 'ncmpc' 'postgresql-10-amcheck' 'libstdc++-7-pic-s390x-cross' 'gstreamer1.0-nice' 'breathe-icon-theme' 'httrack-doc' 'linux-buildinfo-4.15.0-1027-oracle' 'libwx-perl-processstream-perl' 'kawari8' 'libsnl0' 'libvibrant6-dev' 'yamagi-quake2-core' 'python-indexed-gzip' 'slepc3.7.4-doc' 'saods9-tclpackages' 'libghc-asn1-types-dev' 'malaga-bin' 'libtemplate-plugin-comma-perl' 'lib32gfortran-8-dev-sparc64-cross' 'gpsim' 'libcwd-guard-perl' 'ruby-rqrcode-rails3' 'r-cran-dt' 'libpgplot0' 'golang-github-hashicorp-go-sockaddr-dev' 'node-crc32' 'libasprintf0v5' 'language-pack-mk-base' 'libghc-wl-pprint-text-dev' 'libogg-vorbis-decoder-perl' 'linux-cloud-tools-4.15.0-48-generic' 'libxcb-render-util0' 'linux-headers-4.18.0-20-generic' 'ssft' 'nfs-ganesha-doc' 'ruby-benchmark-suite-doc' 'golang-github-mattn-go-isatty-dev' 'primesense-nite-nonfree' 'libghc-optparse-applicative-prof' 'erlang-ic-java' 'python-pygtail' 'golang-github-gorilla-rpc' 'gnu-efi' 'python-unipath' 'libopencsg-example' 'libxorg-gtest-data' 'guile-gnome2-gtk' 'libgo9-arm64-cross' 'lib32gcc1-dbg-mips64-cross' 'libstruct-dumb-perl' 'golang-github-google-cadvisor-dev' 'libsdl2-gfx-dev' 'gtk2-engines-qtcurve' 'libkpmcore-dev' 'libcrypt-cbc-perl' 'libghc-hsopenssl-prof' 'libb-hooks-endofscope-perl' 'llvm-3.9-dev' 'libsubtitleeditor-dev' 'libkwnn-dev' 'bacula-director-mysql' 'tcl-snack-doc' 'yasat' 'editorconfig' 'libkf5sysguard-bin' 'claws-mail-spam-report' 'knowthelist' 'libstring-truncate-perl' 'libkf5konq6' 'libghc-random-fu-prof' 'libapache-session-sqlite3-perl' 'liblldb-7-dev' 'spellutils' 'mpi-testsuite' 'python3-passlib' 'node-latest-version' 'python-willow' 'libnfc-examples' 'libqscintilla2-qt5-dev' 'linux-headers-4.15.0-46-lowlatency' 'gnome-icon-theme-gperfection2' 'libgnat-6-dbg-hppa-cross' 'gnome-shell-extension-mediaplayer' 'gkrellmoon' 'python3-fuzzywuzzy' 'python-seamicroclient' 'qtwayland5' 'libjs-yui3-debug' 'kunststoff' 'python3-magnumclient' 'w3-recs' 'libfido2-dev' 'phonon4qt5' 'qt5-default' 'ruby-omniauth-gitlab' 'node-make-dir' 'wesnoth-1.12-did' 'linux-modules-extra-4.18.0-21-generic' 'pype' 'python-nflog' 'gcc-8-hppa-linux-gnu' 'libjava-xmlbuilder-java-doc' 'chiark-backup' 'libqt5organizer5' 'x11proto-present-dev' 'mathicgb' 'node-npm-bundled' 'liballegro-video5-dev' 'golang-github-juju-httprequest-dev' 'cppad' 'libgnuastro3' 'golang-github-ctdk-goiardi-dev' 'libgpg-error0' 'eiskaltdcpp-cli' 'cairo-dock-slider-plug-in' 'jhbuild' 'libfunction-fallback-coreorpp-perl' 'libqttest4-perl' 'linux-cloud-tools-4.15.0-69-generic' 'libexpat-ocaml-dev' 'libscscp1' 'python-gpxpy' 'libopenmpt0' 'phamm-ldap-amavis' 'libghc-yi-core-doc' 'linux-modules-4.15.0-1008-oracle' 'libgmt-dev' 'wmclockmon' 'python-lucene' 'libghc-parseargs-prof' 'pypy' 'uwsgi-plugin-gevent-python' 'libmodule-path-perl' 'libantlr3-gunit-java' 'python-searchlightclient' 'libmupen64plus-dev' 'uwsgi-plugin-rack-ruby2.5' 'libreoffice-gtk' 'libgmbal-commons-java' 'felix-latin' 'certbot' 'lib64objc-5-dev-mipsel-cross' 'libsndobj2v5' 'tinyos-source' 'cpl-plugin-amber' 'libjnr-enxio-java' 'gobjc-7-alpha-linux-gnu' 'gfortran-6-powerpc-linux-gnu' 'linux-headers-4.15.0-1018-azure' 'python-dbus' 'liquidsoap-plugin-mad' 'ucimf-sunpinyin' 'uim-qt5-immodule' 'python-flask-autoindex' 'iputils-arping' 'elpa-solarized-theme' 'pyqi' 'libkf5akonadimime5' 'libghc-hdbc-sqlite3-doc' 'libgo11-dbg-mipsel-cross' 'libatinject-jsr330-tck-java' 'linux-image-unsigned-4.15.0-38-generic' 'strongswan-tnc-server' 'libhfstdc++6-8-dbg-armel-cross' 'linux-modules-extra-4.15.0-1034-gcp' 'golang-vhost-dev' 'libghc-base64-bytestring-dev' 'liquidwar' 'lua-dbi-sqlite3' 'munin-plugins-btrfs' 'qml-module-org-kde-purpose' 'plymouth-theme-lubuntu-logo' 'linux-tools-4.15.0-1010-oracle' 'pd-mjlib' 'linux-headers-4.15.0-50-lowlatency' 'whyteboard' 'python-oops-amqp' 'libstarlink-ast-doc' 'tryton-modules-stock-package-shipping' 'swi-prolog-java' 'dbus-tests' 'libsaxon-java-doc' 'node-array-series' 'linux-modules-extra-4.15.0-20-generic' 'libghc-hs-bibutils-doc' 'liblualib50-dev' 'libimage-exif-perl' 'nrpe-ng' 'libbrailleutils-java-doc' 'android-platform-tools-base' 'aolserver4-nsldap' 'libgfortran-7-dev-mips64el-cross' 'libqt5xdg3' 'libsdl-mixer1.2-dev' 'libx32itm1-dbg-amd64-cross' 'libghc-mono-traversable-instances-dev' 'humanity-icon-theme' 'cpp-arm-linux-gnueabihf' 'gobjc++-multilib-powerpc-linux-gnu' 'libmoox-cmd-perl' 'node-flush-write-stream' 'libjs-validator' 'driconf' 'tinyos-tools' 'python3-nose2' 'gcc-8-plugin-dev-sh4-linux-gnu' 'php-horde-icalendar' 'libhugs-hunit-bundled' 'libhfasan3-dbg-armel-cross' 'libglobus-rsl-doc' 'liblinear-tools' 'netwag' 'indicator-china-weather' 'libgtk2-traymanager-perl' 'ruby-ast' 'pd-maxlib' 'libswt-glx-gtk-3-jni' 'gconjugue' 'libiio0-cil' 'pyro' 'librestbed0' 'libghc-half-doc' 'libx32gomp1-dbg' 'libgzstream-dev' 'libanyevent-processor-perl' 'systemsettings' 'libreoffice-lightproof-ru-ru' 'golang-github-stevvooe-resumable-dev' 'digikam' 'python-diamond' 'libtest-email-perl' 'archipel-agent-hypervisor-geolocalization' 'php-zend-hydrator' 'librad0' 'elpa-message-templ' 'libreoffice-l10n-en-gb' 'erlang-eunit' 'r-cran-pillar' 'libhttp-daemon-ssl-perl' 'libgnat-7-dbg-armel-cross' 'python3-bloom' 'unixodbc-bin' 'node-arr-diff' 'node-domhandler' 'beagle' 'theorur' 'rosbuild' 'gnat-7-sjlj-m68k-linux-gnu' 'librte-mbuf17.11' 'ruby-atk' 'calligrawords-data' 'libstdc++6-6-dbg-arm64-cross' 'libarmadillo8' 'linux-buildinfo-4.15.0-1031-kvm' 'libbinio1v5' 'libeztrace-dev' 'librelion-dev-common' 'linux-tools-4.15.0-1047-kvm' 'libalgorithm-munkres-perl' 'linux-user-chroot' 'libghc-shakespeare-doc' 'qtdeclarative5-doc-html' 'gnome-shell-extension-disconnect-wifi' 'exonerate' 'abi-monitor' 'libghc-yesod-default-dev' 'libghc-data-accessor-prof' 'libsnmp-base' 'monodoc-db4o-manual' 'libcephfs2' 'linux-modules-4.15.0-1034-oem' 'linux-buildinfo-5.0.0-1040-oem-osp1' 'python-pmock' 'python-txzmq' 'cpp-6-s390x-linux-gnu' 'libhepmc4' 'python-graypy' 'libghc-simple-reflect-dev' 'linux-headers-5.3.0-1009-gcp' 'libgrits-doc' 'eog-plugin-slideshow-shuffle' 'libdazzle-doc' 'language-pack-id-base' 'ddgr' 'ruby-fog-voxel' 'python-gwebsockets' 'tryton-modules-stock-location-sequence' 'ganeti-doc' 'libcroco3-dev' 'python-pybind11' 'indicator-multiload' 'cppcheck' 'liblasi0' 'qml-module-ofono' 'omhacks' 'dovecot-gssapi' 'keepalived' 'libc6-dev-hppa-cross' 'sslh' 'kdevelop52-libs' 'libghc-jmacro-dev' 'libboost-graph1.65-dev' 'libomp5-7' 'libomp5-8' 'liblorenef77-debian1' 'libomp5-9' 'libautobox-dump-perl' 'libjs-mathjax' 'libbiojava1.7-java' 'libtuxcap-dev' 'libxcrypt1' 'libboost-wave1.62.0' 'qml-module-gsettings1.0' 'libsss-nss-idmap0' 'umview-mod-umfuseiso9660' 'ceph-test' 'fusiondirectory-plugin-sympa-schema' 'piu-piu' 'python-pbconsensuscore' 'libcgi-application-plugin-authorization-perl' 'stx-btree-dev' 'gcc-7-powerpc-linux-gnuspe' 'libhttp-cache-transparent-perl' 'cipux-object-tools' 'libmpj-java' 'libghc-log-domain-dev' 'linux-modules-extra-4.15.0-1027-oracle' 'libtrajectory-msgs-dev' 'mate-system-monitor-common' 'libbcel-java' 'lib32gfortran4-dbg-amd64-cross' 'libghc-integer-logarithms-doc' 'xmms2-client-medialib-updater' 'libresample1' 'libghc-hslua-dev' 'node-jszip-utils' 'dacs-examples' 'ruby-fog-vsphere' 'libjs-jquery-easing' 'python3-bootstrapform' 'libcurses-widgets-perl' 'librem0-dbg' 'python-lazr.delegates-doc' 'pybit-watcher' 'devhelp-common' 'vlc-plugin-skins2' 'puppet-master-passenger' 'python-yenc' 'libghc-soap-dev' 'linux-image-5.0.0-1013-gcp' 'libdbix-class-deploymenthandler-perl' 'qca2-utils' 'linux-buildinfo-5.0.0-1025-azure' 'python3-aptdaemon.gtk3widgets' 'python-pytest-mock' 'dhtnode' 'infon-server' 'postgresql-10-jsquery' 'ddir' 'ukui-panel-common' 'htdig' 'libgtk3.0-cil' 'python3-zope.hookable' 'svn2cl' 'daemontools' 'xwiimote' 'php-tokenizer' 'libclass-loader-dev' 'postgresql-filedump' 'tableau-parm' 'gfortran-8-multilib-arm-linux-gnueabihf' 'vtable-dumper' 'python-envparse' 'libjs-select2.js' 'libmaven-reporting-exec-java' 'ruby-aws' 'linux-image-aws-edge' 'libdb5.3-stl-dev' 'coinor-libipopt-doc' 'linux-modules-4.15.0-1014-gcp' 'kgb-bot' 'libfaad-ocaml-dev' 'linux-image-azure' 'qsapecng-doc' 'python3-blosc' 'id3tool' 'golang-github-nebulouslabs-errors-dev' 'python-vsgui' 'libxml-regexp-perl' 'libedbus1' 'sikuli-ide' 'python3-pafy' 'reminiscence' 'libkf5codecs-data' 'weechat' 'libghc-basement-doc' 'linux-image-4.15.0-1023-aws' 'libghc-dice-dev' 'gnome-icon-theme' 'xmms2-plugin-flac' 'libgctp0d' 'science-viewing' 'libkokyu-dev' 'ruby-color' 'golang-github-opennota-urlesc-dev' 'ifaroese' 'libflute-java-doc' 'cpp-7-alpha-linux-gnu' 'dar-docs' 'libjira-client-automated-perl' 'libbsd0' 'lua-expat' 'curtin' 'cl-ppcre' 'libsmraw-utils' 'nut-doc' 'bind9-host' 'golang-github-ubuntu-core-snappy-dev' 'pidgin-latex' 'libgnat-5-sh4-cross' 'language-selector-common' 'libllvm5.0-dbg' 'phpcpd' 'r-cran-rserve' 'linux-headers-5.0.0-32-generic' 'linux-tools-5.0.0-32-generic' 'r-cran-mi' 'libdevel-leak-perl' 'impressive-display' 'libn32gfortran-8-dev-mips64-cross' 'gtrayicon-dbg' 'libguytools2-dev' 'libtiles-java-doc' 'alsaplayer-common' 'piespy' 'python3-savitar' 'liblangtag1' 'lua-sandbox-extensions' 'libmodule-load-conditional-perl' 'liblouis14' 'libapache2-mpm-itk' 'grr-client-templates' 'vzdump' 'python3-slip-dbus' 'node-require-relative' 'libmono-system-web-applicationservices4.0-cil' 'rdtool' 'libwaei2' 'cpphs' 'desproxy' 'libfdk-aac1' 'libpjmedia-audiodev2' 'libx32go11-i386-cross' 'squid-common' 'libghc-asn1-types-doc' 'linux-modules-extra-gcp-edge' 'libteam-utils' 'libfann2' 'gir1.2-cheese-3.0' 'libvpx-dev' 'nordugrid-arc-ldap-infosys' 'mlton-doc' 'linux-image-4.15.0-1018-oracle' 'parsec47-data' 'libn32go11-dbg-mips64-cross' 'python3-jsonpatch' 'libghc-wl-pprint-text-doc' 'python-django-python3-ldap' 'gkrellm-ibam' 'drpython' 'sdcc-doc' 'libasync-http-client-java' 'dnstap-ldns' 'linux-image-unsigned-4.15.0-76-lowlatency' 'gir1.2-mate-panel' 'libpod-weaver-section-legal-complicated-perl' 'node-channels' 'libmapbox-geometry-dev' 'lib64gcc1-dbg-powerpc-cross' 'doc-rfc' 'libmono-cecil-cil-dev' 'libsignon-plugins-common1' 'libairspy-dev' 'gir1.2-eom-1.0' 'ubuntu-mate-wallpapers-photos' 'libgphobos68-armel-cross' 'openclipart-png' 'python-libcloud' 'libsdl2-gfx-doc' 'python-utidylib' 'libgepub-0.6-dev' 'llvm-3.9-doc' 'libappindicator-dev' 'kipi-plugins' 'substance-flamingo-doc' 'golang-github-peterh-liner-dev' 'linux-headers-4.18.0-1020-azure' 'pybik-bin' 'linux-modules-nvidia-390-azure' 'libpstoedit0c2a' 'python3-wreport' 'trove-conductor' 'lib32stdc++6-8-dbg-sparc64-cross' 'dar' 'mangler' 'linux-modules-extra-4.15.0-1034-gke' 'python-pickleshare' 'libgfortran-8-dev-mips-cross' 'libann-dev' 'gnat-8-mips64-linux-gnuabi64' 'cpanoutdated' 'linux-buildinfo-4.15.0-1035-oem' 'dhis-server' 'node-wrench' 'elscreen' 'gnome-xcf-thumbnailer' 'python3-routes' 'cl-garbage-pools' 'linux-modules-extra-4.15.0-58-generic' 'ros-map-msgs' 'python3-protorpc-standalone' 'libace-6.4.5' 'phpliteadmin' 'compiz-plugins-main-default' 'polyml' 'libgnatvsn6-dbg-arm64-cross' 'ewf-tools' 'syrthes' 'libshishi-dev' 'python3-pyotp' 'sopel' 'furiusisomount' 'erlang-p1-pam' 'mkgmap-splitter' 'lcl-utils' 'python-django-q-doc' 'python3-ngs' 'libmaven-artifact-transfer-java' 'linux-cloud-tools-4.15.0-1031-azure' 'python-tabulate' 'ddms' 'xmms2-plugin-mpg123' 'libghc-text-postgresql-dev' 'libclxclient-dev' 'dtach' 'libcdi-api-java-doc' 'python-restless-doc' 'xemacs21-bin' 'kde-telepathy-kaccounts' 'geany-plugin-projectorganizer' 'libghc-wai-websockets-dev' 'libtracker-sparql-2.0-0' 'libstdc++6-8-dbg-ppc64-cross' 'xfce4-indicator-plugin' 'php-symfony-options-resolver' 'fwbuilder-doc' 'pyzo' 'php7.2-tidy' 'gccgo-8-multilib-mips64-linux-gnuabi64' 'cligh' 'mu-cite' 'python-wcwidth' 'libpowermock-java' 'sofa-data' 'r-cran-r6' 'libwpd-0.10-10' 'libjava-string-similarity-java-doc' 'namebench' 'libasan2-dbg' 'libahven6-dev' 'libjacoco-java-doc' 'libqwtmathml-qt5-dev' 'libghc-base64-bytestring-doc' 'golang-github-gorilla-pat-dev' 'vdr-plugin-streamdev-server' 'brebis' 'node-babel-plugin-syntax-export-extensions' 'liblo10k1-dev' 'libz-mingw-w64-dev' 'flightgear-data-models' 'libfreehep-graphicsio-java-java' 'bootstrap-vz' 'sssd' 'libghc-mono-traversable-instances-doc' 'nicstat' 'kanjipad' 'partclone' 'usbmuxd-dbg' 'lib32lsan0-dbg-ppc64-cross' 'language-pack-bn-base' 'libpath-finddev-perl' 'monodoc-mono-zeroconf-manual' 'python-requests-toolbelt' 'libwfmath-1.0-dev' 'linux-tools-4.15.0-1035-azure' 'ddd' 'g++-5-multilib-mips64-linux-gnuabi64' 'libstrongswan' 'python-netmiko' 'texlive-fonts-recommended-doc' 'ssss' 'dolphin-plugins' 'libtest-script-run-perl' 'showfoto' 'libvisp-imgproc3.1' 'plasma-discover-common' 'xubuntu-community-wallpapers-xenial' 'node-babel-register' 'libnetaddr-ip-perl' 'dds' 'xserver-xspice-hwe-18.04' 'lxqt-system-theme' 'python-glanceclient' 'libghc-hspec-core-dev' 'libgazebo9-dev' 'libnet-nessus-rest-perl' 'libopenalpr2' 'libghc-sdl-gfx-prof' 'libnet-smtp-server-perl' 'libasan2-dbg-armel-cross' 'libhts-dev' 'libuv0.10-dbg' 'apertium-hbs-eng' 'linux-buildinfo-4.18.0-24-generic' 'fonts-takao-pgothic' 'libjdom2-java-doc' 'libiv1' 'libghc-hspec-wai-dev' 'libnetsds-kannel-perl' 'amphetamine-data' 'postfix-ldap' 'haproxy-doc' 'gfortran-8-riscv64-linux-gnu' 'libwinpr-registry0.1' 'pilot-link' 'libjs-rtcninja' 'linux-headers-4.15.0-1009-aws' 'coq-doc-html' 'wmfrog' 'libapache2-mod-upload-progress' 'libn32gfortran3-dbg-mipsel-cross' 'libgts-0.7-5' 'vdr-plugin-xineliboutput-dbg' 'ruby-rinku' 'libdieharder3' 'gnocchi-metricd' 'libversion-next-perl' 'libcheese-dev' 'python-kitchen' 'libghc-yesod-default-doc' 'mythgallery' 'wondershaper' 'php-zend-eventmanager' 'libokio-java' 'cyclograph-gtk3' 'ddpt' 'tryton-modules-account-tax-rule-country' 'dex' 'libstdc++-5-pic-arm64-cross' 'mtd-utils' 'libsbsms-dev' 'python-itango-doc' 'libscim8v5' 'pcmanfm-qt-l10n' 'gobjc-7-powerpc64le-linux-gnu' 'apertium-bel' 'libghc-simple-reflect-doc' 'emacs25-lucid' 'linux-tools-5.0.0-1033-oem-osp1' 'r-cran-sm' 'python-nifti' 'ubuntustudio-video' 'linux-image-5.0.0-1013-gke' 'r-cran-sn' 'node-registry-url' 'libqt4-designer-dbg' 'r-cran-sp' 'libsort-key-perl' 'dfc' 'pypy-setuptools' 'gcc-7-plugin-dev-alpha-linux-gnu' 'libkdb3-4' 'fish-common' 'libgphobos-7-dev-i386-cross' 'gir1.2-v-sim-1.0' 'libghc-recaptcha-prof' 'klavaro' 'liblucy-perl' 'libnet-frame-dump-perl' 'banshee-community-extensions' 'r-cran-sem' 'aften' 'libghc-jmacro-doc' 'libganymed-ssh2-java' 'libghc-classy-prelude-yesod-dev' 'python-smartypants' 'libfreehep-graphics2d-java' 'seaview' 'libncbi-vdb2' 'libgcc4-dbg-hppa-cross' 'xserver-xorg-video-trident' 'drslib' 'python3-sentinels' 'ubuntu-defaults-zh-cn' 'libvisp-core3.1-dbg' 'libgcc-8-dev-mips64-cross' 'libequinox-p2-garbagecollector-java' 'dunst' 'libopenmpt-dev' 'foomatic-filters' 'python3-geographiclib' 'elpa-esh-help' 'libghc-monad-unlift-dev' 'cpp-8-sh4-linux-gnu' 'libx32cilkrts5-i386-cross' 'libobjc-7-dev-powerpcspe-cross' 'libclass-isa-perl' 'stx-btree-doc' 'mailping' 'libghc-posix-pty-prof' 'g++-8-x86-64-linux-gnux32' 'logster' 'r-cran-tm' 'python3-mapnik' 'libghc-log-domain-doc' 'sibsim4' 'libdebconf-kde1' 'libqt4-sql-tds' 'libjs-simplemde' 'lives-plugins' 'libdata-objectdriver-perl' 'gccgo-i686-linux-gnu' 'libtest-compile-perl' 'libgnat-7-dbg-s390x-cross' 'libghc-presburger-dev' 'python-cinderclient' 'qml-module-qtcontacts' 'qtgraphicaleffects5-doc' 'librdkit1' 'linux-modules-5.0.0-1031-azure' 'libghc-jwt-prof' 'libn32gcc-7-dev-mips-cross' 'libcpanplus-dist-build-perl' 'r-cran-v8' 'libayatana-indicator-dev' 'libsundials-nvecparallel-hypre2' 'libghc-hslua-doc' 'libcsfml-audio2.4' 'lib32objc-5-dev-ppc64-cross' 'python3-os-vif' 'libqt5xdgiconloader-dev' 'libhtml-formattext-withlinks-andtables-perl' 'trustedqsl' 'python3-cmd2' 'vzctl' 'cl-alexandria' 'libcpan-uploader-perl' 'monodoc-poppler-manual' 'libghc-soap-doc' 'phpliteadmin-themes' 'libn32gfortran-8-dev-mips-cross' 'binutils-mips64-linux-gnuabi64-dbg' 'ttf-adf-irianis' 'golang-github-spf13-fsync-dev' 'vim-latexsuite' 'libmicroba-java-doc' 'libdevmapper-event1.02.1' 'libdleyna-connector-dbus-1.0-1' 'libpam-doc' 'libghc-stmonadtrans-prof' 'lazarus-ide-qt5' 'libycadgraywolf1-dbg' 'wap-wml-tools' 'bve-route-cross-city-south' 'ftpsync' 'python-kaptan' 'libdate-convert-perl' 'vdr-genindex' 'libqtscript4-xmlpatterns' 'fusiondirectory-plugin-sudo-schema' 'libplplotqt2' 'libspeex-dbg' 'libstdc++6-8-dbg-mips64el-cross' 'linux-buildinfo-4.15.0-44-generic' 'libtext-clip-perl' 'libuv0.10-dev' 'erlang-bear' 'linux-image-5.3.0-19-generic' 'libloki-dev' 'android-libext4-utils' 'ros-core-lisp-dev' 'node-brfs' 'libgraphics-libplot-perl' 'lib64objc-7-dev-powerpc-cross' 'autolog' 'linux-modules-nvidia-390-5.3.0-1008-gcp' 'libjs-magic-search' 'xserver-xorg-video-amdgpu-hwe-16.04' 'fcitx-qw' 'r-cran-e1071' 'libxxf86dga1-dbg' 'python3-pyorbital' 'kruler' 'python-sklearn-doc' 'libreoffice-style-human' 'tcpflow-nox' 'mplayer-gui' 'libgeocoding7' 'libcatalyst-plugin-session-store-dbi-perl' 'liblfunction-dev' 'w1retap-pgsql' 'gcc-6-powerpc64-linux-gnu' 'libfile-chmod-perl' 'libghc-dice-doc' 'libixp' 'g++-8-multilib-x86-64-linux-gnux32' 'libarchive13' 'libtest-class-perl' 'e2fsprogs' 'libghc-wai-conduit-prof' 'python3-reportlab-accel' 'dia' 'libshibsp7' 'gcc-5-arm-linux-gnueabi' 'dnshistory' 'golang-github-yosssi-gohtml-dev' 'libhtml-stripscripts-parser-perl' 'ddtc' 'powermanga' 'libtpl-dev' 'lupin-casper' 'libitext-java' 'gis-statistics' 'vmpk' 'ttf-ancient-fonts' 'proftpd-mod-msg' 'python3-cclib' 'linux-image-unsigned-4.15.0-24-lowlatency' 'netwox' 'din' 'libreturn-type-perl' 'libgfortran3-m68k-cross' 'libjs-should' 'python-django-session-security' 'libtranslate-bin' 'caml2html' 'libosl1v5' 'python3-plplot' 'python3-repoze.sphinx.autointerface' 'libargtable2-dev' 'libemf1' 'libutempter-dev' 'libvpx-doc' 'vim-snipmate' 'python-editor' 'fontforge-extras' 'libpoppler-qt5-1' 'clisp-module-berkeley-db' 'libvmmalloc1-debug' 'fonts-oldstandard' 'libperlio-eol-perl' 'liblexical-persistence-perl' 'picocom' 'veracrypt' 'libcgi-session-driver-memcached-perl' 'python-aiml' 'python-fs-plugin-tahoe-lafs' 'asdftool' 'fonts-roboto-fontface' 'grafx2' 'node-seedrandom' 'festlex-oald' 'php-horde-javascriptminify-jsmin' 'php7.2' 'node-gulp-rename' 'libkf5mediaplayer5' 'handbrake-cli' 'libappindicator-doc' 'ruby-capybara' 'libhtml-auto-perl' 'libffi-dev' 'speedtest-cli' 'apt-rdepends' 'ffrenzy' 'unaccent' 'grub-coreboot-dbg' 'supercollider-language' 'gnu-smalltalk-el' 'tryton-modules-account-de-skr03' 'zlib1g' 'ruby-highline' 'python-django-ratelimit' 'libpostscript-perl' 'node-ini' 'libsss-nss-idmap-dev' 'tryton-modules-product-cost-fifo' 'libcanlock2-dev' 'populations' 'crafty-books-medium' 'libqxmlrpc-dev' 'cutemaze' 'libvcflib-tools' 'libnppim9.1' 'ddns3-client' 'python-neovim' 'snap-confine' 'python3-pdfkit' 'libspeex-dev' 'linux-signed-image-generic' 'libitl0' 'lib64objc-6-dev' 'happycoders-libsocket-dev' 'libghc-bifunctors-dev' 'golang-github-jacobsa-syncutil-dev' 'r-cran-curl' 'lttoolbox-dev' 'libhfubsan1-dbg-armel-cross' 'libclaw-dynamic-library-dev' 'linux-modules-4.15.0-1015-oracle' 'python-ogg-dbg' 'algol68g' 'lordsawar-data' 'libcgi-fast-perl' 'gdc-7-sh4-linux-gnu' 'golang-github-data-dog-go-sqlmock-dev' 'language-pack-sk-base' 'clipf' 'gr-radar-doc' 'libhsail-rt0' 'libzmf-0.0-0' 'libghc-text-postgresql-doc' 'gir1.2-folks-0.6' 'libboost-mpi-dev' 'libhugs-opengl-bundled' 'gtkguitune' 'libghc-wai-websockets-doc' 'gmpc-dev' 'libqhull-r7' 'libgcrypt-mingw-w64-dev' 'abe-data' 'python-django-mailman3' 'dlm' 'libflexdock-java' 'rapmap-example-data' 'scilab-ann' 'python-clang-5.0' 'libgfarm1' 'libpam-google-authenticator' 'liblimereg1' 'hollywood' 'libitm1' 'tetex-brev' 'python3-path' 'linux-tools-5.0.0-1016-azure' 'python-egenix-mxbeebase' 'ceph-deploy' 'supertux-data' 'gkrellmwireless' 'libkf5wayland-dev' 'libmopac7-1gf' 'charliecloud-doc' 'python-itsdangerous-doc' 'dma' 'makejail' 'cpl-plugin-vimos-doc' 'libwgdb-dev' 'eclipse-wtp-xmltools' 'libghc-regex-compat-dev' 'libgxps-dev' 'libghc-hstatsd-prof' 'vlc-plugin-visualization' 'vmtk' 'libsimgrid-dev' 'libupse2' 'libecore-dev' 'python-mrjob' 'cl-dynamic-classes' 'ketm' 'fprintd-doc' 'node-babel-preset-react' 'libdbus-c++-dbg' 'dms' 'wmshutdown' 'libstdc++-6-dev-mips64-cross' 'kvirc-data' 'stenographer-common' 'libghc-vector-space-dev' 'python-rtree' 'python-pytools' 'node-browser-stdout' 'linux-image-4.15.0-1029-gcp' 'cl-yason' 'outdoors-theme' 'multimedia-guitar' 'ruby-benchmark-suite' 'libxml-libxml-debugging-perl' 'linux-image-4.18.0-1005-gcp' 'wget2' 'adun-core' 'portaudio19-dev' 'free42-nologo' 'jpilot-plugins' 'libghc-hspec-core-doc' 'libtest-mock-time-perl' 'libfile-slurp-tiny-perl' 'libmono-addins-gui0.2-cil' 'cl-asdf-finalizers' 'qnapi' 'mighttpd2' 'libmuscle-3.7-1' 'libpam-duo' 'ruby-clutter-gdk' 'libreoffice-l10n-en-za' 'libtask-kensho-xml-perl' 'libeclipse-e4-ui-dialogs-java' 'samhain' 'node-ansi-escapes' 'cl-speech-dispatcher' 'libreoffice-subsequentcheckbase' 'libghc-hit-prof' 'libghc-hspec-wai-doc' 'clirr' 'sugar-write-activity' 'libosgi-compendium-java-doc' 'cppman' 'python3-nss' 'gdc-7-multilib-mips64el-linux-gnuabi64' 'gfortran-powerpc64le-linux-gnu' 'libgmlib1' 'predictnls' 'python3-paste' 'tempest-for-eliza' 'ratbagd' 'libibumad-dev' 'golang-github-rakyll-statik-dev' 'linux-image-unsigned-4.15.0-1052-gke' 'gobjc-8-hppa-linux-gnu' 'fretsonfire-songs-sectoid' 'libspqr2' 'libotbmetadata-6.4-1' 'tomoyo-tools' 'libcheese-doc' 'node-error-ex' 'xul-ext-ublock-origin' 'libjavaewah-java-doc' 'gnustep-back0.26-xlib' 'libpolymake-dev-common' 'shove' 'ddskk' 'libqt5contacts5' 'nsnake' 'dehydrated-hook-ddns-tsig' 'dracut' 'debian-faq' 'libghc-say-dev' 'owhttpd' 'gdc-5-mipsel-linux-gnu' 'gcc-avr' 'libvolk1-bin' 'lsat' 'libspiffy-perl' 'snort-rules-default' 'libqpid-proton-cpp8-dev' 'clisp' 'python3-ntp' 'libevdev-tools' 'libnl-3-200-dbg' 'pgpdump' 'linux-tools-4.15.0-1019-aws' 'python-oslo.middleware-doc' 'libnanomsg-dev' 'redis-redisearch-doc' 'libkchart2' 'picmi' 'barbican-api' 'libghc-classy-prelude-yesod-doc' 'libvamp-sdk2v5' 'python3-os-client-config' 'libcasa-scimath2' 'python-binaryornot' 'indent' 'paml-doc' 'ztex-bmp' 'crawl-tiles-data' 'libghc-filelock-dev' 'libhttp-proxy-perl' 'python3-mpi4py' 'libopenmpt-doc' 'libjenkins-json-java' 'mkdocs-doc' 'libghc-monad-unlift-doc' 'strongswan-tnc-client' 'linux-tools-4.15.0-1041-gke' 'libjs-proj4' 'libmini18n1' 'stompserver' 'dpm' 'python3-djangocms-admin-style' 'libtamuanova-0.2' 'icinga2-dbg' 'libguestfs-rescue' 'showq' 'liblld-4.0' 'linux-headers-generic-hwe-18.04' 'libaws3.3.2.2-dev' 'libghc-presburger-doc' 'libploop1' 'lib32gcc-7-dev-amd64-cross' 'docbook-xml' 'textedit.app' 'ckermit' 'libanthy-dev' 'virtualbox-guest-additions-iso' 'pymacs' 'libssl-ocaml' 'libcogl-gles2-20' 'argyll' 'gdc-5-alpha-linux-gnu' 'olsrd' 'node-d' 'libwv-dev' 'libosmoabis5' 'libapache-singleton-perl' 'libdbus-c++-dev' 'gworkspace.app' 'libperl-osnames-perl' 'linux-tools-4.15.0-22-generic' 'lib32stdc++6-5-dbg-s390x-cross' 'python3-softlayer' 'r-cran-spc' 'lib4store-dev' 'lldpad' 'bcfg2-web' 'gap-design' 'chinese-calendar' 'ergo' 'golang-github-remyoudompheng-bigfft-dev' 'amule' 'riece' 'ruby-trollop' 'z-push-backend-imap' 'linux-modules-nvidia-390-5.0.0-1027-azure' 'ruby-appraiser-reek' 'manila-share' 'ruby-rails-assets-jquery-nicescroll' 'node-q' 'dict-freedict-deu-tur' 'morse2ascii' 'gtk-gnutella' 'kexi' 'libghc-parallel-tree-search-dev' 'libg3d-plugin-gdkpixbuf' 'python-qt4-sql' 'ruby-generator-spec' 'linux-buildinfo-5.0.0-1022-gke' 'libisoburn-dev' 'elpa-xml-rpc' 'libgo13-armhf-cross' 'libcloog-ppl-dev' 'libloki-doc' 'lsdb' 'ruby-bio' 'libotbiokml-6.4-1' 'apt-build' 'develock-el' 'linux-image-unsigned-4.15.0-1013-oem' 'gobjc-8-mips64el-linux-gnuabi64' 'games-tetris' 'linux-libc-dev-mipsn32el-cross' 'cl-htmlgen' 'libenet7-dbg' 'mencoder' 'linux-tools-4.15.0-1021-azure' 'golang-github-cznic-mathutil-dev' 'drc' 'gobjc++-5-powerpc-linux-gnu' 'python3-caffe-cuda' 'r-cran-littler' 'gcc-multilib-mips64el-linux-gnuabi64' 'cl-sqlite' 'libg20-perl' 'libmoosex-emulate-class-accessor-fast-perl' 'python-cssselect' 'libgio3.0-cil' 'libsmi2-common' 'tennix' 'fullquottel' 'qml-module-qtgstreamer' 'libmodbus5' 'libstdc++-6-pic' 'lib64cilkrts5-dbg-i386-cross' 'libomxil-bellagio0-components-camera' 'lua-clod' 'libdata-messagepack-perl' 'rsyslog-mysql' 'libgo11-m68k-cross' 'libpoppler-cil-dev' 'gr-hpsdr' 'python-simplestreams' 'linux-cloud-tools-5.0.0-29-generic' 'python3-gpyfft-dbg' 'eric' 'ssh-askpass-gnome' 'libalgorithm-c3-perl' 'mecab-naist-jdic-eucjp' 'linux-generic-hwe-16.04' 'linux-image-5.3.0-22-lowlatency' 'golang-github-elithrar-simple-scrypt-dev' 'liblnk1' 'libsnp-sites1' 'url-dispatcher-testability' 'libgeo-googleearth-pluggable-perl' 'python-os-xenapi' 'ruby-inflecto' 'libvshadow1' 'node-collection-visit' 'libpjsua2' 'node-vali-date' 'ruby-fast-gettext' 'linux-image-4.18.0-1008-azure' 'lib32objc-7-dev-mips64el-cross' 'libfcl0.5' 'libjgoodies-forms-java-doc' 'linux-image-4.15.0-1025-oracle' 'zplug' 'libkf5ksieveui5' 'linux-modules-extra-4.15.0-1028-gcp' 'dsh' 'ruby-gnome2-dev' 'ipmiutil' 'weechat-plugins' 'libgnudatalanguage0' 'testssl.sh' 'systemd-docker' 'libisrt-java-doc' 'xapian-omega' 'frei0r-plugins' 'stax' 'consolation' 'libuima-cpe-java' 'python3-dbusmock' 'libmamdabook0' 'kubrick' 'libkcapi-dev' 'r-cran-conting' 'python3-overpass' 'percona-galera-arbitrator-3-dbg' 'golang-github-azure-go-autorest-dev' 'clang-format-7' 'fcitx-data' 'clang-format-8' 'libdbd-pg-perl' 'profnet-con' 'clang-format-9' 'libpmemlog1-debug' 'spyder' 'python3-joblib' 'ssh-contact-client' 'isort' 'libespeak-dev' 'libmyproxy-dev' 'libghc-regex-posix-dev' 'vlc-l10n' 'libepsilon1' 'libmojo-rabbitmq-client-perl' 'f2c' 'gstreamer1.0-opencv' 'open-invaders' 'erlang-guestfs' 'libbiniou-ocaml' 'libghc-process-extras-dev' 'linux-image-unsigned-4.18.0-18-lowlatency' 'linux-modules-4.15.0-23-lowlatency' 'fonts-smc-chilanka' 'libtrilinos-piro12' 'f2j' 'testdrive-cli' 'python3-booleanoperations' 'libdvdread4' 'liblilv-0-0' 'libxmlada-input4.6' 'samtools' 'krb5-kdc-ldap' 'python3-cmor' 'gkrellweather' 'libdevel-callsite-perl' 'ng-cjk' 'ledger-el' 'python-aptly' 'ruby-rack-google-analytics' 'python-dcos' 'libetpan-dbg' 'gir1.2-vips-8.0' 'php-horde-logintasks' 'propellor' 'libqxmlrpc-doc' 'lxsession-default-apps' 'libclaw-i18n' 'libgnatprj6-dev-alpha-cross' 'bibtexconv' 'fonts-cardo' 'libtest-longstring-perl' 'steghide-doc' 'syncevolution-libs-kde' 'debsigs' 'arctica-greeter' 'node-mixin-deep' 'gretl-doc' 'linux-headers-4.15.0-1045-oem' 'libghc-template-dev' 'dub' 'dtaus' 'slang-gdbm' 'libflatpak0' 'lib64stdc++6-5-dbg-mips-cross' 'duc' 'gsutil' 'libghc-bifunctors-doc' 'python-pysha3' 'libcgraph6' 'mlton-basis' 'g++-powerpc64-linux-gnu' 'simutrans-data' 'openjdk-11-demo' 'wayland-protocols' 'libio-socket-multicast-perl' 'linux-modules-nvidia-418-5.0.0-1033-oem-osp1' 'libjcodings-java' 'libx32gphobos68-amd64-cross' 'python3-pyqt5.qtwebengine' 'python3-gtts' 'python3-django-wkhtmltopdf' 'libminizip1' 'libgd-svg-perl' 'installation-guide-i386' 'courier-maildrop' 'linux-modules-4.15.0-1028-oem' 'fonts-orya' 'libgdcm2.8' 'pinentry-x2go' 'swift-object-expirer' 'libghc-filestore-prof' 'installation-guide-ppc64el' 'android-libbacktrace-dev' 'gfortran-6-multilib-arm-linux-gnueabi' 'golang-github-hydrogen18-stalecucumber-dev' 'ibus-wayland' 'stda' 'libkf5konq-data' 'x11proto-fonts-dev' 'python-botocore' 'twittering-mode' 'ruby-premailer' 'cpp-mips64-linux-gnuabi64' 'mailgraph' 'vala-dbus-binding-tool' 'ruby-rack-mobile-detect' 'linux-image-unsigned-4.18.0-22-lowlatency' 'linux-image-unsigned-4.18.0-1013-azure' 'uvcdynctrl' 'libconfig-pit-perl' 'python-cffi-backend-dbg' 'libgnat-5-dbg-arm64-cross' 'libplumb2-dev' 'supertux' 'libkf5service-dev' 'python-azure-doc' 'qalculate' 'fireqos-doc' 'lshw' 'python-weboob' 'gtk-gnutella-dbg' 'topcat' 'kapidox' 'python-ajax-select' 'libkf5kdcraw5' 'libundertow-java-doc' 'libsource-highlight4v5' 'node-getpass' 'code-saturne' 'watcher-common' 'adjtimex' 'libeasy-format-ocaml-dev' 'libghc-regex-compat-doc' 'docbook-xsl' 'libgxps-doc' 'lib64objc-5-dev-x32-cross' 'gccgo-mips-linux-gnu' 'cavepacker' 'libtf2-kdl-dev' 'pkg-perl-tools' 'libc6-dbg-amd64-cross' 'alienblaster' 'libmatio-dev' 'libattica-dbg' 'gnome-shell-extension-autohidetopbar' 'linux-gcp-headers-4.15.0-1006' 'liblttng-ctl0' 'liblasso3-dev' 'linux-gcp-headers-4.15.0-1008' 'ngraph-gtk-addins-base' 'postgresql-10-pgmemcache' 'linux-gcp-headers-4.15.0-1009' 'linux-tools-4.15.0-39-generic' 'librdf-doap-lite-perl' 'libghc-vector-space-doc' 'node-babel-helper-remap-async-to-generator' 'pinball' 'libhawknl' 'expeyes-web' 'libkdewebkit5' 'python-behave-doc' 'libcpan-reporter-smoker-perl' 'step' 'portaudio19-doc' 'linux-cloud-tools-4.15.0-1037-azure' 'dwm' 'r-cran-teachingdemos' 'pike8.0-pcre' 'deal' 'language-pack-gnome-xh-base' 'stex' 'libwrap0' 'python-django-maintenancemode' 'slurm-wlm-torque' 'polygen' 'libpcre2-32-0' 'oss4-gtk' 'libcdr-dev' 'ncmpc-lyrics' 'linux-headers-4.15.0-1025-gcp' 'libio-socket-multicast6-perl' 'linux-gcp-headers-4.15.0-1010' 'dwz' 'xbill' 'linux-image-oracle-lts-18.04' 'papirus-icon-theme' 'libgfsgl-dev' 'node-ytdl-core' 'tesseract-ocr-script-mymr' 'linux-gcp-headers-4.15.0-1014' 'libvdpau1-dbg' 'linux-gcp-headers-4.15.0-1015' 'linux-gcp-headers-4.15.0-1017' 'dhis-client' 'linux-gcp-headers-4.15.0-1018' 'linux-gcp-headers-4.15.0-1019' 'r-bioc-snpstats' 'node-diffie-hellman' 'node-nwmatcher' 'libetpan-dev' 'linux-modules-4.15.0-1008-gcp' 'gnome-shell-extension-redshift' 'jabberd2' 'libsrtp2-docs' 'ntpsec-doc' 'libcolorpicker-java' 'python-zope.password' 'asterisk-core-sounds-en' 'libplack-test-externalserver-perl' 'libunittest++2' 'libgnat-7-mips64el-cross' 'libvigraimpex6' 'p11-kit' 'cl-sql-odbc' 'asterisk-core-sounds-es' 'libroslz4-1d' 'python3-pyramid-jinja2' 'lib64gcc-5-dev' 'python3-subunit' 'thunderbolt-tools' 'linux-image-4.15.0-1017-aws' 'libghc-say-doc' 'cysignals-tools' 'liblsan0-amd64-cross' 'libimglib2-java' 'node-superagent' 'linux-gcp-headers-4.15.0-1021' 'libmalai-java' 'librtf-writer-perl' 'libmail-checkuser-perl' 'linux-gcp-headers-4.15.0-1023' 'libemu2' 'node-yawl' 'linux-gcp-headers-4.15.0-1024' 'linux-modules-extra-5.0.0-17-generic' 'lib64gfortran4-mips-cross' 'linux-gcp-headers-4.15.0-1025' 'linux-gcp-headers-4.15.0-1026' 'linux-gcp-headers-4.15.0-1027' 'libxvidcore-dev' 'python3-podcastparser' 'linux-gcp-headers-4.15.0-1028' 'linux-gcp-headers-4.15.0-1029' 'libjsonrpc-glib-1.0-1' 'default-mysql-server-core' 'monodoc-newtonsoft-json-manual' 'golang-github-xyproto-simpleredis-dev' 'python-eyed3' 'libmsnumpress1' 'plplot-doc' 'elpa-highlight-indentation' 'fonts-lexi-saebom' 'linux-tools-4.15.0-1051-kvm' 'qml-module-org-kde-kaccounts' 'python-ktoblzcheck' 'python3.6-examples' 'asterisk-core-sounds-fr' 'opensmtpd-extras' 'libghc-filelock-doc' 'slingshot' 'libjlibeps-java' 'lightdm-gtk-greeter' 'libcscreensaver0' 'libgnatprj5-dbg-alpha-cross' 'brother-lpr-drivers-mfc9420cn' 'golang-pault-go-macchanger-dev' 'ruby-multi-xml' 'linux-gcp-headers-4.15.0-1030' 'libspin-java' 'libghc-basic-prelude-dev' 'linux-gcp-headers-4.15.0-1032' 'r-cran-misc3d' 'linux-gcp-headers-4.15.0-1033' 'golang-github-bmizerany-assert-dev' 'libkpathsea-dev' 'linux-gcp-headers-4.15.0-1034' 'pypy-json-tricks' 'libgnatvsn5-alpha-cross' 'linux-gcp-headers-4.15.0-1036' 'linux-gcp-headers-4.15.0-1037' 'libxml-filter-detectws-perl' 'python-sciscipy' 'xserver-xorg-video-nouveau-hwe-18.04' 'db5.3-util' 'libanyevent-http-perl' 'tkblt-dev' 'augeas-lenses' 'wixl-data' 'libcastor-jdo-java' 'libkadu' 'libattica-dev' 'python3-simpy' 'bogl-bterm' 'libkf5activities5' 'kamailio-xmpp-modules' 'libdbus-c++-doc' 'debian-reference-de' 'libperinci-sub-util-perl' 'xautomation' 'kwin-wayland-backend-x11' 'ruby-kyotocabinet' 'phoronix-test-suite' 'nagios-snmp-plugins' 'sqlcipher' 'libjatl-java' 'libdvdnav-dev' 'python-hpilo-doc' 'php-symfony-security-acl' 'yubikey-manager-qt' 'linux-gcp-headers-4.15.0-1040' '4pane' 'linux-gcp-headers-4.15.0-1042' 'libghc-parallel-tree-search-doc' 'postgresql-10-postgis-2.4-scripts' 'spread-phy' 'linux-gcp-headers-4.15.0-1044' 'python3-flexmock' 'libseqlib0' 'libsingular4' 'libosgi-annotation-java-doc' 'libisoburn-doc' 'gccgo-5-x86-64-linux-gnux32' 'python-pyao' 'yui-compressor' 'libwebauth12' 'gnat-6-sjlj-powerpc64le-linux-gnu' 'libsqlite3-mod-spatialite' 'libirclib-java' 'tigervnc-standalone-server' 'linux-buildinfo-4.15.0-1056-aws' 'libexception-class-perl' 'python-oslo.serialization' 'gcc-5-plugin-dev-powerpc64-linux-gnu' 'python-iptables-doc' 'libjboss-classfilewriter-java' 'libavahi-common-data' 'gccgo-6-x86-64-linux-gnu' 'gcc-5-mipsel-linux-gnu-base' 'libghc-deepseq-generics-prof' 'libghc-http-date-dev' 'language-pack-gnome-si-base' 'libofa0-dev' 'klone-package' 'libgetopt-java-doc' 'libspring-web-java' 'libc6-dev-mips64-mipsr6el-cross' 'raster3d' 'python-reno' 'libjson-rpc-perl' 'libghc-tagstream-conduit-dev' 'debian-reference-en' 'pnscan' 'libjs-dateformat' 'dict-gcide' 'texify' 'libgfortran4-s390x-cross' 'guake-indicator' 'debian-reference-es' 'node-yazl' 'python-zope.contenttype' 'libgfortran5-dbg-mips64el-cross' 'gosa-plugin-pptp-schema' 'mercurial-server' 'linux-buildinfo-5.0.0-1027-oem-osp1' 'libghc-ifelse-prof' 'r-cran-maptree' 'golang-blitiri-go-log-dev' 'python3-django-session-security' 'librbd1' 'kde-style-breeze' 'libsigscan-utils' 'liblocale-maketext-gettext-perl' 'dh-autoreconf' 'gcc-5-multilib-arm-linux-gnueabihf' 'libedata-book1.2-dev' 'asterisk-core-sounds-it' 'libgfortran3-armhf-cross' 'php-mdb2' 'compass-normalize-plugin' 'tesseract-ocr-uzb-cyrl' 'node-nth-check' 'imagination-common' 'python3-rjsmin' 'libopencsg1-dbg' 'direvent' 'epubcheck' 'libkf5bluezqt6' 'forensics-colorize' 'golang-github-garyburd-redigo-dev' 'python2.7-examples' 'debian-reference-fr' 'libghc-classy-prelude-prof' 'lsof' 'libglobus-usage0' 'gobjc++-8-arm-linux-gnueabi' 'picon-misc' 'sword-text-tr' 'libzltext-data' 'libimage-geometry0d' 'xserver-xorg-video-fbdev' 'yatex' 'wdanish' 'libncbi6' 'libkcapi-doc' 'libkf5plasma5' 'puppet-module-puppetlabs-xinetd' 'libmdbsql2' 'python-apport' 'python3-pywapi' 'libbullet-extras-dev' 'libblockdev-plugins-all' 'libgnat-7-dbg-ppc64-cross' 'icinga2-doc' 'libmyproxy-doc' 'libghc-regex-posix-doc' 'libmono-tasklets4.0-cil' 'debian-builder' 'tesseract-ocr-script-hebr' 'libflickr-api-perl' 'linux-modules-4.15.0-66-lowlatency' 'festvox-mr-nsk' 'lib64stdc++-8-dev' 'ballview' 'libaudcore5' 'libpython-all-dbg' 'gfal2-plugin-rfio' 'libghc-process-extras-doc' 'libxmmsclient6' 'ods2tsv' 'libandroid-tools-sdklib-java' 'cairo-dock-clipper-plug-in' 'libz80ex1' 'python3-offtrac' 'libe-book-dev' 'libjsr311-api-java' 'vorbis-tools-dbg' 'libelektra4-python' 'linux-image-unsigned-4.15.0-1066-oem' 'python-django-filters-doc' 'cowdancer' 'matchbox-keyboard' 'golang-github-tendermint-go-wire-dev' 'libqt4-opengl-dev' 'gobjc++-7-riscv64-linux-gnu' 'libmodhmm-dev' 'industrialtango-theme' 'python-pydl' 'gnome-pkg-tools' 'libc6-dev-x32-cross' 'mate-core' 'libsphere-dev' 'python-rarfile' 'libqmi-glib5' 'python-objgraph' 'python3-pymad-dbg' 'libsvg-tt-graph-perl' 'libgcc-6-dev-mips-cross' 'antlr3-doc' 'fonts-ubuntu-console' 'restartd' 'ruby-clutter-gtk' 'libflamingo-java-doc' 'laborejo' 'libidl-2-0' 'kdesdk' 'python3-gnocchi' 'libpod-xhtml-perl' 'linux-image-4.15.0-1039-kvm' 'aprsdigi' 'libc6-dev-sparc64-cross' 'wmmatrix' 'libghc-template-doc' 'dict-freedict-ckb-kmr' 'libitext5-java' 'compass-layoutgala-plugin' 'linux-modules-4.15.0-1022-oracle' 'xloadimage' 'python3-crypto-dbg' 'libespeak-ng-dev' 'libmarc-perl' 'tiarra-conf-el' 'ruby-awesome-print' 'lib32stdc++6-8-dbg-amd64-cross' 'libspatialite7' 'python-pyee' 'python-gmpy-doc' 'xtron' 'ossim-core' 'pdf-presenter-console' 'liblightify0' 'php-doctrine-collections' 'kanjidic-xml' 'libjsoup-java' 'tiger' 'eclipse-egit-mylyn' 'libn32atomic1-dbg-mips64el-cross' 'linux-modules-4.18.0-17-lowlatency' 'tomatoes' 'libxmlbeans-java' 'g++-8-i686-linux-gnu' 'antlr3.2' 'linux-modules-extra-aws' 'lib32stdc++6-8-dbg-mips64-cross' 'libcollada-urdf-dev' 'libghc-filemanip-dev' 'nordugrid-arc-acix-core' 'linux-cloud-tools-4.18.0-1008-azure' 'python-django-recurrence' 'libgomp1-dbg-amd64-cross' 'kamerka' 'libkf5widgetsaddons-data' 'linux-buildinfo-4.18.0-1014-azure' 'libudt-dev' 'compass-h5bp-plugin' 'xserver-xorg-legacy-hwe-18.04' 'libiec16022-0' 'systemtap-doc' 'libecereaudio0' 'golang-github-pingcap-check-dev' 'libkf5kaddressbookimportexport-dev' 'gdc-8-hppa-linux-gnu' 'libtar-dev' 'librestlet-java-doc' 'libghc-boomerang-dev' 'iogerman' 'debarchiver' 'python-pyfg' 'libc6-dbg-sh4-cross' 'libghc-safe-dev' 'python3-gi-cairo' 'freeciv-client-sdl' 'node-promise' 'debian-reference-it' 'libxdmf-dev' 'gaim-extendedprefs' 'libbenchmark-timer-perl' 'python-pythonmagick' 'ruby-oauth' 'libmysofa-dev' 'python3-odf' 'kodi-pvr-hts' 'python-zope.testing' 'ejabberd-mod-pottymouth' 'ruby-bcat' 'simple-scan' 'dfu-programmer' 'g++-5-alpha-linux-gnu' 'libmatio-doc' 'python-lightblue' 'debian-reference-ja' 'libdata-random-perl' 'xbuffy' 'libkf5grantleetheme-dev' 'phpdox' 'libapache-session-browseable-perl' 'libequinox-p2-repository-tools-java' 'mapivi' 'pkcs11-data' 'libopenscenegraph100v5' 'gfortran-5-powerpc64-linux-gnu' 'libmono-system-reactive-platformservices2.2-cil' 'python3-nose-timer' 'lcl-gtk2' 'gadmin-proftpd-dbg' 'libtest-log4perl-perl' 'ats-lang-anairiats-doc' 'notmuch-emacs' 'firefox-testsuite' 'rancid' 'python3-pybtex-docutils' 'python-django-appconf' 'kuvert' 'libbit-vector-perl' 'libconvert-tnef-perl' 'pencil2d' 'gfortran-7-powerpc-linux-gnu' 'liblouis-dev' 'libuniconf4.6' 'python-sclapp' 'libvisp-mbt3.1-dbg' 'libpcp3-dev' 'libecj-java' 'libjq1' 'multimedia-puredata' 'linux-modules-4.18.0-21-lowlatency' 'libsynopsis0.12-dev' 'linux-modules-4.18.0-1018-azure' 'hmmer2' 'icmake-doc' 'python-snowballstemmer' 'libdavix0v5' 'citadel-client' 'simple-tpm-pk11' 'libpython-all-dev' 'libcdr-doc' 'libvibe-stream0' 'quagga-ospfd' 'molds' 'cl-drakma' 'jack-capture' 'open-iscsi' 'libqt5webkit5-dev' 'opensips-tlsmgm-module' 'python-docopt' 'libwiki-toolkit-plugin-rss-reader-perl' 'python-zope.deprecation' 'stow' 'powermgmt-base' 'systemd-coredump' 'libimage-sane-perl' 'python-pytango' 'pptp-linux' 'python-libxmp-doc' 'liblog4j2-java-doc' 'rsbac-admin' 'xml-twig-tools' 'libetpan-doc' 'compass-toolkit-plugin' 'libiio0-doc' 'pureadmin' 'icmake' 'linux-headers-virtual-hwe-16.04-edge' 'libgenometools0' 'golang-gopkg-asn1-ber.v1-dev' 'intel-gpu-tools' 'pike7.8-sane' 'libactionlib-dev' 'python-pymca5-dbg' 'libc++abi-7-dev' 'libquantum-superpositions-perl' 'liblsan0-arm64-cross' 'python3-manilaclient' 'python-dominate' 'python3-hunspell' 'libsm-dev' 'boinc-client' 'python3-django-axes' 'libaudtag3' 'geotranz-doc' 'libgraphics-colornames-www-perl' 'gammu-smsd' 'libgspell-1-common' 'monsterz-data' 'libgfortran3-dbg-alpha-cross' 'dnsutils' 'golang-github-templexxx-cpufeat-dev' 'libbtf1' 'libkf5configcore5' 'lua-nginx-cookie' 'libwxgtk-media3.0-0v5' 'php-horde-stream-wrapper' 'libghc-email-validate-dev' 'vdr-plugin-vnsiserver-dbg' 'libk3b7' 'node-globals' 'libjnr-x86asm-java' 'imapcopy' 'xenwatch' 'eurephia' 'elpa-ghub+' 'sreview-detect' 'python3-trezor' 'lambdabot' 'python-pyip' 'apertium-cat' 'libxml-simpleobject-libxml-perl' 'tcm-doc' 'node-jed' 'libc6-dev-mips64-mipsel-cross' 'r-cran-foptions' 'mate-session-manager' 'liblocale-codes-perl' 'libghc-basic-prelude-doc' 'libsaxonb-java' 'libradare2-common' 'libzinnia0v5' 'node-clone' 'libftdi1-dbg' 'libgradle-jflex-plugin-java' 'libosmesa6-dev' 'libpoppler-glib-dev' 'gcc-msp430' 'libtcplay-dev' 'xcwcp' 'iprint' 'libpuppetlabs-ring-middleware-clojure' 'edb-debugger' 'php-symfony-lock' 'wait-for-it' 'python3-filelock' 'libmoosex-nonmoose-perl' 'libhivex-ocaml' 'geoip-database' 'libstdc++-6-pic-powerpc-cross' 'libmail-verify-perl' 'fusiondirectory-plugin-mail' 'libghc-cipher-aes128-prof' 'linux-image-unsigned-5.0.0-41-generic' 'ubuntu-edu-preschool' 'libsox3' 'pike8.0-core' 'lib32gfortran-7-dev-s390x-cross' 'libraptor2-dev' 'libdvdnav-doc' 'ecb' 'dradio' 'linux-modules-5.3.0-1008-azure' 'lib32go4-dbg' 'libset-intervaltree-perl' 'libghc-base16-bytestring-prof' 'libspreadsheet-readsxc-perl' 'libemboss-acd-perl' 'apt-config-icons-large' 'dvdbackup' 'ecj' 'librbl1' 'gccintro' 'libstdc++6-7-dbg-mipsel-cross' 'ecl' 'uqm-russian' 'myproxy-server' 'libglobus-gram-client-dev' 'ecm' 'grub-xen-bin' 'llvm-8-examples' 'lfc-server-postgres' 'node-addressparser' 'linux-headers-5.0.0-15-generic' 'appc-spec' 'libreoffice-dev-doc' 'linux-tools-5.0.0-15-generic' 'libplank1' 'lib32ubsan0-dbg-sparc64-cross' 'gfortran-6-arm-linux-gnueabihf' 'python3-vobject' 'libcore-renderer-java-doc' 'gr-gsm' 'quake2-server' 'gubbins' 'pd-smlib' 'gnome-software' 'libnmap-parser-perl' 'mixxx' 'gobjc-6-powerpc64-linux-gnu' 'libghc-http-date-doc' 'libtelepathy-glib-dev' 'ruby-minitest-shared-description' 'libcgi-session-expiresessions-perl' 'xbmc-pvr-dvbviewer' 'glances-doc' 'lib32objc4-dbg-amd64-cross' 'libstxxl-dev' 'gnome-icon-theme-suede' 'edb' 'dejagnu' 'at-spi2-core' 'puppetmaster' 'r-cran-beeswarm' 'libjs-jquery-fancybox' 'gccgo-7-sparc64-linux-gnu' 'libghc-tagstream-conduit-doc' 'lswm' 'seahorse-adventures' 'zalign' 'libqt53dquickanimation5' 'rate4site' 'libffms2-dev' 'dict-freedict-isl-eng' 'pd-nusmuk' 'linux-cloud-tools-4.15.0-1023-azure' 'libghc-double-conversion-prof' 'grabc' 'libzeroc-ice-dev' 'node-hash-base' 'python-usbtc08' 'python-pylibmc-doc' 'libtiff-dev' 'python-opster' 'gcc-i686-linux-gnu' 'asterisk-core-sounds-ru' 'liblog-agent-rotate-perl' 'libhsail-rt-7-dev-amd64-cross' 'libstdc++-6-pic-ppc64el-cross' 'libokteta2core2' 'gnome-packagekit' 'xmoto-data' 'python-pyld' 'libosinfo-l10n' 'sagemath-database-polytopes' 'linux-modules-nvidia-390-5.3.0-1012-gcp' 'libgmp10' 'ntdb-tools' 'liquidsoap-plugin-shine' 'libghc-lambdabot-irc-plugins-dev' 'python-u1db' 'linux-image-4.15.0-30-generic' 'gammaray-plugin-objectvisualizer' 'python-pythoncard' 'libjavawriter-java-doc' 'apparmor-profiles' 'libnanomsg4' 'libusb-dev' 'fusiondirectory-plugin-alias' 'libatlas-test' 'python-hkdf' 'yorick-mpy-openmpi' 'libgen-test-rinci-funcresult-perl' 'libhash-fieldhash-perl' 'golang-github-go-chef-chef-dev' 'gcc-8-plugin-dev-powerpc-linux-gnuspe' 'pidgin' 'tcd-utils' 'lightdm-settings' 'r-cran-multicore' 'linux-modules-extra-5.0.0-1023-gke' 'liblingua-en-namecase-perl' 'libonemind-commons-java-java' 'libmongodb-perl' 'python-bottleneck' 'libpocoutil50' 'grace' 'androidsdk-traceview' 'sylpheed' 'fonts-opendyslexic' 'gir1.2-evd-0.1' 'node-sntp' 'sphinxsearch' 'libkf5configwidgets-dev' 'superiotool' 'libgphobos68-dbg-armel-cross' 'hamradio-digitalvoice' 'libasan2-dbg-ppc64-cross' 'octave-octproj' 'clang-tidy' 'libftdi1-dev' 'fonts-gfs-complutum' 'linux-sound-base' 'grub-ieee1275-dbg' 'debian-reference-pt' 'libresiprocate-1.11' 'igtf-policy-classic' 'xshisen' 'librhash0' 'gnudatalanguage' 'libx32itm1-amd64-cross' 'golang-github-prometheus-client-golang-dev' 'gnome-commander-dbg' 'liblibreofficekitgtk' 'virtualbox-guest-dkms' 'rss2email' 'liblingua-stopwords-perl' 'libglib2.0-cil-dev' 'murano-cfapi' 'efp' 'djview3' 'djview4' 'libjs-jquery-gitgraph' 'iptables-optimizer-doc' 'mlterm-common' 'linux-image-4.15.0-51-generic' 'opendrim-lmp-baseserver' 'infernal' 'grads' 'weightwatcher' 'texlive-lang-english' 'libjs-twitter-bootstrap-wizard' 'python-pynn' 'liblapack-test' 'libconfig-augeas-perl' 'python-pyvirtualdisplay' 'python3-gribapi' 'libcpuset-dev' 'libboost-math1.65-dev' 'lib64gphobos71-i386-cross' 'libgphobos-8-dev-armel-cross' 'libjs-sax' 'zurl' 'linux-image-unsigned-4.15.0-1046-gke' 'egg' 'libghc-pcap-dev' 'openarena-088-data' 'language-pack-ru-base' 'expect-lite' 'linux-headers-4.15.0-1035-kvm' 'libags-dev' 'libblockdev-kbd2' 'gradle-propdeps-plugin' 'python-liblinear' 'libnppif9.1' 'eclipse-ptp-rdt' 'fonts-unfonts-extra' 'gobjc-7-sparc64-linux-gnu' 'gcc-8-plugin-dev-sparc64-linux-gnu' 'syncthing-relaysrv' 'ros-trajectory-msgs' 'node-jju' 'sfftw2' 'uctodata' 'python3-bitstring' 'minizip' 'python-imageio-doc' 'python3-os-win' 'libghc-filemanip-doc' 'python3-usagestats' 'libemotion1' 'libgomp1-dbg-arm64-cross' 'ulogd2-pcap' 'gradle-apt-plugin' 'libterm-clui-perl' 'libfreehand-dev' 'gobjc-7-arm-linux-gnueabihf' 'golang-github-lunny-nodb-dev' 'python-sympy-doc' 'libgo9-s390x-cross' 'libcilkrts5-armhf-cross' 'dav-text' 'transmission-qt' 'libghc-boomerang-doc' 'golang-honnef-go-augeas-dev' 'opendkim-tools' 'gr-osmosdr' 'libghc-safe-doc' 'socket' 'automoc' 'autoconf-archive' 'lua-dbi-postgresql-dbg' 'libixion-0.13-0' 'xtrabackup' 'ngircd' 'texlive-lang-german' 'r-cran-tgp' 'colorized-logs' 'sugar-session' 'libbelr-dev' 'libttspico-dev' 'python-marisa' 'asylum' 'libboost-log-dev' 'libsmokeqttest4-3' 'roarplaylistd-codechelper-gst' 'python-wtforms-doc' 'soapysdr0.6-module-hackrf' 'dwgsim' 'ipv6pref' 'libnl-idiag-3-200' 'libgnatvsn6-powerpc-cross' 'python-django-restricted-resource' 'python-pypm' 'libghc-dependent-sum-template-dev' 'ruby-lograge' 'liblensfun-bin' 'r-cran-cairodevice' 'fusiondirectory-plugin-argonaut-schema' 'bugsquish' 'pages2odt' 'golang-github-sanity-io-litter-dev' 'libsparskit-dev' 'python-pydispatch' 'fuse-zip' 'php-luasandbox' 'psi-plus-sounds' 'cucumber' 'gcc-7-x86-64-linux-gnux32-base' 'bogofilter-common' 'postgresql-10-ogr-fdw' 'libtemplate-plugin-gravatar-perl' 'python3-pyside.qtxml' 'python-std-srvs' 'pypy-purl' 'github-backup' 'librte-pdump17.11' 'php-horde-thrift' 'gccgo-multilib-sparc64-linux-gnu' 'libwsutil8' 'libavifile-0.7c2' 'libjackson2-jr-java' 'libwsutil9' 'uiautomatorviewer' 'libghc-show-dev' 'python-turbokid' 'g++-8-multilib-s390x-linux-gnu' 'linux-image-unsigned-4.18.0-1019-azure' 'ruby-cat' 'node-gettext.js' 'freemedforms-project' 'linux-image-4.15.0-1033-gcp' 'libring-jetty-adapter-clojure' 'php-horde-mail' 'eja' 'vsftpd' 'icinga-cgi' 'libx32gomp1-i386-cross' 'tcllib-critcl' 'libc6-dev-mips64r6el-cross' 'libkido-optimizer-nlopt-dev' 'prover9' 'libalure-dev' 'libanyevent-forkobject-perl' 'sysstat' 'libpostgis-java' 'gpxviewer' 'golang-github-lib-pq-dev' 'libfsoframework-dev' 'python-sqlparse-doc' 'styx' 'awesome-extra' 'python3-testing.mysqld' 'libforms-dev' 'libsm-doc' 'yosys-dev' 'libgnat-8-mips64-cross' 'heartbeat-dev' 'g++-6-multilib-powerpc64-linux-gnu' 'libgnatvsn6-ppc64el-cross' 'libtrilinos-rtop12' 'fonts-roboto-hinted' 'med-practice' 'g++-mingw-w64-i686' 'libexporter-tiny-perl' 'libbpp-core-dev' 'ruby-peek' 'ruby-pdf-reader' 'icedtea-netx-common' 'xfce4-time-out-plugin' 'libtext-markdown-discount-perl' 'php-console-commandline' 'libghc-email-validate-doc' 'tcl-snack' 'csvkit-doc' 'libhavege1' 'ca-cacert' 'g++' 'python3-raven' 'libsvm-java' 'g++-5-powerpc-linux-gnu' 'python-pyflakes' 'pnopaste' 'node-webpack-stats-plugin' 'gir1.2-gnumeric' 'prometheus-mailexporter' 'ng-latin' 'ruby-declarative' 'python-rosinstall' 'plasma-mediacenter' 'libasis2017' 'lib32ncurses5-dev' 'python3-certbot-dns-route53' 'libverto-glib1' 'node-on-finished' 'libclutter-imcontext-0.1-bin' 'opennebula-tools' 'yahtzeesharp' 'lua-dbi-postgresql-dev' 'linux-tools-4.15.0-1023-aws' 'libmeep8' 'libmodern-perl-perl' 'plink1.9' 'libpoppler-glib-doc' 'chiark-rwbuffer' 'libhtml-wikiconverter-snipsnap-perl' 'ruby-archive-tar-minitar' 'iagno' 'fonts-go' 'node-isurl' 'r-cran-lubridate' 'libstdc++6-6-dbg-s390x-cross' 'ogmrip-plugins' 'mathematica-fonts' 'python-pyst' 'lime-forensics-dkms' 'liblocale-hebrew-perl' 'python3-pyqt5.qtquick-dbg' 'lib32asan2-x32-cross' 'libefiboot1' 'python-google-auth' 'libscriptalicious-perl' 'libjackson2-jr-java-doc' 'elk' 'erlang-ranch' 'python-ledger' 'golang-github-masterzen-simplexml-dev' 'libraptor2-doc' 'python-clang-6.0' 'python-vmware-nsxlib-doc' 'openjdk-8-demo' 'libghc-weigh-prof' 'python3-blockdev' 'language-pack-gnome-de-base' 'koji-servers' 'language-pack-nn-base' 'libglobus-gram-protocol-dev' 'golang-github-gohugoio-hugo-dev' 'ruby-mustermann-grape' 'denemo' 'coderay' 'python-pytc' 'kfritz' 'spotify-client-qt' 'libaccess-modifier-checker-java-doc' 'python-pyte' 'linux-headers-5.0.0-20-lowlatency' 'gtk2-engines-moblin' 'libglobus-gram-client-doc' 'python-pyth' 'qalculate-gtk' 'tinycdb' 'glue-schema' 'spamass-milter' 'python-cycler-doc' 'fastnetmon' 'python3-postgresql' 'libhttp-date-perl' 'libghc-cipher-des-prof' 'r-cran-cvst' 'libghc-diagrams-solve-prof' 'bootstrap-vz-doc' 'libmail-listdetector-perl' 'libpirl-java-doc' 'libglobus-gram-client3' 'fp-units-gfx-3.0.4' 'libcommons-email-java' 'linux-headers-4.15.0-1039-oem' 'tryton-modules-analytic-invoice' 'libkaz1' 'libspecter-clojure' 'autoclass' 'libtelepathy-glib-doc' 'lib64gphobos-8-dev' 'dconf-gsettings-backend' 'libclass-autoloadcan-perl' 'libstxxl-doc' 'moarvm-dev' 'fcitx-table-wubi-large' 'ruby-passenger' 'ruby-torquebox-no-op' 'libghc-acid-state-prof' 'obfsproxy' 'libgail-common' 'xmms2-plugin-normalize' 'r-cran-statmod' 'libhawtjni-generator-java' 'php-symfony-polyfill-intl-icu' 'r-cran-relimp' 'libvisual-projectm' 'g++-8-mips-linux-gnu' 'gnurobbo-data' 'libtiff-doc' 'xfonts-intl-chinese-big' 'libstdc++6-7-dbg-hppa-cross' 'erlang-diameter' 'clsparse-doc' 'librte-acl17.11' 'libsquid-dev' 'remmina-common' 'libconversant-disruptor-java' 'dvdtape' 'libgo13-mips64-cross' 'libghc-lambdabot-irc-plugins-doc' 'couriergraph' 'python-sphinx-testing' 'python3-patsy' 'lcl-nogui' 'libmumps-seq-dev' 'iswiss' 'liblist-allutils-perl' 'ovito-doc' 'ibverbs-providers' 'libc6-amd64-i386-cross' 'libjug-java' 'mlterm-im-ibus' 'ent' 'php7.2-sqlite3' 'authbind' 'php-webmozart-assert' 'ruby-rails-assets-bootstrap-markdown' 'opendbx-utils' 'twine' 'indicator-applet-session' 'doc-base' 'coinor-csdp-dbg' 'libcilkrts5-dbg-amd64-cross' 'libstdc++6-7-dbg-sparc64-cross' 'golang-github-vmware-govmomi-dev' 'regina-normal' 'python3-otb' 'squidtaild' 'python-pyvo' 'gobjc-multilib-arm-linux-gnueabi' 's3cmd' 'libgupnp-1.0-4' 'libcipux-rpc-perl' 'libghc-fclabels-prof' 'libtrilinos-rythmos-dev' 'python3-pytest-astropy' 'libldns2' 'gdebi-core' 'audiofile-tools' 'eog' 'python-wxgtk3.0' 'gstreamer1.0-qt5' 'libftdi1-doc' 'python-zmq-dbg' 'libghc-vector-dev' 'python-enzyme' 'node-object-key' 'r-cran-rglpk' 'eom' 'kdesvn' 'linux-modules-nvidia-390-5.0.0-1024-aws' 'linux-modules-extra-4.15.0-1032-gcp' 'libmgl-data' 'renameutils' 'mate-panel' 'gdc-7-multilib-x86-64-linux-gnux32' 'libplplotwxwidgets1' 'python3-django-allauth' 'libjackson2-dataformat-yaml-doc' 'golang-github-armon-consul-api-dev' 'libghc-log-domain-prof' 'ruby-openssl' 'golang-github-calmh-luhn-dev' 'btanks-data' 'libpano13-dev' 'libmecab-dev' 'linux-headers-4.15.0-1019-gcp' 'kde-style-oxygen' 'libpostscript-simple-perl' 'python3-confluent-kafka' 'r-cran-readstata13' 'python-pywt' 'libchealpix-dev' 'perl-modules-5.26' '4digits' 'libkf5people-data' 'python-bandit' 'starpu-contrib-tools' 'epm' 'libdist-inkt-doap-perl' 'libsys-filesystem-perl' 'groonga-normalizer-mysql' 'octovis' 'recutils' 'liblld-5.0' 'libmusicbrainz-discid-perl' 'libwnn6-dev' 'gfortran' 'libbitstring-ocaml-dev' 'fwknop-apparmor-profile' 'cl-mssql' 'node-jsv' 'python-pyxb' 'libghc-pcap-doc' 'libndpi5' 'r-cran-runit' 'libc6-dev-mipsel-cross' 'libags-doc' 'gobjc++-6-multilib-powerpc-linux-gnu' 'libpvm3' 'libstyx2' 'libchise1' 'libqrupdate1' 'libmusic1v5' 'libphysfs1' 'libkryo-serializers-java' 'plasma-widget-folderview' 'dailystrips' 'php-horde-mapi' 'libn32go7-mips64-cross' 'libgcc1-i386-cross' 'libperlio-layers-perl' 'uniconfd' 'retroarch' 'ironic-conductor' 'ejabberd-mod-logxml' 'libosgearth-dev' 'ldapvi' 'libgloox15' 'simplesnap' 'libgfortran-7-dev-alpha-cross' 'linux-cloud-tools-4.15.0-30-generic' 'ttylog' 'g++-4.8-multilib' 'linux-buildinfo-4.15.0-46-lowlatency' 'pd-freeverb' 'eql' 'python-qt4-sql-dbg' 'python-latexcodec-doc' 'phonon4qt5-backend-gstreamer' 'cim-schema' 'meep-mpich2' 'libmemcached11' 'vaultlocker' 'libobjc-5-dev-sparc64-cross' 'qml-module-qt-labs-sharedimage' 'mobyle-programs' 'libdsfmt-19937-1' 'proftpd-mod-dnsbl' 'libteam-dev' 'libavahi-common3' 'libvt-ldap-java-doc' 'linux-image-4.15.0-1033-gke' 'libtest-spelling-perl' 'r-cran-withr' 'ruby-zentest' 'libghc-wai-extra-prof' 'libkhtml5' 'libmysql-cil-dev' 'golang-github-hashicorp-go-msgpack-dev' 'mdns-scan' 'node-match-at' 'gobjc++-7-aarch64-linux-gnu' 'gnash-dbg' 'python-designate' 'xlog-data' 'libtemplate-plugin-clickable-perl' 'ltsp-cluster-agent' 'deepin-gettext-tools' 'libcidr0' 'seafile-gui' 'libxcb-util1' 'libghc-pandoc-citeproc-dev' 'golang-github-spf13-jwalterweatherman-dev' 'linux-image-unsigned-4.18.0-21-generic' 'libslang2-dev' 'aldo' 'python-dask-doc' 'getlive' 'r-cran-brglm' 'slapos-node-unofficial' 'libghc-dependent-sum-template-doc' 'libkf5grantleetheme-plugins' 'schleuder' 'libgo11-dbg-mips64el-cross' 'tryton-modules-project-revenue' 'linux-image-4.15.0-64-lowlatency' 'gosa-plugin-phpscheduleit-schema' 'libpythonqt-qtall-qt5-python2-dev' 'libidzebra-2.0-mod-text' 'linux-modules-nvidia-390-4.15.0-1023-oracle' 'libgammu8' 'libgridsite-dev' 'python3-jinja2-time' 'libgo7-dbg-armel-cross' 'libgnatvsn6-dbg-s390x-cross' 'lib32stdc++6-6-dbg-x32-cross' 'libn32gcc1-mips-cross' 'node-locate-character' 'dispcalgui' 'apertium-crh' 'libukui-menu2' 'apper' 'libnvrtc9.1' 'cpp-6-mips64el-linux-gnuabi64' 'python3-daemonize' 'libio-socket-socks-perl' 'python3-peewee' 'gcc-5-plugin-dev-mips64el-linux-gnuabi64' 'libgmbal-pfl-java' 'libgfortran-7-dev-powerpcspe-cross' 'linux-headers-4.15.0-48-lowlatency' 'texlive-generic-extra' 'libpoe-component-syndicator-perl' 'ruby-stamp' 'madbomber-data' 'kwin-decoration-oxygen' 'linux-buildinfo-4.15.0-50-lowlatency' 'libtrilinos-globipack-dev' 'lib32go7-dbg-s390x-cross' 'libminizip-dev' 'task-spooler' 'libghc-show-doc' 'libplist++-dev' 'node-union-value' 'libghc-diagrams-core-dev' 'esix' 'liblwp-mediatypes-perl' 'python-ceilometerclient' 'ess' 'libjs-soundmanager2' 'alex' 'libspecio-perl' 'libghc-x11-xft-prof' 'hexchat-perl' 'python-oslo.versionedobjects-doc' 'pike8.0-bzip2' 'python-zope.component-security' 'lib32gfortran-7-dev-mips64el-cross' 'fai-doc' 'python-pretty-yaml' 'rt4-doc-html' 'linux-image-unsigned-4.15.0-20-generic' 'linux-image-5.0.0-1011-gcp' 'xchat-common' 'linux-tools-4.15.0-1013-azure' 'why3-coq' 'unity-lens-applications' 'alfa' 'gdc-6-multilib' 'libcompress-lz4-perl' 'python-astroplan-doc' 'trophy' 'libdb-dev' 'sasview' 'node-redis' 'libforms-doc' 'yosys-doc' 'libisns-dev' 'libparpack2' 'gtk-3-examples' 'gcc-mips-linux-gnu' 'python3-spyder-line-profiler' 'afuse' 'liboggplay1-dev' 'libgdf-dev' 'gitit' 'libassimp-dev' 'libsgml-dtdparse-perl' 'libcsoundac-dev' 'g++-5-arm-linux-gnueabihf' 'libeclipse-e4-core-services-java' 'etm' 'libclass-handle-perl' 'google-android-platform-3-installer' 'alice' 'dogtag-pki' 'libpromises3' 'read-edid' 'libiw30' 'lib32gomp1-mips64-cross' 'mate-desktop-common' 'libfile-nfslock-perl' 'etw' 'openclipart' 'python3-ntplib' 'ruby-redis-rails' 'ruby-minitar' 'libherwig59-2-dev' 'rsyslog-mongodb' 'python3-intbitset' 'linux-image-4.15.0-1021-aws' 'libghc-soap-tls-prof' 'libhtml-treebuilder-xpath-perl' 'node-https-browserify' 'libjs-jquery-colorpicker' 'telepathy-mission-control-5' 'python-scapy' 'forensics-extra-gui' 'skksearch' 'libjerasure2' 'suck' 'qtvirtualkeyboard5-examples' 'libdate-extract-perl' 'python3-ijson' '389-ds-base-libs' 'libkf5sysguard-dev' 'gnash-dev' 'python-mpltoolkits.basemap-data' 'rgxg' 'libgempc410' 'libopenwsman-dev' 'jparse' 'cyrus-common' 'libunity-protocol-private0' 'r-cran-ttr' 'sinntp' 'morse-simulator-doc' 'node-vinyl' 'libproc-terminator-perl' 'python3-mido' 'pd-autopreset' 'openarena' 'python-django-environ' 'python3-jupyter-sphinx-theme' 'grass' 'libghc-random-shuffle-dev' 'libjs-sinon' 'python3-fedora' 'libzlui-qt4' 'libghc-cabal-helper-prof' 'lua-rex-pcre-dev' 'libghc-crypto-prof' 'gobjc++-x86-64-linux-gnux32' 'libglobus-gram-protocol-doc' 'eclipse-mylyn' 'syslogout' 'php-sql-formatter' 'libc6-dev-mips64-mipsr6-cross' 'pcsc-tools' 'libghc-microlens-mtl-prof' 'golang-github-oneofone-xxhash-dev' 'sudo' 'kdeedu-kvtml-data' 'libghc-data-default-instances-old-locale-prof' 'python-ruffus-doc' 'python3-pysimplesoap' 'php-symfony-http-kernel' 'python-redis' 'libjs-build-tools-ocaml-dev' 'libghc-annotated-wl-pprint-prof' 'python3-elektra' 'r-bioc-mergeomics' 'libesmtp6' 'supertransball2' 'sup-mail' 'node-is-promise' 'g++-powerpc-linux-gnuspe' 'dalvik-exchange' 'minetest-data' 'linux-buildinfo-4.15.0-1017-oracle' 'llvm-3.7-doc' 'gir1.2-geoclue-2.0' 'alien' 'freeipmi-common' 'libopencv-imgcodecs-dev' 'alure-doc' 'xmacro' 'phpwebcounter' 'libanet0.3.4' 'multex-base' 'libsfasan5-dbg-armhf-cross' 'linux-tools-4.15.0-1018-oracle' 'ircii' 'r-cran-reshape2' 'linux-modules-extra-4.15.0-1032-gke' 'libvmdk1' 'linux-cloud-tools-4.15.0-47-generic' 'gir1.2-uhm-0.0' 'qt5-doc-html' 'linux-buildinfo-4.15.0-1033-oem' 'libqt5dbus5' 'onak' 'libcgal-ipelets' 'php-cache-integration-tests' 'x11proto-gl-dev' 'sauerbraten-server' 'debian-kernel-handbook' 'libnl-genl-3-dev' 'node-pump' 'libgempc430' 'proxytunnel' 'linux-buildinfo-4.15.0-1060-aws' 'kde-telepathy' 'coinor-libflopc++0v5-dbg' 'libopenjpip7' 'libhivex0' 'python-zope.componentvocabulary' 'python-pyramid' 'libkf5windowsystem-dev' 'libfprint-dev' 'pike8.0-dev' 'libqtscript4-sql' 'golang-github-masterminds-vcs-dev' 'libsikuli-script-jni' 'zvbi' 'libxwiimote-dev' 'ruby-middleware' 'asterisk-core-sounds-fr-g722' 'python-tweepy-doc' 'libvisp-imgproc3.1-dbg' 'krb5-pkinit' 'python3-mwparserfromhell' 'gsoap' 'ruby-ridley' 'libjaula-dev' 'python3-pysolar' 'python3-psautohint' 'python3-libxml2-dbg' 'libgphobos-6-dev-amd64-cross' 'r-bioc-qvalue' 'libsfml-audio2.4' 'liblognorm5' 'weathermap4rrd' 'linux-modules-extra-4.18.0-20-generic' 'libghc-gitrev-prof' 'libfdkaac-ocaml-dynlink' 'libxray-spacegroup-perl' 'rbenv' 'unixodbc-dev' 'geda-examples' 'libghc-vector-doc' 'lib32objc-8-dev-s390x-cross' 'roundcube-plugins' 'wmwork' 'ruby-actionpack-page-caching' 'python-zope.index' 'webhttrack' 'libasan0-dbg' 'gource' 'gcc-6-sh4-linux-gnu-base' 'thunderbird-gnome-support-dbg' 'lib32gfortran-7-dev-ppc64-cross' 'epic5-script-lice' 'python-tblib' 'python-semanage' 'hledger-interest' 'libscalapack-mpi-dev' 'libvisa-dev' 'libstatistics-test-sequence-perl' 'bochs-sdl' 'syslog-ng-mod-geoip' 'postgresql-10-pglogical' 'libkf5kirigami2-5' 'signon-plugins-dev' 'node-lcov-parse' 'libapp-cmd-perl' 'libpdal-plugins' 'libxbean-java-doc' 'minetest-mod-mesecons' 'libqt5quicktemplates2-5' 'python3-pytest-arraydiff' 'python-pyside' 'gcc-4.8-multilib' 'libjuce-doc' 'libmathlib2-gfortran' 'smokegen-dbg' 'golang-bitbucket-pkg-inflect-dev' 'python-libregf' 'golang-github-facebookgo-httpdown-dev' 'focalinux-html' 'cpl-plugin-visir-calib' 'libjemmy2-java' 'libmono-rabbitmq4.0-cil' 'holotz-castle' 'libghc-extensible-exceptions-prof' 'librelion+gui-dev' 'soapysdr-module-rtlsdr' 'libghc-shake-prof' 'fingerd' 'python-sdnotify' 'libmaven-shared-utils-java' 'libmoosex-hasdefaults-perl' 'mylvmbackup' 'python3-shade' 'linux-tools-4.15.0-1029-gcp' 'opendict-plugins-lingvosoft' 'python-nova-adminclient' 'liblexical-accessor-perl' 'lib32itm1' 'python3-releases' 'ruby-jekyll-gist' 'printer-driver-escpr' 'libgnatvsn5-sparc64-cross' 'node-browser-resolve' 'libgstreamermm-1.0-1' 'libhawtjni-maven-plugin-java' 'tgt-dbg' 'libgo13-alpha-cross' 'stalin' 'ruby-joiner' 'cl-graph' 'python3-klaus' 'libghc-fmlist-dev' 'gnome-recipes' 'libtabixpp0' 'libzvbi-dev' 'bugzilla-cli' 'libghc-x509-store-prof' 'linux-image-4.15.0-1043-kvm' 'ruby-cri' 'courier-imap-ssl' 'lua-tongue' 'beagle-doc' 'jmeter-ftp' 'jclic' 'libtnt-dev' 'libotbmapla-6.4-1' 'libcpan-meta-requirements-perl' 'linux-headers-4.15.0-1007-aws' 'geany-plugin-pairtaghighlighter' 'openjdk-11-source' 'pyrit-opencl' 'patchutils' 'libags1' 'nypatchy' 'libpjnath2' 'linux-cloud-tools-lowlatency-hwe-16.04-edge' 'r-cran-prodlim' 'pamu2fcfg' 'libgo13-dbg-powerpcspe-cross' 'libfile-dircompare-perl' 'xapps-doc' 'python-mistral' 'giflib-tools' 'python-werkzeug-doc' 'ripe-atlas-tools-doc' 'librcc0' 'calculix-cgx-examples' 'libmail-transport-perl' 'fileschanged' 'fusionforge-plugin-projects-hierarchy' 'openscenegraph' 'node-marked-man' 'libvanessa-socket-dev' 'liblcas0' 'libpython2.7' 'bibutils' 'ruby-babosa' 'python-dogtail' 'libnews-newsrc-perl' 'python3-django-countries' 'libghc-pandoc-citeproc-doc' 'linux-image-unsigned-4.15.0-58-generic' 'python3-sysv-ipc' 'localepurge' 'libgwenhywfar-core-dev' 'octave-netcdf' 'ros-viz' 'coinor-csdp-doc' 'debugedit' 'spacezero' 'libvdpau1' 'wcanadian' 'docker-compose' 'libboost-coroutine1.65-dev' 'runescape' 'python3-pyresample' 'language-pack-gnome-nl-base' 'golang-gopkg-eapache-channels.v1-dev' 'libdap25' 'signon-plugin-sasl' 'libadasockets7-dev' 'librcd0' 'pd-bassemu' 'python3-wxgtk-webview4.0' 'codonw' 'xfonts-intl-japanese' 'golang-github-xtaci-smux-dev' 'libnlopt-dev' 'python3-pymodbus' 'python-w3lib' 'kubuntu-restricted-extras' 'libgfortran-6-dev-hppa-cross' 'python-rfoo' 'libmono-system-servicemodel-activation4.0-cil' 'aliki' 'moonshot-ui' 'libqtscript4-svg' 'linux-modules-nvidia-390-4.15.0-65-generic' 'oar-user-pgsql' 'libguestfs0' 'libghc-diagrams-core-doc' 'python3-logutils' 'liblucene2-java-doc' 'nova-serialproxy' 'colobot-common-sounds' 'libghc-pipes-attoparsec-dev' 'libgnatvsn5-dev-arm64-cross' 'libjavafxsvg-java' 'nfs-kernel-server' 'libtestu01-0-dev-common' 'elpa-cycle-quotes' 'debconf-kde-helper' 'gir1.2-ubuntu-app-launch-3' 'golang-github-zenazn-goji-dev' 'python-flufl.lock-doc' 'python3-spoon' 'libfilesys-df-perl' 'starlink-ttools-java-doc' 'libghc-shell-conduit-prof' 'libncurses5' 'libgomp1-m68k-cross' 'google-chrome-stable' 'python-pyasn1-modules' 'libgstreamermm-1.0-dev' 'python-vmtk' 'python3-pam' 'gpodder' 'wiki2beamer' 'libwagon-http-java' 'libgnatprj5-dbg-mipsel-cross' 'alot' 'dibbler-client' 'libgsmme-dev' 'malaga-doc' 'clang-tools-7' 'xserver-xorg-dev-hwe-18.04' 'clang-tools-8' 'libraw1394-dev' 'clang-tools-9' 'golang-github-cenk-rpc2-dev' 'libassimp-doc' 'python-goocalendar' 'suitename' 'lastpass-cli' 'libxmuu1-dbg' 'libclass-singleton-perl' 'lubuntu-artwork-14-04' 'python-quintuple' 'libio-handle-util-perl' 'i2p-doc' 'pv-grub-menu' 'libabiword-dev' 'hunspell-en-med' 'libarchive-any-lite-perl' 'shorewall-core' 'fonts-levien-museum' 'network-manager-vpnc' 'gitso' 'libc++1-7' 'php-horde-ansel' 'libc++1-8' 'r-cran-ellipse' 'usb-creator-common' 'libc++1-9' 'libid3-3.8.3-dev' 'lib32objc-6-dev-amd64-cross' 'wings3d' 'libgusb-dev' 'libfreecontact-dev' 'qml-module-qtquick-localstorage' 'python-libxslt1' 'linux-gcp-5.3-headers-5.3.0-1008' 'golang-github-kotakanbe-logrus-prefixed-formatter' 'linux-gcp-5.3-headers-5.3.0-1009' 'linux-modules-extra-5.0.0-1017-gke' 'python3-pbr' 'libtelepathy-qt5-farstream0' 'libjs-openlayers' 'linux-generic-hwe-18.04-edge' 'libpod-simple-perl' 'cernlib-extras' 'python3-pydotplus' 'picprog' 'python2.7' 'vusb-analyzer' 'libxml-commons-external-java' 'mce-dev' 'plplot-driver-wxwidgets' 'fspanel' 'gnash-doc' 'uec-provisioning-dhcpd' 'linux-headers-lowlatency' 'libwpeditor-dev' 'lubuntu-artwork-14-10' 'python-autopilot-tests' 'libatomic1-dbg-armhf-cross' 'libwinpr2-dev' 'pymca-data' 'debian-keyring' 'libopengl0' 'glare-common' 'xfce4-power-manager-plugins' 'python-gmpy2-common' 'ugene' 'libswami0' 'fusionforge-plugin-authcas' 'flowscan' 'libdime-dev' 'fonts-samyak-orya' 'kamailio-geoip-modules' 'gedit-plugin-multi-edit' 'pyroman' 'liboclgrind-dev' 'libhash-multivalue-perl' 'linux-gcp-5.3-headers-5.3.0-1010' 'sumo' 'gnat-8-m68k-linux-gnu' 'linux-gcp-5.3-headers-5.3.0-1012' 'evolution-indicator' 'libghc-random-shuffle-doc' 'linux-buildinfo-5.0.0-1020-gcp' 'libnet-cli-interact-perl' 'haskell98-tutorial' 'foxtrotgps' 'dh-linktree' 'libhugetlbfs0' 'libghc-gitit-prof' 'octave-mpi' 'python3-pcp' 'libghc-scientific-prof' 'erlang-p1-mysql' 'libnatpmp1' 'manpages-fr-extra' 'pygtail' 'linux-image-unsigned-5.0.0-1022-azure' 'python3-coards' 'libtext-aligner-perl' 'kget' 'linux-tools-5.0.0-31-generic' 'pki-server' 'libccolamd2' 'python-os-xenapi-doc' 'lxmenu-data' 'esmtp' 'parafly' 'libtdb-dev' 'libkf5contacts-dev' 'libn32gcc1-dbg-mipsel-cross' 'libjs-fetch' 'lib32asan0' 'language-pack-sv-base' 'php7cc' 'lib32asan2' 'diffutils-doc' 'openarena-081-maps' 'lib32asan3' 'lib32asan4' 'gem2deb-test-runner' 'lib32asan5' 'salt-syndic' 'libstring-approx-perl' 'gnat-5-mips64el-linux-gnuabi64' 'linux-image-4.15.0-1008-oracle' 'node-strip-eof' 'wngerman' 'libcache-memcached-perl' 'linux-headers-4.15.0-1029-kvm' 'libreply-perl' 'treetop' 'pynagram' 'libcasa-msfits2' 'liblas-c-dev' 'libubuntu-app-launch4' 'liquidsoap-plugin-ogg' 'xserver-xorg-video-intel-hwe-16.04-dbg' 'duply' 'libisds5' 'libfcgi-perl' 'libexecs-dev' 'gir1.2-meta-muffin-0.0' 'gemrb' 'python-zope.component-zcml' 'dnsmasq-base' 'pycsw-wsgi' 'wmaker-data' 'linux-buildinfo-5.0.0-17-generic' 'libcrmcluster4' 'elpa-ace-link' 'qtsmbstatus-light' 'tofrodos' 'qtdeclarative5-qtcontacts-plugin' 'libdaq2' 'liferea' 'pike8.0-doc' 'libpcl-recognition1.8' 'kmplot' 'libcvc4-dev' 'gnash-ext-fileio' 'python3-pyqt4' 'trac-navadd' 'gconf-service' 'python3-pyqt5' 'hamradio-morse' 'libmono-microsoft-build-framework4.0-cil' 'python3-pex' 'libecflow-view0d' 'libjaula-doc' 'overlay-scrollbar-gtk2' 'python-markdown-doc' 'librest-0.7-0-dbg' 'xul-ext-password-editor' 'elpa-elisp-slime-nav' 'ruby-minitest-hooks' 'bup-doc' 'libsane-dev' 'ubuntu-standard' 'linux-cloud-tools-4.15.0-46-lowlatency' 'pypy-lib' 'libphp-phpmailer' 'golang-github-tarm-serial-dev' 'gdc-6-multilib-mips64el-linux-gnuabi64' 'python3-antlr' 'libqt5gstreamer-dev' 'lam-runtime' 'sordi' 'diskimage-builder-doc' 'liblur-dev' 'mftrace' 'fam' 'lttv' 'octave-msh' 'hocr-gtk' 'uapevent' 'language-pack-gnome-crh-base' 'mgltools-viewerframework' 'udpcast' 'python-catkin-pkg' 'libghc-yi-core-prof' 'libopengl-image-perl' 'golang-github-dustinkirkland-golang-petname-dev' 'kile-doc' 'gtkatlantic' 'linux-buildinfo-5.3.0-22-lowlatency' 'python3-saharaclient' 'libcipux-perl' 'libparmetis-dev' 'apertium-dan' 'libyara-dev' 'totem-plugins-extra' 'libuniversal-require-perl' 'fbb' 'lubuntu-icon-theme' 'xplot' 'kmenuedit' 'libghc-http-streams-dev' 'linux-image-4.15.0-1027-gcp' 'fbi' 'kxterm' 'diamond' 'libfind-lib-perl' 'python-os-collect-config' 'faust-common' 'libdapclient6v5' 'libgnat-8-sh4-cross' 'bumpversion' 'cauchy-tools' 'elpa-el-mock' 'gobjc-5-multilib-sparc64-linux-gnu' 'python3-pgq' 'gvidm' 'surf-display' 'python3-bitcoinlib' 'qsapecng' 'libqt5sql5-sqlite' 'gobjc-5-sh4-linux-gnu' 'node-kew' 'libjs-autosize' 'libopenconnect5' 'octave-ltfat' 'libgettextpo0' 'petsc3.7.7-doc' 'libcrypt-unixcrypt-xs-perl' 'nted-doc' 'python-pecan' 'node-nomnom' 'designate-central' 'libapache2-request-perl' 'vtkdata' 'python3-brlapi' 'libghc-fmlist-doc' 'libgo9-powerpc-cross' 'linux-image-5.3.0-22-generic' 'python-openstack.nose-plugin' 'surf' 'libbrial-groebner3' 'linux-cloud-tools-4.15.0-50-lowlatency' 'libzvbi-doc' 'visp-images-data' 'simavr' 'gnumail.app-common' 'python-gnatpython-doc' 'fcc' 'gcc-6-mips-linux-gnu-base' 'thunderbird-locale-ga-ie' 'libppx-tools-ocaml-dev' 'python-dendropy' 'libhypre-2.13.0' 'libcssparser-java-doc' 'libgfortran5-m68k-cross' 'python3-keystonemiddleware' 'libkleo4' 'libgv-guile' 'idzebra-2.0-common' 'libcdio-cdda2' 'libtrilinos-stratimikos12' 'linux-modules-5.0.0-37-lowlatency' 'fcm' 'linux-image-unsigned-4.15.0-1050-gke' 'libsnmp-perl' 'libmp3lame0' 'ibus-table-quick' 'fizmo-console' 'nabi' 'spatialite-bin' 'python-requests-mock' 'fte-docs' 'libdislocker0-dev' 'libwsman1' 'libc6-dev-mipsr6-cross' 'libvanessa-logger0' 'tryton-modules-account-stock-continental' 'skkdic-extra' 'libhdate-dev' 'cardpeek-data' 'jack-rack' 'php-horde-kolab-format' 'golang-github-hashicorp-atlas-go-dev' 'libio-callback-perl' 'libpcl-outofcore1.8' 'unidic-mecab' 'linux-tools-4.15.0-1017-aws' 'python-shogun-dbg' 'rwhod' 'python3-qtawesome' 'linux-modules-nvidia-390-4.15.0-1030-oracle' 'gkrellshoot' 'libfield3d1.7' 'xserver-xorg-input-all-hwe-18.04' 'classicmenu-indicator' 'libgfortran3-alpha-cross' 'golang-github-bgentry-speakeasy-dev' 'python3-pil' 'libcpdb-libs-common0' 'python-zope.preference' 'libbusiness-onlinepayment-transactioncentral-perl' 'pslib-dev' 'node-esprima' 'fdm' 'shiki-colors-metacity-theme' 'python3-pip' 'eqonomize-doc' 'ticker' 'ibus-zhuyin' 'ladspa-sdk' 'python-django-redis-sessions' 'dh-r' 'liblucene3-java' 'libgo9-ppc64el-cross' 'mplayer-fonts' 'python-django-q' 'ckeditor3' 'ampliconnoise' 'amule-gnome-support' 'libmoosex-types-laxnum-perl' 'libx32gfortran-8-dev-amd64-cross' 'libmaven-deploy-plugin-java' 'sitecopy' 'libgfbgraph-0.2-dev' 'libmagpie-perl' 'cmuscheme48-el' 'icinga-dbg' 'polyglot' 'geany-plugin-pg' 'tarantool-lts-common' 'libtabixpp0-dbg' 'libtest-effects-perl' 'feh' 'spectacle' 'libbabeltrace1' 'libghc-pipes-attoparsec-doc' 'libdata-priority-map-clojure' 'libboost-test1.62.0' 'slurm-wlm-basic-plugins-dev' 'hspell' 'libgtk2.0-0' 'docbook-slides' 'libghc-nonce-prof' 'tortoisehg-nautilus' 'libgdata22' 'golang-github-vaughan0-go-ini-dev' 'ioquake3-server' 'fet' 'node-babel-types' 'libbwa-dev' 'libgstreamermm-1.0-doc' 'librepository-java-doc' 'linux-headers-5.0.0-1025-oem-osp1' 'fex' 'id3v2' 'node-connect-timeout' 'libtranslate-dev' 'google-android-platform-20-installer' 'cyrus-admin' 'libhiredis-dev' 'libregexp-shellish-perl' 'libobjc-5-dev-armel-cross' 'libsvn-notify-perl' 'vblade-persist' 'linux-buildinfo-5.0.0-1020-gke' 'node-defined' 'seqprep-data' 'php-cassandra' 'libraw1394-doc' 'libboost-log1.62.0' 'apertium-dev' 'ffe' 'python-stem' 'node-entities' 'libghc-feed-prof' 'libghc-random-shuffle-prof' 'golang-github-rsc-letsencrypt-dev' 'grhino' 'slashem-sdl' 'python-astroml-addons' 'libkdb5-9' 'libc6-dev-mips32-mipsn32-cross' 'elpa-eshell-git-prompt' 'python-pyopencl-dbg' 'tesseract-ocr-script-hans-vert' 'aj-snapshot' 'steam-installer' 'node-cli-spinners' 'cpp-5-powerpc-linux-gnu' 'unity-scope-video-remote' 'python-deap' 'remctl-server' 'libroscpp-core-dev' 'apache2-suexec-pristine' 'monotone-viz' '3dldf-doc' 'libvcdinfo-dev' 'libgusb-doc' 'libfreecontact-doc' 'libgfortran-5-dev-armhf-cross' 'jsurf-alggeo' 'libgnat-5-sparc64-cross' 'dhewm3-doom3' 'libghc-hex-prof' 'orthanc-wsi' 'libefivar-dev' 'libgo7-dbg-powerpc-cross' 'mailcheck' 'linux-image-4.18.0-14-generic' 'ruby-progressbar' 'puppet-module-camptocamp-kmod' 'librdkafka++1' 'linux-buildinfo-4.15.0-43-generic' 'v4l2loopback-dkms' 'python-os-refresh-config' 'linux-libc-dev-arm64-cross' 'doc-rfc-experimental' 'hadori' 'xdelta3' 'auto-install-el' 'pcredz' 'mce-doc' 'python-stfl' 'junior-games-sim' 'asterisk-voicemail' 'opendrim-lmp-cpu' 'fonts-opendin' 'php-mockery' 'globus-gsi-cert-utils-progs' 'fgo' 'python3-yaml-dbg' 'openclipart-libreoffice' 'libdime-doc' 'ros-core-rosbuild-dev' 'rlwrap' 'lib64asan3-i386-cross' 'libportaudio-ocaml' 'linux-tools-4.15.0-1019-azure' 'xserver-xorg-video-radeon-hwe-18.04' 'python3-ply' 'espeak-ng-espeak' 'python-monotonic' 'ruby-cstruct' 'linux-modules-extra-4.15.0-1026-gcp' 'libkido0.1' 'python-z3c.macro' 'voro++-dev' 'doodle-dbg' 'redeclipse-common' 'libhtml-prototype-perl' 'icedtea-8-plugin' 'libmono-system-enterpriseservices4.0-cil' 'libgfortran3-mips-cross' 'cudf-tools' 'python3-power' 'libace-rmcast-dev' 'node-jsonstream' 'lib32gphobos-8-dev' 'libubsan0-x32-cross' 'turnin-ng' 'liba52-0.7.4' 's3dfm' 'explain' 'libecore-fb1' 'lib32go7-dbg-ppc64-cross' 'iannix' 'anacron' 'meryl' 'node-sparkles' 'golang-gopkg-dancannon-gorethink.v2-dev' 'lmodern' 'libmecab2' 'ogmrip-dirac' 'pirl-image-tools' 'linux-buildinfo-4.15.0-64-generic' 'libcgsi-gsoap1' 'libstdc++-7-pic-powerpc-cross' 'coinor-cbc' 'between' 'gobjc-7-multilib-arm-linux-gnueabi' 'libpjsip-ua2' 'csv2latex' 'globus-gram-job-manager-sge' 'debichem-cheminformatics' 'libmoosex-methodattributes-perl' 'libcwiid1' 'python3-png' 'libedata-cal1.2-dev' 'fonts-mathjax' 'libtritonus-jni' 'kgpg' 'mbrola' 'fim' 'libopenrpt1v5' 'redis-redisearch' 'libauthen-simple-passwd-perl' 'fio' 'python3-keyring' 'libn32stdc++6-5-dbg-mipsel-cross' 'libqjson0-dbg' 'linux-headers-4.15.0-1043-oem' 'libttspico-utils' 'glabels' 'libmrpt-slam1.5' 'libcusolver9.1' 'python-autopilot-vis' 'heimdal-multidev' 'budgie-workspace-wallpaper-applet' 'python-cpuinfo' 'libdata-page-pageset-perl' 'linux-tools-4.15.0-1039-kvm' 'libheimbase1-heimdal' 'lbreakout2' 'python-glance-doc' 'liblingua-ispell-perl' 'libeclipse-debug-ui-java' 'linux-modules-4.15.0-1026-oem' 'python3-django-contact-form' 'lfhex' 'gccgo-8-sparc64-linux-gnu' 'libjbzip2-java' 'llvm-4.0-examples' 'php-interbase' 'xless' 'zshdb' 'scilab-cli' 'r-cran-estimability' 'bcfg2' 'zimpl' 'libsofa1' 'science-highenergy-physics-dev' 'libccrtp2v5' 'lib64asan5-powerpc-cross' 'gshutdown' 'android-libziparchive' 'python-imdbpy' 'ruby-dbf' 'python-neuroshare' 'qt3d-scene2d-plugin' 'libvisualization-msgs-dev' 'check-mk-config-icinga' 'lib32asan2-dbg-x32-cross' 'xfonts-utils' 'libnpgsql2.2-cil' 'erlang-mode' 'pokerth-data' 'zegrapher' 'planetblupi' 'plasma-runner-installer' 'lib64gomp1-dbg-i386-cross' 'gir1.2-ggit-1.0' 'skyview' 'lxqt-panel-l10n' 'python-keystoneauth1-doc' 'python3-oslo.versionedobjects' 'sdlbasic' 'python-scciclient' 'uec-provisioning-webui' 'geany-plugin-vc' 'libghc-mountpoints-dev' 'logcentral' 'libopendbx1-firebird' 'mate-desktop-environment-extra' 'systemd-tests' 'liblog-contextual-perl' 'libapache2-mod-r-base' 'nam-examples' 'emacs-goodies-el' 'stubby' 'libmono-system-data-services-client4.0-cil' 'libyajl-dev' 'fusiondirectory-plugin-sympa' 'libmythes-dev' 'libweb-mrest-perl' 'freeradius-postgresql' 'gcc-6-multilib-s390x-linux-gnu' 'msxpertsuite-data' 'caja-gtkhash' 'libstdc++-6-pic-alpha-cross' 'fraqtive' 'libvolk1-dev' 'libakonadi-dev' 'libsignon-qt5-dev' 'libghc-http-streams-doc' 'libtexttools8' 'librem-dev' 'libcache-bdb-perl' 'gir1.2-accountsservice-1.0' 'libecerecom0' 'gap-io' 'zulusafe-cli' 'libopencv-apps-dev' 'cairo-dock-systray-plug-in' 'libdr-tarantool-perl' 'ruby-asetus' 'elpa-org-bullets' 'libgo7-i386-cross' 'libapache2-mod-rpaf' 'libhyperic-sigar-java' 'libqt5gstreamerui-1.0-0' 'libquadmath0-amd64-cross' 'evolvotron' 'yorick-full' 'lib64gcc-5-dev-i386-cross' 'libnetfilter-acct1' 'pulseaudio-module-lirc' 'liquidsoap-plugin-oss' 'libplack-middleware-logwarn-perl' 'librime-data-scj6' 'linux-headers-4.15.0-1023-gcp' 'node-gulp-newer' 'libghc-wai-app-file-cgi-dev' 'libghc-data-memocombinators-dev' 'linux-modules-4.15.0-39-generic' 'pcp-import-ganglia2pcp' 'ruby-method-source' 'nodejs' 'libakonadi-kmime4' 'qweborf' 'linux-image-5.0.0-1011-oracle' 'python-magics++' 'libvncserver1-dbg' 'libllvm-7-ocaml-dev' 'py3status' 'gccgo-7-mipsel-linux-gnu' 'libghc-test-framework-hunit-dev' 'linux-image-5.3.0-24-lowlatency' 'semantik' 'libstarlink-pal-dev' 'python3-simplestreams' 'elpa-with-editor' 'lua-nvim' 'node-ultron' 'linux-modules-4.15.0-1006-gcp' 'yuyo-gtk-theme' 'libdrmaa1.0-java-doc' 'etcd' 'dublin-traceroute' 'python-libssh2' 'python-paste-doc' 'libgraphics-color-perl' 'policykit-1-doc' 'libqt5versitorganizer5' 'python-certbot-dns-route53-doc' 'libplplot-java' 'libspring-transaction-java' 'python-pyside.qtdeclarative' 'lua-sql-mysql-dev' 'libgsystem0' 'libarrayfire-opencl-dev' 'libcurlpp-dev' 'mecab-ipadic-utf8' 'libghc-websockets-dev' 'i3-wm' 'minidisc-utils' 'junior-doc' 'ruby-twitter-stream' 'gobjc++-7-x86-64-linux-gnux32' 'node-fuzzaldrin-plus' 'libpodofo0.9.5' 'libreoffice-l10n-pa-in' 'mpeg2dec' 'libx32stdc++-6-dev-i386-cross' 'libtext-markup-perl' 'clevis-luks' 'fonts-gfs-artemisia' 'glmark2-es2-wayland' 'language-pack-fi-base' 'libset-scalar-perl' 'ruby-dev' 'elpa-async' 'libgo11-dbg-i386-cross' 'libghc-html-conduit-dev' 'libacpi0' 'qml-module-ubuntu-onlineaccounts' 'libtika-java' 'binutils-mips64-linux-gnuabin32' 'libc6' 'xfonts-100dpi-transcoded' 'lib64gfortran5-powerpc-cross' 'linux-tools-4.18.0-22-generic' 'nama' 'ctorrent' 'libb64-dev' 'node-encoding' 'ubuntu-session' 'pwman3' 'linux-modules-extra-5.0.0-1008-oracle' 'acheck' 'why3-doc-html' 'fusiondirectory-plugin-debconf' 'lilypond-doc-html' 'libasync-mergepoint-perl' 'libxfce4ui-utils' 'python3-certbot-dns-rfc2136' 'morse-x' 'console-setup-linux' 'libghc-xcb-types-prof' 'libnet-telnet-perl' 'python3-fiat' 'ipheth-utils' 'libprocyon-java' 'libcommons-jci-java-doc' 'libusb-java' 'libghc-dbus-dev' 'language-pack-ga-base' 'ruby-string-direction' 'dvb-tools' 'lxde-common' 'python-wxgtk4.0' 'ooohg' 'gringotts' 'python-subvertpy' 'python3-ptk' 'python-rosunit' 'libbiblesync-dev' 'python3-sshpubkeys' 'linux-image-unsigned-5.0.0-1025-oem-osp1' 'libpmemblk1-debug' 'fcitx' 'ukolovnik' 'fop' 'r-cran-polyclip' 'pngquant' 'pconsole' 'notification-daemon' 'python3-libusb1' 'libpoe-filter-stomp-perl' 'linux-buildinfo-4.15.0-1054-aws' 'libsofia-sip-ua-glib-dev' 'nano' 'libcg' 'libplexus-digest-java' 'libreadosm-dev' 'gir1.2-hinawa-1.0' 'nant' 'rasterio' 'php-analog' 'python3-pyrad' 'libhttp-async-perl' 'libgfortran-7-dev-riscv64-cross' 'games-mud' 'gobjc++-6-multilib' 'pwgen' 'python3-pyraf' 'ruby-posix-spawn' 'gnome-noble-icon-theme' 'openstack-dashboard-ubuntu-theme' 'fpc' 'libgpiv3' 'sqldeveloper-package' 'gnubg-data' 'pwget' 'ext3grep' 'jeuclid-cli' 'libghc-pipes-bytestring-prof' 'python3-mrtparse' 'libdist-zilla-config-slicer-perl' 'cacti' 'fwanalog' 'zephyr-server' 'r-cran-cmprsk' 'python3-pyqt5.qtsensors' 'liblld-6.0' 'linux-base' 'yaml-mode' 'octave-nan' 'ruby-nokogumbo' 'libhtml-embedded-turtle-perl' 'google-android-platform-18-installer' 'golang-go.uber-atomic-dev' 'golang-github-go-macaron-gzip-dev' 'systempreferences.app' 'python-zope.dublincore' 'gcc-8-sparc64-linux-gnu-base' 'ruby-airbrussh' 'libstreamanalyzer0v5' 'libanyevent-aggressiveidle-perl' 'tryton-modules-stock-supply-forecast' 'libcgi-pm-perl' 'nfs-ganesha-proxy' 'cyrus-imapd' 'libpdl-io-matlab-perl' 'libgo11-mips-cross' 'libqjdns-qt4-2' 'libpam-python-doc' 'cpp-8-arm-linux-gnueabi' 'libkalarmcal2' 'python3-wheel' 'libgnome-keyring-dev' 'libgtk-sharp-beans2.0-cil-dev' 'libcpp-hocon-dev' 'gdc-5-multilib-powerpc64-linux-gnu' 'gap-factint' 'libjpeg9-dbg' 'golang-github-nightlyone-lockfile-dev' 'fcitx-table-cantonese' 'g++-6-powerpc-linux-gnu' 'python3-ferret' 'diffoscope' 'python-pyorbit-dev' 'libnewtonsoft-json5.0-cil' 'libastro-fits-cfitsio-perl' 'kopano-monitor' 'python-bootstrapform-doc' 'minetest-mod-player-3d-armor' 'libt3highlight-dev' 'linux-tools-4.15.0-42-generic' 'netperfmeter' 'libxml-libxml-iterator-perl' 'python-apipkg' 'r-cran-gtable' 'qemu-system-x86' 'icinga-doc' 'python-xhtml2pdf' 'liboauth-signpost-java' 'libpotrace0' 'golang-1.9-go' 'maint-guide-zh-cn' 'libjs-slick' 'lib64stdc++-6-dev' 'libobjc4-mips64-cross' 'libpoe-component-server-simplehttp-perl' 'gnome-orca' 'libx32go4-dbg' 'python-pathlib-doc' 'linux-image-4.15.0-1015-oracle' 'claws-mail-feeds-reader' 'python3-columbus' 'pidgin-blinklight' 'libemail-received-perl' 'libg15-1' 'libpetsc-complex-3.7-dev' 'cpp-7-riscv64-linux-gnu' 'libn32objc4-mipsel-cross' 'ctsim-help' 'lhapdf-ccwrap-doc' 'supertuxkart-data' 'python-django-braces-doc' 'linux-image-unsigned-4.15.0-1064-oem' 'libclass-accessor-children-perl' 'python-netaddr-docs' 'yaws-wiki' 'gpg-wks-server' 'libx32gphobos76-i386-cross' 'libfreexl-dev' 'nova-volume' 'libffindex0-dev' 'postmark' 'antlr3' 'planetblupi-common' 'antlr4' 'g15macro' 'xdvik-ja' 'libotcl1-dev' 'python-libvmdk' 'libs3-dev' 'lib32stdc++-6-dev-x32-cross' 'sdic-eijiro' 'bootcd' 'gkrellmapcupsd' 'fsa' 'linux-modules-extra-5.0.0-1021-gcp' 'libaprutil1-dbd-sqlite3' 'python3-sklearn' 'libpeas-1.0-0' 'libtorrent-dev' 'circuslinux-data' 'sun-javadb-demo' 'netbase' 'coinor-clp' 'fonts-tlwg-kinnari' 'gridengine-drmaa1.0' 'libsymkey-jni' 'python-appindicator' 'fonts-horai-umefont' 'golang-github-buger-jsonparser-dev' 'libghc-network-uri-dev' 'libx32gcc1' 'python-pyopencl-doc' 'linux-image-unsigned-5.0.0-1028-azure' 'libvideo-ivtv-perl' 'libeclipse-ui-views-java' 'libkf5contacteditor-data' 'glob2' 'libunity-control-center-dev' 'engauge-digitizer-doc' 'pkgdiff' 'babeltrace' 'libgo7-dbg-ppc64-cross' 'libstdc++-6-pic-m68k-cross' 'fonts-pagul' 'libresource-retriever0d' 'linux-signed-azure' 'r-cran-fportfolio' 'libiterator-util-perl' 'qhull-bin' 'libzdb-dev' 'libapophenia2' 'biosquid' 'tapecalc' 'libxcursor1' 'mate-polkit' 'libjs-autolink' 'libnet-trac-perl' 'libvalidate-net-perl' 'libstdc++-5-pic-mipsel-cross' 'libgmpada7-dev' 'linux-image-5.3.0-1008-gcp' 'python-pyexiv2' 'fonts-aoyagi-soseki' 'nx-x11proto-xext-dev' 'libf2c2-dev' 'khotkeys' 'fte' 'libfixbuf3' 'fonts-tlwg-mono' 'gnat-8-powerpc64le-linux-gnu' 'texinfo' 'libfs-dev' 'libvibe-utils0' 'gccgo-7-multilib-sparc64-linux-gnu' 'libgatos0' 'python3-pyo' 'oggvideotools' 'libqt5waylandcompositor5' 'h2o' 'libliquid-dev' 'python-rabbyt' 'libequinox-simpleconfigurator-manipulator-java' 'ftp' 'libntirpc1.6' 'ola-rdm-tests' 'libghc-mountpoints-doc' 'abook' 'fts' 'svtplay-dl' 'python3-pyx' 'libcompress-bzip2-perl' 'icinga2-ido-pgsql' 'nasm' 'libyajl-doc' 'node-is-generator-fn' 'node-tap-mocha-reporter' 'maqview' 'lammps' 'gcc-7-multilib-powerpc-linux-gnu' 'nast' 'libjpeg9-dev' 'python3-bottle-cork' 'python-simpletal' 'linux-image-unsigned-4.15.0-1044-gcp' 'mandos-client' 'node-babel-plugin-add-module-exports' 'libjs-sifter.js' 'libhfatomic1-armel-cross' 'libextutils-f77-perl' 'lib32stdc++6-6-dbg-mips64-cross' 'texlive-base' 'libmuroar-dev' 'libunibilium4' 'groonga-plugin-suggest' 'rancid-cgi' 'libacme-damn-perl' 'libjansi-java' 'xfce4-settings' 'python3-pycparser' 'libwww-freshmeat-perl' 'python3-xtermcolor' 'lib32stdc++-6-dev-sparc64-cross' 'globs' 'libghc-th-abstraction-prof' 'ngraph-gtk-doc' 'spamassassin-rules-ja' 'libghc-wai-app-file-cgi-doc' 'libghc-data-memocombinators-doc' 'libjackson2-datatype-joda-java-doc' 'libecore-evas1' 'python-oslo.vmware' 'libdbus-glib1.0-cil-dev' 'gaupol' 'libopenjpip-server' 'linux-headers-5.3.0-1011-gke' 'libjavacc-maven-plugin-java' 'python-txtftp' 'liblexical-var-perl' 'gcc-7-plugin-dev-sparc64-linux-gnu' 'python-stuf' 'libghc-puremd5-dev' 'golang-juju-loggo-dev' 'libghc-reflection-dev' 'python-cogent-doc' 'libghc-test-framework-hunit-doc' 'sylseg-sk' 'firmware-ath9k-htc' 'roundcube-pgsql' 'libstarlink-pal-doc' 'libcommons-csv-java-doc' 'elpa-ace-window' 'libaac-tactics-ocaml' 'libkf5waylandclient5' 'python-pydl-doc' 'unpaper' 'golang-go-zfs-dev' 'jmtpfs' 'linux-tools-4.15.0-1033-gcp' 'libgmime2.6-cil' 'libbackuppc-xs-perl' 'gosa-plugin-kolab-schema' 'wcslib-dev' 'node-uglify-save-license' 'fonts-takao' 'libghc-websockets-doc' 'libonig-dev' 'libavformat-dev' 'jupyter-console' 'python-envisage' 'plainbox-provider-resource-generic' 'gcc-6-sh4-linux-gnu' 'libcogl-gles2-dev' 'tryton-modules-account-invoice' 'libmail-rbl-perl' 'libghc-bytestring-show-prof' 'libasan5-dbg-s390x-cross' 'ipolish' 'gimp-data' 'libbliss2' 'linux-headers-4.15.0-1011-aws' 'rygel-playbin' 'python3-migrate' 'ruby-carrierwave' 'gajim-rostertweaks' 'lib32gphobos68-x32-cross' 'ruby-curses' 'libloki0.1.7v5' 'libivykis0' 'python-argvalidate' 'awardeco' 'mlv-smile' 'citadel-webcit' 'libotbqtwidget-6.4-1' 'nfdump' 'elpa-avy-menu' 'libghc-html-conduit-doc' 'ruby-azure' 'ruby-ferret' 'yubikey-personalization-gui' 'node-es6-map' 'tryton-modules-all' 'python3-dugong' 'linux-modules-extra-5.0.0-16-generic' 'libeot0' 'snd-gtk-jack' 'ruby-commander' 'linux-tools-4.18.0-25-lowlatency' 'node-regex-not' 'libkf5calendarutils-bin' 'libghc-happstack-authenticate-dev' 'ismrmrd-tools' 'libatomic1-powerpc-cross' 'libeclipse-e4-ui-workbench3-java' 'python-os-client-config' 'python3-sqlalchemy' 'libextlib-ocaml-dev' 'cvsutils' 'lib32gcc1-dbg-sparc64-cross' 'libgomp1-dbg-s390x-cross' 'liballegro-ttf5.2' 'libcurses-ocaml-dev' 'libfinance-quote-perl' 'libdatetime-format-human-duration-perl' 'pg-activity' 'librss-ocaml-dev' 'fusiondirectory-plugin-puppet-schema' 'python-btrees' 'gem-plugin-tiff' 'libmoosex-util-perl' 's3dvt' 'libghc-dbus-doc' 'util-linux' 'icc-profiles' 'gir1.2-unity-5.0' 'libautomaton-java' 'eviacam' 'libosgearthannotation5' 'libstdc++6-7-dbg-sh4-cross' 'binutils-alpha-linux-gnu' 'eclipse-pydev-data' 'node-fstream-ignore' 'libnuma1' 'gcc-6-mips64-linux-gnuabi64' 'libtelnet2' 'gcc-5-plugin-dev-arm-linux-gnueabi' 'automake' 'patchelf' 'tryton-modules-sale-supply-drop-shipment' 'fritzing' 'lemonpos' 'gstreamer1.0-crystalhd' 'libtest-files-perl' 'dracut-config-rescue' 'php-horde-editor' 'libvmem1' 'libjpeg-turbo-test' 'python3-entrypoints' 'libfribidi-bin' 'libdbi1' 'sympa' 'libreadosm-doc' 'libgwengui-fox16-dev' 'apksigner' 'lxterminal' 'hepmc-user-manual' 'libtrilinos-amesos2-12' 'linux-modules-extra-5.0.0-37-generic' 'libnet-dns-perl' 'libfinance-yahooquote-perl' 'golang-github-docker-go-dev' 'primus' 'openjdk-8-jre-dcevm' 'ubuntu-business-defaults' 'gcc-7-base' 'libkpimidentities4' 'node-normalize-range' 'libaqebics0' 'science-imageanalysis-dev' 'kdrill' 'libsmokeqt4-dbg' 'python-cvxopt-doc' 'libfelix-framework-java' 'libatomic1-ppc64el-cross' 'gobjc++-multilib-i686-linux-gnu' 'libjs-jquery-datatables-extensions' 'ovn-central' 'python3-flask-sqlalchemy' 'python-incremental' 'python3.8-examples' 'librte-lpm17.11' 'libjs-tv4' 'gcc-6-m68k-linux-gnu' 'glogg' 'pyhoca-gui' 'ruby-fogbugz' 'libgspell-1-dev' 'libnormaliz-dev' 'linux-modules-nvidia-390-5.3.0-1010-gcp' 'libzmqpp4' 'gdc-arm-linux-gnueabihf' 'linux-cloud-tools-5.0.0-1016-azure' 'libikvm-native' 'mupen64plus-audio-all' 'wizznic-data' 'ruby-mixlib-log' 'gem-extra' 'quagga-doc' 'influxdb-dev' 'gnumed-server' 'node-set-value' 'lib64objc4-dbg-mips-cross' 'libmission-control-plugins-dev' 'puppet-module-puppetlabs-rsync' 'libbiojava4-java-doc' 'libmirclient-debug-extension-dev' 'linuxdoc-tools-latex' 'ruby-nio4r' 'python3-traceback2' 'fuseiso' 'amarok-common' 'libtrilinos-tpetra-dev' 'pycsw-doc' 'libkf5kmahjongglib-data' 'cantor-backend-r' 'libhime' 'libeiskaltdcpp2.4' 'monodoc-soup2.4-manual' 'libelf++0' 'sqlite-doc' 'fzy' 'libclass-c3-xs-perl' 'gr-iio' 'libwinpr-interlocked0.1' 'mariadb-server-core-10.1' 'libjs-modestmaps' 'fonts-unikurdweb' 'librdf-query-client-perl' 'liblog4cplus-dbg' 'libmono-system-workflow-runtime4.0-cil' 'ruby-rbpdf' 'libjosql-java' 'libkf5itemmodels-dev' 'lib64gphobos-7-dev-x32-cross' 'node-babel-preset-es2015-loose' 'python-django-threaded-multihost' 'isenkram-cli' 'libsgmls-perl' 'libjana0-dbg' 'syncevolution' 'python3-netifaces' 'fcitx-table-quick3' 'abiword-plugin-grammar' 'etqw' 'libgfortran-7-dev' 'fcitx-table-quick5' 'libghc-type-level-numbers-dev' 'junior-sound' 'libpython3.6' 'libaliased-perl' 'libtheora-ocaml' 'libzmq-ffi-perl' 'khal' 'libpython3.7' 'libpython3.8' 'qml-module-qtquick-xmllistmodel' 'libn32gfortran-6-dev-mipsel-cross' 'libfolia6' 'libmpcdec-dev' 'python3-pyregion' 'libvarconf-1.0-8v5' 'python3-coloredlogs' 'python-mechanicalsoup' 'python3-glanceclient' 'librte-pmd-i40e17.11' 'android-libaapt' 'openvswitch-testcontroller' 'libudns-dev' 'python3-libevdev' 'libklatexformula4-dev' 'libgnat-6-dbg-alpha-cross' 'libptexenc1' 'launchy' 'ejabberd-mod-post-log' 'libghc-monadprompt-prof' 'python-os-api-ref-common' 'python-fswrap' 'bmake' 'elpa-anzu' 'libfst-tools' 'w-scan' 'oar-restful-api' 'libfast-zip-visit-clojure' 'xfonts-naga10' 'python-txwinrm' 'libkf5notifyconfig-data' 'integrit' 'pegtl-dev' 'lib32gfortran3-amd64-cross' 'linux-modules-nvidia-390-5.3.0-1013-azure' 'python3-pyro4' 'whowatch' 'python3-pytest-cookies' 'libtraildb0' 'libasan3-dbg-amd64-cross' 'libasan3-dbg-sparc64-cross' 'python3-oslo.utils' 'xfonts-cronyx-koi8r-100dpi' 'linux-image-unsigned-4.15.0-1044-gke' 'python-tftpy' 'eclipse-cdt-jni' 'python3-isoweek' 'unworkable' 'python3-dirspec' 'libwinpr-crt0.1' 'libghc-network-uri-doc' 'libglobus-xio-popen-driver-dev' 'ruby-mousetrap-rails' 'usemod-wiki' 'plasma-discover' 'remctl-client' 'jackd1-firewire' 'libmjpegtools-dev' 'golang-github-xeipuuv-gojsonreference-dev' 'userinfo' 'sabily-themes' 'gxtuner' 'g++-8-riscv64-linux-gnu' 'undistract-me' 'grub-xen-dbg' 'golang-github-jacobsa-timeutil-dev' 'pct-scanner-scripts' 'virtuoso-vad-tutorial' 'libticables2-6' 'libsmokeqt4-dev' 'python-pycryptopp' 'libhugs-hgl-bundled' 'libghc-hxt-http-prof' 'bsdowl' 'linux-modules-4.15.0-1016-kvm' 'libwebauth-dev' 'libqtcurve-utils2' 'librime-data-pinyin-simp' 'python-gtkglext1' 'vpcs' 'aolserver4-nssha1' 'libmetadata-extractor-java' 'libapt-pkg-dev' 'cedar-backup2-doc' 'lib64quadmath0-x32-cross' 'libflamingo-java' 'liquidsoap-plugin-flac' 'libtest-deep-fuzzy-perl' 'libring-ssl-clojure' 'g++-7-multilib-mips64-linux-gnuabi64' 'tinysshd' 'librte-pmd-ixgbe17.11' 'lib64gfortran3-x32-cross' 'checkgmail' 'libmodule-starter-smart-perl' 'sim4db' 'gdc-6-multilib-x86-64-linux-gnux32' 'gobjc-8-m68k-linux-gnu' 'taglog' 'libstore-opaque-perl' 'libjs-twitter-bootstrap' 'linux-tools-4.15.0-1033-gke' 'snetz' 'libnautilus-extension-dev' 'python3-django-maas' 'node-babel-helper-builder-react-jsx' 'linux-modules-nvidia-418-5.0.0-1032-azure' 'librdf0' 'libboost-wave1.65.1' 'libgenome-1.3-dev' 'ruby-hiredis' 'python3-altgraph' 'libpnglite0' 'python-galpy' 'liblog4cplus-dev' 'python3-cinderclient' 'libghc-quickcheck-safe-prof' 'libpomp2-dev' 'ubuntu-desktop' 'libbtparse-dev' 'python3.6' 'python3.7' 'phpwebcounter-extra' 'python3.8' 'libuuid-perl' 'cross-gcc-dev' 'linux-tools-lowlatency-hwe-16.04' 'libpbdata' 'libmoosex-attribute-chained-perl' 'ruby-wavefile' 'z-push' 'trac-httpauth' 'libktp-dev' 'python3-fastkml' 'libswt-gtk-4-jni' 'debiandoc-sgml-doc-pt-br' 'snappea-dev' 'gir1.2-evince-3.0' 'libnet-akismet-perl' 'wesnoth-1.12-server' 'clearlooks-phenix-theme' 'linux-buildinfo-5.0.0-35-lowlatency' 'joe-jupp' 'liblo7' 'libannotation-indexer-java' 'crossfire-client-images' 'libghc-byteorder-dev' 'linux-headers-4.15.0-1021-azure' 'libequinox-transforms-hook-java' 'ruby-compass-rails' 'mgltools-symserv' 'nordugrid-arc-hed' 'libquantlib0-dev' 'libghc-puremd5-doc' 'libghc-reflection-doc' 'libwhisker2-perl' 'libpreferencepanes1' 'libx32asan5-dbg-amd64-cross' 'python3-q' 'libstax-java-doc' 'runit-helper' 'libmpx2-dbg-amd64-cross' 'golang-gopkg-eapache-queue.v1-dev' 'golang-github-bshuster-repo-logrus-logstash-hook-dev' 'dgit' 'libgo11-armel-cross' 'meson' 'vbrfix' 'tryton-modules-sale-invoice-grouping' 'dragonplayer' 'mkchromecast' 'bootpc' 'libghc-prelude-extras-dev' 'wcslib-doc' 'fakeroot-ng' 'tcl-combat' 'python3-fitbit' 'python-tables-dbg' 'jackd1' 'pdi2iso' 'elpa-parent-mode' 'jackd2' 'libregina3' 'libvtk6-jni' 'libpdl-stats-perl' 'libdataquay-dev' 'libsfgcc-5-dev-armhf-cross' 'libwiredtiger-dev' 'ninka-backend-excel' 'gfortran-8-hppa-linux-gnu' 'opensips-restclient-module' 'libclanapp-1.0v5' 'libjs-jquery-event-drag' 'xserver-xorg-input-libinput' 'acheck-rules' 'cpl-plugin-naco-doc' 'libjs-jquery' 'libradare2-2.3' 'python3-fisx' 'golang-github-armon-go-socks5-dev' 'libmrpt-base1.5' 'libparanamer-java' 'qtsensors5-doc-html' 'libmagickwand-6-headers' 'libtap-harness-archive-perl' 'grdesktop' 'lcmaps-plugins-basic-ldap' 'lxde-icon-theme' 'msmtp-gnome' 'fluidr3mono-gm-soundfont' 'qtdeclarative5-bacon2d1.0' 'tikzit' 'libmutter-2-0' 'libjakarta-ecs-java' 'libn32gfortran-7-dev-mips64el-cross' 'python-matplotlib-data' 'libghc-path-prof' 'libxcb-screensaver0' 'piuparts-slave' 'libstdc++-7-dev-ppc64el-cross' 'linux-tools-4.15.0-1021-aws' 'pmccabe' 'libakuma-java' 'linux-image-unsigned-5.0.0-1014-azure' 'libatkmm-1.6-dev' 'cairo-dock-netspeed-plug-in' 'mongo-tools' 'libghc-happstack-authenticate-doc' 'libextutils-pkgconfig-perl' 'python-django-cors-headers' 'pki-base' 'screenfetch' 'python3-social-auth' 'lib64asan2-x32-cross' 'librtaudio-dev' 'libjeuclid-core-java' 'lib64gfortran-7-dev-i386-cross' 'libiomp-dev' 'libmono-system-reactive-providers2.2-cil' 'libb2-dev' 'eyefiserver' 'lib32stdc++6-7-dbg-mips64el-cross' 'original-awk' 'ruby-hitimes' 'swi-prolog-nox' 'libqt5webchannel5-dev' 'libgmpada5' 'libghc-publicsuffixlist-dev' 'python-martian' 'libhtmlcxx-dev' 'fonts-kacst-one' 'tango-starter' 'tecnoballz-data' 'libsoldout-utils' 'lib32gcc1-dbg' 'lib64go7-i386-cross' 'node-unicode-10.0.0' 'elpa-helm-projectile' 'python3-libxml2' 'libpragmatic-perl' 'libtext-sass-perl' 'libjpeg62-dev' 'sssd-ad-common' 'linux-tools-lowlatency-hwe-16.04-edge' 'search-citeseer' 'node-xmlhttprequest' 'haskell-debian-utils' 'libqmi-glib-dev' 'php-symfony-event-dispatcher' 'libgcc-6-dev-mipsel-cross' 'libjackson2-dataformat-yaml' 'qtpim5-dbg' 'screenruler' 'lib32gfortran-5-dev-s390x-cross' 'libtest-notabs-perl' 'libghc-zlib-bindings-prof' 'lib32gphobos68-dbg-amd64-cross' 'libkf5kaddressbookimportexport5' 'pkg-kde-tools' 'gap' 'starlink-pal-java-doc' 'xfonts-cronyx-cp1251-75dpi' 'jpnevulator' 'libhunspell-dev' 'libstdc++-8-pic-i386-cross' 'libpandoc-elements-perl' 'gav' 'djinn' 'libodn-ocaml-dev' 'fonts-gfs-theokritos' 'libmarc-transform-perl' 'libghc-finite-field-dev' 'libkf5jobwidgets5' 'python3-chargebee' 'libnppisu9.1' 'lib64gphobos-6-dev' 'node-archy' 'python-cutadapt' 'python-os-apply-config' 'elpa-dired-du' 'libkwnn0' 'pd-sigpack' 'linux-headers-aws' 'libgo7-dbg-i386-cross' 'gfortran-7-multilib-powerpc64-linux-gnu' 'xapian-tools' 'libghc-crypto-numbers-prof' 'golang-github-opencontainers-docker-runc-dev' 'jackeq' 'watershed' 'maint-guide-zh-tw' 'rutilt' 'libaqsis-dev' 'libfest-reflect-java-doc' 'libghc-ekg-core-prof' 'crudini' 'lib64gcc-6-dev-powerpc-cross' 'jackmeter' 'g++-7-s390x-linux-gnu' 'linux-modules-4.15.0-1047-aws' 'ndisgtk' 'python-pylirc' 'mypaint-data-extras' 'wulfstat' 'python-apt-common' 'cpl-plugin-visir-doc' 'mlton' 'cpl-plugin-fors-doc' 'libmission-control-plugins-doc' 'ruby-rack-mount' 'ruby-gnome2' 'lib32gphobos-8-dev-amd64-cross' 'libepc-1.0-3' 'linux-headers-azure' 'golang-github-kr-binarydist-dev' 'bsfilter' 'libtecla-dev' 'libkf5filemetadata3' 'ruby-devise-lastseenable' 'libtracker-miner-2.0-dev' 'epic4-help' 'xtrans-dev' 'libcmrt-dev' 'libclass-dbi-asform-perl' 'libghc-exception-transformers-dev' 'gcc' 'libevince-dev' 'libwww-mechanize-perl' 'libignition-transport-dev' 'libakonadi-xml4' 'libcilkrts5-dbg-sparc64-cross' 'fail2ban' 'linux-headers-4.15.0-39-generic' 'libmariadbd18' 'libdnsjava-java' 'libgmp-dev' 'libgcroots-dev' 'libopencv-highgui3.2' 'node-grunt-contrib-copy' 'festlex-ifd' 'thunderbird-locale-hsb' 'gcl' 'libbetter-appframework-java-doc' 'linux-headers-4.15.0-1010-oracle' 'check' 'libkpimgapilatitude5' 'gcp' 'iraf-rvsao' 'xserver-xorg-input-synaptics-hwe-16.04' 'gcr' 'g++-multilib-sparc64-linux-gnu' 'libjdns2' 'rescuetime' 'python-pathlib' 'libkf5peoplewidgets5' 'astromenace-data-src' 'gcx' 'casacore-dev' 'what-utils' 'libsigrokdecode4' 'libtest-perl-critic-progressive-perl' 'libipc-signal-perl' 'libgetopt-usaginator-perl' 'liblingua-es-numeros-perl' 'libghc-type-level-numbers-doc' 'eztrace' 'mp3diags' 'libsmraw1' 'libn32stdc++6-8-dbg-mips64-cross' 'linux-modules-nvidia-390-5.0.0-1022-aws' 'linux-modules-extra-4.15.0-1030-gcp' 'gdb' 'graphite-web' 'open-vm-tools' 'gdc' 'r-cran-vcd' 'linux-headers-5.0.0-35-generic' 'libgnome-bluetooth13' 'linux-tools-5.0.0-35-generic' 'r-cran-rsclient' 'octave-optiminterp' 'dnsmasq-base-lua' 'libgcc-7-dev-sh4-cross' 'fonts-taml-tscu' 'libkf5wallet-bin' 'libfuse-perl' 'inetutils-talkd' 'intel2gas' 'libghc-lazy-csv-prof' 'libklatexformula4-doc' 'libboost-locale1.62-dev' 'python3-gwcs' 'conky-std-dbg' 'rt4-db-postgresql' 'libopenzwave1.5-dev' 'libclass-std-storable-perl' 'linux-headers-4.15.0-1017-gcp' 'python-pytest-sourceorder' 'libdancer-plugin-flashmessage-perl' 'heimdal-kcm' 'python3-socks' 'krosspython' 'ruby-shindo' 'nmzmail' 'ruby-json' 'libdashel1' 'ahcpd' 'fonts-knda' 'libslepc3.7.4-dev' 'libdb5.3-sql-dev' 'qtpim5-dev' 'libranlip-dev' 'golang-github-siddontang-go-snappy-dev' 'python-cymruwhois' 'libwings3' 'gnome-themes-standard' 'linux-signed-image-oracle' 'libfreehep-graphicsio-ps-java' 'dpkg-sig' 'libasan3-dbg-arm64-cross' 'libsfubsan1-armhf-cross' 'libmoosex-multiinitarg-perl' 'liblwp-online-perl' 'libconfig-onion-perl' 'groonga-server-common' 'grilo-plugins-0.3-base' 'monit' 'libhtsjdk-java' 'libsocialweb-common' 'opendrim-lmp-dns' 'geg' 'mgba-qt' 'libgoa-1.0-dev' 'liblensfun-dev' 'r-cran-natserv' 'heimdal-kdc' 'liblasi-dev' 'libghc-gio-prof' 'libghc-arrows-dev' 'python-suds' 'gem' 'gmotionlive' 'linux-image-4.15.0-1009-aws' 'libngs-java' 'libgo9-m68k-cross' 'libomxil-bellagio0-components-base-dbg' 'linux-image-4.15.0-50-generic' 'libbmusb4' 'endless-sky-high-dpi' 'golang-codesearch-dev' 'gkrellm-hdplop' 'dmeventd' 'qtcreator' 'linux-image-5.3.0-1013-azure' 'lib64gcc1-mipsel-cross' 'php-composer-spdx-licenses' 'owfs-dbg' 'node-resumer' 'libclass-accessor-class-perl' 'libaiksaurus-1.2-dev' 'python-rdflib-doc' 'python3-socketpool' 'libghc-io-storage-dev' 'xsdcxx' 'unionfs-fuse' 'opensips-console' 'python-quark-sphinx-theme' 'texlive-lang-indic' 'linux-tools-4.15.0-1043-kvm' 'ftp-ssl' 'libapt-pkg-doc' 'cpp-7-aarch64-linux-gnu' 'gobjc++' 'console-braille' 'libqt5sql5-ibase' 'node-lie' 'ocsinventory-server' 'node-class-utils' 'git-svn' 'octave-common' 'xserver-xorg-legacy' 'concalc' 'libplack-middleware-cache-perl' 'pidgin-plugin-pack' 'libtsan0-amd64-cross' 'linux-modules-4.15.0-1030-oem' 'libqt4-test' 'gfm' 'r-cran-plyr' 'audiolink' 'python3-sphinxcontrib.bibtex' 'libx32gcc-8-dev' 'libnative-platform-jni' 'cimg-dev' 'ical2html' 'python-presage-dbg' 'elpa-evil' 'mpdscribble-dbg' 'gir1.2-dbusmenu-gtk3-0.4' 'libghc-clock-dev' 'ruby-rails-observers' 'libobjc-5-dev-ppc64-cross' 'baloo4' 'barrnap' 'libpomp2-doc' 'android-libunwind' 'libcpl-dev' 'python-designate-dashboard' 'gcc-6-plugin-dev-alpha-linux-gnu' 'fusiondirectory-plugin-dsa-schema' 'python-pyparsing-doc' 'vpnc' 'xbmc-eventclients-common' 'goi18n' 'coreutils' 'libsword11v5' 'texstudio-doc' 'gfortran-multilib-arm-linux-gnueabihf' 'libmirclient-dev' 'python3-gssapi' 'python3-ovsdbapp' 'fonts-bpg-georgian' 'pki-javadoc' 'libsignon-plugins-doc' 'python-tmuxp' 'libfile-slurper-perl' 'golang-github-kisielk-gotool-dev' 'libgnatprj5-arm64-cross' 'libtrilinos-trilinosss12' 'cpp-powerpc64le-linux-gnu' 'libyanfs-java' 'libcoap-1-0-bin' 'tesseract-ocr-script-viet' 'libghc-cryptohash-sha1-dev' 'libcatalyst-model-cdbi-perl' 'linux-headers-5.0.0-1040-oem-osp1' 'python-nipy-doc' 'syslog-ng-mod-rss' 'libsipwitch1-dbg' 'penguin-command' 'libghc-byteorder-doc' 'qtcore4-l10n' 'festvox-itapc16k' 'libmodule-reader-perl' 'ducktype' 'gcc-doc' 'python-dib-utils' 'gtk-recordmydesktop' 'lua-sandbox-extensions-dev' 'fusil' 'gdc-5' 'debuerreotype' 'gdc-6' 'libclutter-imcontext-0.1-dev' 'gdc-7' 'apachetop' 'pmuninstall' 'linux-buildinfo-4.15.0-1048-aws' 'gdc-8' 'libjs-underscore' 'tintii' 'libgupnp-av-doc' 'ghc' 'librtlsdr0' 'libx32ncursesw5-dev' 'gdl-coyote' 'ghi' 'libtrilinos-sacado12' 'libcpdb-libs-frontend0' 'morse-simulator' 'gfortran-7-multilib-mipsel-linux-gnu' 'gobjc-5' 'libstdc++6-riscv64-cross' 'gobjc-6' 'libghc-swish-dev' 'gobjc-7' 'libghc-prelude-extras-doc' 'gobjc++-multilib-mips-linux-gnu' 'gobjc-8' 'lksctp-tools' 'xmms2-plugin-curl' 'ruby-twitter-oauth' 'ruby-omniauth-google-oauth2' 'libjs-term.js' 'wps2odt' 'caveexpress' 'libglobus-xio-gridftp-driver' 'liblist-utilsby-perl' 'libmodule-implementation-perl' 'libbson-dev' 'python-measurement' 'lib32gcc1-dbg-x32-cross' 'nsis-pluginapi' 'libxfce4util7-dbg' 'libtest-fixme-perl' 'libmodule-pluggable-fast-perl' 'libibmad5' 'live-build-cgi' 'yorick-soy' 'liblz1' 'python3-kubernetes' 'libphobos-5-dev-i386-cross' 'linux-image-5.0.0-37-lowlatency' 'liboar-perl' 'virtuoso-opensource-6.1' 'linux-modules-4.15.0-1010-gcp' 'language-pack-es-base' 'linux-modules-4.15.0-1013-azure' 'tryton-modules-sale-shipment-grouping' 'lxqt-panel' 'lib64gomp1-dbg-mips-cross' 'libfolks25' 'python-cairo' 'openclipart-svg' 'python-hp3parclient' 'linux-modules-4.15.0-76-generic' 'sofia-sip-bin' 'libcpdb-libs-backend-dev' 'libc++-9-dev' 'libconfig-model-lcdproc-perl' 'wmmemload' 'r-cran-testit' 'fonts-sambhota-tsugring' 'sbuild-launchpad-chroot' 'python-sptest' 'libapache2-mod-geoip' 'juman-dic' 'gnat-8-sjlj-i686-linux-gnu' 'gip' 'wcanadian-huge' 'zfs-initramfs' 'liblocale-gettext-perl' 'git' 'python-surfer' 'libgphoto2-l10n' 'php-horde-mime-viewer' 'qml-module-qtquick-layouts' 'kwin-dev' 'brainparty-data' 'libatkmm-1.6-doc' 'python-unicodecsv' 'backupchecker' 'libapache2-mod-fcgid-dbg' 'recode-doc' 'xgnokii' 'librtaudio-doc' 'msmtp-mta' 'libiomp-doc' 'monodoc-http' 'libghc-sdl-image-prof' 'libkf5konq-dev' 'phlipple-data' 'rados-objclass-dev' 'libdbix-password-perl' 'libghc-publicsuffixlist-doc' 'libn32stdc++6-mips64el-cross' 'ruby-plist' 'libnaga-java' 'libgo7-mips-cross' 'gir1.2-gexiv2-0.10' 'libgcc1-dbg-alpha-cross' 'blender-data' 'libunsafe-mock-java' 'cpp-x86-64-linux-gnux32' 'libreoffice-kde' 'php-horde-share' 'lib64gcc-5-dev-mips-cross' 'libstonith1-dev' 'ldm-ubuntu-theme' 'python-jupyter-client-doc' 'arping' 'libosptk-dev' 'node-unique-string' 'ubuntu-defaults-nl-nl' 'erlang-p1-sip' 'pypy-sqlparse' 'libhfgcc-6-dev-armel-cross' 'libtest-useallmodules-perl' 'libgtksourceview-3.0-common' 'paprass' 'darkradiant-plugins-darkmod' 'qt4-demos-dbg' 'simutrans-pak64' 'python-tktreectrl-doc' 'gjs' 'libqmi-glib-doc' 'libenet-dev' 'libgmtk-dev' 'python-vipscc' 'gnome-session-canberra' 'search-ccsb' 'python3-reprozip' 'libprotobuf-c-dev' 'kamailio-memcached-modules' 'libtrident-java-doc' 'procserv' 'gtk-sharp3-examples' 'librte-pmd-e1000-17.11' 'linux-buildinfo-4.15.0-48-lowlatency' 'libghc-finite-field-doc' 'exim4-daemon-light' 'linux-signed-oracle-edge' 'golang-github-karlseguin-expect-dev' 'libjs-marked' 'libxmuu-dev' 'm17n-contrib' 'libghc-relational-query-hdbc-dev' 'ring' 'fortunes-spam' 'libeclipse-e4-ui-progress-java' 'php-net-idna2' 'librole-commons-perl' 'libpythia8v5' 'wesperanto' 'r-cran-epibasix' 'wcalc' 'linux-modules-extra-4.15.0-1030-gke' 'ubuntu-online-tour' 'openstreetmap-carto' 'gccgo-7-s390x-linux-gnu' 'python-django-extra-views-doc' 'trac-wikitablemacro' 'shapelib' 'gant' 'libhtml-tidy-perl' 'automake1.11' 'bucardo' 'python-tables-doc' 'libghc-file-embed-prof' 'libxapp-dev' 'ufoai-textures' 'linux-image-4.15.0-66-lowlatency' 'libgo11-dbg-mips-cross' 'cl-modlisp' 'pluma-dev' 'libxatracker2' 'libwinpr2-2' 'libclsync-dev' 'gcc-8-arm-linux-gnueabihf-base' 'bitlbee-common' 'flowblade' 'linux-buildinfo-4.15.0-47-generic' 'pbjelly' 'libscalapack-openmpi-dev' 'libghc-exception-transformers-doc' 'libfltk1.3-dev' 'lcdf-typetools' 'eukleides' 'libcorkipset1' 'libjas-plotter-java' 'libboost-atomic1.62-dev' 'python-django-configglue' 'apertium' 'fillets-ng-data-cs' 'libmalaga7' 'aurora' 'linux-buildinfo-4.15.0-52-lowlatency' 'libosmogsm5' 'cups-backend-bjnp' 'gupnp-dlna-tools' 'lib64gcc-8-dev-x32-cross' 'vnc-java' 'python3-colorclass' 'etherape' 'scilab-doc' 'libjdns-dbg' 'casacore-doc' 'golang-github-spf13-afero-dev' 'linux-cloud-tools-5.3.0-22-lowlatency' 'libqt53dquickextras5' 'libnet-statsd-perl' 'linux-image-4.15.0-88-generic' 'ruby-gssapi' 'gutenprint-doc' 'fonts-yozvox-yozfont-antique' 'libkf5kdepimdbusinterfaces5' 'tetraproc' 'libqtcore4' 'gnuplot-nox' 'libslf4j-java' 'libmspub-tools' 'oem-config-slideshow-ubuntu-mate' 'gmt' 'go2' 'libsollya6' 'gnome-settings-daemon' 'openssh-sftp-server' 'cairo-dock-drop-indicator-plug-in' 'plymouth-label' 'libperlx-assert-perl' 'gdc-8-m68k-linux-gnu' 'ne-doc' 'libzita-convolver-dev' 'libstatistics-lite-perl' 'lib64asan5-dbg-i386-cross' 'libtotem-pg5' 'libversion-perl' 'libmail-sendeasy-perl' 'libjs-jquery-event-drop' 'deepnano' 'segyio-bin' 'openvswitch-dbg' 'linux-image-4.15.0-70-lowlatency' 'libi18n-acceptlanguage-perl' 'einstein' 'chemps2-doc' 'libtest-cleannamespaces-perl' 'crashme' 'starpu-top' 'qtpim5-doc' 'budgie-showtime-applet' 'gnusim8085' 'sandboxgamemaker' 'lib32gfortran4-sparc64-cross' 'liece-dcc' 'liblouisutdml-java' 'libmp4-info-perl' 'csmash' 'ruby-mini-magick' 'gcc-powerpc-linux-gnu' 'sgf2dg' 'gobjc-6-mips64el-linux-gnuabi64' 'xbindkeys-config' 'gfortran-8-multilib-x86-64-linux-gnux32' 'surf-alggeo' 'barbican-doc' 'libgoa-1.0-doc' 'liblensfun-doc' 'linux-tools-4.15.0-1027-gcp' 'tryton-modules-sale-complaint' 'libyajl2' 'libpmount-dev' 'libghc-arrows-doc' 'gir1.2-maliit-1.0' 'libmadlib' 'starlink-topcat-java-doc' 'lib32asan5-x32-cross' 'libpackage-stash-xs-perl' 'golang-github-pierrec-lz4-dev' 'ruby-ddplugin' 'ruby-librdf' 'qt4-dev-tools' 'shishi-common' 'lib32gfortran-8-dev-amd64-cross' 'gccgo-8-alpha-linux-gnu' 'ttf2ufm' 'ray-extra' 'librg-reprof-bundle-perl' 'manpages-posix-dev' 'pd-deken' 'unburden-home-dir-doc' 'libauthen-radius-perl' 'libghc-io-storage-doc' 'ubuntu-gnome-wallpapers-trusty' 'cl-metabang-bind' 'python3-pyroute2' 'gom' 'python3-nbxmpp' 'goo' 'python-wtforms' 'python3-jmespath' 'gnumed-client' 'libvmmalloc-dev' 'deepin-voice-recorder' 'lib64objc-6-dev-mipsel-cross' 'linux-image-4.18.0-21-lowlatency' 'gox' 'python3-fann2' 'libemu-dev' 'semodule-utils' 'python3-sklearn-pandas' 'texlive-fonts-extra' 'libmcrypt4' 'mailutils-doc' 'python-expyriment' 'libthai-data' 'linux-image-4.15.0-1009-azure' 'ttf-unifont' 'ninja-ide' 'gpa' 'cimg-doc' 'musescore' 'libqt5widgets5' 'libhsail-rt0-x32-cross' 'google-android-sdk-docs-installer' 'gpg' 'python3-pysal' 'libglade2.0-cil-dev' 'ruby-bert' 'python-ltsp' 'python3-pysam' 'libghc-clock-doc' 'linux-image-5.3.0-1012-gcp' 'libjs-yui3-min' 'libnm-glib-vpn1' 'libcpl-doc' 'armagetronad-dedicated' 'gpm' 'lighttpd-mod-authn-gssapi' 'libpcl-octree1.8' 'gpp' 'liblogfile-rotate-perl' 'libqcow-utils' 'libgwengui-qt4-dev' 'libtest-debian-perl' 'gpr' 'libwavpack-dev' 'libghc-blaze-builder-dev' 'libjdns-dev' 'fonts-gfs-didot' 'gpt' 'html-xml-utils' 'argonaut-fuse' 'gpw' 'gdc-8-multilib-sparc64-linux-gnu' 'librte-pmd-crypto-scheduler17.11' 'gpx' 'syncevolution-common' 'nova-ajax-console-proxy' 'python3' 'libfelix-gogo-command-java-doc' 'libsundials-idas1' 'python-configargparse' 'python-quixote-doc' 'libxfce4ui-1-0' 'swift-doc' 'sftpcloudfs' 'libopenipmi-dev' 'libghc-unix-time-dev' 'g++-8-aarch64-linux-gnu' 'libghc-cryptohash-sha1-doc' 'libopenvas9' 'libpython3.6-testsuite' 'polymake' 'linux-image-unsigned-4.18.0-20-generic' 'opensips-unixodbc-module' 'linux-tools-4.18.0-1013-azure' 'libnav-msgs-dev' 'php-horde-exception' 'python-z3c.ptcompat' 'libdca0' 'libqjdns-qt5-2' 'linux-image-unsigned-5.0.0-1040-oem-osp1' 'r-bioc-affy' 'libclass-csv-perl' 'libgiac-dev' 'gobjc++-5-mips64-linux-gnuabi64' 'libclutter-imcontext-0.1-doc' 'geekcode' 'libghc-diagrams-svg-dev' 'libdevel-checklib-perl' 'indicator-sound' 'z-push-kopano-gabsync' 'gaiksaurus' 'libcds-savot-java-doc' 'node-ltx' 'sheepdog' 'parcimonie' 'libqt5glib-2.0-0' 'sawfish-data' 'elpa-buttercup' 'ruby-babel-transpiler' 'linux-cloud-tools-4.15.0-50-generic' 'libtrilinos-rol12' 'metar' 'lib32objc4-dbg' 'libghc-swish-doc' 'python3-wsgi-intercept' 'globus-gram-job-manager-fork-setup-seg' 'r-cran-ncdf4' 'ruby-will-paginate' 'libpsm-infinipath1' 'brailleutils' 'dicomscope-doc' 'grc' 'libghc-prim-uniq-prof' 'ruby-activerecord-import' 'libbson-doc' 'andi' 'lua-fifo' 'parley-data' 'python3-pyatspi' 'libghc-src-exts-simple-prof' 'cyrus-replication' 'gri' 'sse2-support' 'g++-6-mips64el-linux-gnuabi64' 'linux-modules-nvidia-390-5.0.0-1028-gcp' 'trousers' 'inhomog' 'asis-doc' 'python3-qwt' 'node-arrify' 'metacam' 'gosa-plugin-pwreset' 'python-sane-dbg' 'owfs-doc' 'php-horde-text-flowed' 'gt5' 'octave-ocs' 'gap-radiroot' 'out-of-order' 'libclojure1.8-java' 'ubuntu-core-snapd-units' 'ruby-ejs' 'asterisk-core-sounds-en-gsm' 'easychem' 'python-sure' 'libmina-java' 'libdotconf0-dbg' 'linux-modules-extra-5.0.0-1015-gke' 'gpaw-data' 'gdc-5-powerpc-linux-gnuspe' 'libntdb1-dbg' 'libemail-abstract-perl' 'python-uwsgidecorators' 'kdevelop-php-docs' 'ubuntustudio-live' 'golang-github-gedex-inflector-dev' 'sphinxbase-utils' 'libqxt-designer0' 'ruby-diffy' 'gobjc-i686-linux-gnu' 'libbeansbinding-java' 'ack-grep' 'gcc-5-multilib-mips64-linux-gnuabi64' 'gir1.2-gtkchamplain-0.12' 'libsmf-dev' 'golang-github-go-macaron-i18n-dev' 'ruby-colorator' 'libblockdev-crypto2' 'gnat-6-sparc64-linux-gnu' 'octocatalog-diff' 'libnvidia-cfg1-390' 'python-pyopencl' 'ruby-ecasound' 'gcc-7-plugin-dev-powerpc64-linux-gnu' 'libglobus-io-dev' 'nvidia-331-updates' 'kded5' 'libmd0' 'libgcc1-sh4-cross' 'libffcall-dev' 'libindicate-gtk0.1-cil' 'cadabra' 'libdapl2' 'gauche-c-wrapper' 'libqscintilla2-qt5-13' 'kgoldrunner' 'libmono-cecil-cil' 'php-horde-date-parser' 'libenet-doc' 'php-horde-kolab-storage' 'uim-qt5' 'ruby-chronic-duration' 'breeze' 'gir1.2-mypaint-1.3' 'gtg' 'libgtkhotkey1' 'libzbar0' 'libghc-xss-sanitize-dev' 'r-cran-checkmate' 'showfsck' 'anfo' 'irssi-plugin-robustirc' 'cuetools' 'libgcc-5-dev-armel-cross' 'i2p' 'libtext-levenshtein-perl' 'lib32gfortran4-dbg-mips64el-cross' 'gdc-8-multilib' 'libgig-dev' 'libbrlapi0.6' 'gawk' 'libghc-hostname-dev' 'libghc-relational-query-hdbc-doc' 'node-html2canvas' 'postbooks' 'python-nacl' 'rmlint-doc' 'libclojure-java' 'libdatetime-event-cron-perl' 'orbit2' 'wordnet-dev' 'e2guardian' 'libbrlapi-dev' 'monkeysign-doc' 'clisp-module-bindings-glibc' 'linux-lowlatency-hwe-16.04-edge' 'nanoblogger' 'linux-image-4.15.0-1045-oem' 'linux-headers-4.15.0-1027-kvm' 'gcc-8-mips64-linux-gnuabi64-base' 'python3-curtin' 'python-os-net-config-doc' 'liblinphone5' 'ifenslave-2.6' 'libdbix-class-candy-perl' 'bacula-common' 'libsimgrid3.18' 'frogatto-data' 'monitoring-plugins-common' 'glance' 'latex-make' 'libperlio-gzip-perl' 'libcsfml-dev' 'libdevel-lexalias-perl' 'gup' 'python-pyscript-doc' 'sugar-themes' 'apitrace' 'libstdc++-4.8-pic' 'fcitx-table-zhengma' 'libn32stdc++-8-dev-mips-cross' 'libbotan1.10-dev' 'ike-scan' 'libexo-1-0' 'libukui-panel-applet-4-1' 'libdata-util-perl' 'xwelltris' 'vlc-plugin-notify' 'oath-dbg' 'pluma-doc' 'libopencv-calib3d3.2' 'libghc-cipher-blowfish-prof' 'ucpp' '0xffff' 'libgomp1-mips64el-cross' 'libexception-class-trycatch-perl' 'stimfit' 'linklint' 'appstream-util' 'gvb' 'sympow' 'xfce4-panel-dev' 'fusionforge-db-remote' 'linux-tools-4.15.0-42-lowlatency' 'python3-louis' 'pcscd' 'yowsup-cli' 'astro-tcltk' 'codecrypt' 'ladr4-apps' 'libcollada-parser-dev' 'kprinter4' 'fonts-smc-meera' 'libnutclient0' 'python3-hplefthandclient' 'howdoi' 'libhidrd0-dbg' 'ivy-debian-helper' 'lib32go9-mips64-cross' 'libsfgfortran4-dbg-armhf-cross' 'courier-authdaemon' 'pixiewps' 'revolution-mkl' 'vim-addon-mw-utils' 'ucblogo' 'libunity-tools' 'gobjc-mingw-w64' 'gir1.2-template-1.0' 'python-libvslvm' 'liburi-todisk-perl' 'python-talloc-dev' 'hexalate' 'rtklib-qt' 'python-microversion-parse' 'golang-gopkg-hlandau-svcutils.v1-dev' 'rapidjson-dev' 'libc6-dev-armhf-cross' 'libosgi-compendium-java' 'libaio1' 'libtaoframework-freeglut2.4-cil' 'linux-modules-4.15.0-36-lowlatency' 'gwc' 'python-gamin' 'pkgsync' 'valkyrie' 'librome-java' 'smithwaterman' 'multimedia-firewire' 'libglobus-ftp-client2' 'lxqt-powermanagement-l10n' 'libvlc5' 'reiserfsprogs' 'libmp3lame-ocaml' 'darcsweb' 'python3-qrencode' 'lv2vocoder' 'subread-data' 'opam' 'python3-pyshp' 'festvox-us1' 'festvox-us2' 'libocamlgraph-ocaml-dev' 'festvox-us3' 'libnorm-dev' 'libhwloc-dev' 'pyosmium-doc' 'linux-libc-dev-s390x-cross' 'fillets-ng-data-nl' 'libasm-dev' 'linux-image-4.18.0-1011-azure' 'python-automaton-doc' 'libgrib-api0' 'libcryptsetup-dev' 'linux-image-4.15.0-1025-gcp' 'lasagne-doc' 'node-json-schema' 'g++-i686-linux-gnu' 'python3-translationstring' 'balance' 'linux-image-5.3.0-1012-gke' 'jikespg' 'libdirgra-java' 'libitm1-dbg-alpha-cross' 'python-flask-httpauth' 'lxqt-session' 'python3-lasso' 'libgaviotatb-dev' 'salt-formula-horizon' 'libtext-ngram-perl' 'python-ironicclient-doc' 'qstardict' 'liblog4cxx-dev' 'libjs-webcomponentsjs-custom-element-v0' 'imapfilter' 'ktimetracker' 'kdebugsettings' 'ksystemlog' 'gccgo-7-mips64-linux-gnuabi64' 'libclc-dev' 'libgnuplot-ocaml-dev' 'sopwith' 'printer-driver-min12xxw' 'libtrilinos-sacado-dev' 'jenkins-debian-glue-buildenv' 'hgsvn' 'libxcb-dpms0' 'cpl-plugin-xshoo-doc' 'libtr-tid2' 'r-cran-plotrix' 'lua-mediator' 'libbasicobjects-dev' 'smtpping' 'libfm-gtk4' 'hydrogen-doc' 'pcp-webapi' 'kdesdk-scripts' 'libx32gcc-7-dev-i386-cross' 'octave-odepkg' 'lxde-settings-daemon' 'advancecomp' 'python-hdf5storage-doc' 'python-libarchive-c' 'gbrowse-calign' 'mcp-plugins' 'libsoapysdr0.6' 'libcogl-pango20' 'testu01-bin' 'libpcl-search1.8' 'libvisp-tt-mi3.1-dbg' 'libhtml5parser-java-doc' 'libeclipse-jsch-core-java' 'lib32gfortran3-dbg-x32-cross' 'fonts-oxygen' 'libelementary-bin' 'liblttng-ust-java' 'libio-prompt-perl' 'gnat-8-sjlj-mips-linux-gnu' 'abigail-tools' 'libstdc++-7-dev-amd64-cross' 'anki' 'bro-pkg' 'liboscache-java' 'openlugaru-data' 'libpcl-features1.8' 'libasan3-armel-cross' 'root-tail' 'python-rosmake' 'science-mathematics-dev' 'kopano-webapp-quickitems' 'python-nfqueue' 'libghc-lens-action-dev' 'libmessage-passing-perl' 'cgroupfs-mount' 'ruby-jquery-atwho-rails' 'lvm2' 'libsepol1' 'python-doc8-doc' 'libmaven-common-artifact-filters-java-doc' 'linux-signed-image-azure' 'libstdc++-8-dev-m68k-cross' 'libtcnative-1' 'libmatekbd-common' 'html2wml' 'netconfd' 'jfsutils' 'gyp' 'libgnat-7-hppa-cross' 'linux-cloud-tools-4.15.0-88-generic' 'r-cran-sparsem' 'durep' 'linux-modules-4.15.0-1020-kvm' 'qttools5-private-dev' 'liboptcomp-camlp4-dev' 'banshee-dbg' 'doxygen-latex' 'elpa-clues-theme' 'julius' 'cairo-dock-mail-plug-in' 'libxml-treepuller-perl' 'python3-tldp' 'python-z3c.optionstorage' 'i7z' 'uicilibris' 'python3-picklable-itertools' 'ucto' 'fishpoke' 'libhidrd0-dev' 'metis' 'libgfortran3-powerpc-cross' 'libghc-project-template-dev' 'libwbxml2-0-dbg' 'activity-log-manager' 'libghc-blaze-builder-doc' 'gccbrig' 'i8c' 'libgupnp-dlna-doc' 'ec2-api-tools' 'python-patsy-doc' 'python-fisx-common' 'cl-closer-mop' 'python-u-msgpack' 'libghc-unix-time-doc' 'trac-announcer' 'vdr-plugin-xineliboutput' 'quelcom' 'language-pack-gnome-ca-base' 'portsentry' 'mattermost-desktop' 'python3-libmsiecf' 'libcoin80v5' 'libjs-xterm' 'libvanessa-socket2' 'ow-shell' 'python3-magcode-core' 'bdfproxy' 'lsh-utils' 'libsys-sigaction-perl' 'nfswatch' 'libt3config-dev' 'liberasurecode-dev' 'python3-flask-babel' 'texlive-generic-recommended' 'libghc-data-memocombinators-prof' 'libghc-diagrams-svg-doc' 'openvswitch-doc' 'swig' 'python-django-common' 'gemrb-planescape-torment' 'augustus-doc' 'lifelines-reports' 'libgfortran3-dbg-powerpc-cross' 'ros-roscpp-msgs' 'libcrypto++-utils' 'premake4' 'tclx8.4-dev' 'libstrictures-perl' 'ruby-saml' 'radiusd-livingston' 'linux-headers-4.15.0-1058-aws' 'librec1' 'python-gammu' 'osmocom-ipaccess-utils' 'libopensm-dev' 'libxml-treepp-perl' 'linux-modules-nvidia-430-5.3.0-1009-gcp' 'synthv1' 'valac-0.40-vapi' 'libjsonm-ocaml' 'libn32gfortran4-dbg-mipsel-cross' 'marionnet' 'fonts-lobster' 'puppet-module-cinder' 'libhfstdc++-5-dev-armel-cross' 'libpolkit-agent-1-0' 'gstreamer1.0-fluendo-mp3' 'linux-modules-nvidia-390-4.15.0-64-generic' 'libelektra4-augeas' 'globus-gass-cache-program' 'libgfortran3-ppc64el-cross' 'mlterm' 'monodoc-gnome-keyring-manual' 'gcc-arm-none-eabi-source' 'dhex' 'python-pyodbc' 'tomatoes-data' 'language-pack-nb-base' 'xfstt' 'linux-cloud-tools-4.15.0-48-lowlatency' 'libblockdev-dev' 'eclipse-mylyn-context-cdt' 'linux-modules-4.18.0-1017-aws' 'libtk-img' 'autosuspend' 'libk5crypto3' 'python3-drslib' 'golang-gopkg-macaron.v1-dev' 'unicode' 'python3-pysmi' 'wine64-development' 'ruby-awesome-nested-set' 'python3-service-identity' 'texlive-humanities-doc' 'figtoipe' 'qtsensors5-doc' 'libsocket-multicast6-perl' 'gir1.2-pango-1.0' 'libenca-dbg' 'sigrok-firmware-fx2lafw' 'hapolicy' 'libtokyocabinet-dev' 'linux-modules-extra-4.15.0-60-generic' 'libmath-cartesian-product-perl' 'php-uuid' 'libpath-class-perl' 'libdjconsole-data' 'python-openssl-doc' 'kid3' 'liblinbox-dev' 'python-tables' 'python-etcd' 'grub2-common' 'python3-ipython' 'libgfortran3-dbg-ppc64el-cross' 'docbook5-xml' 'node-inherits' 'python-astroquery-doc' 'php-horde-serialize' 'golang-github-codegangsta-cli-dev' 'gramadoir' 'libxfreerdp-client1.1' 'libobjc-6-dev-i386-cross' 'node-miller-rabin' 'libghc-fgl-dev' 'libkf5compactdisc5' 'libmojolicious-plugin-authentication-perl' 'elpa-paredit' 'linux-modules-extra-4.15.0-1024-gcp' 'libgwenhywfar-data' 'libkmlbase1' 'python-troveclient' 'looptools' 'node-optimist' 'libchart-gnuplot-perl' 'python-reconfigure' 'python-ebooklib' 'pd-cmos' 'libstaxutils-java' 'libtachyon-openmpi-0-dev' 'alliance' 'golang-gopkg-redis.v2-dev' 'boxer-data' 'libghc-xss-sanitize-doc' 'lib32gphobos-6-dev' 'linux-cloud-tools-4.15.0-52-lowlatency' 'jupyter-core' 'linux-modules-4.15.0-1019-azure' 'hpack' 'libgig-doc' 'python3-rbd' 'libisccc-export160' 'libghc-hostname-doc' 'python-pynliner' 'r-cran-treescape' 'amispammer' 'pyliblo-utils' 'libapache2-mod-proxy-uwsgi' 'libterm-readline-perl-perl' 'libkf5cddb5' 'liblapack-dev' 'libreactor-core-java' 'libpalm-pdb-perl' 'lib32ubsan0-s390x-cross' 'ltsp-server-standalone' 'iputils-tracepath' 'xdiagnose' 'python3-requests-mock' 'lib32asan4-s390x-cross' 'httpcode' 'indicator-keyboard' 'libsdl-sge' 'libnodeletlib0d' 'lib64gcc1-dbg-x32-cross' 'libauthen-simple-ldap-perl' 'percona-xtradb-cluster-server' 'golang-github-ngaut-go-zookeeper-dev' 'hp2xx' 'gir1.2-edataserver-1.2' 'liblemon1.3.1' 'monodoc-hexbox-manual' 'libportaudio-ocaml-dev' 'tt-rss' 'ebnflint' 'libcsfml-doc' 'mosquitto' 'linux-azure-cloud-tools-4.15.0-1009' 'libibnetdisc-dev' 'unity-china-photo-scope' 'libcdr-tools' 'libjs-extjs' 'kde-style-oxygen-qt4' 'hepmc-examples' 'python3-cssselect' 'kde-style-oxygen-qt5' 'libcommons-codec-java-doc' 'linux-modules-extra-5.0.0-1012-azure' 'dvi2ps-fontdata-rsp' 'taffybar' 'cl-markdown' 'geany-plugin-gproject' 'linux-modules-4.15.0-1024-oem' 'libgamin-dev' 'strongswan-tnc-pdp' 'libuser-agent-utils-java' 'librpm-dev' 'pnetcdf-bin' 'astropy-utils' 'linux-modules-4.15.0-1051-aws' 'linux-azure-cloud-tools-4.15.0-1012' 'libpresage-data' 'linux-azure-cloud-tools-4.15.0-1013' 'python3-os-xenapi' 'lib64gfortran-7-dev-mips-cross' 'linux-azure-cloud-tools-4.15.0-1014' 'python3-pgspecial' 'ubuntukylin-wallpapers-saucy' 'libgtkextra-3.0-doc' 'taktuk' 'libenca-dev' 'linux-buildinfo-5.0.0-16-generic' 'linux-azure-cloud-tools-4.15.0-1018' 'sysdig' 'camitk-config' 'linux-azure-cloud-tools-4.15.0-1019' 'golang-github-mitchellh-go-homedir-dev' 'keurocalc-data' 'ccontrol' 'lib64go7-mips-cross' 'libhtml-tagtree-perl' 'libvalidation-class-perl' 'sludge-devkit' 'pd-earplug' 'python-tablib' 'pgcharts' 'arename' 'rapidjson-doc' 'libwxsmithlib0' 'libxmlsec1-gcrypt' 'r-bioc-xvector' 'unity-scope-onlinemusic' 'libghc-hosc-prof' 'libjs-angular-file-upload' 'libpgobject-util-dbmethod-perl' 'pygfarm' 'linux-modules-extra-4.15.0-1015-oracle' 'rep-doc' 'libreplaygain1' 'syslog-ng-mod-add-contextual-data' 'libgo11-ppc64-cross' 'libois-dev' 'mousetweaks' 'xwrits' 'ncompress' 'libharfbuzz-icu0' 'linux-azure-cloud-tools-4.15.0-1021' 'libratbag-dev' 'libjdepend-java' 'linux-azure-cloud-tools-4.15.0-1022' 'libocamlgraph-ocaml-doc' 'linux-azure-cloud-tools-4.15.0-1023' 'miller' 'libstdc++-8-pic-mips-cross' 'libnorm-doc' 'libhwloc-doc' 'libghc-gitlib-dev' 'libstdc++6-5-dbg-alpha-cross' 'linux-azure-cloud-tools-4.15.0-1025' 'vala-terminal' 'linux-azure-cloud-tools-4.15.0-1028' 'linux-headers-4.15.0-1013-azure' 'k3d-data' 'seyon' 'pmount' 'libghc-sendfile-prof' 'gcc-mips64el-linux-gnuabi64' 'nvidia-352-dev' 'swish++' 'ruby-sasl' 'libmozilla-ldap-perl' 'openbox-gnome-session' 'libghc-authenticate-dev' 'libgo7-dbg-mips-cross' 'python-demjson' 'libghc-options-dev' 'python3-pysrt' 'linux-buildinfo-4.18.0-1018-aws' 'ruby-eye' 'ruby-sass' 'python-pyprind' 'fonts-unfonts-core' 'linux-tools-4.18.0-1018-aws' 'libdata-page-perl' 'mate-control-center' 'kigo' 'kdegraphics-mobipocket' 'sagemath-database-conway-polynomials' 'liblog4cxx-doc' 'courier-authlib' 'php-cli-prompt' 'lldb-3.9' 'libgle3-dev' 'libghc-svg-builder-prof' 'linux-headers-4.15.0-1021-gcp' 'libcgi-application-dispatch-perl' 'linux-buildinfo-5.0.0-37-generic' 'linux-azure-cloud-tools-4.15.0-1030' 'dazzdb' 'linux-azure-cloud-tools-4.15.0-1031' 'lib32gcc-7-dev' 'linux-azure-cloud-tools-4.15.0-1032' 'r-cran-spatstat.data' 'libblockdev-dm2' 'xserver-xorg-video-r128-dbg' 'linux-azure-cloud-tools-4.15.0-1035' 'linux-azure-cloud-tools-4.15.0-1036' 'libisc169' 'linux-azure-cloud-tools-4.15.0-1037' 'eiskaltdcpp-gtk' 'libpmemobj-dev' 'libsigc++-2.0-dev' 'libpolkit-qt5-1-1' 'neurodebian' 'libzeitgeist-1.0-1' 'r-bioc-rbgl' 'qemu-system-s390x' 'libfbclient2' 'libsub-quote-perl' 'nupkg-nunit.2.6.4' 'bzr-xmloutput' 'libpam-fscrypt' 'git-annex-remote-rclone' 'mysqmail' 'virtualbox-dkms' 'acoustid-fingerprinter' 'mailplate' 'apport-noui' 'ants' 'libscscp1-dev' 'python-dictclient' 'sword-text-kjv' 'lua-luaossl-dev' 'libmodule-manifest-skip-perl' 'php-msgpack' 'qliss3d' 'liberis-1.3-21' 'libstdc++-7-dev-arm64-cross' 'python-convoy' 'lib32go11-dbg-ppc64-cross' 'libgnatvsn6-dev-alpha-cross' 'live-build' 'libgatos-dev' 'ruby-feedparser' 'libghc-lens-action-doc' 'reapr' 'r-cran-minqa' 'python3-fudge' 'libbambamc-dev' 'websockify-common' 'libgomp1-dbg-powerpc-cross' 'libtext-lorem-perl' 'libpam-dynalogin' 'libsanlock-dev' 'gobjc-mips-linux-gnu' 'asterisk-testsuite' 'node-array-parallel' 'libarray-printcols-perl' 'lua-term-dev' 'libmasonx-request-withapachesession-perl' 'openni2-doc' 'librrdp-perl' 'python-jsonpath-rw-ext-doc' 'libhtml-wikiconverter-tikiwiki-perl' 'bristol' 'ubuntu-mate-wallpapers-wily' 'language-pack-gl-base' 'elpa-with-simulated-input' 'cl-flexichain' 'fonts-nanum-eco' 'musiclibrarian' 'wavemon' 'node-mem' 'libfltk-images1.3' 'puppet-module-vswitch' 'libghc-project-template-doc' 'monitoring-plugins' 'python3-django-nose' 'binutils-mips-linux-gnu-dbg' 'python3-idna' 'kwalify' 'libboost-random-dev' 'python3-django-notification' 'grinder' 'libbase-java' 'pioneers-metaserver' 'python-nose-testconfig' 'libstdc++-7-dev-mips64-cross' 'nastran' 'python3-rgw' 'librest-client-perl' 'golang-gopkg-guregu-null.v3-dev' 'smcroute' 'libhepmcfio4' 'python-django-countries' 'libfreehep-graphicsio-emf-java' 'linux-cloud-tools-5.3.0-1010-azure' 'libjs-jquery-minicolors' '9wm' 'fonts-paktype' 'printer-driver-fujixerox' 'debichem-tasks' 'gstreamer1.0-rtsp' 'libdee-qt4-3' 'python-testing.common.database' 'golang-github-armon-go-radix-dev' 'cpl-plugin-sinfo' 'med-oncology' 'libgwyddion20-dev' 'nield' 'libgisicomm-dev' 'libequinox-p2-director-java' 'libunity-settings-daemon-dev' 'libwebkitgtk-dev' 'linux-libc-dev-i386-cross' 'linux-modules-nvidia-435-5.3.0-40-lowlatency' 'libjpeg-progs' 'golang-github-opencontainers-image-spec-dev' 'pioneers-console' 'ruby-omniauth-kerberos' 'bip-dbg' 'selfhtml' 'gff2aplot' 'ruby-facade' 'libghc-regex-tdfa-text-dev' 'linux-image-5.0.0-20-generic' 'glogic' 'linux-modules-5.3.0-1008-gcp' 'libscrypt0' 'mesa-utils' 'desktopnova' 'libvorbisfile3' 'python-pyxattr' 'xul-ext-colorediffs' 'libnetfilter-conntrack3-dbg' 'tclx8.4-doc' 'libpython2.7-dbg' 'python-sphinx-argparse' 'bumprace' 'gnat-5-sjlj-powerpc-linux-gnu' 'libclsync0' 'libchicken8' 'python3-pygresql' 'compizconfig-settings-manager' 'linux-image-unsigned-5.3.0-24-generic' 'libthread-queue-any-perl' 'alsaplayer-gtk' 'llvm-6.0-examples' 'libkmer-dev' 'libmoosex-configfromfile-perl' 'swish-e' 'libcatalyst-view-csv-perl' 'golang-golang-x-image-dev' 'libcgroup1' 'lib64stdc++6-7-dbg-x32-cross' 'php-symfony-security-core' 'linux-buildinfo-4.15.0-1052-aws' 'zlibc' 'librem0' 'antennavis' 'gdc-6-mipsel-linux-gnu' 'linux-modules-nvidia-390-5.0.0-1025-oem-osp1' 'pfsview' 'kiki' 'libpowercap-dev' 'gentle' 'fitgcp' 'libstdc++-8-dev-powerpc-cross' 'linuxinfo' 'starlink-votable-java' 'libdancer-plugin-dbic-perl' 'kspaceduel' 'libvibe-inet0' 'libbio-graphics-perl' 'linux-image-azure-edge' 'linux-buildinfo-5.0.0-1020-azure' 'cortado' 'gobjc++-6-multilib-s390x-linux-gnu' 'libhtml-html5-sanity-perl' 'libmpeg2-4-dev' 'gbemol' 'libs3dw-dev' 'linux-tools-4.15.0-29-lowlatency' 'python3-backports.weakref' 'chrootuid' 'linux-headers-5.0.0-1025-azure' 'gnome-software-dev' 'linux-tools-5.0.0-1025-azure' 'linux-image-5.0.0-41-generic' 'liblinbox-doc' 'cernlib-core-dev' 'monodoc-banshee-manual' 'libpawlib-lesstif3-gfortran' 'kile' 'r-cran-wdi' 'libweupnp-java-doc' 'kpartloader' 'syslog-ng-mod-sql' 'eclipse-wtp-webtools' 'php-gearman' 'libflxmlrpc-dev' 'libcrypt-saltedhash-perl' 'libmirplatform16' 'gfortran-6-multilib-mipsel-linux-gnu' 'linux-image-unsigned-5.0.0-23-generic' 'sollya-doc' 'libghc-fgl-doc' 'etherpuppet' 'golang-github-hanwen-go-fuse-dev' 'libghc-esqueleto-dev' 'stumpwm' 'python-motor' 'libjcommon-java' 'libgo9-i386-cross' 'linux-image-unsigned-4.18.0-1008-gcp' 'guitarix-doc' 'python-rosnode' 'libopencv-ml3.2' 'python3-harmony' 'libgdbm-compat-dev' 'python-pskc-doc' 'libxcb-composite0' 'libpe-rules2' 'libjs-jquery.quicksearch' 'linux-image-4.18.0-13-generic' 'ncdt' 'gobjc++-hppa-linux-gnu' 'ncdu' 'libeclipse-team-ui-java' 'linux-headers-4.15.0-74-lowlatency' 'elpa-counsel' 'libjs-diff-match-patch' 'golang-github-erikdubbelboer-gspt-dev' 'libvorbis-java' 'libcsironn0' 'libkf5sane-dev' 'node-rollup-plugin-json' 'manila-data' 'node-highlight.js' 'libdjconsole-dev' 'linux-modules-5.0.0-1010-oem-osp1' 'ebtables' 'cl-csv-clsql' 'ocaml-mingw-w64-x86-64' 'libhtml-template-pro-perl' 'libstdc++-8-dev-ppc64el-cross' 'zerofree' 'djvuserve' 'liblcgdm1' 'android-tools-adb' 'python3-morse-simulator' 'libgnatvsn5-dbg-alpha-cross' 'g++-mips-linux-gnu' 'pythoncard-tools' 'python-multipletau-doc' 'libeclipse-e4-core-di-extensions-java' 'python-hachoir-core' 'r-cran-matrixstats' 'libx32gphobos-7-dev' 'r-cran-pheatmap' 'brother-cups-wrapper-laser1' 'libicinga2' 'liblapack-doc' 'python-dicom-doc' 'wamerican-huge' 'dh-dlang' 'linux-tools-4.15.0-33-lowlatency' 'php-symfony-polyfill-intl-grapheme' 'libquickfix-dev' 'xfonts-jmk' 'tarantool-lts-mysql-module' 'python3-diaspy' 'udav' 'linux-image-unsigned-5.0.0-1008-oracle' 'libtext-pdf-perl' 'libbusiness-paypal-api-perl' 'libpython2.7-dev' 'printer-driver-pxljr' 'tthsum' 'golang-google-api-dev' 'python3-tinyrpc' 'linux-tools-5.0.0-1037-oem-osp1' 'python3-pep8' 'games-java-dev' 'libcatmandu-store-mongodb-perl' 'afl-clang' 'mu-cade-data' 'king' 'akonadi-backend-mysql' 'linux-image-4.15.0-1035-kvm' 'ruby-builder-doc' 'virtuoso-opensource' 'python-tf2-sensor-msgs' 'gir1.2-camel-1.2' 'python3-rlp' 'ruby-htree' 'python3-tlsh' 'asn1c' 'kino' 'mopidy-local-sqlite' 'garden-of-coloured-lights-data' 'scythe' 'node-cssom' 'libghc-warp-tls-prof' 'libkf5jsembed5' 'qtxmlpatterns5-dev-tools' 'gentoo' 'python3-wrapt' 'php-symfony-dom-crawler' 'gstreamer1.0-plugins-bad' 'libc6-mips64-mipsr6el-cross' 'wmlongrun' 'crtmpserver' 'x11proto-xinerama-dev' 'golang-github-willf-bitset-dev' 'gcc-6-sparc64-linux-gnu' 'tdb-tools' 'libxaw3dxft8-dev' 'xfonts-terminus-oblique' 'libvformat-dev' 'x11-apps' 'libdrumstick0' 'qml-module-qttest' 'gnome-mahjongg' 'linux-image-unsigned-4.15.0-1027-oracle' 'mk-configure' 'libapache2-mod-ruwsgi' 'rkward-data' 'xfce4-goodies' 'libclang-5.0-dev' 'howm' 'lib64itm1-dbg-i386-cross' 'eflite' 'mythtvfs' 'sonic-pi' 'gfortran-8-mips64el-linux-gnuabi64' 'google-android-platform-23-installer' 'lib64gcc-7-dev-powerpc-cross' 'gnutls-bin' 'librunapp-perl' 'libgnat-8-alpha-cross' 'pyprompter' 'libvisp-tt-dev' 'libdaemon0' 'pcsx2' 'libace-tmcast-dev' 'soapysdr-module-bladerf' 'phpunit-diff' 'python3-xstatic-bootstrap-scss' 'libghc-dav-prof' 'libphp-jpgraph' 'lxqt-openssh-askpass-l10n' 'lua-systemd' 'node-uid-number' 'python-bzrlib-dbg' 'libratbag-doc' 'linux-image-4.15.0-33-generic' 'python-xmlrunner' 'luajit' 'ros-robot-python-dev' 'libghc-gitlib-doc' 'golang-pault-go-topsort-dev' 'libevent-pthreads-2.1-6' 'libstatistics-descriptive-perl' 'unicorn' 'libtext-chasen-perl' 'libcdd-test' 'libjersey1-server-java' 'scilab-doc-fr' 'manpages-pl-dev' 'flowscan-cugrapher' 'elpa-persp-projectile' 'linux-image-unsigned-4.15.0-1042-gcp' 'zita-ajbridge' 'zendframework-resources' 'libopenjfx-java-doc' 'evolution-common' 'libmtdev1' 'libghc-semigroupoids-dev' 'ruby-rails-admin' 'libghc-authenticate-doc' 'winff-qt' 'libdune-uggrid-dev' 'libghc-multiset-comb-dev' 'libmircommon-dev' 'libghc-options-doc' 'calamares' 'plymouth-theme-lubuntu-next-logo' 'gdc-7-arm-linux-gnueabi' 'libomhacks-dev' 'libghc-unixutils-dev' 'python3-pyxb-bundles-saml20' 'fonts-dejavu' 'python-certifi' 'xbrlapi' 'nifti2dicom-data' 'python-invocations' 'libmetrics-clojure' 'ktorrent' 'multimedia-graphics' 'setpriv' 'octave-control' 'libdockapp3' 'libbloom-dev' 'sisu-postgresql' 'cpl-plugin-vimos-calib' 'golang-github-lestrrat-go-pdebug-dev' 'libpam-dbus' 'libip6tc0' 'gir1.2-zeitgeist-2.0' 'libpmemobj-doc' 'libsigc++-2.0-doc' 'needrestart' 'cloud-initramfs-rooturl' 'libsoil-dev' 'libparboiled-java' 'libghc-listlike-dev' 'libghc-clock-prof' 'libfusioninventory-agent-task-netinventory-perl' 'pcsxr' 'freeradius-mysql' 'libmosquitto-dev' 'libmdds-dev' 'mactelnet-server' 'linux-azure-tools-5.0.0-1014' 'linux-azure-tools-5.0.0-1016' 'atheme-services' 'libopendkim11' 'linux-azure-tools-5.0.0-1018' 'kodi-eventclients-dev' 'fonts-droid-fallback' 'udev' 'libconfig-zomg-perl' 'libcypher-parser-dev' 'trac-roadmap' 'unity-scope-manpages' 'linux-modules-4.15.0-38-generic' 'erlang-megaco' 'texlive' 'gcc-5-multilib-x86-64-linux-gnux32' 'sat4j' 'gem-plugin-jpeg' 'qdirstat' 'python3-rpm' 'linux-modules-extra-aws-lts-18.04' 'qrisk2' 'libzorpll-6.0-10' 'cl-cffi' 'libb-perlreq-perl' 'archipel-agent-xmppserver' 'python-linaro-image-tools' 'linux-azure-tools-5.0.0-1020' 'libayatana-indicator3-tools' 'remembrance-agent' 'cockpit-networkmanager' 'linux-azure-tools-5.0.0-1022' 'libstdc++6-armel-cross' 'linux-azure-tools-5.0.0-1023' 'ptex-base' 'python3-getdns' 'libnvidia-cfg1-418' 'linux-azure-tools-5.0.0-1025' 'linux-azure-tools-5.0.0-1027' 'php-codecoverage' 'libtest-deep-perl' 'fonts-tlwg-kinnari-otf' 'linux-azure-tools-5.0.0-1028' 'fgrun' 'jellyfish' 'linux-azure-tools-5.0.0-1029' 'node-color' 'python-pycountry' 'libselinux1-dev' 'python-fibranet' 'libakonadiprotocolinternals1' 'ibus-cangjie' 'libeigen3-dev' 'dotdee' 'linux-cloud-tools-5.0.0-31-generic' 'libopencore-amrwb0' 'nagios3-common' 'lib32stdc++6-s390x-cross' 'tcl8.6-tdbc-mysql' 'golang-github-hashicorp-hcl-dev' 'zita-lrx' 'ninix-aya' 'libcerf-dev' 'libn32stdc++-7-dev-mips64el-cross' 'libdolfin2017.2' 'gunroar-data' 'libtext-aspell-perl' 'libgwyddion20-doc' 'coinor-libcoinutils3v5' 'linux-azure-tools-5.0.0-1031' 'libwebkitgtk-doc' 'linux-azure-tools-5.0.0-1032' 'libtcd-dev' 'libghc-gitrev-dev' 'thepeg' 'libqhull-dev' 'libghc-regex-tdfa-text-doc' 'libcastor-core-java' 'liborc-0.4-dev' 'libcilkrts5' 'tcl-fitstcl' 'gamine-data' 'autopsy' 'scilab-doc-ja' 'hyperrogue-music' 'php-horde' 'elastix-doc' 'libmoox-options-perl' 'locales' 'python-sparse-examples' 'gforge-shell-postgresql' 'junior-math' 'erlsvc' 'libgarcon-gtk3-1-dev' 'linux-tools-4.18.0-21-generic' 'linux-image-4.15.0-1039-oem' 'libopengm-bin' 'drawterm' 'libqt5waylandclient5' 'libscalapack-openmpi2.0' 'libmono-system-data4.0-cil' 'python-swiftsc' 'libecm-dev' 'omnievents' 'quantum-espresso' 'libkf5widgetsaddons-dev' 'node-duplexer2' 'python3-pypdf2' 'libghc-cryptohash-md5-prof' 'slides-doc' 'erlang-p1-tls' 'node-duplexer3' 'libnvidia-cfg1-430' 'libboost-mpi-python1.65-dev' 'libnvidia-cfg1-435' 'python-pysnmp4-apps' 'libdaq-dev' 'libgdbm-dev' 'inetutils-tools' 'aoeui' 'calamaris' 'python3-rsa' 'shishi' 'syncmaildir-applet' 'hnb' 'fcitx-kkc' 'octave-interval' 'colortest-python' 'snappea' 'ophcrack' 'svn-load' 'libxrandr-dev' 'perdition-mysql' 'lib32stdc++-4.8-dev' 'libxml-simpleobject-perl' 'libgeo-coordinates-osgb-perl' 'python-audioread' 'bucklespring' 'libequinox-p2-metadata-java' 'libghc-deepseq-generics-dev' 'hyphen-af' 'libsimple-http-java-doc' 'language-pack-gnome-ia-base' 'leveldb-doc' 'python-amqp' 'fuse-emulator-utils' 'lib64ubsan0-i386-cross' 'libppix-documentname-perl' 'aqsis-examples' 'python3-os-brick' 'linux-headers-4.15.0-22-lowlatency' 'cen64' 'gnome-software-doc' 'linux-signed-gcp-edge' 'libmagick++-6.q16hdri-dev' 'snapper' 'ruby-ffi' 'gedit-plugin-bracket-completion' 'slimevolley-data' 'libghc-skylighting-prof' 'common-lisp-controller' 'libwxgtk3.0-gtk3-0v5' 'libdbix-datasource-perl' 'hyphen-as' 'libjs-coffeescript' 'pcp-import-mrtg2pcp' 'xtide-data-nonfree' 'vim-python-jedi' 'ruby-toml' 'python-queuelib' 'libcleri0' 'lxc-templates' 'clearsilver-dev' 'calculix-ccx-test' 'r-bioc-rtracklayer' 'unity-scopes-runner' 'node-sorted-object' 'ebumeter' 'mmm-mode' 'libjstun-java' 'wcanadian-small' 'ruby-gtksourceview3' 'libmousex-types-path-class-perl' 'libmail-verp-perl' 'libghc-esqueleto-doc' 'libcgal-qt5-dev' 'libgphobos68-i386-cross' 'libwxgtk-media3.0-gtk3-dev' 'libluksmeta0' 'key2odp' 'libedit-dev' 'libwacom-bin' 'python-pyjokes' 'kicad-common' 'erlang-esdl-dev' 'hyphen-bg' 'libssm1-dbg' 'structure-synth-dbg' 'gdc-8-mips64-linux-gnuabi64' 'lxqt-sudo' 'libmapnik3.0' 'console-setup' 'libcatalystx-leakchecker-perl' 'python-ckanclient' 'python3-matplotlib' 'hyphen-bn' 'libbelcard1' 'libixp0' 'crack' 'lib32itm1-sparc64-cross' 'libdata-report-perl' 'libjackson2-dataformat-xml-java-doc' 'liblwp-authen-oauth-perl' 'hoz' 'lib32gomp1-ppc64-cross' 'liblog4tango-dev' 'slurm-wlm' 'python-carrot' 'libterm-progressbar-quiet-perl' 'libgfortran-5-dev' 'ubuntu-mate-artwork' 'linux-image-4.15.0-1019-gcp' 'linux-image-unsigned-5.0.0-1027-oem-osp1' 'acmetool' 'xcircuit' 'ruby-obexftp' 'lib32ubsan1-x32-cross' 'firewall-config' 'libvalapanel0' 'libapp-daemon-perl' 'ident2' 'hyphen-ca' 'eclipse-subclipse-graph' 'cython' 'libindicator3-7' 'libquickfix-doc' 'libopencv-imgproc3.2' 'owfs-fuse' 'apertium-es-ast' 'gccgo-7-x86-64-linux-gnu' 'language-pack-gnome-fr-base' 'libstdc++-7-pic-sh4-cross' 'mime-support' 'gfortran-6-multilib-powerpc64-linux-gnu' 'widemargin' 'python-igraph' 'libqmobipocket2' 'python-babelfish' 'xacobeo' 'libdazzle-tools' 'python3-pycoast' 'libpgf-dev' 'gobjc++-8-multilib' 'lib64ubsan1-x32-cross' 'libghc-yi-mode-haskell-dev' 'banshee-extension-foldersync' 'golang-github-hashicorp-raft-mdb-dev' 'hyphen-cs' 'libghc-code-page-prof' 'libopencv-videoio-dev' 'libgwengui-cpp0' 'ruby-tool' 'ocproxy' 'libxfce4ui-2-0' 'python-nbformat' 'libnet-smtps-perl' 'xserver-xorg-video-dummy-hwe-18.04' 'signtos' 'libtrycatch-perl' 'librrdtool-oo-perl' 'libola1' 'python3-pandas' 'libodbcinstq4-1' 'mailutils-mh' 'libmagic-dev' 'liburcu6' 'hyphen-da' 'libhidapi-hidraw0' 'linux-image-unsigned-4.15.0-1042-gke' 'python3-pyfits' 'hydroffice.bag-doc' 'litl-doc' 'hyphen-de' 'linux-headers-4.15.0-1031-kvm' 'lua-torch-dok' 'fonts-smc-raghumalayalamsans' 'dhcp-helper' 'linux-image-4.15.0-1032-azure' 'linux-modules-nvidia-390-4.15.0-1057-aws' 'python-calabash' 'node-plugin-error' 'linux-modules-extra-4.15.0-1035-azure' 'libglobus-io3' 'gir1.2-lunar-date-2.0' 'gnustep-dl2-postgresql-adaptor' 'multitee' 'libjreen1' 'libappindicator0.1-cil' 'swapspace' 'libghc-profunctors-prof' 'libreoffice-style-hicontrast' 'simpleburn' 'python3-osmapi' 'php-symfony-twig-bridge' 'linux-tools-4.15.0-1009-aws' 'ruby-simple-navigation' 'python-watchdog' 'c++-annotations-pdf' 'dnswalk' 'python3-augeas' 'python3-radicale' 'multitet' 'libcava-java' 'libghc-cereal-prof' 'linux-cloud-tools-4.18.0-13-generic' 'linux-modules-extra-4.15.0-1022-oracle' 'ruby-cairo-gobject' 'golang-golang-x-tools-dev' 'jstest-gtk' 'kdegames' 'fortune-zh' 'linux-tools-4.15.0-62-generic' 'hamradio-logging' 'ruby-doorkeeper-openid-connect' 'mailutils-guile' 'python3-xstatic-smart-table' 'libsundials-nvecparallel-openmp2' 'apertium-fra' 'hyphen-el' 'libplexus-interactivity-api-java-doc' 'khmer' 'python-regex' 'bruteforce-salted-openssl' 'bzr-loom' 'execnet-doc' 'ros-visualization-msgs' 'libxmlada-input7-dev' 'ploticus' 'ruby-omniauth-twitter' 'hyphen-es' 'libdata-xml-clojure' 'dict-freedict-gle-pol' 'cl-getopt' 'libjava3d-jni' 'libbusiness-onlinepayment-payflowpro-perl' 'libghc-path-dev' 'modemmanager-qt-dev' 'gnat-8-sjlj-alpha-linux-gnu' 'tessa-mpi' 'libxml-compile-wsdl11-perl' 'libdata-faker-perl' 'hsc' 'ruby-minitest-reporters' 'libghc-semigroupoids-doc' 'archipel-agent-hypervisor-network' 'r-cran-hexbin' 'fet-data' 'apt-cacher-ng' 'pstack' 'solarpowerlog' 'libghc-multiset-comb-doc' 'linux-modules-extra-5.0.0-1018-azure' 'kmines' 'octave-bart' 'r-cran-r.cache' 'libgo9-dbg-mips64-cross' 'python-fido2' 'hyphen-fi' 'liblog4tango5v5' 'libghc-unixutils-doc' 'gfortran-6-x86-64-linux-gnux32' 'pywps-wsgi' 'libuddi4j-java-doc' 'libxpm-dev' 'libn32gcc-5-dev-mips64-cross' 'performous' 'libdancer2-plugin-passphrase-perl' 'hyphen-fr' 'pcp-testsuite' 'language-pack-oc-base' 'python-django-adminaudit' 'cupt-dbg' 'libtime-out-perl' 'rebar' 'paw-common' 'python3-betamax' 'python3-willow' 'node-findup-sync' 'libjs-husl' 'pypy-funcsigs' 'texworks-scripting-lua' 'libmicrohttpd12' 'unity-scope-colourlovers' 'libgringotts-dev' 'proftpd-mod-clamav' 'libghc-listlike-doc' 'ruby-rails-assets-markdown-it--markdown-it-for-inline' 'libdb1-compat' 'apt-config-icons-large-hidpi' 'linux-azure-edge-cloud-tools-4.18.0-1006' 'pytidylib-doc' 'opendrim-lmp-bios' 'linux-azure-edge-cloud-tools-4.18.0-1007' 'usb-creator-gtk' 'linux-azure-edge-cloud-tools-4.18.0-1008' 'libmdds-doc' 'python-brian-lib' 'hyphen-ga' 'libusbredirhost1' 'python-sphinx-gallery' 'libkf5calendarutils-dev' 'xindy' 'gosa-plugin-connectivity' 'libaprutil1-dbd-mysql' 'plait' 'linux-hwe-edge-cloud-tools-5.3.0-19' 'htp' 'metacity' 'libpopplerkit0' 'hyphen-gl' 'python3.7-dbg' 'libspin-java-doc' 'libcypher-parser-doc' 'open-infrastructure-system-build' 'infernal-doc' 'python3-ryu' 'alter-sequence-alignment' 'hv3' 'threadscope' 'node-flagged-respawn' 'python-authres' 'libcrypt-format-perl' 'hyphen-gu' 'inventor-clients' 'linux-headers-4.15.0-1019-azure' 'r-cran-blob' 'liblrm2' 'libbonobo2-common' 'libopencv-shape3.2' 'hpcc' 'python3-levenshtein' 'libhinawa-dev' 'libjs-jquery-colorbox' 'libpod-pom-perl' 'hud' 'libsafe-hole-perl' 'libzookeeper-st-dev' 'elvish' 'openfoam-examples' 'flashplugin-installer' 'linux-hwe-edge-cloud-tools-5.3.0-22' 'libdssi-ocaml' 'linux-hwe-edge-cloud-tools-5.3.0-23' 'nikwi-data' 'linux-hwe-edge-cloud-tools-5.3.0-24' 'libghc-curl-prof' 'puppet-module-puppetlabs-translate' 'bowtie-examples' 'python-releases-doc' 'hyphen-hi' 'libgcc-5-dev-ppc64-cross' 'awit-dbackup' 'libmadlib-dbg' 'libfribidi-dev' 'linux-modules-extra-4.15.0-1018-gcp' 'python-oops' 'libccfits0v5' 'docutils-doc' 'libeigen3-doc' 'phpunit-comparator' 'libexo-2-0' 'libio-aio-perl' 'python3-testing.common.database' 'hyphen-hr' 'libevtx-dev' 'python3-zope.event' 'language-pack-lt-base' 'tesseract-ocr-script-hang-vert' 'hyphen-hu' 'libx32go13-dbg-i386-cross' 'ruby-little-plugger' 'quassel-core' 'libcerf-doc' 'libglobus-xio-gsi-driver' 'grr-client-templates-installer' 'kexi-data' 'libegl1-mesa' 'sword-comm-scofield' 'libkf5threadweaver5' 'gstreamer1.0-plugins-base' 'httrack' 'gccgo-8-mips64el-linux-gnuabi64' 'vde2-cryptcab' 'libnet-scp-perl' 'libghc-gitrev-doc' 'dnet-progs' 'smbnetfs' 'libqhull-doc' 'hyphen-id' 'discover-data' 'uhd-soapysdr' 'libmowgli-dev' 'liborc-0.4-doc' 'libsfstdc++6-8-dbg-armhf-cross' 'hud-tools' 'kfourinline' 'python-rosparam' 'python-omniorb-omg' 'libtask-kensho-hackery-perl' 'linux-image-unsigned-4.18.0-24-generic' 'libsqljet-java' 'python-chardet' 'libparse-debian-packages-perl' 'libavogadro1' 'python-typogrify' 'eiskaltdcpp-gtk-data' 'hyphen-is' 'hyphen-it' 'kephra' 'festival-dev' 'libgo11-x32-cross' 'fonts-gfs-baskerville' 'liblog-dispatch-configurator-any-perl' 'libpmemobj1-debug' 'golang-github-jteeuwen-go-bindata-dev' 'prosody' 'hwb' 'libcurator-discovery-java' 'libmoox-configfromfile-perl' 'linux-image-unsigned-4.15.0-52-lowlatency' 'python3-pyfiglet' 'jumpnbump-levels' 'libmlpcap-ocaml-dev' 'libn32go9-dbg-mipsel-cross' 'libnative-platform-java-doc' 'libghc-storable-complex-prof' 'fusionforge-plugin-gravatar' 'python3-pil.imagetk-dbg' 'linux-headers-4.15.0-1035-oem' 'libscca-utils' 'python-pygraphviz' 'mcollective-plugins-provisioner' 'buildtorrent' 'libwinpr-sysinfo0.1' 'openbox-kde-session' 'libadacgi1' 'iamcli' 'rhythmbox-plugins' 'libghc-cryptonite-conduit-dev' 'weresync-doc' 'kde-zeroconf' 'ruby-fog' 'kdevelop-php' 'libace-inet-6.4.5' 'linux-modules-nvidia-390-5.0.0-1022-azure' 'python3-statsd' 'node-detect-file' 'libglib2.0-tests' 'zeitgeist-core' 'sepol-utils' 'libghc-deepseq-generics-doc' 'linux-headers-4.15.0-65-lowlatency' 'fonts-radisnoir' 'libbio-perl-perl' 'gobjc-7-x86-64-linux-gnux32' 'linux-modules-4.15.0-1018-oem' 'elpa-concurrent' 'gpaint' 'softhsm' 'php-zend-stdlib' 'libgnatprj5-s390x-cross' 'python-pyqt5.qtsql' 'obmenu' 'linux-buildinfo-4.18.0-1023-azure' 'python3.7-dev' 'libkf5mailimporter5abi1' 'xserver-xorg-video-ati-hwe-16.04-dbg' 'ruby-augeas' 'linux-modules-4.15.0-1045-aws' 'node-supports-color' 'vdr-plugin-femon' 'python-mailmanclient' 'ubuntu-dbgsym-keyring' 'linux-image-unsigned-4.15.0-23-generic' 'golang-ginkgo-dev' 'libhkl5' 'python-gobject' 'libobjc-8-dev-s390x-cross' 'contextfree' 'php-horde-test' 'flake8' 'libalt-alien-ffi-system-perl' 'rubber' 'dhcping' 'libxml-bare-perl' 'libdune-grid-glue-dev' 'libocamlbricks-ocaml-dev' 'linux-modules-extra-5.0.0-36-generic' 'libqt53dquickrender5' 'php-horde-sessionhandler' 'loganalyzer' 'fonts-cns11643-sung' 'libtemplates-parser17.2' 'hyphen-kn' 'lxpanel-indicator-applet-plugin' 'python3-pyelliptic' 'mupen64plus-video-all' 'erlang-esdl-doc' 'hannah-foo2zjs' 'cups-server-common' 'r-cran-readxl' 'libboost-signals1.62.0' 'liquidsoap-plugin-ladspa' 'libmono-system-workflow-componentmodel4.0-cil' 'linux-buildinfo-5.0.0-37-lowlatency' 'libssm1' 'libmadlib-dev' 'qxp2odg' 'libghc-random-source-dev' 'pslib1-dbg' 'yorick-hdf5' 'ubuntu-wallpapers-utopic' 'el-get' 'pcmanx-gtk2' 'golang-golang-x-sys-dev' 'plank' 'xinit' 'liquidsoap-plugin-lame' 'fortunes-min' 'libtext-mecab-perl' 'liblog4tango-doc' 'python3-testtools' 'comixcursors-lefthanded' 'libcgi-test-perl' 'libio-socket-inet6-perl' 'python3-humanize' 'libstdc++6-8-dbg-mipsel-cross' 'nordugrid-arc-nagios-plugins-doc' 'linux-headers-4.18.0-16-lowlatency' 'python3-pysaml2' 'nvidia-346-dev' 'liblocales-perl' 'dico' 'linux-modules-extra-4.18.0-1006-azure' 'node-vue-resource' 'libghc-lazy-csv-dev' 'libasan2-powerpc-cross' 'gdal-bin' 'libtangram-perl' 'libgd-barcode-perl' 'dict' 'node-passport' 'hyphen-lt' 'backport-iwlwifi-dkms' 'libmaven-plugin-testing-java' 'librdf-trinex-serializer-mockturtlesoup-perl' 'admesh' 'libguac-dev' 'android-sdk-ext4-utils' 'cmus-plugin-ffmpeg' 'linux-headers-4.15.0-1015-gcp' 'ceph-base' 'libmodule-corelist-perl' 'libasan3-ppc64-cross' 'libghc-yi-mode-haskell-doc' 'libwps-0.4-4' 'wordnet-grind' 'gnat-5-s390x-linux-gnu' 'python-libnacl' 'eclipse-anyedit' 'libupower-glib-dev' 'libparse-nessus-nbe-perl' 'fonts-sil-ezra' 'libbytecode-java' 'libxcb-shm0' 'netperf' 'shrinksafe' 'dovecot-imapd' 'librostlab-blast0v5' 'silentjack' 'texlive-metapost' 'cairo-dock-keyboard-indicator-plug-in' 'r-cran-rprojroot' 'gir1.2-ukuipanelapplet-4.0' 'libsope-dev' 'radsecproxy' 'hyphen-ml' 'solarwolf' 'mailto' 'pymol-data' 'libsdl2-mixer-2.0-0' 'libtomcrypt-dev' 'libnetcf1' 'hyphen-mr' 'python-scripttest' 'asterisk-prompt-fr-armelle' 'python3-lazr.restfulclient' 'sxid' 'cmake-data' 'argonaut-server-module-opsi' 'linux-image-4.15.0-1007-aws' 'astro-radioastronomy' 'python-flower' 'guile-cairo-dev' 'dirtbike' 'libmidi-perl' 'libefreet-bin' 'libsdl-sound1.2-dev' 'pipenightdreams-data' 'libemail-reply-perl' 'linux-headers-4.18.0-20-lowlatency' 'libexodusii-dev' 'python3-canmatrix' 'gfortran-4.8' 'libam7xxx0.1' 'libchipcard6' 'libfileutils-ocaml-dev' 'conman' 'createrepo' 'python-djvu-dbg' 'ruby-sexp-processor' 'sxiv' 'libasan2-ppc64el-cross' 'python3-l20n' 'foo-yc20' 'python-keystoneclient-doc' 'hyphen-nl' 'sac2mseed' 'libotbtestkernel-6.4-1' 'link-grammar-dictionaries-en' 'linux-headers-4.18.0-22-generic' 'mueval' 'gitlab-cli' 'libcoverart1' 'hyphen-no' 'pike8.0-sane' 'libtest-www-mechanize-perl' 'liblwp-useragent-progressbar-perl' 'libobjc-5-dev-mips64el-cross' 'affiche.app' 'gap-laguna' 'python3-dockerpty' 'golang-github-robfig-config-dev' 'libcamlpdf-ocaml' 'ibus-table-quick3' 'python3-zope.schema' 'golang-github-coreos-go-semver-dev' 'golang-github-tendermint-go-logger-dev' 'fts-clacks' 'ibus-table-quick5' 'libx32gcc-6-dev' 'atari800' 'libposix-2008-perl' 'ums2net' 'libghc-free-dev' 'fusiondirectory-plugin-postfix' 'node-findit2' 'uim-anthy' 'libghc-path-doc' 'brltty-x11' 'testdrive-gtk' 'libmono-system-net-http4.0-cil' 'pppoeconf' 'ino-headers-doc' 'rt4-extension-nagios' 'python3-sorl-thumbnail' 'vdr-plugin-softhddevice' 'libcodenarc-groovy-java-doc' 'libepoxy0' 'libfuntools1' 'linux-buildinfo-5.0.0-1010-oracle' 'golang-github-kisom-goutils-dev' 'python-pyproj' 'libfastjson4' 'fusiondirectory' 'hyphen-or' 'libghc-cipher-des-dev' 'libservice-wrapper-doc' 'python-pyqt5.qtsvg' 'libjgoodies-looks-java' 'syslog-ng-mod-redis' 'libmodhmm0' 'r-bioc-biomart' 'ubuntukylin-wallpapers-xenial' 'libnm0' 'ondir' 'ranger' 'ruby-ftw' 'hspec-discover' 'python-notify' 'linux-signed-image-lowlatency-hwe-18.04' 'libolm2' 'ukopp' 'rsplib-docs' 'hyphen-pa' 'yubikey-manager' 'node-is-extendable' 'nemiver' 'rsyslog-gssapi' 'lfc-server-mysql' 'libhtml-packer-perl' 'ganeti-instance-debootstrap' 'libghc-bytestring-lexing-dev' 'gnat-6-alpha-linux-gnu' 'python-bzrlib' 'hyphen-pl' 'libsub-identify-perl' 'libownet-php' 'heat-engine' 'python3-pyopencl-dbg' 'ruby-omniauth-crowd' 'php-symfony-twig-bundle' 'cloud-initramfs-rescuevol' 'linux-cloud-tools-4.15.0-1032-azure' 'libopenwsman1' 'libobjc-6-dev-amd64-cross' 'metaphlan2-data' 'popularity-contest' 'openwince-include' 'python-django-mptt' 'libxml-rpc-fast-perl' 'libxdg-basedir1' 'libghc-cond-prof' 'libpwquality-common' 'bibtool' 'libini4j-java' 'python-pymediainfo-doc' 'libnet-epp-perl' 'libwsman-clientpp1' 'linux-modules-nvidia-390-generic' 'plaso' 'iptstate' 'mcollective-plugins-facts-facter' 'multiboot' 'plast' 'linux-tools-4.15.0-1030-oracle' 'topgit' 'libkf5quickaddons5' 'libauthen-tacacsplus-perl' 'libbrial-dev' 'linux-modules-extra-4.15.0-22-generic' 'traverso' 'python-cf-doc' 'libstdc++6-8-dbg-armhf-cross' 'libanyevent-http-scopedclient-perl' 'qtgstreamer-doc' 'libmateweather-dev' 'libkf5akonadicontact5abi1' 'ubiquity-slideshow-xubuntu' 'libc++-7-dev' 'ruby-gyoku' 'unshield' 'libc6-dev-i386-x32-cross' 'keurocalc' 'pd-comport' 'libgphobos76-dbg-i386-cross' 'fcitx-table-yawerty' 'libgfortran4-dbg-sh4-cross' 'sqwebmail' 'libmemcached-dbg' 'evolution-data-server' 'libmoox-singleton-perl' 'sqlite3-doc' 'golang-github-smartystreets-goconvey-dev' 'asmix' 'libestools2.5' 'binutils-i686-gnu' 'libjs-jquery-ui-theme-excite-bike' 'ruby-babel-source' 'gcab' 'upower-doc' 'libasan4-x32-cross' 'node-nan' 'libsuil-dev' 'python3-scp' 'libgranite-dev' 'libequinox-util-java' 'reaver' 'inform-mode' 'libubsan0-powerpc-cross' 'linux-modules-extra-4.15.0-1021-azure' 'crash' 'opentyrian' 'nautilus-compare' 'hyphen-ro' 'node-read' 'gcal' 'libcarp-assert-perl' 'liblemonldap-ng-manager-perl' 'python-jarabe' 'fcitx-table-amharic' 'crasm' 'shiki-noble-theme' 'konclude' 'libkakasi2-dev' 'gcap' 'hyphen-ru' 'gdc-6-aarch64-linux-gnu' 'libc6-mipsn32-mips64r6-cross' 'fonts-ubuntu-title' 'libkiokudb-backend-dbi-perl' 'snapcraft-parser' 'libmopac7-dev' 'predict-gsat' 'linux-image-unsigned-4.15.0-1056-oem' 'python-pycsw-doc' 'sipdialer' 'node-babel-plugin-transform-class-constructor-call' 'festival-doc' 'libsofia-sip-ua-dev' 'silverjuke' 'libxgks2-data' 'librdf-kml-exporter-perl' 'gcc-mingw-w64' 'python-oslo.policy-doc' 'libfplll-dev' 'qml-module-qtquick-dialogs' 'linux-modules-4.15.0-1010-oracle' 'hyphen-sk' 'libqd0v5' 'hyphen-sl' 'python3-scrypt' 'golang-redhat-audit-dev' 'linux-image-4.15.0-1029-kvm' 'fonts-bebas-neue' 'libset-nestedgroups-perl' 'golang-github-go-openapi-loads-dev' 'hyphen-sr' 'python-chemfp' 'libvirt-clients' 'linux-modules-5.3.0-1012-gcp' 'vrfy' 'libgnome-keyring1.0-cil' 'libsnp-sites1-dev' 'python3-sendfile' 'hyphen-sv' 'python-gasp' 'linux-modules-extra-5.0.0-1013-gcp' 'libxkbcommon-dev' 'libghc-concurrent-output-dev' 'libghc-cryptonite-conduit-doc' 'mrbayes-mpi' 'mactelnet-client' 'libgnatvsn5-dbg-powerpc-cross' 'govendor' 'nemo-data' 'libfuse-dev' 'libcbor-xs-perl' 'golang-github-hashicorp-mdns-dev' 'hyphen-ta' 'libvhdi-dev' 'r-cran-misctools' 'libkmfl-dev' 'libghc-readline-prof' 'espeak' 'libjimfs-java' 'libnet-iptrie-perl' 'python3-psutil' 'hyphen-te' 'libgfortran-8-dev-sh4-cross' 'libghc-lucid-svg-dev' 'bindfs' 'libubsan0-ppc64el-cross' 'golang-github-hashicorp-go-retryablehttp-dev' 'lldb-4.0' 'python3.7-doc' 'libghc-monad-control-prof' 'node-ncp' 'mono-dmcs' 'node-ci-info' 'libitm1-dbg-x32-cross' 'linux-tools-4.15.0-1045-oem' 'libkf5wallet-dev' 'liboce-visualization11' 'g++-multilib' 'libopenjpip-dec-server' 'cairo-dock-dbus-plug-in-interface-mono' 'ruby-dnsruby' 'snort-common' 'libptscotch-6.0' 'python3-geopandas' 'libplexus-classworlds-java' 'plymouth-theme-xubuntu-text' 'librarian-puppet' 'apertium-spa-ita' 'cpuid' 'libapache2-mod-bw' 'libdune-grid-glue-doc' 'pike7.8-mysql' 'bitlbee-dev' 'libdist-inkt-profile-tobyink-perl' 'ruby-cleanroom' 'libdecentxml-java' 'libfltk1.1-dev' 'python3-stdnum' 'artfastqgenerator-examples' 'libsfobjc-7-dev-armhf-cross' 'acbuild' 'plymouth-theme-ubuntu-text' 'atmel-firmware' 'python3-aioprocessing' 'python-commonmark-bkrs' 'clfswm' 'libid3tag0' 'ttf-tagbanwa' 'daemonize' 'libghc-random-source-doc' 'libhttpmime-java' 'sword-dict-naves' 'libxmlezout5-dev' 'linux-modules-5.0.0-1032-azure' 'hyphen-uk' 'php7.2-json' 'python-xarray-doc' 'libmemcached-dev' 'python3-aioredis' 'lib32stdc++6-ppc64-cross' 'libghc-streaming-commons-prof' 'votca-csg' 'libpcre32-3' 'pirs-profiles' 'clang-6.0-doc' 'python-roslib' 'iat' 'passwd' 'append2simg' 'libsunpinyin-dev' 'erlang-p1-eimp' 'libx32go7-i386-cross' 'openshot-doc' 'r-bioc-metagenomeseq' 'epydoc-doc' 'linux-image-unsigned-4.15.0-1036-gcp' 'openvas-manager-common' 'libgnatvsn5-dbg-ppc64el-cross' 'libssw0' 'budgie-wallpapers-zesty' 'node-resolve-pkg' 'ruby-threach' 'linux-image-unsigned-4.18.0-1012-gcp' 'clitest' 'libghc-dimensional-prof' 'libghc-lazy-csv-doc' 'libxwiimote2' 'fortune-anarchism' 'libapache-logformat-compiler-perl' 'python3-wget' 'libclang1-3.9' 'r-cran-htmlwidgets' 'python-tktreectrl' 'dime' 'python-swap' 'libyuma-base' 'libunbescape-java' 'xubuntu-artwork' 'python-webob-doc' 'texlive-latex-extra-doc' 'geeqie-common' 'txwinrm' 'libecal1.2-dev' 'python3-tempest-lib' 'pioneers-console-data' 'gnat-8-sjlj-powerpc-linux-gnuspe' 'libecpg-dev' 'apsfilter' 'python3-sphinx-bootstrap-theme' 'ttf-staypuft' 'example-content' 'gfortran-mingw-w64-i686' 'node-has-unicode' 'liblog4cpp5v5' 'gfortran-5-multilib-mipsel-linux-gnu' 'id3' 'libtrilinos-kokkos-dev' 'crawl' 'libmono-ldap4.0-cil' 'libgammu-dev' 'praw-doc' 'xubuntu-docs' 'libvterm-bin' 'slic3r-prusa' 'libxfconf-0-dev' 'zyne' 'sc3-plugins' 'feisty-wallpapers' 'pmtools' 'libdee-qt5-3' 'ncbi-blast+-legacy' 'gir1.2-gupnp-av-1.0' 'rrdcached' 'linuxconfig' 'g++-5-x86-64-linux-gnux32' 'linux-tools-4.15.0-1025-gcp' 'libtype-conv-camlp4-dev' 'libmono-messaging4.0-cil' 'zulupolkit' 'ding' 'ser-player' 'pim-sieve-editor' 'libsyntax-highlight-perl-improved-perl' 'libmono-system-xml-serialization4.0-cil' 'httraqt' 'linux-gcp-5.3-tools-5.3.0-1008' 'golang-go-semver-dev' 'linux-gcp-5.3-tools-5.3.0-1009' 'fastjet-examples' 'libboost-date-time1.62-dev' 'asterisk-modules' 'psychtoolbox-3-lib' 'libnet-vnc-perl' 'linux-tools-5.3.0-1008-gcp' 'golang-github-juju-retry-dev' 'php-tidy' 'libappindicator3-1' 'python-zope.browsermenu' 'libcoap-1-0-dev' 'asmon' 'python-django-websocket-redis' 'vgabios' 'golang-github-bugsnag-bugsnag-go-dev' 'libbusiness-edifact-interchange-perl' 'libgphobos71-dbg-amd64-cross' 'dns-browse' 'libgo9-mips-cross' 'procps' 'ckbuilder' 'libpengine10' 'x11proto-xf86dri-dev' 'perlqt-dbg' 'libsecret-common' 'linux-gcp-5.3-tools-5.3.0-1010' 'quitcount' 'linux-gcp-5.3-tools-5.3.0-1012' 'diod' 'lib32objc-6-dev-sparc64-cross' 'gnats-user' 'libx32gfortran4-dbg-amd64-cross' 'python-ghost' 'python-spectral-cube' 'php-file-iterator' 'liboop-dbg' 'x42-plugins' 'idn' 'python3-sip' 'libx32stdc++-8-dev-amd64-cross' 'ucrpf1host' 'libmono-system-web-mvc3.0-cil' 'libghc-free-doc' 'libkpimtextedit4' 'python-stevedore' 'mdf2iso' 'polyml-modules' 'libxml-grove-perl' 'libdata-section-perl' 'python3-six' 'plplot-tcl-bin' 'librestlet-java' 'libaws17.2.2017' 'libnews-article-nocem-perl' 'powerwake' 'openexr-doc' 'linux-image-5.3.0-1010-gcp' 'libfaifa0' 'libbpp-seq-dev' 'libsafe-isa-perl' 'libghc-tasty-golden-dev' 'libn32gcc1-mipsel-cross' 'mandelbulber2' 'icinga2-classicui' 'gmime-bin' 'libghc-math-functions-dev' 'dia-common' 'doc-linux-pl-html' 'libghc-cipher-des-doc' 'nova-compute-libvirt' 'stardict-plugin' 'gir1.2-gpaste-1.0' 'ruby-roadie-rails' 'puppet-module-puppetlabs-apache' 'libevent-1.4-2' 'libsoundio-dbg' 'libsqlite3-ocaml-dev' 'libboost-test1.65.1' 'libzlcore0.13' 'gromit' 'aggregate' 'ulogd2-json' 'tesseract-ocr-afr' 'libghc-directory-tree-dev' 'iep' 'libxfce4ui-2-dev' 'pike8.0-gtk' 'gir1.2-telepathylogger-0.2' 'libkactivities-dbg' 'salt-common' 'python-pg8000' 'python-nose-json' 'libghc-bytestring-lexing-doc' 'libcigicl-dev' 'node-babel-preset-latest' 'hsail-tools' 'node-fd-slicer' 'libjs-jquery-watermark' 'liblbfgs-dev' 'astro-python' 'linux-image-unsigned-4.15.0-39-lowlatency' 'libnvgraph9.1' 'libghc-filestore-data' 'libapache2-mod-auth-pgsql' 'pari-galdata' 'eclipse-emf-sdk' 'gnat-8-powerpc-linux-gnu' 'golang-github-opentracing-opentracing-go-dev' 'mrpt-common' 'navit-gui-gtk' 'libboost-log1.65.1' 'linux-image-4.15.0-70-generic' 'linux-modules-nvidia-390-5.0.0-1040-oem-osp1' 'libwhoopsie-preferences0' 'libobjc-6-dev-arm64-cross' 'libstd-rust-dev' 'libdate-pregnancy-perl' 'mssstest' 'python-webpy-doc' 'ruby-ogginfo' 'gnat-7-sh4-linux-gnu' 'linux-modules-4.18.0-1013-azure' 'libsearch-xapian-perl' 'libgnatprj6-i386-cross' 'inputattach' 'python3-cram' 'djvulibre-desktop' 'libsystem-info-perl' 'gmt-gshhg-full' 'expeyes-doc-common' 'mixxx-data' 'libqt5svg5-dev' 'libdynamite0' 'ucarp' 'gsettings-desktop-schemas' 'vrms' 'php7.2-opcache' 'libghc-cpphs-dev' 'linux-buildinfo-5.0.0-1012-azure' 'libdune-localfunctions-dev' 'gcin' 'libdevel-partialdump-perl' 'python-zope.app.authentication' 'linux-buildinfo-4.15.0-54-lowlatency' 'hyphen-zu' 'libsfasan2-armhf-cross' 'libgfortran4-dbg-powerpcspe-cross' 'linux-modules-nvidia-390-5.0.0-1026-gcp' 'python3-acora' 'node-deep-for-each' 'libghc-curry-frontend-prof' 'outguess' 'libwaffle-1-0' 'libffi-platypus-perl' 'lcd4linux' 'python-zope.traversing' 'python-mistune' 'php-net-dime' 'libpdal-plugin-icebridge' 'thunderbird-locale-zh-hans' 'libjs-wax' 'libsasl2-2' 'libttspico0' 'thunderbird-locale-zh-hant' 'dirb' 'eso-midas' 'kde-l10n-nds' 'libsub-exporter-perl' 'libtype-tiny-xs-perl' 'libdebian-copyright-perl' 'python-djvu-doc' 'libipc-run3-perl' 'chiark-really' 'irda-utils' 'linux-modules-5.3.0-1012-gke' 'nautilus-owncloud' 'greed' 'libygl4' 'linux-modules-extra-5.0.0-1013-gke' 'perlqt-dev' 'python-subliminal' 'libindicate0.1-cil-dev' 'golang-github-beorn7-perks-dev' 'libguess1' 'libhud-client2' 'libnet-gpsd3-perl' 'libpod-plainer-perl' 'syslog-ng-mod-stardate' 'igv' 'libgtg-dev' 'r-cran-htmltools' 'ssg-applications' 'liboop-dev' 'libformsgl2' 'ebumeter-doc' 'libghc-constraints-prof' 'libu1db-qt5-examples' 'sassc' 'pythoncard-doc' 'libvisp-visual-features3.1' 'libtest-roo-perl' 'python-osprofiler' 'liboxford-calendar-perl' 'libparallel-forkmanager-perl' 'g++-6-multilib-sparc64-linux-gnu' 'libobjc-7-dev-x32-cross' 'nautilus-script-manager' 'xfonts-bolkhov-cp1251-misc' 'nvidia-libopencl1-331-updates' 'python3-github' 'rsplib-legacy-wrappers' 'libgstreamer-ocaml' 'python3-pytest-bdd' 'dish' 'smuxi-frontend-stfl' 'abi-tracker' 'libvirt-sanlock' 'golang-github-pquerna-otp-dev' 'units' 'libkf5libkdepim-plugins' 'libapache2-mod-jk' 'libreoffice-l10n-af' 'xfce4-panel' 'zlib1g-dbg' 'lua-trink-cjson-dev' 'unity' 'php-directory-scanner' 'gobjc++-8-multilib-sparc64-linux-gnu' 'dist' 'libreoffice-l10n-am' 'libghc-xml-conduit-prof' 'libmlpack-dev' 'python-message-filters' 'bsdcpio' 'libsoundio-dev' 'liblavplay-2.1-0' 'libreoffice-l10n-ar' 'libreoffice-l10n-as' 'gameconqueror' 'libjs-jquery-jfeed' 'libnxt' 'istgt' 'ftpmirror' 'calligra' 'wbritish-huge' 'python-caja-common' 'libkactivities-dev' 'trace-cmd' 'libsox-fmt-mp3' 'ruby-rails-assets-favico.js' 'luakit' 'mcollective-plugins-process' 'libxine2-console' 'libxkbcommon-doc' 'libghc-concurrent-output-doc' 'erlang-p1-zlib' 'libghc-hsx2hs-prof' 'planets' 'libgvc6-plugins-gtk' 'libreoffice-l10n-be' 'xfonts-cronyx-koi8u-75dpi' 'linux-image-unsigned-4.15.0-1036-gke' 'libreoffice-l10n-bg' 'dh-make-perl' 'linux-image-4.15.0-1043-oem' 'ulogd2-pgsql' 'linux-headers-4.15.0-1025-kvm' 'onetime' 'libcctz2' 'python3-pam-dbg' 'python-dicom' 'libfrog1' 'libreoffice-l10n-bn' 'python3-pylint-flask' 'iptables-converter' 'libghc-lucid-svg-doc' 'openscenegraph-plugin-osgearth' 'gemrb-baldurs-gate-2' 'gobjc-6-multilib-arm-linux-gnueabi' 'mp3val' 'libreoffice-l10n-br' 'jasmin-sable' 'libreoffice-l10n-bs' 'libcpp-hocon0.1.6' 'python3-quintuple' 'bbtime' 'libmircookie2' 'libisnativec-java-doc' 'yaskkserv' 'lemonldap-ng' 'postgresql-10-pgrouting-scripts' 'quicktime-x11utils' 'libarray-group-perl' 'linux-modules-4.15.0-1008-kvm' 'libkf5coreaddons5' 'resolvconf' 'python-montage-wrapper' 'node-object-visit' 'netstat-nat' 'x11proto-xext-dev' 'libghc-temporary-prof' 'krb5-sync-tools' 'libreoffice-l10n-ca' 'node-cli-width' 'mythes-pt-pt' 'libhtsjdk-java-doc' 'libghc-bindings-dsl-prof' 'fscrypt' 'pydxcluster' 'gcc-6-powerpc64le-linux-gnu' 'linux-modules-5.0.0-1024-aws' 'whoopsie-preferences' 'libgetopt-declare-perl' 'fuse-emulator-gtk' 'alsa-utils' 'python-rpyc-doc' 'ripoff-mp3-plugin' 'libclc-r600' 'gobjc-6-multilib-mips64-linux-gnuabi64' 'node-babel-plugin-transform-proto-to-assign' 'xkcdpass' 'r-bioc-protgenerics' 'apport-valgrind' 'golang-github-satori-go.uuid-dev' 'cl-s-sql' 'libanyevent-feed-perl' 'lame-doc' 'trac-icalview' 'ubuntu-server' 'libreoffice-l10n-cs' 'wifi-radar' 'mcollective-provisioner-common' 'linux-image-unsigned-5.0.0-27-generic' 'pd-libdir' 'libgraphene-1.0-0' 'libreoffice-l10n-cy' 'avw.lv2' 'overlay-scrollbar' 'ludevit' 'python3-spf' 'golang-github-tendermint-go-config-dev' 'ike' 'pidgin-mpris' 'libapache2-mod-md' 'tesseract-ocr-all' 'python-zope.app.wsgi' 'xorg-server-source-hwe-16.04' 'vim-nox' 'libreoffice-l10n-da' 'node-lockfile' 'libghc-parallel-prof' 'linux-buildinfo-4.15.0-46-generic' 'linux-modules-nvidia-390-5.0.0-1028-azure' 'solr-jetty' 'ruby-axiom-types' 'libreoffice-l10n-de' 'node-oauth' 'python-excelerator' 'libarchive-peek-perl' 'golang-github-russellhaering-goxmldsig-dev' 'libghc-reactive-banana-prof' 'human-netbook-theme' 'r-cran-animation' 'xye-data' 'starlink-table-java' 'libkf5globalaccel-data' 'funnelweb-doc' 'cipux-task-tools' 'libunshield0' 'libx11-windowhierarchy-perl' 'libmeanwhile1' 'libctpl2' 'gobjc-alpha-linux-gnu' 'libjgit-ant-java' 'xen-utils-common' 'zlib1g-dev' 'libx32objc-8-dev-i386-cross' 'libgphobos76-dbg-amd64-cross' 'libreoffice-l10n-dz' 'gnat-7-sjlj-arm-linux-gnueabi' 'tesseract-ocr-amh' 'xppaut' 'gfortran-7-multilib-x86-64-linux-gnu' 'librad0-tools' 'r-cran-mvnormtest' 'python3-mongoengine' 'libsdes4j-java' 'linux-image-4.15.0-1023-gcp' 'python-whichcraft' 'python3-pyelftools' 'linux-buildinfo-5.3.0-1009-gcp' 'libint-dev' 'python3-sql' 'libmemtailor0' 'hpanel' 'libkf5contacts-data' 'light-locker' 'libghc-miniutter-dev' 'libcgi-emulate-psgi-perl' 'yapps2' 'pysycache-move-sports' 'libspring-web-servlet-java' 'aiscm' 'libomxil-bellagio0-components-videosrc' 'libreoffice-l10n-el' 'libstdc++6-ppc64-cross' 'uim-skk' 'php-sqlite3' 'libbasicobjects0' 'libreoffice-l10n-eo' 'golang-gocapability-dev' 'python-theblues' 'libreoffice-l10n-es' 'opencolorio-doc' 'libghc-gloss-prof' 'libreoffice-l10n-et' 'libreoffice-l10n-eu' 'libcsound64-6.0' 'libresource-retriever-dev' 'lib64go9-dbg-powerpc-cross' 'libcoap-1-0-doc' 'budgie-quicknote-applet' 'iqtree' 'golang-mode' 'python-gtts-token' 'libxdo-dev' 'libcrypt-rsa-parse-perl' 'zita-mu1' 'libreoffice-l10n-fa' 'lib64ubsan0' 'uvcdynctrl-dbg' 'lib64ubsan1' 'python3-srp' 'node-promzard' 'ngraph-gtk-addin-import-ps' 'amtterm' 'geany-plugin-lua' 'libghc-aeson-pretty-prof' 'python3-srs' 'libpocoredis50' 'libreoffice-l10n-fi' 'xfonts-shinonome' 'libqtav-private-dev' 'liblist-maker-perl' 'globus-gram-job-manager-condor' 'jclassinfo' 'libpuzzle-bin' 'ubuntustudio-desktop-core' 'ucommon-utils' 'python-oauth' 'libqofono-qt5-0' 'libreoffice-l10n-fr' 'libcmor2' 'linaro-boot-utils' 'libgnat-6-armel-cross' 'gcc-7-multilib-i686-linux-gnu' 'gcc-7-sparc64-linux-gnu' 'uci2wb' 'bittwist' 'ruby-gettext-setup' 'python-libguess' 'r-cran-filehash' 'mate-media-common' 'python3-klein' 'ink' 'edid-decode' 'backdoor-factory' 'libreoffice-l10n-ga' 'r-cran-xml' 'dict-jargon' 'libghc-tasty-golden-doc' 'gnome-shell-extension-hard-disk-led' 'inn' 'libmama-dev' 'libreoffice-l10n-gd' 'libstdc++-6-pic-mips64el-cross' 'libn32go9-mips64el-cross' 'python3-sss' 'libcattle-1.0-dev' 'libghc-math-functions-doc' 'python3-pypeg2' 'cpp-i686-linux-gnu' 'libextutils-xsbuilder-perl' 'nslcd-utils' 'elpa-editorconfig' 'blocks-of-the-undead-data' 'conmux' 'libreoffice-l10n-gl' 'libkf5purposewidgets5' 'libhttp-multipartparser-perl' 'binutils-mipsisa64r6el-linux-gnuabin32' 'singular-doc' 'mocassin-examples' 'claws-mail-spamassassin' 'libasan0' 'libzipios++-dev' 'libnotmuch5' 'node-is-retry-allowed' 'libasan2' 'ocrodjvu' 'php-memcache' 'famfamfam-flag-png' 'libasan3' 'sofia-sip-doc' 'x11-xkb-utils' 'libghc-old-locale-dev' 'libasan4' 'libghc-directory-tree-doc' 'libasan5' 'x11proto-render-dev' 'libgoogle-glog-dev' 'libreoffice-l10n-gu' 'node-call-limit' 'ioping' 'dict-freedict-kur-deu' 'libzookeeper-java-doc' 'xfce4-hdaps' 'libghc-tagshare-prof' 'otb-testdriver' 'linux-image-5.0.0-1033-oem-osp1' 'iog' 'libace-tkreactor-6.4.5' 'libpyside1.2' 'gfortran-riscv64-linux-gnu' 'lxc1' 'python3-stl' 'xserver-xorg-input-libinput-dev' 'ion' 'gammu-doc' 'libreoffice-l10n-he' 'liblog-agent-logger-perl' 'python3-awsauth' 'python-muranoclient' 'cyclograph-qt5' 'libreoffice-l10n-hi' 'libapache2-mod-auth-pubtkt' 'gnome-screenshot' 'x264' 'pd-testtools' 'libplexus-cipher-java' 'x265' 'libbread-board-perl' 'libtss-dev' 'fcitx-table-cantonhk' 'liece' 'python-iapws' 'wspanish' 'cairo-perf-utils' 'hexcompare' 'libgeo-metar-perl' 'linux-headers-4.15.0-1056-aws' 'libgnatcoll-gtk17.0.2017' 'gsettings-desktop-schemas-dev' 'python3-zake' 'libreoffice-l10n-hr' 'pdf-redact-tools' 'linux-tools-4.15.0-44-lowlatency' 'libreoffice-l10n-hu' 'dlocate' 'libtachyon-mt-0-dev' 'binutils-mips64-linux-gnuabi64' 'libghc-cpphs-doc' 'nova-api-os-compute' 'libfreenect0.5' 'vdr-plugin-osdserver' 'libxfce4panel-2.0-dev' 'fonts-adf-verana' 'libpycaml-ocaml-dev' 'xml-security-c-utils' 'libdune-localfunctions-doc' 'python-zope.app.generations' 'ipe' 'festvox-hi-nsk' 'nova-conductor' 'libmirserver-dev' 'bgpq3' 'libghc-nettle-dev' 'libjs-jquery-cookie' 'pscan' 'pkg-config-sparc64-linux-gnu' 'libtotem-plparser-videosite' 'openhackware' 'linux-image-unsigned-4.18.0-1014-azure' 'frama-c' 'linux-modules-4.15.0-1039-aws' 'python-spykeutils' 'libjcharts-java-doc' 'trac-jsgantt' 'libreoffice-l10n-id' 'apbs' 'libosinfo-1.0-dev' 'libkadm5clnt7-heimdal' 'libsyslog-ocaml' 'ips' 'tanglet' 'cdebconf' 'libcvc4-4' 'mali-midgard-dkms' 'ruby-parslet' 'python3-uranium' 'libheif-examples' 'libghc-dbus-prof' 'python-pyvmomi-doc' 'libreoffice-l10n-in' 'network-manager-gnome' 'imaptool' 'labplot-data' 'ruby-uglifier' 'holdingnuts-server' 'open-infrastructure-system-images' 'linux-modules-4.15.0-38-lowlatency' 'obex-data-server' 'libreoffice-l10n-is' 'libreoffice-l10n-it' 'stardict-czech' 'tesseract-ocr-ara' 'libmime-tools-perl' 'rsyslog-hiredis' 'thunar-volman' 'python-flask-script' 'lib32gcc-5-dev-x32-cross' 'tenshi' 'libt3key1' 'language-pack-af' 'libboost-signals1.65-dev' 'libgtk2-gladexml-simple-perl' 'libx32gfortran-7-dev' 'python-roslz4' 'libghc-blogliterately-prof' 'libgles1' 'libgles2' 'liboop-doc' 'libxml-rss-simplegen-perl' 'language-pack-am' 'language-pack-an' 'libreoffice-l10n-ja' 'python3-svn' 'elpa-helm-ag' 'libpam-cgroup' 'golang-github-go-openapi-runtime-dev' 'libkido-dev' 'language-pack-ar' 'language-pack-as' 'mttroff' 'libgfortran3-dbg-i386-cross' 'libfam0c102' 'libkf5mime-dev' 'nordugrid-arc-nagios-plugins-egi' 'libapache2-reload-perl' 'libjs-jquery-mousewheel' 'libhash-storediterator-perl' 'language-pack-az' 'python-ironicclient' 'shiki-illustrious-theme' 'libjs-dojo-dojox' 'gfortran-7-mips64-linux-gnuabi64' 'libzopfli-dev' 'libelementary-dbg' 'roarplaylistd-tools' 'libghc-executable-path-prof' 'gobjc++-8-multilib-mips-linux-gnu' 'lxde' 'mirage' 'python3-pyuca' 'libbcpg-java-doc' 'ruby-git' 'entangle-dbg' 'libopencv-objdetect3.2' 'libstdc++-7-dev-s390x-cross' 'libcaffe-cpu1' 'libjulius-dev' 'language-pack-be' 'libn32objc4-mips-cross' 'python-straight.plugin' 'python3-pynfft-dbg' 'libglobus-gsi-sysconfig-dev' 'lxdm' 'pngmeta' 'language-pack-bg' 'unity-control-center-dev' 'mate-window-applets-common' 'python-bashate' 'python-phonenumbers' 'ttf-adf-universalis' 'linux-headers-4.15.0-1009-gcp' 'yorick-z' 'libluajit-5.1-dev' 'cpp-6-powerpc64-linux-gnu' 'murasaki' 'tesseract-ocr-asm' 'libstdc++-6-dev-x32-cross' 'python3-django-sass-processor' 'python3-forge' 'language-pack-bn' 'libreoffice-l10n-ka' 'thunderbird-locale-kab' 'libequinox-p2-touchpoint-natives-java' 'libgcc-6-dev-mips64el-cross' 'libdate-iso8601-perl' 'libunwind-setjmp0-dev' 'linux-cloud-tools-4.15.0-70-generic' 'language-pack-br' 'language-pack-bs' 'libgnatprj6-dbg-mipsel-cross' 'heat-common' 'libzimg2-dbg' 'plee-the-bear-data' 'magic-wormhole' 'libreoffice-l10n-kk' 'libcipux-rbac-simple-perl' 'zonecheck' 'smpeg-plaympeg' 'linux-tools-4.18.0-25-generic' 'libpwiz-dev' 'libreoffice-l10n-km' 'linux-modules-4.15.0-42-lowlatency' 'libreoffice-l10n-kn' 'libreoffice-l10n-ko' 'gobjc-6-mips-linux-gnu' 'r-cran-fasianoptions' 'python-ncap' 'tuxguitar-fluidsynth' 'geographiclib-tools' 'logaricheck' 'language-pack-ca' 'virtuoso-minimal' 'node-is-plain-obj' 'mgltools-utpackages' 'kde-style-qtcurve-qt4' 'kde-style-qtcurve-qt5' 'scalapack-test-common' 'libdatetime-format-builder-perl' 'kopano-webapp-lighttpd' 'libtransitioner2' 'librdf-closure-perl' 'libx32asan2-dbg-i386-cross' 'snake4' 'xkbset' 'python3-jwcrypto' 'apel' 'libwpd-tools' 'libclang-common-9-dev' 'libghc-monadcryptorandom-dev' 'libdbix-class-cursor-cached-perl' 'mlterm-im-skk' 'gdc-8-multilib-arm-linux-gnueabihf' 'libpam-pgsql' 'slashem-x11' 'language-pack-cs' 'lib64objc-5-dev-i386-cross' 'crrcsim' 'node-babel-helper-define-map' 'libbz2-dev' 'language-pack-cy' 'festvox-czech-dita' 'libatomic1-dbg-i386-cross' 'mc-data' 'libots-dev' 'python3-snappy' 'libnagios-object-perl' 'fonts-takao-gothic' 'linux-tools-4.15.0-1035-kvm' 'aptfs' 'reprepro' 'jmeter-jms' 'libeclipse-osgi-compatibility-state-java' 'python-pyosmium' 'slbackup' 'libghc-unliftio-dev' 'libreoffice-l10n-lt' 'language-pack-da' 'libpoco-dev' 'libreoffice-l10n-lv' 'node-babel-helper-explode-assignable-expression' 'shishi-dbg' 'language-pack-de' 'libgtk3-simplelist-perl' 'festvox-kallpc8k' 'searchandrescue-data' 'python-funcparserlib' 'libpolyglot-maven-java' 'liblog4cpp5-dev' 'libapache2-mod-dnssd' 'linux-tools-4.15.0-24-generic' 'libnl-nf-3-200' 'ruby-grape-logging' 'libcppdb-mysql0' 'libxcb-randr0' 'libn32objc-8-dev-mips-cross' 'tumiki-fighters-data' 'libkeybinder-dev' 'libghc-erf-dev' 'valadoc' 'ruby-gli' 'libefreet1' 'readline-common' 'fonts-tibetan-machine' 'liblablgtkmathview-ocaml' 'python3-monotonic' 'libreoffice-l10n-mk' 'libreoffice-l10n-ml' 'language-pack-dz' 'libclass-methodmaker-perl' 'node-node-xmpp' 'python-cheetah' 'libmediainfo0v5' 'libreoffice-l10n-mn' 'texlive-pictures' 'scilab-minimal-bin' 'libgail18' 'libalgorithm-numerical-sample-perl' 'python3-django-tastypie' 'progressivemauve' 'libreoffice-l10n-mr' 'ruby-remcached' 'python-clearsilver' 'libnotify0.4-cil' 'lib32atomic1-dbg-sparc64-cross' 'libequinox-p2-updatesite-java' 'qtwebkit5-examples-doc' 'libc++1' 'libuv0.10' 'libfswatch9' 'openshot-qt-doc' 'k3b' 'linux-image-unsigned-4.15.0-60-generic' 'r-cran-class' 'k3d' 'gchempaint' 'gccgo-6-multilib-sparc64-linux-gnu' 'libasyncns-dev' 'libxcb-render0' 'libavfilter-extra' 'libkeyutils-dev' 'node-babel-plugin-syntax-async-functions' 'language-pack-el' 'qtwebengine5-dev' 'libelementary-dev' 'enjarify' 'unlambda' 'libhdf5-dev' 'libsoil1' 'language-pack-en' 'cdtool' 'language-pack-eo' 'libreoffice-l10n-nb' 'libreoffice-l10n-ne' 'photocollage' 'language-pack-es' 'language-pack-et' 'language-pack-eu' 'r-cran-xts' 'binutils-mipsisa32r6-linux-gnu' 'libu2f-udev' 'libsombok3-dbg' 'libreoffice-l10n-nl' 'libherwig59-2-gfortran' 'libreoffice-l10n-nn' 'node-has-symbol-support-x' 'zhcon' 'clustalo' 'triplane' 'libhamcrest1.2-java-doc' 'libreoffice-l10n-nr' 'libghc-miniutter-doc' 'iipimage-doc' 'language-pack-fa' 'tryton-modules-stock-supply-day' 'linux-buildinfo-4.18.0-1016-aws' 'linux-tools-4.18.0-1016-aws' 'iva' 'clustalw' 'clustalx' 'ros-simulators' 'language-pack-fi' 'python-unshare' 'lib32gcc-5-dev' 'libossp-sa-dev' 'bind9utils' 'tinyhoneypot' 'libisfreetype-java' 'libafterburner.fx-java-doc' 'mir-platform-graphics-mesa-kms13' 'libctypes-ocaml' 'python-validictory-doc' 'libreoffice-l10n-oc' 'cpp-7-arm-linux-gnueabihf' 'tophat' 'language-pack-fr' 'python-rosmaster' 'vim-voom' 'libfinance-qif-perl' 'libmono-microsoft-csharp4.0-cil' 'libcommons-vfs-java' 'gretl' 'libhttp-ocaml-dev' 'linux-image-unsigned-5.3.0-22-lowlatency' 'libreoffice-l10n-om' 'ivy' 'lib32itm1-s390x-cross' 'libreoffice-l10n-or' 'ecryptfs-utils' 'language-pack-ga' 'libfont-ttf-perl' 'libmono-windowsbase4.0-cil' 'blazeblogger' 'python-ssdeep' 'libasound2-plugins-extra' 'python3-xstatic-angular-schema-form' 'language-pack-gd' 'wmacpi' 'debci-collector' 'ruby-database-cleaner' 'libghc-megaparsec-prof' 'linux-image-4.15.0-1011-aws' 'libhtmlcxx3v5' 'erlang-p1-utils' 'language-pack-gl' 'libtrove-java-doc' 'python-zope.browserresource' 'netpipes' 'librdmacm1' 'subtitlecomposer' 'lua50-doc' 'python-traitlets-doc' 'lua-rex-onig' 'plasma-desktop' 'libc6-ppc64-powerpc-cross' 'ruby-god' 'gfxboot-dbg' 'language-pack-gu' 'libgphobos71-dbg-i386-cross' 'weplab' 'python-docutils' 'pocl-doc' 'libreoffice-l10n-pl' 'ubuntu-touch-sounds' 'libgcc1-dbg-sparc64-cross' 'libghc-xml-conduit-writer-prof' '7kaa' 'fonts-adf-mekanus' 'ganglia-monitor-python' 'ruby-gon' 'libbctoolbox1' 'libc6-dev-m68k-cross' 'prosper' 'librpmem1' 'ocaml-ulex' 'qdbm-cgi' 'libmama-doc' 'libmetis5-dbg' 'ruby-facets-doc' 'libreoffice-l10n-pt' 'libequinox-common-java' 'ubuntu-wallpapers-wily' 'libstdc++-8-dev-mips-cross' 'springlobby' 'libcattle-1.0-doc' 'libcal-dav-perl' 'erlang-cuttlefish' 'openmpi-common' 'gccbrig-7-x86-64-linux-gnu' 'libgnat-7-dbg-armhf-cross' 'language-pack-he' 'allegro5-doc' 'libzipios++-doc' 'language-pack-hi' 'gobjc-multilib-s390x-linux-gnu' 'ruby-timers' 'libblockdev-loop2' 'libwslay-dev' 'libghc-old-locale-doc' 'libaudio-dev' 'sks-ecc' 'powertop-1.13' 'ruby-email-spec' 'libwfmath-doc' 'libgoogle-glog-doc' 'urweb-doc' 'language-pack-hr' 'mpris-remote' 'libpotemkin-clojure' 'libquadmath0' 'oggz-tools' 'pydocstyle' 'language-pack-hu' 'python-lazr.lifecycle' 'dhcpstarv' 'transmission' 'eboard' 'fusiondirectory-plugin-developers' 'liblaf-plugin-java' 'libklibc' 'libpod-elemental-perlmunger-perl' 'libsratom-dev' 'libeditline-dev' 'libequinox-frameworkadmin-equinox-java' 'pki-tks' 'dh-haskell' 'libpam-runtime' 'python-regex-dbg' 'pidgin-nateon-dbg' 'python-sunpy' 'libghc-js-flot-prof' 'linux-headers-4.15.0-20' 'libwcat1-dev' 'python3-tksnack' 'language-pack-ia' 'libboost-mpi1.65-dev' 'linux-headers-4.15.0-22' 'orca' 'gopass' 'mesa-utils-extra' 'linux-headers-4.15.0-23' 'linux-headers-4.15.0-24' 'language-pack-id' 'idesk' 'tesseract-ocr-aze' 'linux-headers-4.15.0-29' 'libu2f-server-dev' 'fonts-kiloji' 'eiciel' 'libsoundtouch-ocaml-dev' 'qemu-user' 'strongswan' 'libvirt-wireshark' 'smbldap-tools' 'libgo7-dbg-sparc64-cross' 'libaften-dev' 'qtwayland5-doc' 'language-pack-is' 'lua-nginx-string' 'kactivitymanagerd' 'libpoe-loop-event-perl' 'language-pack-it' 'clinfo' 'eog-plugin-exif-display' 'linux-libc-dev-mips64el-cross' 'libeclipse-e4-ui-workbench-renderers-swt-java' 'libghc-nettle-doc' 'mlton-runtime-i486-linux-gnu' 'tripwire' 'libglobus-xio-rate-driver' 'gobjc++-5-i686-linux-gnu' 'libdri2-dbg' 'libreoffice-l10n-ro' 'linux-tools-4.15.0-1039-oem' 'python3-ripe-atlas-cousteau' 'linux-buildinfo-4.15.0-1050-aws' 'isdnlog-data' 'node-assert-plus' 'pyqt4.qsci-dev' 'linux-headers-4.15.0-30' 'librte-mempool-ring17.11' 'lib64gfortran4-dbg-i386-cross' 'libunibreak1' 'language-pack-ja' 'libreoffice-l10n-ru' 'linux-headers-4.15.0-32' 'libkf5incidenceeditor-bin' 'argonaut-dovecot' 'lib64go9-mips-cross' 'linux-headers-4.15.0-33' 'aptly' 'msitools' 'python3-ipywidgets' 'libreoffice-l10n-rw' 'linux-headers-4.15.0-34' 'libmono-microsoft-build-engine4.0-cil' 'libdist-zilla-plugin-templatefiles-perl' 'linux-headers-4.15.0-36' 'libtest-class-most-perl' 'gocryptfs' 'linux-headers-4.15.0-38' 'libldm-dev' 'ruby-xapian' 'linux-headers-4.15.0-39' 'node-regenerate-unicode-properties' 'cpp-6-mips64-linux-gnuabi64' 'golang-gopkg-cheggaaa-pb.v1-dev' 'libghc-alsa-mixer-dev' 'pidgin-festival' 'libgpp4-0' 'perlprimer' 'libfile-type-perl' 'libkf5textwidgets-data' 'libgetdata-dev' 'node-p-finally' 'libpcsclite1-dbg' 'libmono-peapi4.0a-cil' 'pari-doc' 'libghc-ifelse-dev' 'linux-aws' 'r-cran-reshape' 'libreoffice-l10n-si' 'libtest-pod-content-perl' 'libregexp-common-perl' 'libreoffice-l10n-sk' 'libkf5akonadisearchpim5' 'fonts-larabie-deco' 'python-libwfut-0.2' 'libreoffice-l10n-sl' 'citadel-doc' 'svn-workbench' 'mercurial-nested' 'r-cran-doparallel' 'cpp-7-i686-linux-gnu' 'r-cran-tcltk2' 'gauche-zlib' 'libreoffice-l10n-sr' 'openvswitch-switch-dpdk' 'libgmsh3' 'libreoffice-l10n-ss' 'gfxboot-dev' 'gap-trans-groups' 'libreoffice-l10n-st' 'language-pack-ka' 'python3-fastcluster' 'linux-headers-4.15.0-42' 'libreoffice-l10n-sv' 'linux-headers-4.15.0-43' 'apmd' 'linux-headers-4.15.0-44' 'libedataserverui1.2-dev' 'linux-headers-4.15.0-45' 'linux-headers-4.15.0-46' 'uwsgi-plugin-asyncio-python' 'linux-headers-4.15.0-47' 'lib64readline-dev' 'libmono-simd4.0-cil' 'linux-headers-4.15.0-48' 'libjs-bignumber' 'linux-modules-4.18.0-1019-azure' 'quilt-el' 'python3-yubikey-manager' 'language-pack-kk' 'python-os-cloud-config' 'claws-mail-attach-warner' 'libpacklib-lesstif1-gfortran' 'linux-image-unsigned-4.18.0-1006-gcp' 'libtritonus-java' 'language-pack-km' 'libibumad3' 'libstroke0-dev' 'language-pack-kn' 'libreoffice-l10n-ta' 'language-pack-ko' 'libxml-saxon-xslt2-perl' 'libclass-xsaccessor-perl' 'yabasic' 'libstdc++-7-pic-sparc64-cross' 'linux-buildinfo-5.0.0-1018-azure' 'wfaroese' 'libdatetime-calendar-julian-perl' 'libreoffice-l10n-te' 'libspring-core-java' 'libreoffice-l10n-tg' 'libglobus-gsi-sysconfig-doc' 'language-pack-ku' 'libreoffice-l10n-th' 'python-cymruwhois-doc' 'ruby-gsl' 'python-sentinels' 'libreoffice-l10n-tn' 'elpa-avy' 'libyaz5-dev' 'libreoffice-l10n-tr' 'octave-communications' 'libreoffice-l10n-ts' 'linux-headers-4.15.0-50' 'libmbim-utils' 'libtwolame-dev' 'pd-mrpeach-net' 'linux-headers-4.15.0-51' 'mono-4.0-gac' 'linux-headers-4.15.0-52' 'lightsoff' 'libauthen-scram-perl' 'linux-headers-4.15.0-54' 'libsbuf6' 'linux-headers-4.15.0-55' 'python3-biomaj3-cli' 'libkf5messageviewer5abi4' 'libmodule-math-depends-perl' 'polylib-utils' 'libscout-clojure' 'libpwiz-doc' 'linux-headers-4.15.0-58' 'linux-modules-extra-5.0.0-19-generic' 'xfce4-notifyd' 'ruby-powerbar' 'python3-subvertpy' 'libxalan2-java' 'node-gzip-size' 'libgcc-5-dev-x32-cross' 'unhtml' 'pim-data-exporter' 'libclass-accessor-lite-perl' 'libcinnamon-control-center-dev' 'gajim' 'python-artifacts' 'libjs-jquery-atwho' 'blubuntu-session-splashes' 'nordugrid-arc-ldap-monitor' 'linux-tools-4.15.0-1019-gcp' 'node-escodegen' 'cycle' 'language-pack-lt' 'libreoffice-l10n-ug' 'vowpal-wabbit-dbg' 'gccgo-arm-linux-gnueabihf' 'language-pack-lv' 'libreoffice-l10n-uk' 'python3-libdiscid' 'libhfobjc-7-dev-armel-cross' 'libghc-monadcryptorandom-doc' 'linux-modules-extra-5.3.0-1012-azure' 'python-tornadorpc' 'libconfig-mvp-reader-ini-perl' 'python-jenkinsapi' 'libschedule-cron-events-perl' 'node-delegates' 'libghc-punycode-dev' 'linux-headers-4.15.0-60' 'vdr-plugin-svdrpext' 'libgravatar-url-perl' 'mtkbabel' 'linux-headers-4.15.0-62' 'node-acorn-dynamic-import' 'gpx2shp' 'python-traitsui' 'nautilus-dropbox' 'linux-headers-4.15.0-64' 'linux-headers-4.15.0-65' 'libsnappy-jni' 'linux-headers-4.15.0-66' 'language-pack-gnome-ms-base' 'libreoffice-l10n-uz' 'golang-github-go-stack-stack-dev' 'linux-headers-4.15.0-69' 'openttd-data' 'cpl-plugin-fors' 'libdri2-dev' 'libkmldom1' 'language-pack-mk' 'libandroid-json-java' 'language-pack-ml' 'apoo' 'libjs-hooker' 'libghc-unliftio-doc' 'node-component-consoler' 'libpoco-doc' 'libdb5.3-sql' 'robojournal-doc' 'python3-tap' 'libprelude-perl' 'libbusiness-onlinepayment-paymentech-perl' 'duperemove' 'language-pack-mr' 'libreoffice-l10n-ve' 'librudecgi5v5' 'language-pack-ms' 'nupkg-nunit.mocks.2.6.4' 'tilda' 'libhyphen0' 'libwagon-provider-api-java' 'libreoffice-l10n-vi' 'libclass-dbi-sweet-perl' 'gcc-7-multilib-mips-linux-gnu' 'pysieved' 'tilde' 'language-pack-my' 'librime-bin' 'libdist-zilla-plugin-podspellingtests-perl' 'pki-tps' 'libghc-cmdargs-dev' 'libconfig-general-perl' 'python3-qtpy' 'libgphobos68-armhf-cross' 'libobjc4-dbg-sh4-cross' 'ibus-doc' 'linux-headers-4.15.0-70' 'libstarlink-ast-grf3d0' 'liquidsoap-plugin-sdl' 'linux-headers-4.15.0-72' 'libfastjson-dev' 'language-pack-nb' 'ruby-github-markup' 'libghc-erf-doc' 'linux-headers-4.15.0-74' 'multimedia-musiciantools' 'erlang-edoc' 'language-pack-ne' 'libcommons-jci-java' 'linux-headers-4.15.0-76' 'libnet-facebook-oauth2-perl' 'flightgear' 'liblfc-dev' 'munin-plugins-c' 'ruby-signet' 'libsis-base-java' 'cpp-mips-linux-gnu' 'python-oslo.log-doc' 'python-warlock' 'linux-modules-5.3.0-1009-azure' 'language-pack-nl' 'libkf5unitconversion-dev' 'libgromacs-dev' 'language-pack-nn' 'blkreplay-examples' 'linux-headers-4.18.0-1013-azure' 'libxneur-dev' 'python-googlecloudapis' 'hoteldruid' 'libgfs-dev' 'webmagick' 'eyed3' 'testu01-doc' 'python3-hupper' 'python-hplefthandclient' 'claws-mail-smime-plugin' 'golang-go.pedge-env-dev' 'tiled' 'tetgen' 'qtwebengine5-doc' 'libhdf5-doc' 'python-flufl.bounce' 'libreoffice-writer2xhtml' 'oneko' 'tilem' 'libsdl-gfx1.2-dev' 'baresip-gtk' 'abiword' 'gocr-tk' 'language-pack-oc' 'gnustep' 'python3-pyqt5.qtsvg-dbg' 'linux-image-unsigned-4.15.0-1040-gcp' 'needrestart-session' 'linux-headers-4.15.0-88' 'gxneur' 'libmatchbox1' 'libkf5guiaddons-dev' 'libghc-mime-mail-ses-dev' 'lxqt' 'libneon27-dbg' 'python-selinux' 'libopencsv-java' 'libgtkspell3-3-dev' 'libtest-tempdir-tiny-perl' 'wesnoth-1.12-l' 'libghc-js-jquery-dev' 'language-pack-or' 'libavahi-gobject-dev' 'libn32stdc++6-6-dbg-mipsel-cross' 'libreoffice-l10n-xh' 'node-unorm' 'python-forgethtml' 'kinect-audio-setup' 'libqscintilla2-qt4-designer' 'python3-barectf' 'ucspi-proxy' 'asterisk-moh-opsound-wav' 'libcos4-2' 'libadios-bin' 'lutefisk-doc' 'python-kivy' 'libghc-fb-prof' 'libdshconfig1' 'crtmpserver-libs' 'language-pack-pa' 'libconfig-properties-perl' 'cl-std-msgs' 'libm4ri-dev' 'libgnuradio-blocks3.7.11' 'publib-dev' 'python3-tdb' 'libqtkeychain1' 'libderiving-ocsigen-ocaml' 'libwbclient-sssd' 'brasero-cdrkit' 'xfonts-cronyx-cp1251-100dpi' 'golang-github-prometheus-common-dev' 'libspreadsheet-wright-perl' 'libomp5' 'language-pack-pl' 'linux-modules-nvidia-435-lowlatency-hwe-18.04' 'kio-dev' 'brz-doc' 'libdb5.3-stl' 'lib32gfortran4-dbg-sparc64-cross' 'python-kiwi' 'tarantool-lts-sophia-module' 'nvidia-utils-390' 'aptsh' 'python3-tds' 'language-pack-pt' 'libmousex-getopt-perl' 'libwww-perl' 'gnat-7-sjlj-powerpc-linux-gnuspe' 'aprx' 'libf2fs-format4' 'linux-buildinfo-5.0.0-36-generic' 'elpa-projectile' 'libxmlrpcpp1d' 'libtext-wrapper-perl' 'qml-module-qtquick-controls2' 'linux-headers-4.15.0-76-lowlatency' 'gfortran-6-m68k-linux-gnu' 'linux-tools-5.3.0-1012-gcp' 'shishi-doc' 'libgit2-glib-1.0-dev' 'libmircore1' 'linux-headers-lowlatency-hwe-18.04' 'atheist' 'libvoikko1' 'libcminpack1' 'gir1.2-cattle-1.0' 'linux-tools-4.15.0-1028-azure' 'apt-transport-s3' 'pd-ambix' 'libpion-plugins' 'profnet-prof' 'python-mhash-dbg' 'libfile-lchown-perl' 'python3-jsonschema' 'yorick' 'libghc-src-exts-dev' 'budgie-rotation-lock-applet' 'libpcp-pmda3-dev' 'libowasp-esapi-java' 'kdeedu-data' 'python-sphinxbase' 'libreoffice-l10n-za' 'libexec-maven-plugin-java' 'linux-modules-extra-4.15.0-1013-azure' 'cairo-dock-impulse-plug-in' 'lldb-5.0' 'dpkg-repack' 'libasan2-dbg-armhf-cross' 'isc-dhcp-dev' 'libalsaplayer0' 'pythontracer' 'libclang-9-dev' 'ufoai-misc' 'libcork-dev' 'osc-plugins-dput' 'gramofile' 'python3-sparse' 'libghc-binary-tagged-prof' 'ufo-core-doc' 'libpam-passwdqc' 'morse-simulator-data' 'ttf-mscorefonts-installer' 'libwslay-doc' 'eatmydata' 'aodh-notifier' 'fpart' 'libx32stdc++6-5-dbg-i386-cross' 'r-cran-dynlm' 'gcc-5-multilib-mipsel-linux-gnu' 'libreoffice-l10n-zu' 'openigtlink-examples' 'cantor-backend-octave' 'libmodule-manifest-perl' 'libnet-telnet-cisco-perl' 'libhfstdc++-8-dev-armel-cross' 'pypy-mmllib' 'libkdecorations2-5v5' 'gcc-8-multilib-s390x-linux-gnu' 'libitm1-x32-cross' 'python-elasticsearch-curator-doc' 'gamgi-data' 'python-aodh' 'libsratom-doc' 'libmono-system-dynamic4.0-cil' 'chromium-bsu-data' 'jag' 'fgallery' 'node-babel-plugin-transform-runtime' 'isolinux' 'posixtestsuite' 'python-eventlet' 'php-text-password' 'libmusicbrainz5cc2v5' 'language-pack-ro' 'jam' 'lib64tinfo5' 'gearman-server' 'golang-github-cenkalti-backoff-dev' 'libcojets2-gfortran' 'lxc-dev' 'python-pyparsing' 'libghc-cgi-dev' 'libjabsorb-java' 'binutils-for-host' 'libc6-dev-armel-armhf-cross' 'language-pack-ru' 'gnome-audio' 'libtuxcap4.0-dbg' 'gccgo-8-mipsel-linux-gnu' 'oxygen-molecule' 'php-horde-util' 'libvisp-me3.1-dbg' 'libotbrcc8-6.4-1' 'php-horde-feed' 'lib32gfortran5-ppc64-cross' 'cpufreqd' 'ruby-pkg-config' 'libfelix-main-java' 'lib64stdc++-7-dev-i386-cross' 'libsopt2.0' 'libneon27-dev' 'erlang-reltool' 'libdokujclient-java-doc' 'dh-acc' 'libclang1-4.0' 'linux-headers-4.15.0-1019-kvm' 'gamera-doc' 'multipath-tools' 'libstemmer-tools' 'python3-checkbox-ng' 'puppet-module-adrienthebo-filemapper' 'ushare' 'gcc-8-cross-base' 'python3-s3transfer' 'golang-github-mitchellh-go-wordwrap-dev' 'wine64-preloader' 'kvpnc' 'language-pack-si' 'tilix' 'language-pack-sk' 'language-pack-sl' 'hannah' 'pngcheck' 'libpipeline1' 'language-pack-sq' 'linux-modules-4.18.0-21-generic' 'language-pack-sr' 'libchewing3-data' 'libgmime2.6-cil-dev' 'libfest-assert-java-doc' 'libstring-compare-constanttime-perl' 'libjs-spectre' 'libstaxutils-java-doc' 'language-pack-sv' 'python3-deltarpm' 'gdc-6-mips-linux-gnu' 'groonga-bin' 'imagemagick-6.q16hdri' 'libghc-alsa-mixer-doc' 'libgrantlee5-dev' 'linux-modules-5.0.0-1018-aws' 'golang-github-cockroachdb-cockroach-go-dev' 'python-frozen-flask' 'python3-murano-pkg-check' 'hatari' 'libgetdata-doc' 'libsuitesparseconfig5' 'libjam-java-doc' 'libghc-ifelse-doc' 'liblablgtk2-gnome-ocaml-dev' 'gobjc++-5-powerpc64le-linux-gnu' 'neat' 'language-pack-ta' 'aseba-plugin-blockly' 'upower' 'apertium-hbs' 'libxcb1-dev' 'language-pack-te' 'xfce4-wmdock-plugin' 'jcc' 'php-net-ftp' 'language-pack-tg' 'gfortran-aarch64-linux-gnu' 'language-pack-th' 'g++-7-sh4-linux-gnu' 'libsms-send-aql-perl' 'libtemplate-tiny-perl' 'libdancer-plugin-rest-perl' 'xa65' 'libllvm3.9-dbg' 'rlfe' 'ruby-curb' 'libcds-savot-java' 'linux-cloud-tools-5.0.0-37-lowlatency' 'libcurses-perl' 'node-ssri' 'python-fitsio' 'ruby-rails-tokeninput' 'python-service-identity' 'libotr5-bin' 'language-pack-tr' 'xdg-utils' 'sreview-common' 'libx11-protocol-perl' 'golang-github-cpuguy83-go-md2man-dev' 'libopendbx1-pgsql' 'soapysdr-module-mirisdr' 'libgomp1-powerpcspe-cross' 'anthy-common' 'libmavibot-java' 'python3-webtest' 'octave-interval-doc' 'golang-github-rakyll-globalconf-dev' 'libcmph0' 'libosgearthfeatures5' 'python3-engineio' 'erlang-folsom-dev' 'python3-quark-sphinx-theme' 'ballz-dbg' 'cl-actionlib-msgs' 'python-flask-htmlmin' 'linux-modules-4.15.0-20-generic' 'hunspell-tools' 'python-pyinotify' 'linux-headers-virtual-hwe-18.04-edge' 'libtf2-eigen-dev' 'python-scriptutil' 'language-pack-ug' 'fenrir' 'nsca-client' 'python-neutron-dynamic-routing' 'libx32stdc++6-8-dbg-amd64-cross' 'ruby-mizuho' 'language-pack-uk' 'gccgo-multilib-mips64-linux-gnuabi64' 'tesseract-ocr-bel' 'oem-config-remaster' 'sbcl-doc' 'tesseract-ocr-ben' 'libmono-data-tds4.0-cil' 'libotb' 'libwinpr-io0.1' 'fonts-moe-standard-song' 'tf2-tools' 'libepc-dev' 'linux-image-4.15.0-1017-gcp' 'pycmail' 'golang-github-ugorji-go-codec' 'qmlscene' 'python3-ephem' 'libghc-statistics-prof' 'libgnatprj6-mips-cross' 'pythoncad' 'language-pack-gnome-gu-base' 'golang-github-kylelemons-godebug-dev' 'node-tacks' 'gnome-sushi' 'kdesvn-kio-plugins' 'unity-scope-zotero' 'libpithub-perl' 'geda-gsymcheck' 'linux-modules-nvidia-390-5.0.0-1027-oem-osp1' 'libghc-authenticate-oauth-prof' 'node-js-cookie' 'ruby-guard-compat' 'libfm-qt-dev' 'golang-github-ngaut-pools-dev' 'liblip-dev' 'icinga-idoutils' 'jed' 'ruby-polyglot' 'language-pack-vi' 'python-softlayer' 'libmoosex-singleton-perl' 'rear-doc' 'libghc-punycode-doc' 'dnsvi' 'libtext-formattable-perl' 'qml-module-qtaudioengine' 'gfortran-multilib-powerpc-linux-gnu' 'dvd+rw-tools' 'node-npmrc' 'libstk-4.5.0' 'ruby-actionpack' 'golang-gogoprotobuf-dev' 'win-iconv-mingw-w64-dev' 'libcgi-application-plugin-messagestack-perl' 'flightgear-data-base' 'redmine-plugin-pretend' 'linux-image-unsigned-4.15.0-1040-gke' 'libn32objc-6-dev-mips-cross' 'libgcc-8-dev-s390x-cross' 'golang-github-siddontang-go-dev' 'libquartz2-java' 'libsource-highlight-common' 'libncl-dev' 'pd-pddp' 'libconvert-ber-perl' 'haskell-platform' 'r-cran-r.methodss3' 'libswtchart-java-doc' 'libodb-pgsql-2.4' 'lxappearance-dbg' 'brltty-speechd' 'e2fslibs' 'tpm-quote-tools' 'libghc-cmdargs-doc' 'libdevel-argnames-perl' 'lib32cilkrts5-amd64-cross' 'swig3.0-doc' 'linux-tools-4.15.0-1007-aws' 'linux-modules-4.15.0-1012-kvm' 'isc-dhcp-common' 'python3-numpydoc' 'kio-extras' 'lib64quadmath0-dbg' 'libtachyon-mpi-dev' 'brutalchess' 'foobillardplus-data' 'python3-pyqt5.qtwebchannel-dbg' 'ytalk' 'python3-drizzle' 'libnss-mymachines' 'lynkeos.app' 'libcommons-io-java' 'libkdecorations2-dev' 'fp-utils' 'linux-headers-5.0.0-17-generic' 'python-zope.app.rotterdam' 'linux-tools-5.0.0-17-generic' 'embassy-domalign' 'libsundials-nvecparallel-pthread2' 'golly' 'libblockdev-fs2' 'libcasa-derivedmscal2' 'libghc-text-format-dev' 'libeclipse-jdt-annotation-java' 'linux-modules-5.0.0-1012-oem-osp1' 'gdis' 'node-read-pkg-up' 'python-marathon' 'ttf-adf-oldania' 'liblucene2-java' 'python3-django-casclient' 'granite-demo' 'xfonts-biznet-100dpi' 'ubuntume-gdm-themes' 'tilp2' 'libunity-dev' 'python-pyrss2gen' 'libnet-smtp-tls-butmaintained-perl' 'language-pack-xh' 'python3-antlr3' 'r-bioc-annotationfilter' 'libqpid-proton-cpp8-dev-doc' 'spotify-client-gnome-support' 'python-randomize' 'libwxgtk-media3.0-dev' 'ddccontrol-db' 'libsdl-gfx1.2-doc' 'fcitx-libpinyin' 'libsis-base-jni' 'libjodreports-java-doc' 'ario-common' 'zfs-zed' 'carbon-c-relay' 'elpa-beacon' 'libghc-appar-dev' 'libuv1-dev' 'minetest-mod-craftguide' 'linux-tools-5.3.0-1012-gke' 'btest' 'speedcrunch' 'python-mccabe' 'gnome-colors' 'libeclipse-e4-ui-css-swt-java' 'blahtexml' 'libghc-mime-mail-ses-doc' 'sysconftool' 'libsdl2-dev' 'maas-common' 'libsdl-sge-dev' 'libtexhyphj-java' 'libghc-js-jquery-doc' 'linux-tools-5.0.0-1039-oem-osp1' 'mkchromecast-pulseaudio' 'libavis-dev' 'libstarpu-1.2-3' 'nghttp2-server' 'mlterm-im-fcitx' 'cpp-s390x-linux-gnu' 'libquazip-dev' 'med-psychology' 'python-networking-bagpipe-doc' 'gdc-6-x86-64-linux-gnu' 'linux-image-4.15.0-32-generic' 'ruby-fixwhich' 'libcurl4-gnutls-dev' 'libsunflow-java-doc' 'libtie-toobject-perl' 'python-camera-calibration-parsers' 'libxmpcore-java' 'gir1.2-freedesktop' 'gobjc++-5-mips-linux-gnu' 'linux-headers-4.15.0-24-lowlatency' 'libhamlib++-dev' 'python-cerealizer' 'ros-diagnostic-msgs' 'gcc-8-aarch64-linux-gnu-base' 'amd64-microcode' 'vowpal-wabbit-doc' 'liblingua-en-inflect-perl' 'cowbuilder' 'evince-hwp-dbg' 'gir1.2-colord-1.0' 'libion-dev' 'ubertooth' 'libzia-dev' 'libotbcurladapters-6.4-1' 'python3-tidylib' 'libghc-path-pieces-dev' 'libgetfem5++' 'velvet-tests' 'libmsiecf-dev' 'libhdf4-0' 'libwiki-toolkit-perl' 'libghc-crypto-pubkey-openssh-dev' 'libeclipse-help-java' 'gdm3' 'xnbd-common' 'libstdc++-6-pic-mipsel-cross' 'libf2fs-dev' 'gdc-x86-64-linux-gnux32' 'tryton-modules-account-stock-landed-cost' 'jid' 'libbdplus-dev' 'python3-pgpy' 'libtaoframework-sdl1.2-cil' 'php-horde-compress' 'libipa-hbac-dev' 'gfortran-6-multilib-x86-64-linux-gnu' 'golang-github-elazarl-go-bindata-assetfs-dev' 'libgo7-dbg-mips64-cross' 'linux-headers-5.0.0-35-lowlatency' 'cpp-7-mips-linux-gnu' 'libgit2-glib-1.0-doc' 'thunderbird-locale-nb-no' 'linux-tools-5.0.0-17-lowlatency' 'libpisock9' 'r-cran-geepack' 'smartlist' 'picon-users' 'libopengm-dev' 'python3-numba' 'fonts-farsiweb' 'python3-oslo.rootwrap' 'node-pegjs' 'xineliboutput-fbfe-dbg' 'gobjc-6-arm-linux-gnueabi' 'neutron-l3-agent' 'libghc-src-exts-doc' 'libtotem-plparser-common' 'libumlib-dev' 'node-help-me' 'scantool' 'anjuta' 'libscotch-6.0' 'shogivar-data' 'gccgo-7-powerpc64le-linux-gnu' 'apertium-hin' 'libqxt-core0' 'libreoffice-librelogo' 'ruby-net-http-persistent' 'zzuf' 'libxkbcommon-x11-dev' 'libidl-dev' 'libcork-doc' 'tictactoe-ng' 'kdeconnect-plasma' 'lib32ncurses5' 'linux-image-unsigned-4.15.0-1035-azure' 'spampd' 'comparepdf' 'binutils-arm-linux-gnueabihf' 'ncrack' 'libgsf-1-114' 'libjlha-java' 'libghc-shake-data' 'lib64gfortran4-dbg-x32-cross' 'gnome-packagekit-data' 'libghc-hledger-lib-dev' 'fookb-wmaker' 'elpa-ivy-hydra' 'libmxml-bin' 'python3-scruffy' 'libopenslide-dev' 'libswresample-dev' 'linux-tools-5.0.0-1024-aws' 'linux-tools-4.15.0-1013-oracle' 'voms-clients-java' 'ec2-ami-tools' 'libltc11' 'cyrus-pop3d' 'gobjc-powerpc-linux-gnuspe' 'node-tmatch' 'liblwt-glib-ocaml' 'merkaartor' 'opendnssec' 'festvox-te-nsk' 'libghc-cgi-doc' 'libjs-jquery-ui-theme-humanity' 'crrcsim-doc' 'libpolylib64-8' 'grub-legacy-ec2' 'libvisp-vision3.1-dbg' 'linux-modules-extra-gcp' 'libdazzle-1.0-0' 'lib32atomic1-dbg' 'cl-trivial-features' 'med-imaging-dev' 'libexternalsortinginjava-java' 'python-subprocess32' 'libircclient1' 'libgcc-6-dev-amd64-cross' 'xarclock' 'fcitx-table-t9' 'liburdfdom-dev' 'libjs-slimbox' 'python-humanfriendly' 'libwacom-dev' 'games-card' 'fusiondirectory-plugin-sogo-schema' 'gccgo-6-multilib-mips64-linux-gnuabi64' 'libmedc1v5' 'python3-django-rules' 'python-fs-plugin-django' 'openmx-data' 'gcc-4.8-source' 'lib64atomic1-x32-cross' 'libyami1' 'python-rosmsg' 'libzulucrypt-dev' 'linux-modules-4.15.0-58-generic' 'linux-headers-4.15.0-1033-oem' 'gdc-6-sh4-linux-gnu' 'slurm-client-emulator' 'libduppy-ocaml-dev' 'gir1.2-cinnamondesktop-3.0' 'gcc-7-multilib-mips64-linux-gnuabi64' 'firehol-tools' 'libn32gfortran5-mips64el-cross' 'alsaplayer-text' 'libzbarqt0' 'cpp-5-i686-linux-gnu' 'linux-headers-4.15.0-1060-aws' 'libkf5ldap-data' 'linux-tools-4.15.0-1029-kvm' 'libtime-format-perl' 'libghc-text-show-prof' 'python-bcolz' 'shush' 'libapache-db-perl' 'libvanessa-logger-dev' 'python-sqlalchemy-utils-doc' 'lzma-alone' 'python-stomper' 'krita' 'libptscotch-dev' 'sigrok' 'libfindbin-libs-perl' 'w1retap-mongo' 'geany-plugin-gendoc' 'linux-modules-4.15.0-1043-aws' 'libpnetcdf-dev' 'neko' 'kaccounts-providers' 'libghc-control-monad-loop-prof' 'libspiro-dev' 'libparams-util-perl' 'golang-github-nvveen-gotty-dev' 'python-grokcore.component' 'libsambox-java' 'python-reno-doc' 'python-pyramid-jinja2' 'python-django-compat' 'muroar-bin' 'micropolis-data' 'python-freenect' 'python-networking-bgpvpn' 'libwmf0.2-7' 'r-cran-wikidatar' 'gdpc' 'sickle' 'python-evtx' 'bibledit-data' 'tcl-sugar' 'libfdisk-dev' 'libdist-zilla-plugin-metaprovides-perl' 'gaduhistory' 'python-twitter-doc' 'python3-lexicon' 'rlpr' 'peg-solitaire' 'libkinosearch1-perl' 'ch5m3d' 'okteta-dev' 'lilypond-doc-pdf' 'scribus-data' 'trac-graphviz' 'libepc-doc' 'python-mocker' 'libhtml-wikiconverter-pmwiki-perl' 'libobjc-7-dev-hppa-cross' 'gcc-7-s390x-linux-gnu-base' 'libace-tkreactor-dev' 'tesseract-ocr-bod' 'linux-tools-4.15.0-1014-azure' 'libwx-perl' 'libplack-middleware-logerrors-perl' 'gnutls-doc' 'das-watchdog' 'python3-tsk' 'libmarco-dev' 'gfortran-5-mipsel-linux-gnu' 'librgw2' 'ketm-data' 'hdhomerun-config' 'cpl-plugin-amber-doc' 'gnome-themes-standard-data' 'iio-sensor-proxy' 'libdxflib-dev' 'libsdp-api-java' 'ruby-classifier-reborn' 'python3-pytest-remotedata' 'lib32objc-8-dev-mips64el-cross' 'cups-common' 'gnuplot-mode' 'tesseract-ocr-bos' 'lua-yaml-dev' 'libdevel-hide-perl' 'trezor' 'postgresql-10-pgtap' 'gnat-7-sjlj-hppa-linux-gnu' 'python-llfuse' 'unity-lens-photos' 'dangen' 'jalview' 'libfifechan0.1.4' 'kdiff3-qt' 'trans-de-en' 'libc6-dev-ppc64el-cross' 'ocaml-book-en' 'libbabeltrace-ctf-dev' 'nemo' 'qtiplot' 'python3-sane' 'libjs-jquery-jstree' 'libgnat-6-ppc64-cross' 'fusionforge-common' 'ejabberd-mod-s2s-log' 'libposix-strptime-perl' 'moblin-icon-theme' 'pycorrfit' 'libghc-lambdabot-misc-plugins-prof' 'gnokii' 'joe' 'libgnatvsn5-mipsel-cross' 'lib64gomp1-powerpc-cross' 'billard-gl' 'libx32ubsan0-dbg-i386-cross' 'nwipe' 'vdr-plugin-epgsync' 'xfce4-dev-tools' 'libdb5.3-tcl' 'python-vispy' 'libnet-easytcp-perl' 'skytools3-ticker' 'fonts-ipaexfont-gothic' 'libmagic1' 'kdesdk-kio-plugins' 'node-domelementtype' 'libcommons-discovery-java-doc' 'libipc-sharedcache-perl' 'nvidia-opencl-icd-361-updates' 'linux-buildinfo-4.15.0-65-lowlatency' 'libghc-gitit-data' 'ofono-phonesim-autostart' 'ocaml-book-fr' 'libpythia8-dev' 'gwyddion-plugins' 'command-not-found-data' 'libpugl-dbg' 'biosig-tools' 'node-babel-helper-builder-binary-assignment-operator-visitor' 'python3-octaviaclient' 'yorick-yutils' 'libghc-json-prof' 'fcitx-table-wu' 'android-libziparchive-dev' 'libjpeg62' 'libghc-text-format-doc' 'libpoe-filter-ircd-perl' 'libethumb-client-bin' 'libgraphblas1' 'claws-mail-i18n' 'golang-github-bluebreezecf-opentsdb-goclient-dev' 'pyntor' 'quakespasm' 'libmodule-starter-plugin-tt2-perl' 'aplus-fsf-dev' 'libn32gfortran-7-dev-mipsel-cross' 'firefoxdriver' 'gazebo9' 'libfreeimageplus3-dbg' 'hol88-doc' 'python3-django-guardian' 'libbusiness-ismn-perl' 'mir-test-tools' 'python3-geojson' 'libghc-x509-dev' 'python-qt4-phonon-dbg' 'linux-image-unsigned-4.15.0-54-lowlatency' 'python-ironic-inspector' 'libstatistics-test-randomwalk-perl' 'libghc-appar-doc' 'libsbsms10' 'cruft-common' 'libafterburner.fx-java' 'tesseract-ocr-bre' 'compass-bootstrap-sass-plugin' 'xcscope-el' 'libweston-3-dev' 'fcitx-table-dianbaoma' 'gccgo-powerpc-linux-gnuspe' 'libandroid-databinding-java' 'visualboyadvance' 'gnat-6-sjlj-sparc64-linux-gnu' 'python-flask-autoindex-doc' 'firetools' 'libsdl2-doc' 'gccgo-6-i686-linux-gnu' 'wm-icons' 'libsnmp-mib-compiler-perl' 'python-simpy-doc' 'ruby-omniauth-facebook' 'ruby-flipper' 'libdune-istl-dev' 'libglobjects-dev' 'percona-xtradb-cluster-server-5.7' 'libsub-exporter-globexporter-perl' 'mkgmapgui' 'python-dill' 'gerbv' 'tuxpaint-dev' 'libquazip-doc' 'policycoreutils-python-utils' 'python-jellyfish' 'node-expand-brackets' 'grub-splashimages' 'node-sellside-emitter' 'portreserve' 'node-regjsgen' 'multimedia-mixing' 'lib64objc-5-dev-mips-cross' 'libn32go13-mips64el-cross' 'libaspectj-maven-plugin-java' 'x2vnc' 'tomcat8-admin' 'lubuntu-gtk-core' 'lib64go7-dbg-i386-cross' 'libjaylink0' 'elpa-dumb-jump' 'python3-pyvcf' 'linux-buildinfo-4.15.0-1044-aws' 'linux-image-unsigned-4.18.0-1006-azure' 'libevent-rpc-perl' 'passwordsafe-common' 'python3-mailmanclient' 'liblastfm-fingerprint5-dbg' 'libatomic1-dbg-mipsel-cross' 'linux-headers-4.18.0-1019-azure' 'kanif' 'pdf.js-common' 'libghc-path-pieces-doc' 'gobjc++-6-powerpc-linux-gnuspe' 'python-xlrd-docs' 'lib32lsan0-ppc64-cross' 'linux-buildinfo-4.18.0-1020-aws' 'librudecgi-dev' 'linux-tools-4.18.0-1020-aws' 'heroes-sound-tracks' 'libobject-accessor-perl' 'libghc-crypto-pubkey-openssh-doc' 'libgnome2-wnck-perl' 'libostyle-dev' 'input-utils' 'libxml-smart-perl' 'python-pymzml' 'libsyntax-keyword-try-perl' 'moonshot-gss-eap-dbg' 'golang-github-juju-ansiterm-dev' 'lib64gfortran5-dbg-powerpc-cross' 'libjs-moment' 'libnl-idiag-3-dev' 'libtest-minimumversion-perl' 'gcc-6-powerpc-linux-gnu-base' 'ifstat' 'elastalert' 'libparted0-dev' 'linux-modules-extra-gke' 'libvisp-mbt-dev' 'libmono-http4.0-cil' 'libkf5mimetreeparser5abi2' 'ruby2.5-dev' 'simutrans-makeobj' 'exif' 'puppet-module-glance' 'libopengm-doc' 'git-daemon-sysvinit' 'libperl-critic-perl' 'libcgi-psgi-perl' 'python3-mockldap' 'libkf5cddb-dev' 'libqwtmathml-qt5-6' 'linux-headers-4.18.0-18-lowlatency' 'msp430-libc' 'node-transformers' 'libc6-dev-s390-s390x-cross' 'nautilus-extension-gnome-terminal' 'xserver-xorg-video-savage-hwe-16.04' 'ruby-retryable' 'baitfisher' 'libpugl-dev' 'libgnat-6-dbg-i386-cross' 'trinity' 'rlvm' 'procinfo' 'linux-buildinfo-4.15.0-1036-azure' 'projectile-doc' 'libminiupnpc-dev' 'libxcb-damage0-dev' 'postfix-cdb' 'parser3-cgi' 'lua-mmdb' 'rivet-user-manual' 'wapiti' 'nordugrid-arc-gangliarc' 'node-isobject' 'libqtscript4-xml' 'python3-pytest-cov' 'node-clone-deep' 'libghc-hledger-lib-doc' 'libghc-http-link-header-prof' 'xcb-proto' 'postgresql-doc-10' 'libcairo-ocaml-dev' 'virtualbox-guest-dkms-hwe' 'jtb' 'python-elementtidy' 'golang-github-google-go-querystring-dev' 'libx32gomp1-amd64-cross' 'libxml-compile-tester-perl' 'pysycache-dblclick-butterfly' 'pulseaudio-dlna' 'iptraf-ng' 'libopenvdb5.0' 'tesseract-ocr-bul' 'libavro-maven-plugin-java' 'openhpi-plugin-ipmidirect' 'libwinpr-asn1-0.1' 'orbital-eunuchs-sniper' 'linux-cloud-tools-4.15.0-32-generic' 'gearhead' 'sound-icons' 'libchemistry-elements-perl' 'man2html' 'python-urwid' 'ruby-mini-exiftool' 'ufod' 'libdsdp-5.8gf' 'libwv-1.2-4' 'hydroffice.bag-tools' 'sumo-tools' 'libperlx-maybe-perl' 'xfpanel-switch' 'libghc-crypto-cipher-tests-dev' 'libio-html-perl' 'libgcc-6-dev-arm64-cross' 'python3-dib-utils' 'cl-esrap' 'python3-lazr.uri' 'libapertium3-3.4-0' 'golang-github-tendermint-go-autofile-dev' 'python-sugar3' 'shiki-colors' 'libghc-setlocale-dev' 'python-semver' 'fdkaac' 'gearman-tools' 'fcitx-rime' 'libpath-isdev-perl' 'linux-headers-4.18.0-22-lowlatency' 'libghc-random-source-prof' 'fcitx-table-cns11643' 'kdevelop-python-data' 'cppreference-doc-en-html' 'libr3-dev' 'node-move-concurrently' 'linux-image-4.15.0-1027-kvm' 'libzorpll-6.0-10-dev' 'golang-github-mitchellh-go-fs-dev' 'pprepair' 'tdom-dev' 'linux-modules-5.3.0-1010-gcp' 'dh-cargo' 'libglfw3' 'libghc-void-prof' 'gccbrig-7-x86-64-linux-gnux32' 'unagi-dbg' 'libpcl-stereo1.8' 'juk' 'linux-modules-extra-5.0.0-1011-gcp' 'libqt4-dbg' 'scmail' 'libola-dev' 'astro-virtual-observatory' 'scala' 'libghc-dlist-dev' 'xkb-data' 'window-size' 'libmetis-edf-dev' 'osmo-libasn1c-dev' 'libsox-fmt-alsa' 'libmp3lame-ocaml-dev' 'libdevel-calltrace-perl' 'scim-qt-immodule' 'python-sphinxcontrib.nwdiag' 'libghc-numinstances-dev' 'lzma-dev' 'impose+' 'libseafile0' 'python-dipy' 'lua-torch-xlua' 'golang-github-appc-docker2aci-dev' 'libiio-dev' 'zipper.app' 'gcc-7-mips64-linux-gnuabi64-base' 'libgcc1-dbg-powerpcspe-cross' 'fortunes-off' 'libbullet-dev' 'linux-tools-4.15.0-1043-oem' 'linux-user-chroot-dbg' 'python3-genshi' 'libhtml-stream-perl' 'hydrogen-drumkits-effects' 'libsrecord0v5' 'science-meteorology' 'golang-github-facebookgo-stats-dev' 'gcc-5-test-results' 'kdocker' 'libnunit-util2.6.3-cil' 'nova-xvpvncproxy' 'coinor-libvol0' 'fonts-arphic-bkai00mp' 'libotbimagemanipulation-6.4-1' 'postgrey' 'gnome-panel-data' 'fatcat' 'bubblewrap' 'translate-shell' 'roffit' 'libopenscap-perl' 'libc6-mips64-mipsn32r6el-cross' 'bosixnet-daemon' 'libghc-mtlparse-dev' 'exmh' 'lua-json' 'libyami-utils' 'linux-modules-nvidia-390-4.15.0-60-lowlatency' 'ruby-github-markdown' 'scamp' 'octave-ltfat-common' 'linux-image-unsigned-4.15.0-22-generic' 'ruby-rpatricia' 'libpcp-import1-dev' 'gfortran-multilib-x86-64-linux-gnux32' 'cpustat' 'lib64itm1-x32-cross' 'libghc-yesod-form-prof' 'python-loggingx' 'libstdc++-7-dev-powerpcspe-cross' 'libgcc-7-dev-mipsel-cross' 'ffgtk' 'libequinox-p2-artifact-processors-java' 'python-mvpa2-doc' 'linux-image-unsigned-4.15.0-1034-gcp' 'linux-modules-extra-5.0.0-35-generic' 'libtainting-perl' 'jwm' 'libefreet-dev' 'libspring-test-java' 'libjglobus-parent-java' 'haproxyctl' 'ruby-hoe' 'dnscrypt-proxy-plugins' 'hunspell-de-de-frami' 'liblgooddatepicker-java-doc' 'node-step' 'libtranslate0' 'dict-freedict-kur-eng' 'libytnef0' 'libosmocore' 'fonts-sahadeva' 'libzita-convolver3' 'libswingx-java-doc' 'ceilometer-agent-ipmi' 'libreturn-multilevel-perl' 'golang-github-gorilla-sessions-dev' 'redet' 'python-cpopen' 'libhdrhistogram-java' 'libvideo-capture-v4l-perl' 'sqlline' 'pinpoint' 'critcl' 'libtse3-dev' 'netscript-2.4' 'mono-tools-devel' 'libsvn-dev' 'libmono-system-json4.0-cil' 'linux-image-unsigned-4.15.0-1021-azure' 'libx32asan4-amd64-cross' 'ruby-sanitize' 'golang-dns-dev' 'canmatrix-utils' 'gdc-multilib-mipsel-linux-gnu' 'libvirt-glib-1.0-dev' 'grass-core' 'linux-modules-4.15.0-1069-oem' 'libgstreamer-plugins-good1.0-dev' 'python3-numpy' 'libmapper-dev' 'lua-dbi-postgresql' 'libhtml-html5-parser-perl' 'libkabc4' 'libdmalloc5' 'qcomicbook' 'xbomb' 'spring' 'libghc-http-client-dev' 'wesnoth-1.12-utbs' 'libencode-eucjpms-perl' 'ubuntu-release-upgrader-qt' 'powernap-server' 'z-push-common' 'fonts-konatu' 'proftpd-mod-tar' 'libcsound64-dev' 'nvidia-utils-418' 'libgo9-dbg-alpha-cross' 'linux-tools-4.15.0-1023-gcp' 'unagi-dev' 'python-fs-plugin-sftp' 'linux-image-unsigned-4.15.0-43-generic' 'nagios-plugin-check-multi' 'deluge-web' 'libqt4-dev' 'qtsmbstatus-language' 'texlive-lang-african' 'langford-utils' 'gir1.2-mate-desktop' 'libghc-time-parsers-dev' 'libstdc++-6-pic-powerpcspe-cross' 'linux-cloud-tools-generic-hwe-16.04' 'libprpc-perl' 'libboost-graph-dev' 'librosconsole-bridge0d' 'sauce' 'linux-modules-5.0.0-32-generic' 'snpomatic' 'hibagent' 'fwupd-i386-signed-template' 'libxmlgraphics-commons-java' 'gcc-5-plugin-dev-mipsel-linux-gnu' 'zeroc-ice-all-dev' 'gnome-online-miners' 'wordpress' 'xkb-data-i18n' 'perlconsole' 'liburdfdom-tools' 'wsclean' 'texmaker-data' 'libsss-certmap0' 'libavkys-dev' 'python-instagram' 'mstflint' 'cappuccino' 'git-publish' 'libdbd-firebird-perl' 'vdr-plugin-fritzbox' 'libgfortran4-sh4-cross' 'fonts-oradano-mincho-gsrr' 'libhtml-mason-perl-doc' 'libtime-piece-mysql-perl' 'r-cran-maldiquantforeign' 'libjglobus-ssl-proxies-java' 'libconvert-asn1-perl' 'python3-zope.component' 'language-pack-gnome-ast' 'liblingua-en-tagger-perl' 'uftp' 'pulseaudio-module-raop' 'libc6-mips32-mips64r6el-cross' 'fonts-ipafont-nonfree-uigothic' 'libpj2' 'aplus-fsf-doc' 'golang-github-go-xorm-core-dev' 'statcvs' 'libpcsc-perl' 'goldencheetah' 'python3-gmpy2' 'libsfgphobos68-dbg-armhf-cross' 'menu-l10n' 'nagios-nrpe-plugin' 'brewtarget' 'libghc-x509-doc' 'dose-distcheck' 'kdepim-themeeditors' 'nbibtex-doc' 'libotbwavelet-6.4-1' 'lua-torch-torch7-dev' 'linux-headers-4.18.0-21-generic' 'python-svg.path' 'nvidia-utils-430' 'libghc-monad-par-dev' 'xchain' 'r-cran-progress' 'subread' 'nvidia-utils-435' 'broctl' 'golang-github-pkg-errors-dev' 'wogerman' 'libdframeworkdbus1' 'libkjsembed4' 'libecholib-dev' 'libpaperclips-java' 'libangles-dev' 'libdune-istl-doc' 'libjboss-logging-java' 'cecilia' 'libassuan0' 'padthv1-lv2' 'libghc-glob-dev' 'lua-cjson' 'fcitx-table' 'wireshark-dev' 'ruby-js-routes' 'libgnatprj6-dbg-armel-cross' 'rmlint-gui' 'mnemosyne' 'clang-format-3.9' 'network-manager' 'libreoffice-style-sifr' 'libhsdis0-fcml' 'js2-mode' 'linux-image-4.15.0-1058-aws' 'lshw-gtk' 'node-deep-is' 'asterisk-vpb' 'golang-github-appc-cni-dev' 'libjs-jquery-ui-theme-blitzer' 'openstack-doc-tools-common' 'libinifiles-ocaml' 'linux-buildinfo-4.18.0-1007-azure' 'golang-github-neowaylabs-wabbit-dev' 'libsfgphobos-8-dev-armhf-cross' 'readline-doc' 'libkopenafs2' 'linux-buildinfo-5.0.0-1010-oem-osp1' 'redir' 'libspice-server1' 'redis' 'libtrilinos-xpetra-dev' 'syslinux-efi' 'vlc-plugin-zvbi' 'linux-modules-extra-4.18.0-22-generic' 'elinks-data' 'libapt-pkg5.0' 'timbl' 'python-zope.mimetype' 'soapysdr-module-redpitaya' 'wiliki' 'elpa-ag' 'libkf5holidays5' 'gcc-6-base' 'linux-headers-4.15.0-20-generic' 'php-uploadprogress' 'lxmms2' 'libfile-sharedir-projectdistdir-perl' 'ruby2.5-doc' 'python-pbkdf2' 'alsa-firmware-loaders' 'efitools' 'cdebootstrap-static' 'gnat-8-sjlj-mipsel-linux-gnu' 'tango-icon-theme-extras' 'linux-modules-4.15.0-1018-oracle' 'connman' 'kodi-pvr-iptvsimple' 'librte-pmd-ena17.11' 'libwww-dict-leo-org-perl' 'lynx' 'kopano-common' 'haproxy-log-analysis' 'libx32go9-i386-cross' 'python-daiquiri' 'android-libdex-dev' 'gfortran-8-multilib-powerpc-linux-gnu' 'node-errs' 'ogre-1.9-doc' 'libghc-template-prof' 'mobyle' 'libsqlite3-mod-impexp' 'libxfcegui4-4-dbg' 'libequinox-p2-jarprocessor-java' 'python-bitstring' 'python-wokkel' 'librte-eal17.11' 'python3-prompt-toolkit' 'simpleid' 'libghc-data-hash-dev' 'ruby-sdoc' 'puppet-module-puppetlabs-firewall' 'blacs-pvm-dev' 'ykush-control' 'libdevel-caller-perl' 'libsfphobos-5-dev-armhf-cross' 'libghc-mime-mail-ses-prof' 'array-info' 'libreoffice-sdbc-firebird' 'libcufft9.1' 'transdecoder-doc' 'xskat' 'docker' 'r-cran-r.oo' 'libhackrf-dev' 'ruby-prawn-table' 'gdc-7-mips64el-linux-gnuabi64' 'openmcdf' 'qemubuilder' 'node-rechoir' 'libkqoauth-dbg' 'gdebi' 'elementary-icon-theme' 'pingus' 'packagekit-tools' 'r-cran-haven' 'libstring-shellquote-perl' 'libtest-requires-git-perl' 'baloo-kf5-dev' 'node-d3-quadtree' 'libclaw-graphic-dev' 'libopendbx1-sqlite3' 'inputplug' 'libgmtk1' 'ruby-moneta' 'libdigest-whirlpool-perl' 'python-aniso8601' 'lmarbles' 'libcwnn-dev' 'libmysqld-dev' 'libkf5mailcommon5abi4' 'libclass-accessor-lvalue-perl' 'libghc-crypto-cipher-tests-doc' 'fonts-teluguvijayam' 'libstdc++-5-dev-mipsel-cross' 'libdaxctl-dev' 'lib32go11-mips64-cross' 'linux-cloud-tools-lowlatency-hwe-18.04-edge' 'nghttp2-client' 'libghc-setlocale-doc' 'fp-units-db-3.0.4' 'license-reconcile' 'php-horde-compress-fast' 'libmath-numbercruncher-perl' 'luminance-hdr' 'python-pefile' 'libhessian-java' 'golang-github-russross-blackfriday-dev' 'libgomp1-x32-cross' 'gpomme' 'libwavpack1' 'paprefs' 'poe.app' 'gimp-texturize' 'libterm-readkey-perl' 'libsession-storage-secure-perl' 'libc6-armel-cross' 'ruby-rspec-its' 'r-cran-princurve' 'ruby-dirty-memoize' 'python3-pyqt5.qtxmlpatterns' 'elpa-db' 'xmms2-plugin-sndfile' 'golang-github-ngaut-sync2-dev' 'node-doctrine' 'libmarc-spec-perl' 'linux-image-unsigned-4.15.0-1034-gke' 'libghc-dlist-doc' 'libjs-bootswatch' 'gnustep-core-devel' 'node-pad' 'linux-headers-4.15.0-1023-kvm' 'backupninja' 'quassel-client' 'libqxt-gui0' 'linux-modules-extra-4.15.0-42-generic' 'libghc-numinstances-doc' 'cgns-convert' 'python3-spectral-cube' 'python3-pygrace' 'libghc-hledger-dev' 'libjs-jquery-livequery' 'libbullet-doc' 'ferret-datasets' 'r-cran-profilemodel' 'gobjc-5-aarch64-linux-gnu' 'peewee' 'gnumeric-doc' 'libjs-jsencrypt' 'rman' 'opensips-emergency-module' 'golang-github-abh-geoip-dev' 'libdbi-dev' 'python-gphoto2cffi' 'libchromaprint-tools' 'python-astor' 'qdbm-doc' 'tryton-modules-carrier-weight' 'gnome-theme-gilouche' 'garmin-plugin' 'kinit-dev' 'libhtml-template-dumper-perl' 'python-kdtree-dbg' 'firejail' 'butteraugli' 'libghc-bool-extras-dev' 'jpegpixi' 'acorn-fdisk' 'tangerine-dbg' 'fonts-hosny-thabit' 'libnet-bluetooth-perl' 'linux-modules-5.0.0-1022-aws' 'mysql-sandbox' 'python3-mysqldb' 'linux-signed-lowlatency-hwe-16.04' 'moonshot-ui-dbg' 'libcriticism-perl' 'libgtkmathview-bin' 'libghc-hopenpgp-dev' 'python-neutronclient' 'libstdc++6-7-dbg-ppc64el-cross' 'nxproxy' 'libvterm-dev' 'libdaemon-dev' 'libkmflcomp0' 'customdeb' 'libdbusmenu-gtk4' 'libx32objc-8-dev' 'libghc-mtlparse-doc' 'cl-command-line-arguments' 'edtsurf' 'libtorch-th' 'ttf-adf-switzera' 'libjsonrpccpp-stub0-dbg' 'libsfobjc-5-dev-armhf-cross' 'libckyapplet1-dev' 'golang-github-ttacon-chalk-dev' 'linux-cloud-tools-4.15.0-65-lowlatency' 'libhesiod-dev' 'gnome-bluetooth' 'lib32gcc1-dbg-amd64-cross' 'lua-dbi-mysql-dbg' 'libgecodeflatzinc44' 'libdnssecjava-java-doc' 'libassuan-dev' 'gobjc-7-powerpc-linux-gnuspe' 'python' 'bygfoot' 'gpgv-static' 'libfswatch-dev' 'libjuman4' 'libauthen-simple-smb-perl' 'libnet-dns-cloudflare-ddns-perl' 'keytouch-editor' 'gccgo-6-mips-linux-gnu' 'linux-modules-extra-4.15.0-1057-aws' 'libkqoauth-dev' 'fortunes-eo-ascii' 'iukrainian' 'libobjc-5-dev-powerpc-cross' 'liblazymap-clojure' 'libjets3t-java-doc' 'libvirt-daemon-driver-storage-rbd' 'libpq5' 'lib64stdc++-7-dev-mips-cross' 'libbdplus0' 'libclaw-net1v5' 'node-snapdragon' 'cpl-plugin-giraf-doc' 'libgeronimo-j2ee-management-1.1-spec-java' 'node-smash' 'fusionforge-mta-postfix' 'lldb-6.0' 'libghc-memoize-prof' 'python-keyczar' 'libghc-either-prof' 'binutils-hppa-linux-gnu-dbg' 'libstdc++-8-pic-sparc64-cross' 'as31' 'libsvn-doc' 'python-influxdb' 'libgcrypt11-dev' 'libgnome-keyring1.0-cil-dev' 'tesseract-ocr-cat' 'ruby-activeldap-doc' 'libkf5solid-bin' 'vttest' 'libkf5plotting5' 'libmircore-dev' 'gcc-7-multilib-arm-linux-gnueabihf' 'ruby-gir-ffi' 'librandom-numbers0d' 'libmpdec2' 'python-hpilo' 'libx32gfortran3' 'libx32gfortran4' 'uwsgi-plugin-luajit' 'linux-image-4.15.0-1021-gcp' 'libx32gfortran5' 'ruby-redis-rack' 'software-properties-gtk' 'plplot-tcl-dev' 'libghc-http-client-doc' 'python3-flask-security' 'gdc-8-powerpc64le-linux-gnu' 'chameleon-cursor-theme' 'xserver-xorg-video-ati-hwe-18.04' 'pspresent' 'letsencrypt' 'libcsound64-doc' 'qpdfview-djvu-plugin' 'libghc-adjunctions-prof' 'pymoctool' 'python3-ufl' 'geda' 'python3-bip32utils' 'libukui-panel-applet-dev' 'libgphobos68-dbg-armhf-cross' 'lib32quadmath0-dbg' 'kdc2tiff' 'libghc-time-parsers-doc' 'rtmpdump' 'r-cran-fastica' 'python-udatetime' 'libcsvjdbc-java-doc' 'ruby-unf-ext' 'python3-certbot-dns-digitalocean' 'last-align' 'libgtk2-spell-perl' 'libfennec-lite-perl' 'cpp-mips64el-linux-gnuabi64' 'gnat-gps-common' 'python3-pymssql' 'courier-filter-perl' 'linux-modules-4.15.0-1049-gke' 'linux-modules-nvidia-430-5.3.0-1012-azure' 'icu-doc' 'python3-toml' 'remote-logon-config-agent' 'golang-github-influxdata-yamux-dev' 'libhypre-dev' 'ruby-em-spec' 'geoclue-gsmloc' 'libx32gcc1-dbg' 'libghc-mime-types-dev' 'libkf5akonadisearchcore5' 'gir1.2-nmgtk-1.0' 'libcimcclient0-dev' 'libobjc-5-dev-ppc64el-cross' 'lacheck' 'ibus-anthy-dev' 'polyorb-servers' 'libclang1-5.0' 'ddd-doc' 'libkf5baloowidgets-bin' 'metview' 'mpdcron' 'libtwelvemonkeys-java-doc' 'python-pluggy' 'python3-snuggs' 'linux-tools-5.0.0-1008-oracle' 'kbd' 'node-readdirp' 'mboxgrep' 'libn32stdc++6-5-dbg-mips-cross' 'lhs2tex' 'elpa-ht' 'aview' 'osmo' 'node-get-stream' 'speechd-el-doc-cs' 'libz3-java' 'moonshot-ui-dev' 'zynaddsubfx-data' 'vdr-plugin-mplayer' 'linux-tools-4.15.0-1011-aws' 'libmapscript-perl' 'gcc-5-cross-base-ports' 'dkms' 'vtk6' 'uthash-dev' 'trac-mercurial' 'vtk7' 'libgphobos-8-dev-armhf-cross' 'ogamesim' 'initramfs-tools-bin' 'bastet' 'libh323-1.24.0v5' 'libghc-monad-par-doc' 'linux-tools-5.0.0-1018-aws' 'qbs-examples' 'linux-cloud-tools-4.18.0-20-lowlatency' 'libgfortran4-dbg-armel-cross' 'kwayland-dev' 'kcc' 'libgtk-dotnet3.0-cil-dev' 'lua-dbi-mysql-dev' 'eoconv' 'python3-execnet' 'libminlog-java-doc' 'libripoff0' 'daemontools-run' 'libghc-glob-doc' 'libhersheyfont-dev' 'lib64mpx2-dbg-i386-cross' 'libn32stdc++-5-dev-mipsel-cross' 'linux-image-4.18.0-25-lowlatency' 'linux-buildinfo-5.0.0-19-generic' 'fonts-adf-ikarius' 'libghc-diagrams-gtk-dev' 'golang-github-renstrom-dedent-dev' 'wireshark-doc' 'linux-tools-aws-edge' 'amphetamine' 'wordnet-gui' 'libclass-dbi-plugin-pager-perl' 'libprotobuf-java' 'liburdfdom-sensor' 'gsl-bin' 'python-sphinxcontrib.spelling' 'libprobe-perl-perl' 'ruby-nokogiri-diff' 'fp-docs' 'lib32gfortran-5-dev-x32-cross' 'gpscorrelate-gui' 'libmail-mbox-messageparser-perl' 'libhangul-dev' 'zynaddsubfx' 'osmose-emulator' 'linux-buildinfo-5.3.0-1012-azure' 'libmulticobex1-dev' 'r-cran-truncnorm' 'tesseract-ocr-ceb' 'python-sorl-thumbnail-doc' 'astro-all' 'python3-tooz' 'libdublintraceroute-dev' 'libc6-dbg-mipsn32el-cross' 'mate-desktop-environment-extras' 'stellarium' 'python-netifaces-dbg' 'libfile-grep-perl' 'kdf' 'kamailio-sctp-modules' 'scantailor' 'libjreen-qt5-1' 'pidgin-audacious' 'ttf-dejavu-extra' 'libftp-dev' 'linux-headers-4.15.0-1054-aws' 'gramps' 'python-django-allauth' 'libkreport3-plugin-barcode' 'gimmix' 'libqxt-network0' 'science-electrophysiology' 'python-libtrace' 'python-zope.browserpage' 'cl-uffi-tests' 'libkf5akonadisearch-plugins' 'tesseract-ocr-ces' 'libkido-planning-dev' 'libsapi-utils' 'libvsqlitepp-dev' 'moria' 'libvisio-dev' 'fonts-sil-charis' 'libbusiness-issn-perl' 'libplexus-digest-java-doc' 'gobjc-7-multilib-i686-linux-gnu' 'gegl' 'neverball' 'python-rostest' 'lib64objc-7-dev-mipsel-cross' 'filetraq' 'libhdhomerun4' 'rep-gtk' 'libmariadbclient-dev-compat' 'linux-modules-4.15.0-1037-aws' 'ruby-iniparse' 'cpl-plugin-xshoo-calib' 'libgo13-dbg-mipsel-cross' 'nfct' 'rubberband-cli' 'libbrowser-open-perl' 'desktopnova-module-xfce' 'mlterm-tiny' 'libqqwing2v5' 'python-beanstalkc' 'linux-modules-4.18.0-1013-aws' 'python-memory-profiler' 'libmsgcat-perl' 'python3-dnslib' 'librygel-server-2.6-2' 'libjs-jquery-migrate-1' 'gfortran-6-mips64el-linux-gnuabi64' 'node-node-uuid' 'klustakwik' 'libdist-zilla-plugin-emailnotify-perl' 'libntdb1' 'python-azure' 'coqide' 'python-restkit' 'libfurl-perl' 'supercollider-emacs' 'elpa-kv' 'libghc-data-hash-doc' 'python-zc.resourcelibrary' 'libdatetime-format-mysql-perl' 'node-depd' 'notion-dev' 'p4vasp' 'gpxinfo' 'libyaml-tiny-perl' 'libgo13-dbg' 'r-cran-rredlist' 'twinkle-console' 'libx32gfortran-5-dev' 'linux-image-4.15.0-1010-oracle' 'asterisk-prompt-de' 'node-babel-preset-flow' 'python-sahara-dashboard' 'geany-plugin-keyrecord' 'cfengine2-dbg' 'pyotherside-doc' 'python-ewmh' 'esajpip' 'libgweather-3-dev' 'harvid' 'linux-image-5.3.0-24-generic' 'highlight-common' 'onioncircuits' 'libtest-json-perl' 'astrometry-data-tycho2-07' 'astrometry-data-tycho2-08' 'libapache2-mod-defensible' 'libpacparser1' 'astrometry-data-tycho2-09' 'linux-gcp-headers-4.18.0-1004' 'linux-gcp-headers-4.18.0-1005' 'linux-gcp-headers-4.18.0-1006' 'autogrid' 'linux-gcp-headers-4.18.0-1007' 'haproxy' 'linux-gcp-headers-4.18.0-1008' 'linux-gcp-headers-4.18.0-1009' 'liblist-someutils-perl' 'libhtml-defang-perl' 'xserver-xorg-video-savage' 'smuxi-engine' 'phamm-ldap' 'python3-toro' 'ruby-em-socksify' 'libqt4-dev-bin' 'libnini1.1-cil' 'python-daemonize' 'texlive-lang-french' 'libffindex0' 'congress-common' 'golang-github-jamesclonk-vultr-dev' 'node-katex' 'gem-plugin-gmerlin' 'kgb' 'ttyrec' 'tryton-modules-ldap-authentication' 'rust-doc' 'asterisk-prompt-es' 'pdns-backend-lua' 'trash-cli' 'libeigenbase-farrago-java' 'lib32ubsan0-dbg-s390x-cross' 'w3c-sgml-lib' 'linux-gcp-headers-4.18.0-1011' 'linux-gcp-headers-4.18.0-1012' 'linux-gcp-headers-4.18.0-1013' 'ssl-cert' 'python3-pathspec' 'libmatthew-io-java' 'xserver-xorg-input-wacom' 'linux-gcp-headers-4.18.0-1015' 'libgpiv3-common' 'tesseract-ocr-chr' 'libemail-address-perl' 'bsdtar' 'libphobos-5-dev-armel-cross' 'libhat-trie-dev' 'morla' 'node-streamtest' 'libmatthew-debug-java' 'libobrender32v5' 'node-time-zone' 'linux-image-5.0.0-23-generic' 'xmlindent' 'libclang-common-7-dev' 'libghc-hledger-doc' 'asterisk-prompt-es-co' 'libstdc++6-7-dbg-m68k-cross' 'grub-pc' 'libgcc1-dbg-i386-cross' 'bruteforce-luks' 'libdbi-doc' 'libkf5bookmarks5' 'libghc-storable-tuple-dev' 'pypass' 'libghc-stm-chans-prof' 'libtagsoup-java-doc' 'libcolor-scheme-perl' 'node-spdx-exceptions' 'el-ixir' 'libn32gfortran4-mips-cross' 'node-minimalistic-crypto-utils' 'libghc-bool-extras-doc' 'klog' 'liblld-6.0-dev' 'libprotocol-osc-perl' 'mate-icon-theme-faenza' 'libghc-data-default-instances-base-dev' 'ncview' 'yorick-gyoto' 'liblunar-date-dev' 'libghc-hopenpgp-doc' 'libedataserver1.2-dev' 'simple-obfs' 'libdaemon-doc' 'qml-module-org-kde-extensionplugin' 'coq-doc' 'bibcursed' 'golang-google-grpc-dev' 'libvisp-gui-dev' 'python3-phpserialize' 'liborlite-statistics-perl' 'libsoup2.4-cil-dev' 'libfile-find-rule-perl-perl' 'xtensor-dev' 'blobandconquer' 'libcattle-1.0-0' 'libgnatvsn5-powerpc-cross' 'ukui-menus' 'libmstoolkit-tools' 'xfonts-bolkhov-misc' 'mate-power-manager-common' 'libmoox-types-setobject-perl' 'qpdfview-ps-plugin' 'libgnatprj6-dev-mips-cross' 'libasyncaudio-dev' 'libboost-timer-dev' 'kic' 'libkkc-utils-dbg' 'python-cursive-doc' 'libjackson2-core-java' 'libgnatvsn5-i386-cross' 'libbcel-java-doc' 'python3-importmagic' 'kig' 'libghc-hinotify-dev' 'language-pack-ast-base' 'pulseaudio-module-zeroconf' 'libkf5identitymanagement5abi1' 'libdevel-stacktrace-ashtml-perl' 'libhsm-bin' 'python3-uno' 'libghc-wreq-dev' 'kio' 'python-jpylyzer' 'libghc-keys-prof' 'libgeotranz3-dev' 'libfuzzylite5.1v5' 'menu-xdg' 'libqsastime0' 'peruse-common' 'nvidia-331-uvm' 'stenographer' 'linux-tools-4.15.0-46-lowlatency' 'libcilkrts5-dbg' 'libio-epoll-perl' 'libturbojpeg0-dev' 'science-geography' 'dokuwiki' 'libghc-acid-state-dev' 'rtl-sdr' 'libcanberra-gtk-module' 'lib32gfortran5-x32-cross' 'libpuzzle-dev' 'libzemberek-java-doc' 'plopfolio.app' 'libanthyinput-dev' 'eog-plugin-maximize-windows' 'lttoolbox' 'colord-data' 'python-lxml' 'libblockdev-part2' 'libfile-sharedir-par-perl' 'linux-image-lowlatency-hwe-16.04' 'python-zdaemon' 'linux-image-4.18.0-16-generic' 'mozc-utils-gui' 'linux-buildinfo-4.15.0-45-generic' 'sysdig-dkms' 'libgpaste-dev' 'virtualbox-ext-pack' 'python3-beaker' 'eclipse' 'policycoreutils-dev' 'gedit-source-code-browser-plugin' 'libn32go9-mips-cross' 'gobjc-arm-linux-gnueabi' 'libgnatvsn5-ppc64el-cross' 'libmojolicious-plugin-renderfile-perl' 'ibus-table-wubi' 'xserver-xorg-video-neomagic-hwe-16.04' 'libalkimia5' 'libntru-0.5-dev' 'node-buffer-crc32' 'libukui-panel-applet-doc' 'axiom-hypertex-data' 'netstress' 'libowasp-antisamy-java-doc' 'python3-astrodendro' 'gems' 'libghc-auto-update-prof' 'libauparse0' 'libncursesw5' 'uget' 'nstreams' 'python-weakrefmethod' 'libtag-extras1' 'libgrooveplayer4' 'fp-units-fv-3.0.4' 'games-rpg' 'libghc-mime-types-doc' 'slang-xfig' 'adacontrol-doc' 'libswing-layout-java-doc' 'ruby-rspec' 'libkf5kjs-dev' 'asterisk-prompt-it' 'linux-azure-edge-cloud-tools-5.0.0-1012' 'libntirpc-dev' 'libpa-bench-camlp4-dev' 'pkg-config-powerpc64-linux-gnu' 'designate-sink' 'ruby-ldap' 'libtycho-java' 'python3-pygraph' 'ruby-logger-application' 'lcas-interface' 'mimedefang' 'librdf-trinex-functions-perl' 'atftpd' 'cafeobj' 'g++-7-multilib' 'python3-cycler' 'linux-tools-aws-lts-18.04' 'libjs-text-encoding' 'puppet-module-sbitio-monit' 'libn32go13-dbg-mips64-cross' 'ruby-mime-types-data' 'geany-plugin-overview' 'libghc-ieee754-prof' 'libcharon-standard-plugins' 'libboost1.65-all-dev' 'php7.2-sybase' 'libmapbox-wagyu-dev' 'python3-django-uwsgi' 'plasma-workspace-wayland' 'ntp-doc' 'libobjc-7-dev-alpha-cross' 'linux-buildinfo-4.15.0-66-generic' 'libsmithwaterman-dev' 'libamd2' 'libeclipse-ui-forms-java' 'python3-gccjit' 'python3-anyjson' 'putty-doc' 'php-horde-pack' 'libapache-pom-java' 'gccgo-7-arm-linux-gnueabi' 'python3-file-encryptor' 'libfarstream-0.2-5' 'r-cran-rnetcdf' 'libcommons-csv-java' 'ftjam' 'genromfs' 'google-android-platform-12-installer' 'libkde3support4' 'autossh' 'linux-modules-4.15.0-44-lowlatency' 'libmoosex-semiaffordanceaccessor-perl' 'libintl-perl' 'libmono-system-net-http-formatting4.0-cil' 'scoop-doc' 'libambit0-dev' 'wiipdf' 'libprimesieve-dev' 'libghc-diagrams-gtk-doc' 'lua-torch-trepl' 'libkf5mailtransportakonadi5' 'librte-pmd-mlx4-17.11' 'glibc-source' 'kmc' 'libghc-heredoc-prof' 'libghc-nanospec-dev' 'libapache-htgroup-perl' 'libgudev-1.0-0' 'linux-modules-5.0.0-1028-gcp' 'hubicfuse' 'libraul10v5' 'r-cran-shiny' 'neard' 'libsys-syscall-perl' 'ruby-appraisal' 'beignet-opencl-icd' 'libotbmonteverdi-6.4-1' 'libghc-safesemaphore-prof' 'linux-image-unsigned-5.0.0-1029-azure' 'guacd' 'libio-pty-easy-perl' 'fcitx-table-ziranma' 'denemo-doc' 'libcctz-dev' 'libghc-securemem-prof' 'libcinnamon-menu-3-dev' 'jupyter-nbextension-jupyter-js-widgets' 'libpolled-camera0d' 'libmx-common' 'ruby-codemirror-rails' 'libdancer2-perl' 'libvsqlitepp-doc' 'texlive-fonts-recommended' 'virtualbox' 'python3-usb' 'node-active-x-obfuscator' 'g++-8-powerpc64-linux-gnu' 'libopensm5a' 'libvisio-doc' 'python-django' 'vdr-plugin-vcd' 'herwig++' 'ghostscript-dbg' 'fonts-yozvox-yozfont' 'r-cran-purrr' 'libsox-fmt-oss' 'libitext-rups-java' 'django-testscenarios' 'menhir-doc' 'libindi-data' 'ruby-columnize' 'php-horde-turba' 'python3-funcparserlib' 'libpdfbox-java-doc' 'libgmpxx4ldbl' 'libgo7-dbg-armhf-cross' 'kamailio-erlang-modules' 'libpyside-py3-1.2' 'libmaven-install-plugin-java' 'cl-awk' 'libcitygml2' 'vtun' 'python-zope.app.renderer' 'libnet-frame-simple-perl' 'tesseract-ocr-cos' 'libhibernate3-java' 'quilt' 'fontconfig-config' 'mbox-importer' 'mlterm-im-scim' 'python3-flake8-docstrings' 'texi2html' 'node-event-emitter' 'morse' 'python-gdal' 'erlang-goldrush' 'syrep' 'python3-appdirs' 'libxinerama-dev' 'ruby-mmap2' 'libnet-http-perl' 'python3-wchartype' 'golang-github-robfig-cron-dev' 'libdw-dev' 'nudoku' 'libclass-throwable-perl' 'python3-powerline-taskwarrior' 'libjsilver-aosp-java' 'gf-complete-tools' 'libbdd-dev' 'python-z3c.autoinclude' 'naist-jdic-utf8' 'auto-complete-el' 'libcairo1.10-cil' 'python-zope.app.exception' 'xgridfit' 'gnat-7-powerpc-linux-gnuspe' 'aeolus' 'blacs-pvm-test' 'nec2c' 'libdata-uuid-perl' 'libfm-dbg' 'ntrack-module-rtnetlink-0' 'spatialite-gui' 'gfortran-i686-linux-gnu' 'node-prr' 'slbackup-php' 'linux-image-unsigned-4.15.0-1028-gcp' 'kdoctools-dev' 'golang-github-coreos-go-iptables-dev' 'gobjc-7-arm-linux-gnueabi' 'sidedoor' 'python-gdbm' 'linux-image-unsigned-4.18.0-1004-gcp' 'bitmeter' 'slang-pvm' 'libbssolv-perl' 'gcc-8-arm-linux-gnueabi-base' 'sysnews' 'node-lodash-reevaluate' 'libapache2-mod-vhost-ldap' 'g++-8-multilib-powerpc64-linux-gnu' 'node-babel-helper-get-function-arity' 'ubuntu-wallpapers-quantal' 'python3-gleetex' 'pypy-genty' 'thin-client-config-agent' 'node-read-pkg' 'openvanilla-imgeneric' 'lib64go7-dbg-mips-cross' 'python3-smstrade' 'libghc-xcb-types-dev' 'libatk-adaptor' 'libcasa-python3-2' 'libexcalibur-logkit-java-doc' 'libid3-tools' 'php-facedetect' 'vtwm' 'libpreludedb7-mysql' 'python-pyfaidx' 'libfilesystem-ruby1.8' 'libotbopenthreadsadapters-6.4-1' 'libfilesystem-ruby1.9' 'r-cran-zoo' 'python3-txtftp' 'cpp-arm-linux-gnueabi' 'libn32gfortran5-dbg-mipsel-cross' 'dselect' 'gir1.2-cvc-1.0' 'libjoda-time-java' 'cl-containers' 'python-apsw' 'crafty' 'libgfal2-2' 'golang-context-dev' 'golang-github-siddontang-rdb-dev' 'gmsh-doc' 'zookeeperd' 'python-gdcm' 'php-token-stream' 'chipw' 'fso-specs' 'libz80ex-dev' 'node-isstream' 'pianobar' 'krecipes' 'golang-google-cloud-dev' 'linux-tools-4.15.0-1017-gcp' 'dreamchess' 'jed-common' 'libclang1' 'libn32objc4-dbg-mipsel-cross' 'libglobus-authz-dev' 'golang-github-akrennmair-gopcap-dev' 'elkdoc' 'python-soapysdr' 'xshogi' 'jack-stdio' 'cockpit-tests' 'kdevelop' 'python-apparmor' 'libwutil5' 'libzephyr4' 'python3-bleach' 'mlterm-im-uim' 'openuniverse-common' 'linux-image-4.15.0-1031-kvm' 'elpa-redtick' 'environment-modules' 'cl-utilities' 'libghc-storable-tuple-doc' 'libxml-rsslite-perl' 'node-babel-plugin-transform-exponentiation-operator' 'qtwebchannel5-doc' 'tupi-data' 'ruby-appraiser' 'linux-tools-4.18.0-24-generic' 'mppenc' 'node-yamlish' 'fonts-mikachan' 'acme-tiny' 'lib32atomic1-dbg-s390x-cross' 'libgnat-6-dbg-mips-cross' 'libghc-data-default-instances-base-doc' 'libgnatprj5' 'php-zend-db' 'libcneartree5' 'libgpars-groovy-java-doc' 'libstdc++-6-dev-hppa-cross' 'libqb0' 'libgnatprj6' 'haskell-devscripts-minimal' 'r-cran-bold' 'idzebra-2.0-doc' 'apertium-cat-srd' 'liblunar-date-doc' 'libfile-mmagic-perl' 'ruby-rbvmomi' 'etc1tool' 'apache2-data' 'node-uniqid' 'parser3-dev' 'crossfire-maps-small' 'libdevice-usb-pcsensor-hidtemper-perl' 'python3-cartopy' 'xtensor-doc' 'libcarrotsearch-hppc-java' 'libhfasan4-armel-cross' 'snapcraft-examples' 'python-asterisk' 'astrometry-data-2mass-08-19' 'libsbml5-cil' 'rabbit-mode' 'gnome-cards-data' 'chirp' 'groovy' 'libn32atomic1-mips-cross' 'libgfortran-8-dev-armel-cross' 'libbctoolbox-dev' 'libghc-hinotify-doc' 'libc6-dbg-powerpcspe-cross' 'libapache2-mod-proxy-uwsgi-dbg' 'gccgo-6-mips64el-linux-gnuabi64' 'libfm-dev' 'libghc-wreq-doc' 'singularity' 'python-libevtx' 'xfwm4' 'vdpau-driver-all' 'librime-data-emoji' 'libghc-hsopenssl-x509-system-dev' 'screentest' 'val-and-rick' 'freefem++-doc' 'linux-tools-4.15.0-23-generic' 'sendpage-server' 'libfelix-bundlerepository-java' 'ksh' 'libghc-acid-state-doc' 'libprocps6' 'libc6-dev-mipsn32-mips-cross' 'xpmutils' 'libnux-4.0-0' 'node-unicode-tr51' 'android-androresolvd' 'qml-module-qtqml-models2' 'libmysql-ocaml-dev' 'libproj-dev' 'libcv-bridge1d' 'cheese' 'themonospot' 'starlink-fits-java-doc' 'dpkg-www' 'libjsf-java-doc' 'python-kdcproxy' 'libfcml-dev' 'python3-unpaddedbase64' 'pdepend' 'kst' 'hp-ppd' 'fwupdate' 'libdevel-ptkdb-perl' 'rbd-mirror' 'librsskit0d' 'fusiondirectory-plugin-fai-schema' 'mha4mysql-manager' 'rsbackup-graph' 'apertium-isl' 'libcanberra-gtk3-module' 'libzmq3-dev' 'libload-perl' 'liblaxjson1' 'php-phpdocumentor-type-resolver' 'hexedit' 'libbpp-raa4' 'python3-crochet' 'libgeronimo-commonj-spec-java' 'libkf5ksieve-data' 'librosconsole-dev' 'libvoaacenc-ocaml-dev' 'php-pecl-http' 'libh2o-evloop0.13' 'gobjc-7-multilib-mips-linux-gnu' 'libopenvas-dev' 'python-jujubundlelib' 'libboost-serialization-dev' 'golang-github-posener-complete-dev' 'libsane-extras-common' 'volatility' 'fonts-sil-andika' 'lib32go7-ppc64-cross' 'python3-diff-match-patch' 'libgomp1-dbg-sparc64-cross' 'apertium-ita' 'linux-modules-4.15.0-1073-oem' 'libparted-fs-resize0' 'python3-mock' 'python-django-polymorphic' 'policyd-weight' 'candid' 'libghc-foldl-dev' 'gobjc++-7-s390x-linux-gnu' 'libwildmidi2' 'galax' 'linux-modules-extra-5.0.0-1010-oracle' 'roundcube-core' 'libkf5kdepimdbusinterfaces-dev' 'ophcrack-cli' 'virtuoso-vad-isparql' 'libmath-vec-perl' 'linux-tools-4.15.0-44-generic' 'linux-headers-4.15.0-1023-oracle' 'cl-pubmed' 'lib32asan5-amd64-cross' 'android-libboringssl-dev' 'lib64objc4-dbg' 'libgfortran5-x32-cross' 'knights' 'liquidsoap-plugin-camlimages' 'libmatheval1' 'junior-typing' 'libocamlgsl-ocaml' 'libkcapi1' 'p11-kit-modules' 'quisk' 'python-aalib' 'ibus-table-wu' 'libpocozip50' 'libminiupnpc10' 'libghc-hourglass-dev' 'abntex' 'gmt-gshhg' 'r-cran-boot' 'nixstatsagent' 'libghc-hosc-dev' 'libpa-ounit-camlp4-dev' 'liblsan0-dbg-amd64-cross' 'libx32cilkrts5-amd64-cross' 'linux-tools-5.3.0-1010-gcp' 'arbtt' 'mit-scheme-dbg' 'libscotch-dev' 'fonts-kanjistrokeorders' 'libgnatprj5-mipsel-cross' 'guake' 'eclipse-remote-services-api' 'libnb-svnclientadapter-java-doc' 'werewolf' 'gnustep-dl2' 'libloadpng4.4' 'libghc-language-javascript-dev' 'klash-opengl' 'python-lazr.smtptest-doc' 'libroar-compat-tools' 'node-verror' 'libcarp-clan-perl' 'libdist-inkt-role-hg-perl' 'gocode' 'libclang-7-dev' 'libvpb1' 'checkpolicy' 'globus-gass-server-ez-progs' 'libsbjson2.3' 'libkf5incidenceeditor-dev' 'golang-github-minio-dsync-dev' 'geogebra-gnome' 'node-browser-unpack' 'libpandoc-wrapper-perl' 'libkf5baloowidgets5' 'libc6-dev-mips-cross' 'fonts-averia-sans-gwf' 'xiterm+thai' 'iverilog' 'libtfbs-perl' 'libooolib-perl' 'openmw-cs' 'libhbaapi2' 'libgfortran-6-dev-m68k-cross' 'naspro-bridges' 'rheolef-doc' 'kimagemapeditor' 'dict-freedict-san-deu' 'libnet-dropbox-api-perl' 'gap-atlasrep' 'libghc-nanospec-doc' 'openjdk-11-jre-headless' 'xplot-xplot.org' 'python-wxmpl' 'libdecoration0-dev' 'datapacker' 'libbcpg-java' 'python-fitbit-doc' 'nagios-images' 'libnetsds-perl' 'ldap-account-manager-lamdaemon' 'golang-github-unknwon-com-dev' 'conky-all' 'fonts-tlwg-typewriter' 'cl-clx-sbcl' 'libx32objc4' 'rdmacm-utils' 'libx11-6' 'libcctz-doc' 'php-horde-xml-wbxml' 'lzip' 'biniax2-data' 'libjs-jstorage' 'gemrb-icewind-dale' 'ario' 'claws-mail-pdf-viewer' 'linux-image-4.15.0-1035-oem' 'secilc' 'libpython3.7-stdlib' 'linux-headers-4.15.0-1017-kvm' 'python3-flask-flatpages' 'libmathlib2-dev' 'swh-plugins' 'profnet-isis' 'rsplib-registrar' 'libdbusmenu-jsonloader-dev' 'libglobus-gass-server-ez-dev' 'uniutils' 'python-plotly' 'libxmlgraphics-commons-java-doc' 'elpa-recursive-narrow' 'libpmem1' 'user-manager' 'gfortran-5-alpha-linux-gnu' 'disulfinder-data' 'gobjc++-8-alpha-linux-gnu' 'libubsan0-dbg-sparc64-cross' 'ruby-levenshtein' 'libc6-dev-mipsr6el-cross' 'liboauth0' 'codeblocks-contrib' 'gobjc++-4.8-multilib' 'python-configobj-doc' 'elixir' 'golang-github-alecthomas-assert-dev' 'coolkey' 'cl-shape-msgs' 'kxc' 'libvisp-core3.1' 'libgnat-5-ppc64el-cross' 'kxd' 'golang-github-spacejam-loghisto-dev' 'libxcb-xvmc0-dev' 'libsbuild-perl' 'linux-modules-5.0.0-1016-aws' 'libieee1284-3-dev' 'ruby-shadow' 'python-oslo.db' 'gcc-5-s390x-linux-gnu' 'tesseract-ocr-cym' 'mailman' 'libqaccessibilityclient-dev' 'ocaml-nox' 'varnish-modules' 'argonaut-ldap2zone' 'instead-data' 'igal2' 'libmecab-jni' 'soapyosmo-common0.6' 'linux-libc-dev-x32-cross' 'dhcpcanon' 'libaiksaurus-1.2-0c2a' 'getdata' 'gradle-ice-builder-plugin' 'libstdc++-8-dev-mips64-cross' 'php-composer-ca-bundle' 'libc6-pic' 'node-jsesc' 'libopendbx1-dev' 'cl-chipz' 'libboost-signals1.65.1' 'libproc-fork-perl' 'fonts-blankenburg' 'libsvm3' 'libkf5libkdepimakonadi5' 'python-plist' 'rofi-dev' 'libfannj-java' 'geda-gattrib' 'davix-dev' 'kpartx-boot' 'libqwt-qt5-dev' 'node-once' 'linux-modules-extra-5.3.0-19-generic' 'python3-sockjs-tornado' 'gtypist' 'libgnat-5-m68k-cross' 'emacs25-nox' 'libindicator-dev' 'libghc-http-client-prof' 'libitext5-java-doc' 'libxmlb1' 'pfb2t1c2pfb' 'libghc-xcb-types-doc' 'libghc-tasty-hspec-dev' 'golang-github-makenowjust-heredoc-dev' 'python-flaky' 'python-django-classy-tags' 'python-zope.interface-dbg' 'libjsap-java' 'linux-signed-lowlatency' 'libuncommons-watchmaker-framework-java' 'open-jtalk' 'shibboleth-sp2-common' 'linux-image-unsigned-4.15.0-1013-azure' 'linux-image-unsigned-4.15.0-65-lowlatency' 'apvlv' 'libsvn1' 'libdevel-trace-perl' 'liblur3' 'libopus0' 'liblog4ada4-dev' 'librime-dev' 'libtiles-autotag-java' 'openhpi-plugin-slave' 'erlang-p1-yaml' 'wreport-common' 'starfighter-data' 'linux-image-4.15.0-1015-gcp' 'pcb-lesstif' 'libgeotiff2-dbg' 'gearhead-data' 'python-mpegdash' 'sssd-krb5-common' 'gdc-7-mipsel-linux-gnu' 'ros-mk' 'wmrack' 'libcddb2-dev' 'libcatmandu-rdf-perl' 'lib32z1' 'libg15render-dev' 'libhiccup-clojure' 'libvshadow-utils' 'gir1.2-gupnp-1.0' 'libt3window-dev' 'libx32ncursesw5' 'libglobus-authz-doc' 'libphodav-2.0-common' 'libxsettings0' 'python-duecredit' 'javamorph' 'kde-config-systemd' 'lzma' 'libapache2-mod-authn-webid' 'clang-format-4.0' 'easytag' 'python-pypump' 'erlang-p1-stringprep' 'x11proto-resource-dev' 'libksba-dev' 'libwildmagic-dev' 'kdemultimedia' 'libghc-hit-dev' 'libpcl-surface1.8' 'xfce4-messenger-plugin' 'tinyirc' 'z88-data' 'linkchecker' 'ghostscript-doc' 'smplayer' 'libx32gfortran-5-dev-i386-cross' 'libghc-http-common-dev' 'python-exam' 'python-openpyxl' 'python-stdnum-doc' 'python3-audioread' 'libbusiness-onlinepayment-authorizenet-perl' 'fotoxx' 'r-cran-latticeextra' 'hepmc-reference-manual' 'pkg-config-mips64-linux-gnuabi64' 'astrometry-data-2mass' 'libvistaio14-dbg' 'python-lazyarray' 'kmag' 'libpam-slurm' 'libkf5khtml-bin' 'libwxgtk3.0-0v5' 'libcupsfilters-dev' 'libasan4-amd64-cross' 'libnet-imap-simple-ssl-perl' 'gcc-6-alpha-linux-gnu' 'libdist-zilla-plugin-makemaker-fallback-perl' 'vtgrab' 'libglide2-dev' 'libc6-dbg-mips64el-cross' 'gcc-8-riscv64-linux-gnu-base' 'gcc-multilib-sparc64-linux-gnu' 'python-djvu' 'vim-vimoutliner' 'libgomp1-mips64-cross' 'libgdbm-gst' 'lxqt-qtplugin' 'lib32asan4-dbg-s390x-cross' 'linux-modules-4.15.0-1010-kvm' 'gsl-ref-html' 'libn32gomp1-mipsel-cross' 'lib32go9-dbg-mips64el-cross' 'golang-github-tj-go-spin-dev' 'dovecot-sieve' 'librubberband2' 'libeclipse-core-expressions-java' 'libgnatprj6-dbg-ppc64-cross' 'libgexiv2-2' 'python-breezy.tests' 'developers-reference' 'libaiksaurus-1.2-data' 'libadios-dev' 'libtamuanova-dev' 'firebird-dev' 'ruby-libvirt' 'caffe-tools-cpu' 'libgoffice-0.10-10' 'libfm-doc' 'mythbrowser' 'gnat-6-sjlj-sh4-linux-gnu' 'trophy-data' 'gobjc-multilib-arm-linux-gnueabihf' 'libjava3d-java-doc' 'python-senlinclient-doc' 'libhmsbeagle-java' 'lua-elektra' 'libbonoboui2-common' 'libxml-handler-yawriter-perl' 'libghc-hsopenssl-x509-system-doc' 'bicyclerepair' 'libjana-test' 'gccgo-multilib' 'libghc-xml-conduit-writer-dev' 'lib64go13' 'clipit' 'python3-pytest-tempdir' 'libbiniou-ocaml-dev' 'libfm-extra-dev' 'python-broccoli' 'r-cran-amore' 'libposix-atfork-perl' 'linux-modules-5.0.0-15-generic' 'linux-cloud-tools-4.18.0-1024-azure' 'iso-flags-svg' 'libevas-loaders' 'python3-svgwrite' 'libghc-cookie-prof' 'node-abbrev' 'libfcml-doc' 'libxml-catalog-perl' 'libmono-i18n-mideast4.0-cil' 'fonts-smc-keraleeyam' 'libghc-contravariant-prof' 'lua-sql-postgres-dev' 'libamu4' 'xaos' 'lzop' 'libtacacs+1' 'python-pyeclib' 'libopenr2-3' 'libanyevent-perl' 'python-pyqt5.qtsql-dbg' 'libjs-mocha' 'libghc-hostname-prof' 'librelion+mpi-1.4-1' 'pdfmod' 'libfst-dev' 'openchrome-tool' 'voro++-examples' 'python-hdf5storage' 'linux-headers-4.15.0-1048-aws' 'python-slepc4py-docs' 'elpa-rainbow-delimiters' 'python-zc.i18n' 'libopenvas-doc' 'ruby-redis-store' 'nxt-firmware' 'ruby-ffi-bit-masks' 'lib32gphobos68-amd64-cross' 'libpackage-locator-perl' 'libghc-mersenne-random-pure64-dev' 'genxdr' 'libmojolicious-plugin-basicauth-perl' 'wmstickynotes' 'xapm' 'glimpse' 'transcode-dbg' 'vcftools' 'bcron-run' 'libghc-foldl-doc' 'libsub-install-perl' 'tryton-modules-sale-extra' 'kcemu-common' 'libexporter-easy-perl' 'latex-cjk-chinese-arphic-gbsn00lp' 'linux-modules-4.18.0-1007-aws' 'libsecret-tools' 'libjhdf5-java' 'ruby-prawn' 'libgetopt-complete-perl' 'artemis' 'python-burrito' 'libsource-highlight-dev' 'libapache-admin-config-perl' 'aspic' 'ros-actionlib-msgs' 'libgfortran5-riscv64-cross' 'python3-guzzle-sphinx-theme' 'postfix-doc' 'libflorist2017-dev' 'golang-pretty-dev' 'libtfm-dev' 'librheolef-dev' 'xdemineur' 'librss-ocaml' 'libopennebula-java-doc' 'libghc-hourglass-doc' 'python3-windowmocker' 'libghc-hosc-doc' 'libgeotiff2' 'python3-requests' 'liblsan0-dbg-arm64-cross' 'libcurator-recipes-java' 'python-nemu' 'libt3highlight2' 'python3-flask-htmlmin' 'libjtidy-java-doc' 'gfortran-mips-linux-gnu' 'libgpod4' 'libdcmtk-dev' 'qtwebkit5-doc' 'g++-8-multilib-mipsel-linux-gnu' 'python-django-impersonate' 'libghc-language-javascript-doc' 'lua-lace' 'libjira-rest-perl' 'krb5-auth-dialog' 'r-cran-cluster' 'libzephyr-dev' 'claws-mail-fetchinfo-plugin' 'libgpars-groovy-java' 'python-petsc4py' 'python3-vcr' 'sdpam' 'linux-modules-extra-4.15.0-1014-gcp' 'liboggz2-dbg' 'libc6-ppc64-cross' 'jflex' 'libarccommon3v5' 'libcegui-mk2-0.8.7-dbg' 'picon-domains' 'kmer' 'lib32stdc++-7-dev-s390x-cross' 'gfan' 'libjs-eventemitter2' 'libtry-tiny-smartcatch-perl' 'libauparse-dev' 'libwsil4j-java-doc' 'liblorene-dev' 'node-clarinet' 'libunity-action-qt1' 'linux-signed-generic' 'libmaven-reporting-impl-java' 'python-dbfread-doc' 'golang-github-mitchellh-copystructure-dev' 'linux-tools-5.0.0-1022-aws' 'liboop4' 'liblcm-bin' 'python3-distlib' 'wesnoth-1.12-low' 'libitl-gobject-dev' 'aolserver4-nssqlite3' 'node-constants-browserify' 'lubuntu-desktop' 'libghc-diagrams-dev' 'libyaml-shell-perl' 'five-or-more' 'binutils-mipsisa64r6-linux-gnuabi64' 'dxf2gcode' 'linux-image-4.15.0-38-lowlatency' 'libotpw-dev' 'libotr5-dev' 'node-iconv-lite' 'coinor-libflopc++0v5' 'konsole' 'mysqmail-dovecot-logger' 'libisl15' 'libjs-cryptojs' 'python-bitarray' 'libghc-th-reify-compat-prof' 'libisl19' 'nvidia-prime' 'node-is-descriptor' 'liblilv-dev' 'libauthen-simple-kerberos-perl' 'btyacc' 'libusb-java-dbg' 'syslog-nagios-bridge' 'libjsonrpccpp-dev' 'libjempbox-java-doc' 'libghc-aeson-compat-dev' 'python-flask' 'golang-gopkg-pg.v5-dev' 'ruby-notifier' 'tesseract-ocr-dan' 'libnb-platform18-java-doc' 'php7.2-curl' 'tftpd' 'libghc-monadrandom-dev' 'linux-headers-4.15.0-24-generic' 'at-spi2-doc' 'libvibe-crypto0' 'libghc-pcap-prof' 'libpicocontainer-java-doc' 'python-django-modeltranslation-doc' 'linux-tools-4.15.0-1027-kvm' 'libavcall1' 'ukui-settings-daemon' 'php-symfony-filesystem' 'libqwtplot3d-qt5-dev' 'golang-github-jacobsa-fuse-dev' 'emacs25-nox-dbg' 'opencity' 'zaz-data' 'libbondcpp1d' 'librdf-helper-properties-perl' 'python3-dexml' 'twinvoicerecalc' 'libghc-http-types-dev' 'libsoci-dev' 'libdocopt-dev' 'python-pysolr' 'libcpandb-perl' 'gccgo-6-aarch64-linux-gnu' 'linux-modules-4.15.0-1041-aws' 'golang-github-stvp-tempredis-dev' 'dibbler-relay' 'libdatetime-set-perl' 'python3-metaconfig' 'yamllint' 'ruby-gobject-introspection' 'linux-modules-4.18.0-20-generic' 'mit-scheme-doc' 'linux-image-5.3.0-40-generic' 'libbase1' 'linux-image-4.15.0-42-lowlatency' 'v-sim-doc' 'boinc-manager' 'qt5qevercloud-dev' 'libgo7-arm64-cross' 'derivations' 'libkdegames6abi1' 'python-shortuuid' 'binutils-powerpc64le-linux-gnu' 'thonny' 'libopenscap-dev' 'libobjc-5-dev-armhf-cross' 'libplexus-i18n-java-doc' 'apertium-hbs-mkd' 'libxml-rss-libxml-perl' 'libpth20' 'davix-doc' 'lugaru' 'tinyca' 'http-icons' 'libclang1-6.0' 'pcre2-utils' 'python-exif' 'node-array-equal' 'mate-applets-common' 'fortunes-mario' 'libclutter-gtk-1.0-dev' 'libghc-fgl-arbitrary-dev' 'liboggz2-dev' 'libphobos-4.8-dev' 'octave-sparsersb' 'linux-modules-nvidia-390-4.15.0-1026-oracle' 'libghc-tasty-hspec-doc' 'libcamera-calibration-parsers0d' 'fonts-lohit-deva' 'libt-digest-java' 'ocaml-findlib' 'libmrpt-detectors1.5' 'libsdl-ttf2.0-dev' 'debianutils' 'libsymkey-java' 'elpa-rainbow-identifiers' 'gir1.2-gdm-1.0' 'libgfortran4-dbg-hppa-cross' 'klystrack' 'freeradius-utils' 'golang-github-vishvananda-netns-dev' 'octave-stk' 'ruby-excon' 'libmseed-dev' 'muffin-common' 'python-sklearn-lib' 'libghc-pango-dev' 'fonts-oflb-asana-math' 'libx32stdc++6-6-dbg-amd64-cross' 'lbt' 'mgltools-pyautodock' 'games-chess' 'curry-frontend' 'python3-typogrify' 'libupsclient4' 'wbritish-insane' 'pdns-backend-mysql' 'libmono-system-io-compression-filesystem4.0-cil' 'linux-buildinfo-4.18.0-1008-aws' 'linux-tools-4.18.0-1008-aws' 'igaelic' 'pps-tools' 'skrooge-common' 'kmix' 'libdistro-info-perl' 'fcitx-table-zhengma-large' 'libghc-sql-words-dev' 'libghc-hashable-time-dev' 'libghc-charsetdetect-ae-prof' 'libopenal-data' 'dovecot-sqlite' 'libtest-rdf-perl' 'tuxmath-data' 'linux-headers-5.0.0-37-lowlatency' 'python-repoze.lru' 'libghc-should-not-typecheck-prof' 'libobjc4-dbg-sparc64-cross' 'gcc-6-powerpc64le-linux-gnu-base' 'konversation' 'gobjc-8-multilib-mips64-linux-gnuabi64' 'caja-owncloud' 'libopenhft-compiler-java' 'linux-tools-5.0.0-19-lowlatency' 'libghc-hit-doc' 'libstdc++6-8-dbg-powerpc-cross' 'lcl' 'gfortran-7-powerpc64le-linux-gnu' 'libghc-cryptohash-cryptoapi-dev' 'libexpat1' 'python3-pika' 'libghc-http-common-doc' 'dcmtk' 'cufflinks' 'libgo13-dbg-armel-cross' 'python3-levenshtein-dbg' 'runit-systemd' 'g++-mingw-w64-x86-64' 'libecore-x1' 'node-duplexify' 'liquidsoap-plugin-samplerate' 'libtest-number-delta-perl' 'libgnustep-dl2-0d' 'python-moksha.common' 'gupnp-tools' 'libasan4-arm64-cross' 'libisorelax-java-doc' 'python3-publicsuffix' 'fonts-sil-sophia-nubian' 'vowpal-wabbit' 'usb-creator-kde' 'coinor-symphony' 'erlang-p1-oauth2' 'libblockdev-lvm2' 'node-util-deprecate' 'libgfortran4-dbg-ppc64-cross' 'libstatgrab-dev' 'libbio-samtools-perl' 'ldc' 'prelink' 'nss-updatedb' 'php-symfony-security-csrf' 'libplist-utils' 'golang-go.net-dev' 'linux-tools-lowlatency-hwe-18.04-edge' 'elpa-load-relative' 'libpdf-writer-perl' 'dhis-tools-dns' 'libqfits-dev' 'kde-style-breeze-qt4' 'golang-github-akavel-rsrc-dev' 'ipcalc' 'kalarm' 'ldm' 'yabause' 'ruby-passenger-doc' 'python-shape-msgs' 'libcinnamon-desktop4' 'sqlacodegen' 'tesseract-ocr-deu' 'gobjc-6-aarch64-linux-gnu' 'debbugs' 'php-pear' 'lsb-invalid-mta' 'libc6-dev-sparc-sparc64-cross' 'thuban' 'libconsensuscore-dev' 'linux-buildinfo-5.3.0-1011-gke' 'libfsplib0' 'minetest' 'sqlformat' 'libqgis-customwidgets' 'fusiondirectory-plugin-debconf-schema' 'debdate' 'lib64asan4-dbg' 'libg3d-dev' 'libicu-le-hb-dev' 'revu-tools' 'lxi-tools' 'memtest86+' 'libghc-xml-conduit-writer-doc' 'libvirtodbc0' 'python-smbus' 'getmail4' 'lziprecover' 'pyzo-doc' 'libqt4-scripttools' 'lubuntu-artwork-17-04' 'libpython2.7-testsuite' 'linux-tools-5.0.0-23-lowlatency' 'cl-sql-sqlite3' 'qml-module-qt-labs-settings' 'libpostproc54' 'spectrum-roms' 'elpa-minimap' 'libqtdbustest1-dev' 'abinit-data' 'playitslowly' 'python-enum34' 'gccgo-8-x86-64-linux-gnu' 'kfloppy' 'lcl-1.8' 'selinux' 'glib-networking-common' 'python3-humanfriendly' 'libmojo-server-fastcgi-perl' 'yodl' 'xul-ext-gdata-provider' 'pcb-gtk' 'omnievents-doc' 'linux-headers-5.0.0-16-generic' 'libshiboken-py3-1.2v5' 'linux-tools-5.0.0-16-generic' 'gtkterm' 'pinentry-qt4' 'libterm-readpassword-perl' 'gnat-5-sjlj-i686-linux-gnu' 'fonts-smc-suruma' 'python3-muranoclient' 'libgnatvsn6-armel-cross' 'angband-data' 'deepin-terminal' 'libtelepathy-farstream3' 'libstdc++-6-dev-alpha-cross' 'libgeo-helmerttransform-perl' 'glaurung' 'node-domutils' 'libyajl2-dbg' 'libzlcore-dev' 'libmodello-java-doc' 'lxqt-common' 'ofono-scripts' 'python-manila' 'gnome-shell-extensions-gpaste' 'cdcat' 'sbc-dbg' 'python-nfs-ganesha' 'libdata-validate-ip-perl' 'libgyoto6' 'python3-xstatic-rickshaw' 'libobjc-6-dev-powerpc-cross' 'lubuntu-artwork-17-10' 'luksipc' 'libautocomplete-java' 'lfc' 'texlive-lang-cyrillic' 'libghc-csv-conduit-dev' 'libbiojava-java-doc' 'pd-deken-apt' 'ncbi-blast+' 'libghc-mersenne-random-pure64-doc' 'kdewebdev' 'gir1.2-ufo-0.0' 'libpolkit-qt-1-1' 'docker2aci' 'lfm' 'sumtrees' 'node-vm-browserify' 'dh-strip-nondeterminism' 'libcamera-info-manager0d' 'exim4-daemon-heavy' 'xfwm4-theme-breeze' 'coco-cs' 'golang-github-pelletier-go-toml' 'lft' 'linux-headers-4.15.0-1030-oracle' 'golang-github-miekg-pkcs11-dev' 'glmark2-data' 'liblab-gamut1' 'git-buildpackage' 'libntrack-gobject1' 'gfio' 'python3-oslo.policy' 'jemboss' 'mp3report' 'linux-tools-4.15.0-1058-aws' 'libmxml-dev' 'webext-proxy-switcher' 'setserial' 'python-oslo.config-doc' 'python3-mox3' 'librdf-trin3-perl' 'libasan5-dbg-armhf-cross' 'libeclipse-emf-ecore-xmi-java' 'python-msrestazure' 'libghc-hspec-contrib-dev' 'python3-pint' 'gir1.2-devhelp-3.0' 'python-dracclient' 'python3-ratelimiter' 'python3-django-compat' 'libballview1.4-dev' 'libclosure-compiler-java-doc' 'libvibe-textfilter-dev' 'libjetty9-java' 'snoopy' 'libgnatvsn5-mips-cross' 'linux-headers-5.0.0-37-generic' 'coinor-libcoinutils-dev' 'linux-tools-5.0.0-37-generic' 'numbers2ods' 'elpa-suggest' 'unity-scope-launchpad' 'libeclipse-urischeme-java' 'gis-data' 'nginx-common' 'puredata-utils' 'libghc-safesemaphore-dev' 'golang-github-shogo82148-go-shuffle-dev' 'otrs' 'libfuture-asyncawait-perl' 'libqpdf-dev' 'libxml-commonns-perl' 'python3-httplib2' 'libfreerdp-server2-2' 'hidrd' 'libaal-dev' 'libgovirt-common' 'libpoe-loop-tk-perl' 'cairo-dock-rssreader-plug-in' 'libg3d0' 'lighttpd' 'libgstreamer-plugins-good1.0-0' 'python-whisper' 'libx32gphobos68-dbg-amd64-cross' 'librt-extension-commandbymail-perl' 'python-newt' 'osm2pgsql' 'libstdc++6-7-dbg-i386-cross' 'python-jieba-doc' 'kmod' 'gourmet' 'groonga-doc' 'fonts-averia-serif-gwf' 'fp-compiler' 'libghc-openpgp-asciiarmor-prof' 'node-d3-shape' 'xserver-xorg-video-nouveau-hwe-16.04-dbg' 'libelemental-dev' 'unity-scope-yelp' 'fcitx-table-translit' 'oasis' 'xserver-xorg-input-void-hwe-16.04' 'tesseract-ocr-div' 'libacme-poe-knee-perl' 'linux-cloud-tools-4.15.0-76-lowlatency' 'python3-pastedeploy' 'libn32gcc-6-dev-mips64-cross' 'gmailieer' 'libgfbgraph-0.2-0' 'freeipa-server-trust-ad' 'libgromacs3' 'libtie-refhash-weak-perl' 'libvibe-core0' 'node-pinkie-promise' 'worklog' 'peony-share' 'linux-image-4.15.0-52-generic' 'linux-cloud-tools-lowlatency-hwe-18.04' 'libjersey1-client-java' 'xserver-xorg-video-radeon-dbg' 'daxctl' 'alpine' 'libghc-diagrams-doc' 'libxml-parser-easytree-perl' 'linux-buildinfo-5.0.0-1009-oracle' 'prometheus-sql-exporter' 'g++-5-multilib-sparc64-linux-gnu' 'colobot-common' 'libnb-apisupport3-java' 'golang-github-bkaradzic-go-lz4-dev' 'casync' 'libvlccore9' 'node-camelcase-keys' 'newt-tcl' 'lie' 'revolution-r' 'python-fabulous' 'python3-dj-static' 'libadminutil0' 'libdatetime-format-epoch-perl' 'adapt' 'libx32gphobos-8-dev-amd64-cross' 'libghc-relational-query-dev' 'python-pycparser' 'r-cran-mapproj' 'logstalgia' 'python-flask-flatpages-doc' 'libmono-smdiagnostics0.0-cil' 'psi-translations' 'libtest-routine-perl' 'python-kitchen-doc' 'linux-image-4.15.0-1025-kvm' 'libtest-www-mechanize-cgiapp-perl' 'wnn7egg' 'ldm-lubuntu-theme' 'libghc-aeson-compat-doc' 'qtdeclarative5-test-plugin' 'libghc-monadrandom-doc' 'transcode-doc' 'libudev1' 'libkf5js5' 'ruby-coffee-script' 'linux-image-virtual-hwe-16.04' 'xserver-xorg-input-mtrack' 'libmongo-client0' 'golang-github-tendermint-go-db-dev' 'libgearman8' 'lib64asan4-powerpc-cross' 'libghc-yesod-auth-dev' 'ubuntu-gnome-wallpapers' 'python-git-os-job' 'octave-data-smoothing' 'node-inflight' 'libghc-http-types-doc' 'linux-image-5.0.0-1007-oracle' 'gfmd' 'libghc-psqueue-dev' 'signon-kwallet-extension' 'golang-github-hydrogen18-stoppablelistener-dev' 'node-proto-list' 'libsaga-api-2.3.1' 'itk3-dev' 'gobjc-sh4-linux-gnu' 'libtrilinos-zoltan2-dev' 'python3-mpltoolkits.basemap' 'libgmic-dev' 'ruby-omniauth-saml' 'libhtml-template-compiled-perl' 'dcmtk-doc' 'libdb-je-java' 'libeclipse-core-variables-java' 'python3-sireader' 'libeval0' 'node-fstream' 'ruby-gherkin' 'edubuntu-artwork' 'tk8.5-dev' 'python-murano-pkg-check' 'libsieve2-1' 'python-pybtex' 'libdevel-declare-perl' 'libcatalyst-devel-perl' 'libasan3-dbg-powerpc-cross' 'tint2' 'dkim-milter-python' 'notmuch-addrlookup' 'libcrypt-simple-perl' 'syncevolution-provider-goa' 'linux-buildinfo-4.18.0-18-lowlatency' 'mudlet' 'ipwatchd-gnotify' 'libjcifs-java-doc' 'libvpx5' 'node-etag' 'libakonadi-kabc4' 'gnat-6-powerpc64-linux-gnu' 'ruby-compass' 'ncoils' 'linux-tools-4.18.0-1014-azure' 'libapache-session-wrapper-perl' 'libjsr166y-java-doc' 'libclutter-gtk-1.0-doc' 'libglade2.0-cil' 'libghc-fgl-arbitrary-doc' 'python3-pyorick' 'libkwineffects11' 'libghc-foundation-dev' 'linux-headers-5.0.0-1020-azure' 'libradare2-dev' 'libunicode-utf8-perl' 'ubuntu-core-libs-dev' 'libucl1' 'caja-image-converter' 'libdcap1' 'libatd-ocaml' 'libexplain51' 'erlang-runtime-tools' 'python-libsmdev' 'node-tunnel-agent' 'libjconv2' 'irony-mode' 'gnome-doc-utils' 'alien-arena-server' 'libbpp-qt-dev' 'hgview-common' 'cpp-6-powerpc64le-linux-gnu' 'linux-image-unsigned-4.15.0-1032-gcp' 'cl-github-v3' 'ekeyd' 'libmseed-doc' 'libpxp-ocaml-dev' 'rsyslog' 'libghc-pango-doc' 'libpcl-tracking1.8' 'python-glance-store-doc' 'lld' 'a11y-profile-manager-doc' 'python-abstract-rendering' 'libghc-dice-entropy-conduit-dev' 'libghc-sql-words-doc' 'libghc-hashable-time-doc' 'node-parents' 'libwinpr-file0.1' 'python-django-openstack-auth' 'astrometry-data-tycho2-07-littleendian' 'gerstensaft' 'python-spyderlib-doc' 'coffeescript' 'libmaven-jaxb2-plugin-java' 'language-pack-xh-base' 'libghc-lambdabot-misc-plugins-dev' 'setbfree' 'libgoffice-0.8-8' 'libplexus-maven-plugin-java' 'perl-debug' 'node-gulp-concat' 'libglobus-authz-callout-error0' 'llvm-3.9-tools' 'fcitx-table-cangjie3' 'linux-modules-4.15.0-1067-oem' 'fcitx-table-cangjie5' 'linux-image-unsigned-5.0.0-37-lowlatency' 'tmuxp' 'python3-flake8' 'libghc-cryptohash-cryptoapi-doc' 'libmods-record-perl' 'libasan3-dbg-ppc64el-cross' 'guidedog' 'nfdump-sflow' 'sendmail-bin' 'python3-plainbox' 'libusb-java-doc' 'libstdc++-7-pic-armel-cross' 'linux-buildinfo-4.18.0-22-lowlatency' 'python3-pypandoc' 'libfido2-0' 'screengrab' 'libmethod-signatures-perl' 'tryton-modules-production-routing' 'libfido2-1' 'python-aubio' 'python3-svipc' 'libcolorhug-dev' 'gnome-tweak-tool' 'erlang-getopt' 'microbiomeutil' 'linux-tools-4.15.0-1021-gcp' 'siproxd' 'plasma-vault' 'fop-doc' 'libkf5runner5' 'libtrilinos-zoltan12' 'extundelete' 'neutron-plugin-sriov-agent' 'lib32gfortran5-mips64-cross' 'designate' 'xserver-xorg-video-intel-dbg' 'bash-static' 'libgomp1-dbg' 'fluxbox' 'libgtk2-imageview-perl' 'libdns-zoneparse-perl' 'linux-tools-5.0.0-1028-gcp' 'kernelshark' 'xara-gtk' 'libulfius-dev' 'libcolord-dev' 'libwebkit2-sharp-4.0-cil-dev' 'libfelix-bundlerepository-java-doc' 'getty-run' 'gnome-dvb-daemon' 'cream' 'ubuntu-mate-lightdm-theme' 'xutils-dev' 'colossal-cave-adventure' 'libghc-openglraw-dev' 'golang-github-ngaut-log-dev' 'amarok' 'libreoffice-help-pt-br' 'libgnatvsn6-dbg-sh4-cross' 'libdlmcontrol-dev' 'elpa-elfeed-web' 'mozilla-devscripts' 'lib64gfortran4-powerpc-cross' 'htdig-doc' 'libinnodb-dbg' 'x11proto-video-dev' 'debian-faq-de' 'libdvdnav4' 'libgssglue-dev' 'libg3d-doc' 'python3-admesh' 'erlang-p1-xml' 'j4-dmenu-desktop' 'libtimingframework-java' 'python-dkim' 'libnet-freedb-perl' 'sun-javadb-client' 'libkf5notifyconfig5' 'apwal' 'libvibe-redis-dev' 'libpango-perl' 'libc6-dbg-mips64r6-cross' 'libmaven-doxia-tools-java-doc' 'libtaningia0' 'nexuiz-server' 'nfs-ganesha-mem' 'libxdffileio-dev' 'libjava-string-similarity-java' 'libx32gcc1-dbg-amd64-cross' 'libindidriver1' 'libfastjetplugins-dev' 'libsbml5-dev' 'python-gear' 'libtext-template-perl' 'linux-modules-nvidia-390-4.15.0-58-lowlatency' 'libgcr-ui-3-1' 'golang-github-abbot-go-http-auth-dev' 'libglobus-gfork0' 'linux-headers-gcp' 'libfwnt-dev' 'libjs-emojione' 'libunity-gtk2-parser0' 'gcc-6-multilib-arm-linux-gnueabihf' 'blktool' 'python-cursive' 'golang-github-go-sql-driver-mysql-dev' 'libantlr3c-dev' 'libfluidsynth1' 'pd-boids' 'luckybackup' 'gpicview' 'geant321-data' 'libboost-system1.65-dev' 'unyaffs' 'python-django-casclient' 'linux-image-unsigned-5.3.0-1008-gcp' 'gfortran-doc' 'perl-doc' 'molly-guard' 'cl-local-time' 'libppix-regexp-perl' 'antlr3.2-gunit-maven-plugin' 'gcc-5-plugin-dev-sh4-linux-gnu' 'net-tools' 'gnat-7-arm-linux-gnueabihf' 'tunapie' 'cl-mustache' 'libpff-dbg' 'g++-7-multilib-arm-linux-gnueabi' 'libghc-csv-conduit-doc' 'libmoosex-compiletime-traits-perl' 'caneda' 'libgfortran4-mipsel-cross' 'libbpp-qt2' 'python3-flaskext.wtf' 'libghc-html-prof' 'eclipse-titan' 'libarpack2-dev' 'python-pyvisa' 'mapcode' 'libexttextcat-dev' 'libghc-dlist-prof' 'libcmrt1' 'libghc-shell-conduit-dev' 'linux-image-4.15.0-1056-aws' 'quodlibet' 'libflickcurl0' 'python-beautifulsoup' 'libdevel-symdump-perl' 'libtest-poe-server-tcp-perl' 'libdmraid1.0.0.rc16' 'leocad' 'python-pexpect' 'libraw-bin' 'python3-iso8601' 'libwebcam0-dbg' 'linux-tools-4.15.0-60-generic' 'lpe' 'pyjoke' 'doc-linux-fr-text' 'gir1.2-guestfs-1.0' 'arptables' 'libmono-system-servicemodel-web4.0-cil' 'lib64go13-dbg-x32-cross' 'r-cran-forcats' 'lib64itm1-dbg-x32-cross' 'gfsd' 'libalkimia-dev' 'libghc-hspec-contrib-doc' 'python-x2go' 'iproute2-doc' 'ocaml-base-nox' 'lib64stdc++6-8-dbg-i386-cross' 'knot-host' 'node-block-stream' 'lpr' 'python-rawkit' 'neutron-plugin-openvswitch-agent' 'gearman-job-server' 'libgrantlee-templates5' 'r-cran-blockmodeling' 'debian-faq-fr' 'libsdl-pango-dev' 'language-pack-si-base' 'python3-paypal' 'linux-modules-nvidia-390-4.15.0-62-lowlatency' 'snooze' 'arcanist' 'python-txsocksx' 'libjmock-java-doc' 'coinor-libcoinutils-doc' 'mate-window-title-applet' 'libswe0' 'node-vows' 'libghc-brick-dev' 'libghc-safesemaphore-doc' 'libnumber-bytes-human-perl' 'lua-lgi-dev' 'libghc-unlambda-dev' 'wesnoth-1.12-thot' 'gedit-plugin-zeitgeist' 'ascd' 'lqa' 'libhugs-x11-bundled' 'fonts-tlwg-garuda' 'libace-flreactor-6.4.5' 'linux-cloud-tools-4.15.0-24-lowlatency' 'python-pytest-cookies' 'xbmc-pvr-mythtv-cmyth' 'libeclipse-compare-java' 'libglbinding-dev' 'traceview' 'libnet-cidr-perl' 'dahdi-firmware-nonfree' 'libunibilium-dev' 'libinnodb3' 'zeroc-icebox' 'linux-image-4.15.0-29-lowlatency' 'python-pysam-tests' 'python3-django-filters' 'node-mysql' 'libequinox-p2-publisher-eclipse-java' 'erlang-luerl' 'ruby-varia-model' 'python3-stevedore' 'geany-plugin-defineformat' 'libmyth-python' 'gobjc-riscv64-linux-gnu' 'gfpoken' 'libmx-2.0-0' 'libinnodb-dev' 'python3-coverage' 'libi2c-dev' 'emacs-jabber' 'gcc-m68k-linux-gnu' 'thunderbird-locale-zh-cn' 'libnet-ifconfig-wrapper-perl' 'gftp' 'dico-dev' 'libelemental-doc' 'python3-dijitso' 'cabal-install' 'libevas1' 'libbfb0-dev' 'python-distutils-extra' 'python3-libtorrent-dbg' 'linux-doc' 'libiscwt-java' 'python3-pytoml' 'linux-source-5.0.0' 'fonts-adf-tribun' 'linux-image-4.15.0-1009-gcp' 'libghc-haskell-lexer-prof' 'libc6-mipsr6-cross' 'hwinfo' 'tftpd-hpa' 'python-lockfile' 'python3-pylibmc' 'libtie-hash-indexed-perl' 'python3-nose-json' 'libvlc-bin' 'python-cap-ng' 'libghc-blaze-textual-dev' 'python-vtk6' 'libgfortran4-dbg-sparc64-cross' 'elpa-go-mode' 'libapparmor1' 'python3-jupyter-client' 'libghc-relational-query-doc' 'newrole' 'libclj-time-clojure' 'binutils-mipsisa64r6el-linux-gnuabi64-dbg' 'libpff-dev' 'linux-oracle-edge' 'gprolog-doc' 'lsb' 'tipa-doc' 'libdumbnet-dev' 'pd-creb' 'htag' 'libkdgantt2-0' 'libpdal-base5' 'freewheeling' 'libjcip-annotations-java-doc' 'ghc-prof' 'compiz-dev' 'ruby-source-map' 'getdp' 'linux-modules-5.0.0-15-lowlatency' 'lsm' 'libkokyu-6.4.5' 'pike7.8-manual' 'plasma-desktop-data' 'libnet-smtp-ssl-perl' 'xfce4-smartbookmark-plugin' 'fonts-tuffy' 'vim-haproxy' 'libhaapi-dev' 'linux-image-unsigned-4.15.0-1032-gke' 'libvibe-http-dev' 'python-tvdb-api' 'libwebcam0-dev' 'libgfortran-8-dev-ppc64-cross' 'linux-headers-4.15.0-1021-kvm' 'gcc-8-test-results' 'libnet-server-perl' 'libghc-yesod-auth-doc' 'debian-faq-it' 'libqxt-web0' 'ruby-facets' 'libghc-psqueue-doc' 'libcanberra-gtk-common-dev' 'linux-modules-nvidia-390-4.15.0-1047-aws' 'lua-mode' 'libcdb-file-perl' 'libqgis-networkanalysis2.18.17' 'twpsk' 'dovecot-pop3d' 'ros-desktop-full-lisp-dev' 'runsnakerun' 'libsoup2.4-1' 'itk3-doc' 'libghc-cond-dev' 'lib64ubsan1-dbg-x32-cross' 'tesseract-ocr-script-deva' 'g++-8-mips64-linux-gnuabi64' 'gnome-getting-started-docs-zh-hk' 'libkf5calendarcore-dev' 'figtree' 'scim-dev' 'libdbaudiolib0' 'libutil-freebsd-9' 'rrdtool-tcl' 'phpldapadmin' 'wbar-config' 'python-vtkgdcm' 'libobexftp-perl' 'linux-image-unsigned-4.18.0-22-generic' 'libfabric-dev' 'libghc-hxt-tagsoup-prof' 'tk8.5-doc' 'xpilot-ng' 'barman-cli' 'python3-tzlocal' 'n2n' 'install-mimic' 'libjson-xs-perl' 'libinline-files-perl' 'node-fs-write-stream-atomic' 'psfex' 'fdutils' 'powerdevil-data' 'libx32phobos-5-dev' 'tango-accesscontrol' 'myspell-en-au' 'abr2gbr' 'notmuch-mutt' 'phpunit-resource-operations' 'libghc-intern-dev' 'libgnatprj5-dev-armel-cross' 'libopendht-dev' 'r-cran-markdown' 'libqt5quickcontrols2-5' 'language-pack-gnome-da-base' 'libesd-java' 'linux-modules-nvidia-390-4.15.0-1033-oracle' 'libdata-stag-perl' 'libx32objc-6-dev' 'lib64gphobos76-dbg' 'python-murano-dashboard' 'rsplib-dbg' 'libscram-java' 'libjuff0.10' 'lib32stdc++-7-dev-ppc64-cross' 'libghc-foundation-doc' 'libre0' 'node-camelcase' 'python3-flufl.bounce' 'python3-sphinxcontrib.websupport' 'libgo11-dbg-amd64-cross' 'libtext-textile-perl' 'man2html-base' 'linux-cloud-tools-4.15.0-52-generic' 'libsdl-console' 'pidgin-hotkeys' 'alien-arena-data' 'php-finder-facade' 'golang-go4-dev' 'htmldoc-common' 'libmail-chimp3-perl' 'libubsan0-arm64-cross' 'gambc' 'wmail' 'nvidia-dkms-390' 'pytrainer' 'python3-gitlab' 'opensips-http-modules' 'texlive-xetex' 'gnat-5-sjlj-mips-linux-gnu' 'libngraph0-dev' 'globus-scheduler-event-generator-progs' 'lua5.1-doc' 'thepeg-gui' 'libpcscada0.7.3.1' 'ruby-compass-core' 'python-cement' 'libjs-html2canvas' 'libhtml-wikiconverter-phpwiki-perl' 'asl-doc' 'libompl12' 'linux-modules-4.15.0-55-lowlatency' 'python3-cups' 'qalc' 'libfsobasics3' 'gnat-5-arm-linux-gnueabi' 'libghc-dice-entropy-conduit-doc' 'python3-espeak' 'r-cran-distory' 'golang-go.crypto-dev' 'wine64-development-tools' 'claws-mail-multi-notifier' 'libnb-svnclientadapter-java' 'libcasa-ms2' 'python3-fast5' 'rospack-tools' 'ispanish' 'fonts-ocr-a' 'linux-image-virtual-gkeop-5.0' 'fonts-ocr-b' 'language-pack-gnome-dz-base' 'libann0' 'libsfark-dev' 'python3-monajat' 'elpa-simple-httpd' 'linux-headers-4.18.0-1018-aws' 'libghc-lambdabot-misc-plugins-doc' '4ti2' 'tinywm' 'xmms2-plugin-speex' 'openal-info' 'debbugs-web' 'elpa-jabber' 'libsaxonhe-java' 'policycoreutils' 'node-querystring' 'python-hidapi' 'c++-annotations-html' 'python-tinycss' 'zeroc-ice-utils' 'libcgi-application-plugin-fillinform-perl' 'bochs-term' 'golang-github-inconshreveable-go-update-dev' 'libmariadbclient-dev' 'libx32lsan0-amd64-cross' 'libtest2-plugin-nowarnings-perl' 'libipset3' 'libqapt3-runtime' 'libtexttools-doc' 'libmarc-crosswalk-dublincore-perl' 'steptalk' 'deepin-icon-theme' 'linux-headers-gke' 'libghc-tasty-smallcheck-dev' 'binutils-mipsel-linux-gnu' 'abs-guide' 'singular-ui-xterm' 'libgfortran-6-dev-i386-cross' 'libnet-traceroute-pureperl-perl' 'fcitx-table-all' 'udptunnel' 'qbittorrent' 'plinth' 'libcatalyst-manual-perl' 'python-bpfcc' 'golang-github-dhowett-go-plist-dev' 'leaff' 'libqtscript4-core' 'ptex-jtex' 'libgo7-dbg-alpha-cross' 'fonts-lohit-deva-nepali' 'linux-image-extra-virtual-hwe-18.04' 'libbdd0c2' 'invesalius-examples' 'libghc-openssl-streams-dev' 'db-util' 'php-symfony-css-selector' 'mir-client-platform-mesa-dev' 'python3.7-minimal' 'libghc-openglraw-doc' 'lwm' 'cutils' 'r-cran-slam' 'cpp-riscv64-linux-gnu' 'docbook-mathml' 'libdublincore-record-perl' 'gobjc++-5-sh4-linux-gnu' 'linux-image-unsigned-4.15.0-42-generic' 'freeradius-ldap' 'libqtermwidget5-0-dev' 'libxml-quote-perl' 'junior-games-card' 'linux-modules-extra-4.15.0-1008-gcp' 'libguestfs-perl' 'gpsshogi' 'vim-syntax-gtk' 'marco' 'libnids-dev' 'mopac7-bin' 'xul-ext-mozvoikko' 'osmosis' 'jenkins-job-builder-doc' 'lxc' 'pxelinux' 'libz3-ocaml-dev' 'lxd' 'mailnag' 'node-stack-utils' 'libmath-bigint-perl' 'wine1.6-dev' 'libsbml5-doc' 'libmosquittopp1-dbg' 'linux-modules-5.0.0-1008-oracle' 'munipack' 'libmove-base-msgs-dev' 'language-pack-gnome-crh' 'librime-data-terra-pinyin' 'libn32gcc-7-dev-mips64el-cross' 'hockeypuck' 'wide-dhcpv6-server' 'libnpth0-dev' 'linux-tools-5.0.0-1016-aws' 'libccss-1-5-dbg' 'python3-guidata' 'hex-a-hop' 'libstdc++6-6-dbg-sh4-cross' 'sofa-apps' 'libds-admin-serv0' 'libbind-export-dev' 'phpunit-object-enumerator' 'golang-grpc-gateway' 'icedtea-netx' 'phpmyadmin' 'ruby-cutest' 'php-horde-secret' 'node-commist' 'senlin-engine' 'libghc-fingertree-dev' 'golang-github-skynetservices-skydns-dev' 'libossim1' 'libxbae-dev' 'matchbox-keyboard-im' 'libsyslog-ocaml-dev' 'fonts-sil-abyssinica' 'liggghts' 'octave-dataframe' 'libghc-shell-conduit-doc' 'ltsp-cluster-accountmanager' 'python-gtextfsm' 'php-symfony-security-guard' 'tesseract-ocr-dzo' 'libtcod0' 'libmoox-types-mooselike-perl' 'monodoc-nunit-manual' 'gir1.2-matemenu-2.0' 'lib32gcc1-dbg-s390x-cross' 'libjackson2-jaxrs-providers-java' 'golang-github-gin-contrib-sse-dev' 'anyremote' 'python-stdeb' 'argagg-dev-doc' 'kissplice' 'uw-mailutils' 'libdatetime-format-mail-perl' 'qtdeclarative5-window-plugin' 'python-pyjavaproperties' 'onionbalance' 'node-commander' 'libc6.1-dbg-alpha-cross' 'python3-tqdm' 'kodi-pvr-vdr-vnsi' 'libksgrd7' 'lyx' 'gnash' 'vilistextum' 'tightvnc-java' 'libnet-pcap-perl' 'libghc-doctemplates-prof' 'node-hash.js' 'libpolkit-gobject-1-dev' 'urlwatch' 'corosync-qdevice' 'python3-openflow' 'linux-headers-4.15.0-1052-aws' 'gdc-6-multilib-powerpc-linux-gnu' 'xpilot-ng-server' 'libcigicl1-dbg' 'aspell-eu-es' 'libxapian-dev' 'libghc-simple-templates-dev' 'borgbackup' 'kamoso' 'libbcpkix-java' 'chkservice' 'lzd' 'python3-neutronclient' 'linux-modules-4.15.0-1008-oem' 'libndp-tools' 'python3-pylama' 'node-is-windows' 'node-stats-webpack-plugin' 'biosdevname' 'linux-modules-nvidia-418-5.0.0-1025-azure' 'gcc-5-multilib-mips-linux-gnu' 'picard' 'libiksemel3' 'gamgi' 'libghc-brick-doc' 'libjgoodies-common-java' 'laserboy-indep' 'shiki-human-theme' 'python-zope.location' 'libghc-unlambda-doc' 'linux-modules-4.15.0-1035-aws' 'scala-xml' 'python-protocols' 'uhub' 'wmanx' 'libemail-valid-loose-perl' 'libgcc-7-dev-alpha-cross' 'linux-modules-4.18.0-1011-aws' 'libghc-edison-core-prof' 'php-symfony-http-foundation' 'libvisp-imgproc-dev' 'mrtdreader' 'tracker-miner-fs' 'xbmc' 'ubuntu-gnome-wallpapers-yakkety' 'python-gnutls' 'python-vm-builder' 'python-radix' 'pk-update-icon' 'clang-format-5.0' 'jsamp' 'doxyqml' 'libgcc1-alpha-cross' 'node-strip-json-comments' 'libsphere0d' 'lib32cilkrts5' 'r-cran-hdf5' 'libczmq-dev' 'lib64gphobos-6-dev-x32-cross' 'gnats' 'libcql-parser-perl' 'g15composer' 'debbugs-local' 'python-factory-boy' 'libgo11-dbg' 'linux-headers-4.15.0-1014-azure' 'dico-doc' 'ruby-gitlab' 'libvirglrenderer-dev' 'mupen64plus-rsp-z64' 'libsigscan1' 'libgo11-armhf-cross' 'libcglib-java-doc' 'libgnat-6-dbg-sh4-cross' 'gmediarender' 'libfolks-dev' 'libdebconf-kde-dev' 'libdate-calc-xs-perl' 'bittornado-gui' 'linux-cloud-tools-common' 'python-egenix-mxproxy-doc' 'yorick-yao' 'r-cran-magrittr' 'twolame' 'librange-v3-dev' 'lib64gfortran4-i386-cross' 'lookup' 'pypy-libusb1' 'libdynamicedt3d-dev' 'node-es6-set' 'apt-dater-host' 'libauthen-krb5-admin-perl' 'libsmdev1' 'ruby-minitest' 'libhamlib2-perl' 'gnat-8-sjlj-aarch64-linux-gnu' 'libopenni0' 'linux-cloud-tools-4.18.0-18-lowlatency' 'libmagics++-dev' 'gdc-multilib-x86-64-linux-gnu' 'cifs-utils' 'gir1.2-nice-0.1' 'wine1.6' 'libghc-blaze-textual-doc' 'lib32stdc++-5-dev-mips64el-cross' 'g++-7-multilib-mipsel-linux-gnu' 'libghc-json-dev' 'sreview-encoder' 'golang-github-fortytw2-leaktest-dev' 'python-inflection' 'golang-github-google-btree-dev' 'gcc-6-plugin-dev-mips64-linux-gnuabi64' 'libgtkmathview-dev' 'linux-buildinfo-5.0.0-1012-oem-osp1' 'libliggghts-dev' 'php-horde-kronolith' 'libidzebra-2.0-modules' 'gamin' 'mpdtoys' 'libgimp2.0-dev' 'kbounce' 'libn32gfortran-8-dev-mips64el-cross' 'ruby-css-parser' 'libghc-conduit-combinators-prof' 'linux-buildinfo-4.15.0-1048-gke' 'lorene' 'libtext-trim-perl' 'libx32ubsan1-amd64-cross' 'libplack-middleware-debug-perl' 'libmoosex-strictconstructor-perl' 'debian-faq-ru' 'ruby-ffi-yajl' 'linux-image-unsigned-4.15.0-1022-oracle' 'python3-pymongo' 'libsfgfortran4-armhf-cross' 'libcollectdclient1' 'libfilter-template-perl' 'ubuntu-wallpapers-raring' 'librtmidi-dev' 'python3-biom-format' 'gobjc++-powerpc64-linux-gnu' 'minetest-mod-nether' 'libsysadm-install-perl' 'libsfark0-dbg' 'xserver-xorg-hwe-16.04' 'python3-pyside.qtscript' 'libqt5webenginewidgets5' 'ca-certificates-mono' 'ruby-sidekiq' 'libopus-dbg' 'ecere-dev' 'python3-agateexcel' 'ruby-benchmark-ips-doc' 'maria' 'libtalloc2' 'libghc-cond-doc' 'python-django-reversion-doc' 'dynagen' 'python-mock-services' 'librecode0' 'libcqrlib2-dev' 'libsystem-command-perl' 'fpdns' 'python3-restless' 'libasterisk-agi-perl' 'libkf5solid-dev' 'cernlib-montecarlo' 'linux-cloud-tools-4.18.0-22-lowlatency' 'linux-tools-4.15.0-1031-kvm' 'cl-xmls' 'python-digitalocean' 'perlbrew' 'node-assert' 'libsearpc-dbg' 'python3-blessed' 'bauble' 'python-fakesleep' 'libistack-commons-java' 'libbusiness-creditcard-perl' 'golang-github-disintegration-imaging-dev' 'libghc-intern-doc' 'gcc-7-plugin-dev-arm-linux-gnueabi' 'evolver' 'libip4tc-dev' 'fbterm-ucimf' 'libcrypt-cracklib-perl' 'libghc-cryptohash-conduit-dev' 'jel-java-doc' 'libvmime1-doc' 'gosa-plugin-squid' 'python-zope.app.folder' 'golang-github-pmylund-go-cache-dev' 'gir1.2-umockdev-1.0' 'libgtkdataboxmm-dev' 'x509-util' 'libcnoid-dev' 'g++-7-multilib-powerpc64-linux-gnu' 'libgo11-dbg-arm64-cross' 'ruby-docile' 'gazebo9-doc' 'libghc-mime-types-prof' 'gedit-plugin-text-size' 'libio-socket-ssl-perl' 'bwbar' 'debootstick' 'python-easyzone' 'gir1.2-nautilus-3.0' 'python-kineticstools' 'libhugs-parsec-bundled' 'linux-modules-nvidia-390-4.15.0-66-generic' 'liborocos-kdl-dev' 'torbrowser-launcher' 'libactivemq-protobuf-java-doc' 'sakura' 'hiera-eyaml' 'python-wtf-peewee' 'lib32gcc1-sparc64-cross' 'python-djangorestframework-generators' 'ruby-flot-rails' 'python3-netifaces-dbg' 'python-cv-bridge' 'libgettext-maven-plugin-java' 'libkf5baloowidgets-dev' 'tuxpaint-data' 'asql' 'node-rai' 'libregexp-pattern-perl' 'kde-config-cron' 'libsolv0' 'dynare-doc' 'libgfortran-6-dev-powerpcspe-cross' 'golang-gopkg-yaml.v2-dev' 'ruby-log4r' 'node-registry-auth-token' 'libjs-expect.js' 'fetch-crl' 'libhash-diff-perl' 'libcommons-jci-eclipse-java' 'python-django-app-plugins' 'libdebian-source-perl' 'golang-github-tobi-airbrake-go-dev' 'phploc' 'linux-modules-extra-4.15.0-62-generic' 'wx3.0-examples' 'gnuais' 'openbabel-dbg' 'python-gi-dbg' 'ruby-jwt' 'golang-github-ubuntu-ubuntu-report-dev' 'dbacl' 'libvncserver1' 'libmath-nocarry-perl' 'linux-buildinfo-4.18.0-1012-aws' 'linux-tools-4.18.0-1012-aws' 'libghc-tasty-smallcheck-doc' 'python-pylons' 'ttf-essays1743' 'elpa-apiwrap' 'gnat-8-sjlj-x86-64-linux-gnu' 'libcommons-lang-java-doc' 'libghc-parsers-dev' 'tryton-modules-sale-shipment-cost' 'google-android-build-tools-17-installer' 'nfstrace-doc' 'python-zinnia' 'libapache2-mod-auth-kerb' 'lottanzb' 'libdata-uniqid-perl' 'libgnatprj5-dev-s390x-cross' 'gnome-getting-started-docs-zh-tw' 'libqt5xml5' 'gnome-2048' 'python-libconcord' 'kde-telepathy-call-ui' 'banshee-extension-ampache' 'argonaut-fai-mirror' 'python-rados' 'coinor-libipopt1v5-dbg' 'pokemmo-installer' 'unity-control-center' 'libghc-openssl-streams-doc' 'gammu' 'libaqbanking-dev' 'icnsutils' 'python3-pylast' 'pkg-config-mipsel-linux-gnu' 'libopus-dev' 'libkkc2-dbg' 'libwss4j-java' 'node-dot-prop' 'libgcc-6-dev-i386-cross' 'tstools' 'glyphsinfo' 'libb-hooks-op-annotation-perl' 'octave-parallel' 'postgresql-10-cron' 'getdns-utils' 'libfastjet-fortran0' 'liblxqt-data' 'libcaca-dev' 'libmysql++3v5' 'lib32stdc++6-sparc64-cross' 'libdynaloader-functions-perl' 'kde-config-telepathy-accounts' 'opendrim-lmp-physicalasset' 'htop' 'r-cran-downloader' 'libsearpc-dev' 'apticron-systemd' 'libgnatvsn7-dbg' 'libvorbis-ocaml' 'libtf2-msgs-dev' 'linux-signed-azure-edge' 'libghc-sendfile-dev' 'linux-buildinfo-5.3.0-19-generic' 'foodcritic' 'mlpack-bin' 'node-xml2js' 'rocs' 'libkernlib1-dev' 'libanyevent-callback-perl' 'fonts-monlam' 'ruby-celluloid-pool' 'libeegdev0' 'liboglappth2' 'libxml-compile-perl' 'node-builtin-status-codes' 'golang-github-calmh-du-dev' 'node-grunt-legacy-log' 'titanion' 'lubuntu-artwork-10-04' 'libignition-common-dev' 'libvamp-hostsdk3v5' 'octave-tsa' 'kdegraphics' 'libtonezone2.0' 'libwebkitgtk-3.0-0' 'gtk2-engines-murrine' 'libcpan-sqlite-perl' 'dhcpcd-dbus' 'jsxcompressor' 'libpocodataodbc50' 'ruby-valid' 'fp-compiler-3.0.4' 'python3-efilter' 'libghc-smtlib-prof' 'libzmf-dev' 'libwebpdemux2' 'fdpowermon-icons' 'gpsd-clients' 'veusz-helpers' 'maq' 'unmo3' 'lld-7' 'libghc-fingertree-doc' 'libopencv-stitching-dev' 'lld-8' 'firehol-common' 'libjmock2-java-doc' 'mat' 'lld-9' 'ofxstatement' 'python-yarl-doc' 'qtquickcontrols2-5-dev' 'ruby-directory-watcher' 'libkcddb-dbg' 'language-pack-de-base' 'sapgui-package' 'xcursor-themes' 'libzulucryptpluginmanager-dev' 'libhtml-html5-outline-perl' 'linux-tools-virtual-hwe-18.04' 'gfortran-6-multilib-mips64-linux-gnuabi64' 'pypy-six' 'libjs-dojo-core' 'linux-modules-5.0.0-1026-gcp' 'west-chamber-source' 'fonts-dseg' 'libow-dev' 'python3-biomaj3-user' 'linux-image-4.15.0-1019-kvm' 'fldiff' 'lubuntu-artwork-10-10' 'python-hachoir-subfile' 'thunderbird-locale-zh-tw' 'xmms2-plugin-karaoke' 'ibus-gtk' 'librole-rest-client-perl' 'libtracker-miner-2.0-0' 'gdc-8-multilib-x86-64-linux-gnux32' 'clonalorigin' 'yorick-yeti-regex' 'libdigest-bubblebabble-perl' 'apertium-kaz' 'python-hijra' 'libkf5bookmarks-dev' 'crossbuild-essential-s390x' 'gnat-8-sjlj-arm-linux-gnueabihf' 'astrometry-data-2mass-00' 'alsaplayer-xosd' 'astrometry-data-2mass-01' 'python-gi-dev' 'libunivalue-dev' 'astrometry-data-2mass-02' 'libghc-simple-templates-doc' 'epstool' 'libkio5' 'tropic-look' 'astrometry-data-2mass-03' 'astrometry-data-2mass-04' 'libparse-win32registry-perl' 'lib32stdc++-5-dev-mips64-cross' 'sshguard' 'astrometry-data-2mass-05' 'gnat-6-hppa-linux-gnu' 'astrometry-data-2mass-06' 'python-gamera.toolkits.ocr' 'astrometry-data-2mass-07' 'mbr' 'umview-mod-umfuseext2' 'libghc-yi-misc-modes-prof' 'mbt' 'mbw' 'libpam-gnome-keyring' 'libexempi3' 'linux-tools-4.15.0-1035-oem' 'tnat64' 'libgettextpo-dev' 'golang-gopkg-macaroon.v1-dev' 'qjoypad' 'libopenhft-chronicle-threads-java' 'bouncy' 'fldigi' 'libslepc-complex-3.7.4' 'mariadb-server-10.1' 'pagekite' 'systemtap-common' 'libfaketime' 'libghc-uuagc-cabal-dev' 'libunac1' 'golang-github-philhofer-fwd-dev' 'libghc-tree-monad-dev' 'xdg-desktop-portal-dev' 'shiki-colors-xfwm-theme' 'mcl' 'rofi' 'node-typedarray-to-buffer' 'golang-github-blevesearch-go-porterstemmer-dev' 'libmaven-shared-jar-java' 'phpunit-mock-object' 'libgwengui-fox16-0' 'libxcb-cursor0' 'python-mlpy-doc' 'python-workqueue' 'python-pyisomd5sum' 'libflac-ocaml' 'libpod-latex-perl' 'binutils-sparc64-linux-gnu-dbg' 'adduser' 'python3-chargebee2' 'python-rospkg' 'python-jsondiff' 'ubuntu-wallpapers-precise' 'a11y-profile-manager-indicator' 'libspring-jms-java' 'libqt5quicktest5' 'libmetainf-services-java' 'slugimage' 'mecab-jumandic' 'libanalitza-dev' 'oar-server' 'libltdl7' 'libgnatvsn7-dev' 'remake' 'libqhull7' 'mgltools-opengltk' 'libsoldout-dev' 'linux-image-unsigned-4.15.0-1026-gcp' 'librange-v3-doc' 'libgcc-6-dev-sh4-cross' 'chaussette' 'python-argh' 'gnome-disk-utility' 'libdist-zilla-plugin-modulebuildtiny-perl' 'mdk' 'lizardfs-master' 'ubuntu-kylin-sso-client' 'libjs-jquery-throttle-debounce' 'glurp' 'gstreamer1.0-pulseaudio' 'mdm' 'python-sklearn-pandas' 'libfreerdp-common1.1.0' 'puppet-module-ceilometer' 'libgbm1' 'mdp' 'python-args' 'python-oslo.utils-doc' 'libregex-clojure' 'libgo13-dbg-ppc64-cross' 'nictools-pci' 'libkf5messagecore-dev' 'globus-seg-job-manager' 'tellico-data' 'gobjc-8-mips64-linux-gnuabi64' 'libghc-json-doc' 'qtwebkit5-doc-html' 'ipmitool' 'python3-regex-dbg' 'libtest2-suite-perl' 'libnetcdff-dbg' 'golang-github-dgryski-go-farm-dev' 'libbogl-dev' 'libgimp2.0-doc' 'prelude-correlator' 'libsvgsalamander-java-doc' 'gobjc++-multilib-mips64el-linux-gnuabi64' 'libcommons-logging-java-doc' 'python-moksha.hub' 'libvibe-http0' 'linux-image-5.3.0-23-generic' 'python-cdiff' 'modem-manager-gui-help' 'remmina-plugin-exec' 'cpp-7-x86-64-linux-gnux32' 'ibus-table-viqr' 'libjnr-posix-java' 'libkf5messagecomposer5abi2' 'libns3-3v5' 'librtmidi-doc' 'c++-annotations-txt' 'gridengine-exec' 'gobjc-aarch64-linux-gnu' 'libudf0' 'linux-tools-4.15.0-1015-gcp' 'lua-penlight' 'sipcalc' 'libgd-gd2-noxpm-ocaml' 'wamerican-large' 'tryton-modules-party-siret' 'jacksum' 'argonaut-freeradius' 'mew' 'rexima' 'fonts-taml' 'libkf5mediaplayer-dev' 'libapp-termcast-perl' 'libnet-openssh-parallel-perl' 'liblocal-lib-perl' 'leave' 'librw0' 'bbqsql' 'elpa-ghub' 'cachefilesd' 'musique' 'ktexteditor-data' 'libkeybinder0' 'courier-pop-ssl' 'binutils-i686-linux-gnu-dbg' 'simgrid-doc' 'postgresql-all' 'dspdfviewer' 'lib32itm1-dbg-s390x-cross' 'arden' 'tumiki-fighters' 'python-mailmanclient-doc' 'php-horde-webmail' 'libboost-random1.65-dev' 'ttf-marvosym' 'cl-sql-oracle' 'libstdc++6-7-dbg-mips-cross' 'libespeak-ng-libespeak-dev' 'syrthes-tests' 'python3-fastimport' 'tunnelx' 'python-wsgi-intercept' 'jaaa' 'mknfonts.tool' 'python3-skbio' 'libghc-cryptohash-conduit-doc' 'build-essential' 'libgnatvsn6-ppc64-cross' 'ltsp-server' 'libgtkdataboxmm-doc' 'linux-modules-4.18.0-24-generic' 'mbrola-af1' 'ibus-gtk3' 'puppet-module-michaeltchapman-galera' 'ipwatchd' 'konversation-data' 'libfwtsacpica1' 'libspring-context-java' 'libgccjit0' 'libcauchy0.0v5' 'libx32atomic1-dbg' 'shutter' 'erlang-nox' 'libio-tee-perl' 'xblast-tnt-musics' 'karma-tools' 'gccgo-7-aarch64-linux-gnu' 'linux-image-unsigned-5.3.0-26-generic' 'libjs-jquery-geo-doc' 'debian-ports-archive-keyring' 'libghc-strict-prof' 'libmessaging-menu-dev' 'python-cairosvg' 'libocamlnet-ocaml-bin' 'libgrib2c-dev' 'dpt-i2o-raidutils' 'libghc-regexpr-prof' 'mgp' 'libncl1' 'libseqlib-dev' 'ruby-instance-storage' 'mgt' 'hiera' 'tkabber' 'ruby-multi-test' 'python-securepass' 'python-sortedcollections-doc' 'libserial0' 'freemedforms-emr' 'libfont-freetype-perl' 'libedac1-dbg' 'python3-twodict' 'wmload' 'ensymble' 'r-cran-rcmdr' 'libnxcl-bin' 'postfix-lmdb' 'gfortran-5-multilib' 'libghc-assert-failure-dev' 'libdbi1-dbg' 'pdfsandwich' 'libghc-unicode-transforms-prof' 'ruby-fog-atmos' 'gnumeric-common' 'dialign' 'libstoken-dev' 'node-date-now' 'gamera-gui' 'javahelper' 'ircd-hybrid' 'unity-greeter' 'libcoverartcc1v5' 'mhc' 'piler' 'lm4flash' 'libtypes-datetime-perl' 'php7.2-ldap' 'libregexp-optimizer-perl' 'libnetcdff-dev' 'installation-report' 'golang-github-tdewolff-strconv-dev' 'python3-artifacts' 'libsys-meminfo-perl' 'vdr-plugin-examples' 'linux-modules-4.15.0-23-generic' 'libh2-java' 'edgy-community-wallpapers' 'comprez' 'libsmltk0' 'dlang-openssl' 'registration-agent' 'libgnat-7-dbg' 'glmark2-wayland' 'libblas-test' 'gcc-5-multilib' 'language-pack-gnome-ja-base' 'gameclock' 'php-symfony-stopwatch' 'libghc-hackage-security-prof' 'r-cran-rgtk2' 'sonic-visualiser' 'fbcat' 'libghc-parsers-doc' 'knot' 'linux-image-unsigned-5.0.0-25-generic' 'libomxil-bellagio0-components-base' 'pristine-tar' 'jack' 'docker-containerd' 'ncaptool' 'libunicap-docs' 'libdmtx-dev' 'libmail-spf-perl' 'golang-github-kardianos-osext-dev' 'libaqbanking-doc' 'starfighter' 'python3-click-threading' 'linux-image-4.18.0-15-generic' 't-code' 'scsitools-gui' 'x11-session-utils' 'libkworkspace5-5' 'libdebian-installer4-dev' 'node-exit-hook' 'libopus-doc' 'r-cran-rpart' 'libqscintilla2-qt5-13-dbg' 'accountsservice-ubuntu-touch-schemas' 'evolution-rss' 'plasma-framework-dev' 'golang-github-agtorre-gocolorize-dev' 'libjnr-netdb-java' 'linux-modules-5.0.0-1026-gke' 'gir1.2-ukwm-1' 'libapache-authenhook-perl' 'r-cran-isoweek' 'libboost-chrono1.65-dev' 'rolo' 'ros-stereo-msgs' 'bumprace-data' 'lib32gphobos-6-dev-x32-cross' 'librtmp-dev' 'libppl-dev' 'python-lzma' 'libvecmath-java-doc' 'libsc-dev' 'python3-escript' 'gitpkg' 'libsqlcipher0' 'fusionforge-mta-exim4' 'libghc-here-prof' 'libxshmfence1' 'pythia8-doc-worksheet' 'libghc-sendfile-doc' 'excellent-bifurcation' 'libghc-ansi-terminal-prof' 'libcgi-application-plugin-requiressl-perl' 'libnet-sslglue-perl' 'libsvnclientadapter-java-doc' 'python-urwidtrees' 'visolate' 'python3-zeep' 'python-astropy-doc' 'libmagickcore-6.q16hdri-dev' 'python3-dotenv' 'qtx11extras5-doc-html' 'goopg' 'libtrove3-java-doc' 'libkpimgapicontacts5' 'ncl-tools' 'libfile-fcntllock-perl' 'libmime-lite-tt-html-perl' 'mutter-common' 'python3-woo' 'libxext6-dbg' 'libghc-hoauth2-prof' 'claws-mail-libravatar' 'opensaml2-tools' 'libaddresses-dev' 'jigit' 'cl-csv' 'indicator-session' 'geany-plugin-prj' 'libeclipse-search-java' 'node-restore-cursor' 'libboost-iostreams1.62.0' 'libzmf-doc' 'pd-moonlib' 'libgecode44' 'linux-buildinfo-4.15.0-65-generic' 'libdlm-dev' 'libsimavr1' 'festival-czech' 'libtracker-sparql-2.0-dev' 'libnxml0' 'qtquickcontrols2-5-doc' 'libres-ocaml-dev' 'pidgin-guifications' 'liblsan0-ppc64el-cross' 'libpdal-plugin-pgpointcloud' 'python-pygame-sdl2' 'spectre-meltdown-checker' 'obconf' 'python3-sdl2' 'python-btrees-doc' 'tesseract-ocr-ell' 'libterm-vt102-perl' 'python3-unidiff' 'cpp-aarch64-linux-gnu' 'gccgo-x86-64-linux-gnux32' 'libcatalyst-plugin-session-perl' 'ibritish' 'tendermint' 'linux-image-unsigned-5.3.0-1012-gcp' 'yorick-data' 'gobjc-6-multilib-arm-linux-gnueabihf' 'libdevice-gsm-perl' 'libboost-fiber1.62-dev' 'libdbix-runsql-perl' 'libghc-ixset-typed-dev' 'pypy-pytest' 'pike7.8-full' 'libpam-tacplus' 'g++-multilib-arm-linux-gnueabi' 'sugar-terminal-activity' 'linux-modules-extra-4.15.0-1036-azure' 'elpa-use-package' 'citadel-server' 'libnet-rawip-perl' 'linux-image-4.15.0-1033-oem' 'gosa-plugin-mail' 'libdata-validate-uri-perl' 'fonts-tlwg-kinnari-ttf' 'libglobus-ftp-control1' 'python-landslide' 'libtext-qrcode-perl' 'fcitx-table-boshiamy' 'gcc-6-hppa-linux-gnu' 'libpod-simple-wiki-perl' 'gkrellm-leds' 'libclj-digest-clojure' 'linux-image-4.15.0-1060-aws' 'bsdgames-nonfree' 'gobjc-4.8-multilib' 'libghc-convertible-dev' 'pegsolitaire' 'libasis2017-dev' 'xfonts-cronyx-koi8u-100dpi' 'liblimba0' 'gandi-cli' 'zipmerge' 'libkf5threadweaver-dev' 'ubuntustudio-look' 'hunspell' 'ruby-bluefeather' 'libeina1' 'libkf5configwidgets5' 'libuima-document-annotation-java' 'nvram-wakeup' 'libpolkit-agent-1-dev' 'libghc-uuagc-cabal-doc' 'nootka' 'libghc-tree-monad-doc' 'linux-modules-5.0.0-1014-aws' 'libghc-http-api-data-dev' 'travis' 'kde-standard' 'python-custodia' 'libkaccounts-dev' 'lib32go9-mips64el-cross' 'hercules' 'libconfig-tiny-perl' 'lib64gcc-7-dev-x32-cross' 'vamp-examples' 'python3-zope.i18nmessageid' 'libcpan-distnameinfo-perl' 'tcpflow' 'libtwelvemonkeys-java' 'debdelta-doc' 'python3-pyqt5.qtpositioning' 'mma' 'r-cran-survey' 'ecryptfs-utils-dbg' 'gccbrig-8-x86-64-linux-gnu' 'jags' 'python-xapp' 'tesseract-ocr-eng' 'python3-sphinx-rtd-theme' 'linux-tools-4.18.0-1006-azure' 'xserver-xorg-video-radeon-hwe-16.04-dbg' 'python-laser-geometry' 'pd-bsaylor' 'libwinpr-error0.1' 'mmh' 'linux-headers-5.0.0-1012-azure' 'astrometry-data-tycho2-07-bigendian' 'libflac-dev' 'linux-tools-5.0.0-1012-azure' 'linux-image-unsigned-5.0.0-1010-oracle' 'python-openbabel' 'tesseract-ocr-enm' 'xen-system-amd64' 'nvidia-dkms-418' 'librsplib2' 'librivet-dev' 'python-osc-lib' 'gnome-shell-extension-workspaces-to-dock' 'libs3d-dev' 'python3-pyquery' 'golang-github-dchest-blake2b-dev' 'libgeo-point-perl' 'lxqt-session-l10n' 'zipalign' 'python3-openid-cla' 'wide-dhcpv6-client' 'mmv' 'python-arpy' 'libmetadata-extractor-java-doc' 'gcc-8-multilib-sparc64-linux-gnu' 'gprbuild' 'libfcgi-bin' 'libdbix-introspector-perl' 'php-horde-mime' 'libv8-dev' 'senlin-common' 'libkf5contacteditor5' 'libobjc4-dbg-alpha-cross' 'python-dbus-tests' 'libstdc++-7-pic-ppc64-cross' 'gcc-7-arm-linux-gnueabihf' 'speedpad' 'cronometer' 'libdballef5' 'fonts-sil-harmattan' 'lib64stdc++-5-dev-x32-cross' 'libcupt4-2' 'soapysdr0.6-module-audio' 'libghc-unbounded-delays-dev' 'bzflag-data' 'libjgraphx-java-doc' 'lib32gfortran3-sparc64-cross' 'libtest-yaml-perl' 'python3-jujubundlelib' 'language-pack-kde-zh-hans' 'language-pack-kde-zh-hant' 'wolf4sdl' 'gsalliere' 'gromacs' 'node-libs-browser' 'python3-pyparsing' 'python-egenix-mxtexttools-doc' 'pysycache-images' 'libalog-doc' 'robojournal' 'libvisualvm-jni' 'python3-xlsxwriter' 'librte-ip-frag17.11' 'libcgi-application-plugin-tt-perl' 'python-kerberos' 'libconvert-binhex-perl' 'libghc-dlist-instances-dev' 'batmand' 'dbconfig-sqlite' 'genometools-common' 'python-libmsiecf' 'golang-github-bsm-redeo-dev' 'texlive-latex-extra' 'lib64stdc++6-8-dbg-mips-cross' 'libdata-javascript-perl' 'ruby-rails' 'circuslinux' 'libsoqt4-20' 'mgltools-webservices' 'python-pyldap-doc' 'desmume' 'opendrim-lmp-powermanagement' 'xcal' 'crossbuild-essential-ppc64el' 'atac' 'libgecode-dev' 'libgnatvsn6-sh4-cross' 'ec2-instance-connect' 'google-android-platform-15-installer' 'moc' 'libghc-pid1-dev' 'python3-buildbot' 'gworkspace-apps-wrappers' 'xcas' 'nvidia-dkms-430' 'miredo' 'alsa-tools' 'ibus-libpinyin' 'libpaper1' 'planner-dev' 'cpp-5-mipsel-linux-gnu' 'libgeronimo-ejb-3.2-spec-java' 'linux-headers-5.0.0-1008-oracle' 'libcgicc3' 'nvidia-dkms-435' 'libc6-dev-mips32-mipsn32el-cross' 'tesseract-ocr-epo' 'mom' 'optcomp' 'node-jquery-ui' 'mon' 'ruby-uconv' 'lib32gphobos76-dbg' 'libcrypt-blowfish-perl' 'lib64gphobos-8-dev-i386-cross' 'libghc-uri-bytestring-aeson-dev' 'golang-github-juju-errors-dev' 'lib32gcc-8-dev-sparc64-cross' 'python-sphinxcontrib.programoutput-doc' 'libois-perl' 'khronos-api' 'libgcc1-dbg-x32-cross' 'nvme-cli' 'libc6-dev-mips64-mipsn32el-cross' 'libaudgui5' 'python-aodhclient' 'mpb' 'libgnat-7-amd64-cross' 'mpc' 'libjs-skeleton' 'linux-modules-nvidia-390-4.15.0-1051-aws' 'mpd' 'gir1.2-flatpak-1.0' 'libgcc-5-dev-armhf-cross' 'libgomp1-s390x-cross' 'libxineliboutput-sxfe' 'roary' 'ruby-dotenv' 'aide-dynamic' 'geoclue-2.0' 'libdca-dev' 'libclang-dev' 'gnome-commander' 'libhpptools-dev' 'libsqljet-java-doc' 'libdsfmt-2203-1' 'node-urlgrey' 'utalk' 'jeuclid-mathviewer' 'libgnupg-interface-perl' 'mpv' 'golang-github-minio-sha256-simd-dev' 'ruby-sidekiq-cron' 'libapache2-mod-log-sql-mysql' 'libgnatprj5-dbg-sparc64-cross' 'libjs-gordon' 'ifgate' 'lua-torch-image' 'libequinox-p2-artifact-repository-java' 'flexbackup' 'python3-pygeoif' 'python-milter-doc' 'libseed-gtk4-0' 'python3-pyinotify' 'texstudio' 'libgfortran4-armel-cross' 'libosmoxua0' 'libapt-pkg-perl' 'python-apsw-dbg' 'libasan4-dbg-powerpc-cross' 'python-sortedcontainers-doc' 'libwcstools1' 'language-pack-nl-base' 'ubuntu-wallpapers-lucid' 'python-coverage-test-runner' 'python3-pygeoip' 'proalign' 'r-cran-pscl' 'lib32go13-x32-cross' 'libghc-assert-failure-doc' 'datamash' 'ruby-fusefs' 'gnome-nds-thumbnailer' 'libghc-raaz-dev' 'libhivex-ocaml-dev' 'libunicap2' 'python-talloc' 'libcatalyst-modules-extra-perl' 'openttd-opengfx' 'python3-validictory' 'libnetcdff-doc' 'libio-interactive-perl' 'kluppe' 'libobus-ocaml-bin' 'rott' 'pixbros' 'libjogl2-jni' 'lazarus-src-1.8' 'vanilla-gnome-default-settings' 'libnb-platform18-java' 'opensips-regex-module' 'ruby-acts-as-tree' 'libmsgsl-dev' 'libghc-uri-dev' 'mrb' 'python-uncertainties' 'pilot' 'python3-coverage-test-runner' 'jalv' 'lcmaps-plugins-voms' 'python-waitress' 'libxml-dom-xpath-perl' 'maitreya' 'gnocchi-common' 'libspatialindex4v5' 'phasex-dbg' 'libbabl-dev' 'python3-libxmp' 'libgdome2-ocaml' 'libkf5notifications-dev' 'bluefish' 'pike7.8-fuse' 'tesseract-ocr-est' 'mldonkey-gui' 'mrs' 'cockpit-ws' 'python-zope.session' 'libstdc++6-x32-cross' 'pango1.0-tests' 'postgresql-10-pgmp' 'linux-modules-4.15.0-1029-aws' 'nsscache' 'libjhdf5-jni' 'x11proto-xcmisc-dev' 'libmia-2.4-4' 'assemblytics' 'golang-statik' 'libusb-1.0-0-dev' 'libgnatprj5-dbg-m68k-cross' 'libtest-without-module-perl' 'libplymouth4' 'node-lazystream' 'librte-pmd-tap17.11' 'supercollider-common' 'libuim-dev' 'mrpt-doc' 'linux-image-unsigned-5.3.0-1012-gke' 'libppl-doc' 'libxml-compile-soap-perl' 'libsc-doc' 'python3-staticconf' 'libgnat-7-m68k-cross' 'python-designateclient' 'irker' 'mockgen' 'node-wrappy' 'libmagickcore-6.q16hdri-3' 'feedgnuplot' 'python-persistent' 'xcfa' 'linux-oem-headers-4.15.0-1004' 'linux-oem-headers-4.15.0-1006' 'libclout-clojure' 'linux-oem-headers-4.15.0-1008' 'sylfilter' 'libcommons-launcher-java' 'linux-oem-headers-4.15.0-1009' 'python-ndg-httpsclient' 'linux-tools-4.15.0-43-generic' 'ruby-erubis' 'banshee-extension-jamendo' 'golang-github-mattn-go-shellwords-dev' 'libkf5akonadinotes-data' 'libsfgfortran-6-dev-armhf-cross' 'linux-headers-4.15.0-1013-oracle' 'golang-github-mvdan-fdroidcl-dev' 'libdbuskit0' 'libitl-gobject0' 'python-pgspecial' 'libconsole-bridge0.4' 'knews' 'culmus-fancy' 'slang-expat' 'python3-pyrss2gen' 'libvibe-utils-dev' 'ho22bus' 'zmf2epub' 'libmstoolkit-dev' 'python3-randomize' 'preview-latex-style' 'elastichosts-utils' 'gfortran-6-sparc64-linux-gnu' 'tantan' 'libwxgtk3.0-gtk3-dev' 'libfontembed-dev' 'golang-github-opencontainers-specs-dev' 'libopencv-features2d-dev' 'mda-lv2' 'gir1.2-gee-0.8' 'libvisio-0.1-1' 'libmoosex-role-strict-perl' 'atfs' 'tesseract-ocr-eus' 'node-color-string' 'libatk-wrapper-java-jni' 'libn32stdc++6-7-dbg-mipsel-cross' 'mtr' 'libjava-allocation-instrumenter-java' 'linux-oem-headers-4.15.0-1012' 'linux-oem-headers-4.15.0-1013' 'libghc-th-utilities-prof' 'linux-oem-headers-4.15.0-1015' 'mtx' 'rows' 'libzeroc-ice3.7-java' 'linux-oem-headers-4.15.0-1017' 'funguloids' 'libburn-dbg' 'libgudev3.0-cil' 'linux-oem-headers-4.15.0-1018' 'postgresql-10-pgq3' 'libalberta-dbg' 'limba-licompile' 'libasan3-armhf-cross' 'python-scipy' 'libgfortran-6-dev-mips-cross' 'libghc-ixset-typed-doc' 'iraf-wcstools' 'python-qscintilla2' 'gnome-user-guide' 'bacula-common-sqlite3' 'plotnetcfg' 'libg15daemon-client1' 'elpa-epc' 'libjs-jquery-opacityrollover' 'erlang-cowboy' 'libavutil-dev' 'python-ofxparse' 'libjs-htmlparser' 'python3-pyqt4.phonon-dbg' 'golang-gopkg-validator.v2-dev' 'syncmaildir' 'mgetty-voice' 'gammaray-plugin-waylandinspector' 'r-cran-broom' 'liburi-template-perl' 'linux-cloud-tools-4.18.0-15-generic' 'elpa-epl' 'python-gyoto' 'shiki-dust-theme' 'libwhoopsie-preferences-dev' 'lurker' 'japa' 'krb5-locales' 'libghc-convertible-doc' 'linux-oem-headers-4.15.0-1021' 'linux-tools-4.15.0-64-generic' 'python3-fusepy' 'python3-clustershell' 'python3-pylint-plugin-utils' 'libgnatprj5-dev-ppc64-cross' 'linux-oem-headers-4.15.0-1024' 'llvm-runtime' 'linux-oem-headers-4.15.0-1026' 'libgtkglext1' 'linux-oem-headers-4.15.0-1028' 'gobjc++-5' 'gobjc++-6' 'libfelix-shell-tui-java' 'lua-curl' 'gobjc++-7' 'peg-e' 'gobjc++-8' 'trscripts' 'r-cran-ade4' 'libcinnamon-control-center1' 'msxpertsuite-doc' 'cloud-image-utils' 'ipv6toolkit' 'xchm' 'libghc-xml-prof' 'libfile-save-home-perl' 'libcwnn0' 'libopencv-superres-dev' 'netbeans' 'linux-tools-4.15.0-1025-kvm' 'visual-regexp' 'ruby-cmdparse' 'silicon-theme' 'libghc-http-api-data-doc' 'libgsl23' 'clevis-udisks2' 'libkf5pty-data' 'linux-modules-4.15.0-1012-oem' 'mlterm-im-wnn' 'libmono-system-runtime4.0-cil' 'libxkbcommon-x11-0' 'libc6-dbg-riscv64-cross' 'c2hs' 'gir1.2-gom-1.0' 'nifti2dicom-dbg' 'libqt5printsupport5' 'libodbc1' 'wmweather+' 'libdlrestrictions-dev' 'linux-oem-headers-4.15.0-1030' 'python-peak.util.decorators' 'python-htseq' 'python3-flask-bcrypt' 'system-tools-backends-dev' 'linux-oem-headers-4.15.0-1033' 'python-plastex-doc' 'linux-oem-headers-4.15.0-1034' 'golang-github-azure-azure-sdk-for-go-dev' 'ripmake' 'policyd-rate-limit' 'linux-oem-headers-4.15.0-1035' 'liblmdb0' 'libflac-doc' 'python-linop' 'salt-formula-keystone' 'g++-8-mips64el-linux-gnuabi64' 'linux-oem-headers-4.15.0-1036' 'ladish-dbg' 'libncbi-vdb-dev' 'libdbix-class-timestamp-perl' 'conky-cli' 'mythtv-database' 'libkf5configgui5' 'linux-oem-headers-4.15.0-1038' 'freemat-help' 'linux-oem-headers-4.15.0-1039' 'lur-command' 'libfile-stripnondeterminism-perl' 'cairo-dock-dbus-plug-in-interface-vala' 'libtext-format-perl' 'libclass-inspector-perl' 'libxmlsec1-nss' 'xmedcon' 'lib32objc4-amd64-cross' 'libindialignmentdriver1' 'libtiff5-dev' 'compass-breakpoint-plugin' 'eigensoft' 'mwc' 'atig' 'dsdp-doc' 'python-pysnmp4-doc' 'libghc-base-compat-dev' 'libmd-dev' 'libdistorm3-3' 'image-transport-tools' 'libjpf-java' 'libstring-glob-permute-perl' 'mwm' 'libwinpr-sspi0.1' 'golang-github-racksec-srslog-dev' 'python-pycarddav' 'libxcb-xinput-dev' 'python-simpy-gui' 'blkreplay' 'libghc-unbounded-delays-doc' 'node-hoek' 'libkf5khtml-dev' 'linux-oem-headers-4.15.0-1043' 'boinctui' 'sofa-tutorials' 'python-openalpr' 'libgeotranz3.3' 'linux-oem-headers-4.15.0-1045' 'jmeters' 'libmediawiki-bot-perl' 'linux-cloud-tools-5.0.0-1032-azure' 'nethack-lisp' 'libghc-bytestring-progress-prof' 'psi-plus-l10n' 'srst2' 'libevt1' 'golang-github-jrick-logrotate-dev' 'libsxclient-dev' 'linux-modules-nvidia-390-4.15.0-69-lowlatency' 'hmmer' 'libghc-dlist-instances-doc' 'language-pack-gnome-th-base' 'libspeechd-dev' 'nvidia-340-dev' 'libgnat-5-mips-cross' 'libjs-yui3-common' 'ruby-libxml' 'libundead0' 'libburn-dev' 'uwsgi-plugin-python' 'proftpd-mod-mysql' 'newlib-source' 'libalberta-dev' 'libboinc-app-dev' 'libguestfs-tools' 'libgnatvsn6-dbg-hppa-cross' 'python-protorpc-standalone' 'linux-tools-4.18.0-1006-aws' 'strongswan-swanctl' 'libtext-affixes-perl' 'orpie' 'libstdc++-8-dev-mips64el-cross' 'libllvm3.9' 'libgecode-doc' 'openstreetmap-carto-common' 'libsbml5-python' 'libhtml-stripscripts-perl' 'blobwars' 'statsprocessor' 'libghc-pid1-doc' 'node-mqtt-packet' 'linux-oem-headers-4.15.0-1050' 'libvirtuoso5.5-cil' 'libwww-mechanize-treebuilder-perl' 'rkward' 'diveintopython3' 'libflexdock-java-doc' 'uwsgi-plugin-jwsgi-openjdk-8' 'libgnatvsn6-dbg-sparc64-cross' 'cl-db3' 'rmligs-german' 'apertium-sme-nob' 'python3-xstatic-roboto-fontface' 'udevil' 'planner-doc' 'linux-oem-headers-4.15.0-1056' 'sysvbanner' 'linux-oem-headers-4.15.0-1057' 'labltk' 'neutron-sriov-agent' 'libgcc-7-dev-riscv64-cross' 'linux-oem-headers-4.15.0-1059' 'linux-buildinfo-4.15.0-1052-gke' 'uisp' 'sg3-utils-udev' 'libmate-sensors-applet-plugin0' 'r-cran-abind' 'libpath-utils-dev' 'opensm-doc' 'linux-image-5.0.0-15-lowlatency' 'kodi-pvr-njoy' 'linux-tools-5.3.0-28-lowlatency' 'cairo-dock' 'libdoodle1' 'libxxf86vm1-dbg' 'libmonitoring-availability-perl' 'libsbuf-dev' 'binutils-multiarch-dbg' 'libghc-uri-bytestring-aeson-doc' 'liblldb-7' 'libm17n-dev' 'liblldb-8' 'libnlopt0' 'r-cran-scales' 'liblldb-9' 'g++-powerpc-linux-gnu' 'i2p-router' 'libt3key-bin' 'hugo' 'python3-pyeapi' 'libghc-crypto-dev' 'installation-guide-arm64' 'g++-6-multilib-mipsel-linux-gnu' 'libnginx-mod-http-headers-more-filter' 'sosi2osm' 'libc-icap-mod-urlcheck' 'libn32gomp1-dbg-mips-cross' 'ftools-pow' 'hugs' 'gdc-8-powerpc-linux-gnuspe' 'dexdump' 'python3-pycuda' 'libgnat-7-arm64-cross' 'lib64gfortran-5-dev-powerpc-cross' 'trac-xmlrpc' 'libmaven-reporting-impl-java-doc' 'linux-oem-headers-4.15.0-1063' 'linux-oem-headers-4.15.0-1064' 'cl-sensor-msgs' 'linux-oem-headers-4.15.0-1065' 'linux-oem-headers-4.15.0-1066' 'python-breadability' 'linux-oem-headers-4.15.0-1067' 'linux-modules-extra-4.15.0-1022-azure' 'libsixel-examples' 'afterstep' 'dbconfig-mysql' 'linux-oem-headers-4.15.0-1069' 'libmapnik-dev' 'lisaac-common' 'libmath-gradient-perl' 'libatteanx-store-sparql-perl' 'libmagick++-6-headers' 'miceamaze' 'libpoppler-private-dev' 'atlc' 'cluster3' 'libsensor-msgs-dev' 'binutils-x86-64-linux-gnux32' 'librpmio8' 'gdc-5-mips64el-linux-gnuabi64' 'libautobox-junctions-perl' 'fonts-sil-charis-compact' 'libgeronimo-interceptor-3.0-spec-java' 'hscolour' 'liblbfgsb-examples' 'flickcurl-doc' 'freewnn-kserver' 'libwvstreams-dev' 'libocp-indent-lib-ocaml' 'lib64asan2-dbg' 'libboost-chrono1.62.0' 'qml-module-org-kde-bluezqt' 'cmis-client' 'vim-airline-themes' 'mokomaze' 'linux-oem-headers-4.15.0-1073' 'gnat-6-sjlj-mips64el-linux-gnuabi64' 'libn32gcc-5-dev-mips-cross' 'kdelibs5-data' 'libfuture-perl' 'python-oslosphinx-common' 'python3-treq' 'clang-format-6.0' 'python-xstatic-doc' 'libcobra-java' 'proftpd-mod-ldap' 'sweethome3d-furniture-nonfree' 'libgfortran5-dbg-amd64-cross' 'python-tk-dbg' 'libghc-raaz-doc' 'node-babel-loader' 'texlive-lang-portuguese' 'tesseract-ocr-script-ethi' 'python-sahara' 'python3-stringtemplate3' 'libn32gfortran-6-dev-mips-cross' 'bisonc++' 'libffcall1b' 'libastro-dev' 'python-parse-type' 'kopano-webapp-zdeveloper' 'node-is-path-cwd' 'psk31lx' 'python-django-dirtyfields' 'python-tripleo-heat-templates' 'libdist-zilla-plugins-cjm-perl' 'python3-pytest-tornado' 'node-babel-plugin-syntax-class-properties' 'libc6-dev-mipsn32el-cross' 'libgcc1' 'libghc-uri-doc' 'libignition-fuel-tools1-1' 'jigzo' 'hashcat' 'cairo-dock-rendering-plug-in' 'openjdk-11-dbg' 'libdatetimex-easy-perl' 'python3-exotel' 'gnat-6-arm-linux-gnueabi' 'libbabl-doc' 'librdkafka1' 'libnumber-format-perl' 'ruby-state-machines-activemodel' 'linux-modules-nvidia-390-5.0.0-1009-oracle' 'sjeng' 'libodb-2.4' 'libdbix-class-inflatecolumn-serializer-perl' 'pep8-simul' 'python-extractor' 'libhtml-fillinform-perl' 'libjs-yamm3' 'libcatmandu-store-lucy-perl' 'bacula-common-pgsql' 'libkf5followupreminder-dev' 'linux-modules-extra-4.18.0-1015-gcp' 'libfreerdp-shadow-subsystem2-2' 'libstxxl1v5' 'linux-buildinfo-4.15.0-1040-aws' 'libopensurgsim' 'php-horde-kolab-session' 'libghc-happstack-hsp-dev' 'kphotoalbum' 'python-sqlsoup' 'libmono-reflection-cil' 'psgml' 'bilibop-common' 'liblastfm-fingerprint1-dbg' 'libstrongswan-standard-plugins' 'gnome-tweaks' 'libharfbuzz-bin' 'linux-image-4.15.0-44-lowlatency' 'linuxdoc-tools-info' 'linux-tools-4.15.0-1056-aws' 'libtf2-ros0d' 'gfal2-plugin-http' 'ruby-puppet-syntax' 'libwebservice-youtube-perl' 'sonic-pi-server-doc' 'gstreamer1.0-pocketsphinx' 'liblcm-dev' 'libadasockets7' 'dleyna-renderer-dbg' 'libqt5qml5' 'python-prettytable' 'linux-image-5.0.0-1027-azure' 'libabigail0' 'python-networkx' 'binutils-multiarch-dev' 'libtime-progress-perl' 'libchm-bin' 'altree' 'libqtgui4' 'libreoffice-script-provider-python' 'lirc-x' 'python3-renderpm' 'libauthen-simple-pam-perl' 'libgfortran-6-dev-s390x-cross' 'gamine' 'solaar' 'drawtiming' 'libghc-syb-prof' 'fprobe' 'golang-github-docopt-docopt-go-dev' 'gcc-6-plugin-dev-mips64el-linux-gnuabi64' 'ltsp-client' 'openhpi-plugin-ipmi' 'libsm6' 'fcitx-table-bingchan' 'libghc-src-exts-util-prof' 'rust-gdb' 'libghc-hxt-curl-prof' 'libjs-underscore.string' 'gcc-8-offload-nvptx' 'gazebo9-plugin-base' 'r-cran-fgarch' 'language-pack-gnome-pa-base' 'atop' 'php-text-template' 'libkf5akonadisearchxapian5' 'libvshadow-dev' 'exe-thumbnailer' 'linux-modules-5.0.0-35-generic' 'nplan' 'jaxb' 'libbrlapi-jni' 'linux-tools-4.15.0-72-lowlatency' 'python-qt4-phonon' 'inteltool' 'jaxe' 'libgtk2-sourceview2-perl' 'php-horde-cli' 'antlr3-maven-plugin' 'libquantum-entanglement-perl' 'ocrmypdf' 'python-apsw-doc' 'debug-me-server' 'gdb-mingw-w64' 'ruby-sidekiq-limit-fetch' 'lib32stdc++-5-dev-s390x-cross' 'libghc-curry-frontend-dev' 'gdc-7-x86-64-linux-gnu' 'python-bsddb3-dbg' 'ovn-common' 'cpio-win32' 'node-chrono' 'libgo9-armel-cross' 'kodi' 'python-pypureomapi' 'node-extend-shallow' 'libpreludedb7-sqlite' 'python3-trie' 'erlang-manpages' 'libscannotation-java' 'plymouth-theme-ubuntu-gnome-logo' 'liblcms2-dev' 'python3-jellyfish' 'deluged' 'thunderbird-gnome-support' 'g++-5-multilib-s390x-linux-gnu' 'linux-image-unsigned-4.15.0-1050-oem' 'libcgi-application-plugin-logdispatch-perl' 'kafkacat' 'gcc-8-s390x-linux-gnu' 'linux-tools-4.15.0-1009-gcp' 'linux-headers-4.18.0-24-generic' 'gearman' 'opensips-identity-module' 'libcmpiosbase-common0-dev' 'ruby-cucumber-core' 'eclipse-subclipse-mylyn' 'golang-github-hlandau-buildinfo-dev' 'python3-futurist' 'flydraw' 'multimedia-soundsynthesis' 'ttf-adf-berenis' 'libstdc++-7-pic-mipsel-cross' 'courier-mta-ssl' 'med-bio-dev' 'python3-ldap' 'libauthcas-perl' 'libpq-dev' 'blobby-data' 'linux-image-4.15.0-1023-kvm' 'libphp-predis' 'libiio-cil-dev' 'grub-theme-breeze' 'libc6-riscv64-cross' 'python3-instant' 'fp-units-base-3.0.4' 'octopussy' 'libperlbal-xs-httpheaders-perl' 'libeclipse-ui-browser-java' 'lib64objc4' 'libghc-lens-dev' 'language-pack-gnome-mr-base' 'emacs25-bin-common' 'djview' 'libjack-jackd2-dev' 'burner-common' 'golang-github-minio-minio-go-dev' 'scalpel' 'science-highenergy-physics' 'gnubik' 'qmtest' 'node-sax' 'gravit-data' 'r-cran-vgam' 'libatomic1-hppa-cross' 'libtheora-ocaml-dev' 'libcal3d12-dev' 'libghc-torrent-dev' 'python-django-sekizai-doc' 'cl-regex' 'apturl' 'libambix-dev' 'libghc-setenv-dev' 'cinder-volume' 'python3-swiglpk' 'node-number-is-nan' 'gir1.2-gnomedesktop-3.0' 'libpgtcl' 'libgeocode-glib0' 'libgnatvsn5-dbg-mips64el-cross' 'xwatch' 'python3-xdg' 'linux-modules-extra-4.18.0-25-generic' 'node-ieee754' 'whysynth' 'libadacgi1-dev' 'ffado-dbus-server' 'node-setprototypeof' 'libkfile4' 'maxima-test' 'linux-headers-4.15.0-23-generic' 'python3-xdo' 'linux-modules-4.15.0-70-lowlatency' 'gjots2' 'tuxguitar-jsa' 'libclass-dbi-abstractsearch-perl' 'fosfat-dev' 'ruby-listen' 'libmodule-build-tiny-perl' 'hunt' 'zsh-dev' 'openni-utils' 'python3-pymacaroons' 'libghc-base-compat-doc' 'ajaxterm' 'gnunet-dev' 'libnet-write-perl' 'libghc-logging-facade-prof' 'libminc-dev' 'golang-gopkg-tomb.v2-dev' 'libghc-js-jquery-prof' 'libacme-bleach-perl' 'cafeobj-mode' 'python-pycuda-dbg' 'libpcp-import1' 'libtest-exception-lessclever-perl' 'ocaml' 'fortunes-bg' 'libgeoclue-2-0' 'code-saturne-data' 'golang-github-adroll-goamz-dev' 'libjs-animate.css' 'libvisp-visual-features-dev' 'rinse' 'silversearcher-ag' 'xfonts-cronyx-75dpi' 'libgeos++-dev' 'mathomatic-primes' 'fortunes-br' 'cl-closure-common' 'rbd-fuse' 'libhtml-wikiconverter-wakkawiki-perl' 'linux-image-unsigned-4.15.0-1030-gcp' 'libripoff-dev' 'tesseract-ocr-fao' 'libc6-dbg-arm64-cross' 'libx32quadmath0-dbg-amd64-cross' 'golang-github-go-macaron-captcha-dev' 'node-grunt-known-options' 'topic-tools' 'node-ansi' 'tesseract-ocr-fas' 'linux-modules-4.18.0-1014-azure' 'dirmngr' 'libfile-libmagic-perl' 'librobert-hooke-clojure' 'libburn-doc' 'ruby-ruby-engine' 'mariadb-plugin-oqgraph' 'pcp-export-pcp2graphite' 'binutils-x86-64-kfreebsd-gnu' 'klettres' 'linux-modules-extra-4.15.0-24-generic' 'ruby-fission' 'libtelepathy-qt4-dbg' 'nettle-bin' 'baresip-gstreamer' 'addresses-goodies-for-gnustep' 'lib64gphobos-6-dev-i386-cross' 'libx32gcc1-dbg-i386-cross' 'wireshark' 'python-nitime' 'libcalendar-simple-perl' 'libandroid-tools-annotations-java' 'libgfortran4-dbg' 'linux-headers-5.0.0-1018-azure' 'python-asdf' 'linux-tools-5.0.0-1018-azure' 'linux-headers-4.15.0-44-generic' 'libmodule-want-perl' 'ubuntukylin-wallpapers-wily' 'smartshine' 'qt5-doc' 'gobjc-6-hppa-linux-gnu' 'libauth-googleauth-perl' 'linux-modules-4.15.0-1065-oem' 'ruby-hocon' 'fortunes-cs' 'gobjc-5-multilib-i686-linux-gnu' 'golang-github-safchain-ethtool-dev' 'libstdc++6-6-dbg-armel-cross' 'nam' 'pd-flext-dev' 'python-doublex' 'gnome-multi-writer' 'golang-github-docker-distribution-dev' 'attr' 'libeclipse-core-jobs-java' 'libjpathwatch-java-doc' 'libjs-jquery-timepicker' 'python-django-recurrence-doc' 'gccgo-powerpc-linux-gnu' 'nas' 'juce-tools' 'libtorch-luat-dev' 'pkg-config-mips64el-linux-gnuabi64' 'openarena-081-misc' 'texlive-omega' 'libghc-crypto-doc' 'gir1.2-rb-3.0' 'libvisp-ar3.1-dbg' 'fortunes-de' 'python-axolotl' 'fcitx-libs-dev' 'libperinci-object-perl' 'caja-sendto' 'g++-8-multilib-x86-64-linux-gnu' 'libss2' 'elpa-js2-mode' 'mknbi' 'debram-data' 'glewlwyd-common' 'libxine2-plugins' 'linux-tools-5.0.0-1026-gcp' 'nbc' 'ruby-em-mongo' 'python-sqlobject-doc' 'ovmf' 'php-json' 'wmdate' 'crack-common' 'libghc-socks-dev' 'python-terminado' 'libcryptokit-ocaml' 'python-model-mommy' 'default-mysql-server' 'ruby-cookiejar' 'gir1.2-clutter-gst-3.0' 'libgcin' 'libbiblio-thesaurus-perl' 'cantor-dev' 'libmount-dev' 'libc6-dev-mips32-mipsn32r6-cross' 'python-ecflow' 'libvirglrenderer0' 'liblingua-stem-snowball-da-perl' 'gosa-plugin-dhcp-schema' 'mupen64plus-video-arachnoid' 'libclass-makemethods-perl' 'node-seq' 'linux-modules-extra-4.15.0-45-generic' 'libcifti-dev' 'python3-junitxml' 'libreoffice-dev-common' 'libperlio-via-dynamic-perl' 'libflac++-dev' 'r-cran-adegenet' 'python-debiancontributors' 'libfinance-streamer-perl' 'libkf5grantleetheme-data' 'linux-modules-4.15.0-1030-oracle' 'golang-github-syndtr-goleveldb-dev' 'libnet-ldns-perl' 'castle-game-engine-doc' 'mason' 'libzbar-dev' 'libst1' 'kamailio-berkeley-modules' 'libc6-dev-mips64-mipsn32r6-cross' 'mate-screensaver-common' 'ghex' 'python-frozendict' 'libclass-base-perl' 'ncc' 'qbzr' 'libgetdata-perl' 'libgnome-vfs2.0-cil-dev' 'fortunes-eo' 'ruby-simplecov-html' 'libghc-ekg-dev' 'golang-github-glendc-gopher-json-dev' 'transtermhp' 'primer3-examples' 'fortunes-es' 'units-filter' 'libajaxtags-java' 'gfortran-6-mipsel-linux-gnu' 'libgfortran5-dbg-arm64-cross' 'libsdl2-ttf-dev' 'libregexp-common-time-perl' 'nco' 'python3-twisted' 'libhugs-alut-bundled' 'libtspi-dev' 'python-scikits-learn' 'node-grunt-legacy-log-utils' 'mate-desktop-environment-core' 'binutils-mingw-w64' 'libtbb-dev' 'librygel-db-2.6-2' 'dictionary-el' 'libnss-ldapd' 'lua-lpeg-dev' 'gnash-ext-mysql' 'libfontconfig1-dev' 'libcatalyst-view-component-subinclude-perl' 'python3-pyscss' 'linux-modules-nvidia-430-5.3.0-26-lowlatency' 'libghc-gloss-rendering-prof' 'sssd-dbus' 'php-htmlpurifier' 'python-mipp-test' 'r-cran-ipred' 'mate-media' 'lib64stdc++6-6-dbg-x32-cross' 'gdc-6-multilib-powerpc64-linux-gnu' 'libgnat-6-sh4-cross' 'scim-clutter-immodule' 'libtaint-util-perl' 'ibus-table-easy-big' 'x11proto-xf86dga-dev' 'tboot' 'qtlocation5-dev' 'kodi-eventclients-wiiremote' 'fortunes-fr' 'ettercap-dbg' 'krb5-admin-server' 'libx32gfortran4-amd64-cross' 'kmflcomp' 'sbmltoolbox' 'libtelepathy-qt4-dev' 'linux-image-4.15.0-1054-aws' 'ruby-fftw3' 'libghc-diff-dev' 'libcsvimp-dev' 'xen-hypervisor-4.6-amd64' 'linux-headers-5.0.0-1025-aws' 'libubsan0-s390x-cross' 'tshark' 'python-vtk-dicom' 'libghc-happstack-hsp-doc' 'libosgearthsplat5' 'python3-pytest-pep8' 'gnokii-smsd-mysql' 'libtntdb-dev' 'libnet-twitter-lite-perl' 'libzulucryptpluginmanager1.0.0' 'deja-dup' 'python3-overpy' 'qtgraphicaleffects5-doc-html' 'fortunes-ga' 'python-vatnumber' 'libvotequorum-dev' 'libwww-shorten-5gp-perl' 'nedit' 'liblcm-doc' 'darkradiant' 'python3-actdiag' 'libpostgresql-ocaml-dev' 'kodi-pvr-mythtv' 'node-sha' 'python3-rtslib-fb' 'g++-5-multilib-i686-linux-gnu' 'adcli' 'lv2-c++-tools' 'liblablgtk2-gnome-ocaml' 'linux-gcp-headers-5.0.0-1011' 'linux-tools-4.15.0-20-lowlatency' 'vpx-tools' 'gosa-plugin-mit-krb5-schema' 'linux-gcp-headers-5.0.0-1013' 'tilem-data' 'libgphobos71-dbg' 'python3-dbus.mainloop.qt' 'juffed-plugins' 'kolf' 'linux-modules-4.15.0-60-generic' 'libmoosex-blessed-reconstruct-perl' 'openarena-081-textures' 'linux-modules-nvidia-390-5.0.0-1020-gcp' 'python3-instagram' 'sagan-rules' 'xbmc-eventclients-wiiremote' 'gobjc++-7-hppa-linux-gnu' 'searchmonkey' 'libkf5service5' 'libjs-jquery-treetable' 'libncursesada5-dev' 'libn32gfortran-8-dev-mipsel-cross' 'xfonts-75dpi' 'libevent-extra-1.4-2' 'grsync' 'linux-modules-5.0.0-1030-gke' 'libmaliit-glib-dev' 'libkf5kipi-dev' 'python3-bitcoin' 'sndiod' 'libfcitx-qt5-1' 'glance-registry' 'python3-openvswitch' 'gcc-6-plugin-dev-powerpc-linux-gnuspe' 'libghc-x11-dev' 'ruby-omniauth-bitbucket' 'lib32gomp1-dbg-mips64-cross' 'linux-headers-5.0.0-1010-oem-osp1' 'linux-gcp-headers-5.0.0-1020' 'gcc-7-plugin-dev-powerpc-linux-gnuspe' 'libgnomevfs2-bin' 'fonts-adf-baskervald' 'python-lazr.smtptest' 'linux-gcp-headers-5.0.0-1021' 'libappmenu-gtk3-parser-dev' 'linux-gcp-headers-5.0.0-1025' 'linux-gcp-headers-5.0.0-1026' 'linux-headers-5.0.0-36-generic' 'linux-gcp-headers-5.0.0-1028' 'linux-tools-5.0.0-36-generic' 'basic256' 'linux-gcp-headers-5.0.0-1029' 'gcc-6-plugin-dev-arm-linux-gnueabihf' 'libview2' 'libparse-exuberantctags-perl' 'komi' 'libxmu-dev' 'gbonds' 'libognl-java-doc' 'php-horde-core' 'lib32objc-5-dev-x32-cross' 'libghc-curry-frontend-doc' 'nutsqlite' 'libiomp5-dbg' 'golang-github-aws-aws-sdk-go-dev' 'linux-buildinfo-4.15.0-1066-oem' 'libubsan0-dbg-s390x-cross' 'libmulticobex1' 'linux-buildinfo-4.18.0-24-lowlatency' 'python3-pycurl' 'linux-tools-5.0.0-1020-oem-osp1' 'libboost-program-options1.65-dev' 'libsx0' 'zfsutils-linux' 'select-xface' 'libhdf5-mpich-100' 'qtltools-example' 'globus-gram-client-tools' 'python-oops-datedir-repo' 'libhangul-data' 'linux-gcp-headers-5.0.0-1031' 'golang-github-olekukonko-ts-dev' 'wmmoonclock' 'gbdfed' 'apt-clone' 'node-load-json-file' 'sks-ecc-doc' 'lyskom-server' 'lib32stdc++6-5-dbg-ppc64-cross' 'libjerasure-dev' 'libfcitx-config4' 'fortunes-it' 'gobjc-mingw-w64-i686' 'libreoffice-style-galaxy' 'libwinpr-sspicli0.1' 'libstdc++6-armhf-cross' 'audtty' 'jcadencii' 'groonga-token-filter-stem' 'openjdk-11-doc' 'gradle-plugin-protobuf' 'libwildfly-client-config-java' 'blobby' 'linux-headers-oracle-edge' 'cdecl' 'monodoc-gkeyfile-manual' 'apophenia-bin' 'libpcp-gui2-dev' 'linux-signed-image-generic-hwe-16.04' 'libghc-lens-doc' 'python-stetl' 'heimdal-clients' 'libgnatvsn6-dbg-armel-cross' 'htpdate' 'smplayer-themes' 'libgtksourceview2.0-common' 'linux-image-unsigned-4.18.0-13-lowlatency' 'science-physics-dev' 'libqxp-0.0-0' 'python3-glance-store' 'linux-image-unsigned-4.15.0-1030-gke' 'z-push-ipc-memcached' 'gcc-8-plugin-dev-s390x-linux-gnu' 'linux-modules-5.3.0-24-lowlatency' 'libvmdk-utils' 'libjs-regenerate' 'libghc-torrent-doc' 'libghc-base-prelude-dev' 'libprogress-any-perl' 'tesseract-ocr-fil' 'dibbler-server' 'libambix-doc' 'tesseract-ocr-fin' 'dh-lisp' 'libghc-setenv-doc' 'libgd-graph-perl' 'minicoredumper' 'libkrad0' 'livemedia-utils' 'gcpegg' 'wireshark-gtk' 'dnss' 'ghkl' 'voctomix' 'libghc-data-default-instances-base-prof' 'pcp-export-zabbix-agent' 'kdevelop-data' 'libghc-protobuf-prof' 'zsh-doc' 'libudunits2-data' 'libsz2' 'fonts-mathematica' 'vstream-client' 'libkf5activitiesstats-dev' 'tryton-modules-account-asset' 'libtext-recordparser-perl' 'libkpty4' 'passage' 'libpar-dist-perl' 'libkf5kipi32.0.0' 'libmmdb-dev' 'libghc-js-flot-data' 'festvox-suopuhe-common' 'libxsltc-java' 'nim' 'linux-image-4.15.0-72-generic' 'r-cran-kernsmooth' 'librhino-java-doc' 'e-mem' 'php-services-weather' 'python-qtconsole' 'nis' 'python3-asyncpg' 'ibus-table-jyutping' 'libdigest-bcrypt-perl' 'linux-tools-5.0.0-1026-gke' 'python-oauth2client' 'mdbtools-dev' 'python-munch' 'libewf2' 'dibbler-relay-dbg' 'python3-aniso8601' 'node-component-emitter' 'libkdegamesprivate1abi1' 'ussp-push' 'libkf5completion5' 'libdata-clone-perl' 'libghc-missingh-dev' 'python-notify2' 'librdf-rdfa-parser-perl' 'python-bsddb3-doc' 'cicero' 'eb-doc' 'indicator-applet-appmenu' 'libgnuradio-atsc3.7.11' 'mount' 'pandoc' 'libkf5kcmutils5' 'python-sushy-doc' 'libarchive-any-create-perl' 'libjim0.77' 'libterm-encoding-perl' 'libpam-p11' 'libpod-elemental-transformer-list-perl' 'xsnow' 'fis-gtm' 'liblttng-ust-agent-java' 'libghc-geniplate-mirror-prof' 'docbook-slides-demo' 'remmina-plugin-kwallet' 'linux-headers-4.18.0-1016-aws' 'libcatmandu-mods-perl' 'tabix' 'tvnamer' 'tz-converter' 'libmtj-java-doc' 'kopano-dev' 'libeclipse-core-filesystem-java' 'libcgi-session-serialize-yaml-perl' 'syrthes-tools' 'libgnat-5-mips64el-cross' 'lib32stdc++-8-dev-amd64-cross' 'libgfortran3-i386-cross' 'tryton-modules-stock-inventory-location' 'uim-xim' 'puppet-lint' 'pd-flext-doc' 'tarantool-lts-dev' 'liblxc1' 'libx32ncurses5' 'cain' 'libghc-yesod-default-prof' 'substance-swingx' 'hime-gtk3-immodule' 'nik4' 'fonts-adf-universalis' 'golang-github-puerkitobio-goquery-dev' 'bpfcc-tools' 'libtask-kensho-testing-perl' 'meep-openmpi' 'qtdeclarative5-particles-plugin' 'libgeo-ip-perl' 'nkf' 'python3-ldns' 'lib32cilkrts5-x32-cross' 'mcollective-plugins-package' 'libclang1-4.0-dbg' 'libjmac-java' 'libndp0' 'librdkit-dev' 'caja' 'nikto' 'r-cran-brew' 'php-net-dns2' 'golang-1.8-src' 'gcc-6-plugin-dev-arm-linux-gnueabi' 'monotone' 'libghc-socks-doc' 'libhtmlparser-java' 'libtools-logging-clojure' 'libexperimental-perl' 'linux-modules-4.15.0-1045-gke' 'libh2o-dev-common' 'comgt' 'pfqueue-dbg' 'libnm-util2' 'libghc-classy-prelude-yesod-prof' 'libvtk6.3' 'libclang-3.9-dev' 'libghc-microlens-dev' 'libghc-mwc-random-prof' 'libmusic-hub-dev' 'libghc-bytestring-progress-dev' 'lua-luv-dev' 'libcifti-doc' 'libowcapi-3.1-5' 'c3270' 'scrypt' 'lua-bitop-dev' 'fortunes-debian-hints' 'libsort-versions-perl' 'libepubgen-dev' 'libreoffice-base-core' 'php-doctrine-orm' 'libopenni-sensor-primesense-dev' 'python-django-assets-doc' 'libgcc-8-dev-mipsel-cross' 'python-tagpy' 'libraw-dev' 'libfits-java' 'libghc-yesod-auth-oauth2-dev' 'linux-modules-extra-4.15.0-1006-gcp' 'limesuite' 'android-libutils' 'python-billiard' 'libusbmuxd4' 'python-json-schema-validator-doc' 'python3-simplejson' 'libgtk-vnc-1.0-0' 'librose-uri-perl' 'libcore-async-clojure' 'liblcm-java' 'libmono-profiler' 'cdist-doc' 'rhash' 'listadmin' 'mono-xbuild' 'libghc-ekg-doc' 'jardiff' 'katarakt' 'aplus-fsf-el' 'linux-cloud-tools-4.15.0-30-lowlatency' 'python-rainbow' 'python-pycuda-doc' 'context-doc-nonfree' 'pkg-config-powerpc64le-linux-gnu' 'ttf-engadget' 'ruby-fssm' 'libjava3d-java' 'libopentk1.1-cil' 'libspark-java-doc' 'libwaudio1' 'virtualenv' 'libpawlib2-dev' 'libghc-open-browser-dev' 'linux-tools-5.0.0-1014-aws' 'stx2any' 'libtbb-doc' 'libmaven-ejb-plugin-java' 'libboost-container1.65-dev' 'libsctp-dev' 'libghc-dav-dev' 'qtwayland5-dev-tools' 'libtext-microtemplate-perl' 'libqt5designercomponents5' 'matchbox-desktop' 'libopendbx1-mssql' 'linux-modules-5.0.0-17-lowlatency' 'aspectc++' 'apparmor-easyprof' 'dictzip' 'libgeis1' 'evolution-data-server-tests' 'nmh' 'designate-worker' 'fusiondirectory-plugin-kolab2' 'jplayer' 'lib64gfortran5-mipsel-cross' 'fdpowermon' 'python-audit' 'myspell-de-de-1901' 'nml' 'hoichess' 'python-testtools' 'lib64gphobos68-dbg-i386-cross' 'linux-image-4.15.0-1025-azure' 'libcurvesapi-java' 'libavahi-ui-gtk3-0' 'golang-github-franela-goreq-dev' 'python-confluent-kafka' 'golang-github-alecthomas-chroma-dev' 'linux-modules-extra-4.15.0-1028-azure' 'dico-module-mediawiki' 'openjdk-8-jdk-headless' 'qtlocation5-doc' 'xmonad' 'libsdl-console-dev' 'libisocodes1' 'libjs-queue-async' 'libtelepathy-qt4-doc' 'unifont' 'libgo11-dbg-s390x-cross' 'bucklespring-data' 'libatomic1-sh4-cross' 'libghc-diff-doc' 'mupen64plus-input-all' 'lsdvd' 'libdbix-dbstag-perl' 'openmw-data' 'node-node-dir' 'unity-china-music-scope' 'libgps23' 'etoys-doc' 'fortunes-pl' 'xzoom' 'linux-image-unsigned-5.0.0-29-generic' 'node-leaflet-hash' 'libreadosm1' 'cinnamon-session-common' 'libmoe1.5' 'libtsm-dev' 'lib32gcc1-mips64-cross' 'libghc-vector-binary-instances-prof' 'nikwi' 'linux-headers-4.15.0-1050-aws' 'libwayland-client0' 'libc6-dev-mipsn32r6-cross' 'linux-tools-4.15.0-1019-kvm' 'r-cran-wordcloud' 'nnn' 'libhtrace-core-java' 'obs-api' 'python-pydbus' 'python3-udatetime' 'ruby-rails-dom-testing' 'efivar' 'libbotan-2-dev' 'node-eventemitter2' 'linux-buildinfo-4.15.0-48-generic' 'libmath-random-isaac-perl' 'linux-modules-4.15.0-1006-oem' 'libdom4j-java-doc' 'python-specutils' 'dicod' 'balder2d' 'libavifile-0.7-common' 'libgrok-dev' 'libxt6-dbg' 'python-mistral-lib-doc' 'python-django-celery-haystack' 'gcc-5-plugin-dev-mips64-linux-gnuabi64' 'freesweep' 'libgl2ps-dev' 'system-tools-backends' 'linux-modules-4.15.0-1033-aws' 'libvlc-dev' 'camo' 'libmpdclient2-dbg' 'libghc-edison-api-prof' 'python3-django-anymail' 'libgraflib1-gfortran' 'libc6-dev-amd64-i386-cross' 'ruby-addressable' 'frameworkintegration' 'kdenlive' 'php-net-socket' 'festvox-czech-machac' 'xserver-xorg-video-mach64-hwe-16.04' 'fonts-samyak-taml' 'linux-azure-cloud-tools-4.18.0-1011' 'python3-pybind11' 'python3-pep8-naming' 'epylog' 'libgupnp-1.0-dev' 'ruby-shoulda-context' 'linux-azure-cloud-tools-4.18.0-1013' '2ping' 'libghc-x11-doc' 'linux-azure-cloud-tools-4.18.0-1014' 'jmeter-ldap' 'python-canmatrix' 'libmongoclient-dev' 'ubuntu-defaults-it' 'isync' 'linux-azure-cloud-tools-4.18.0-1018' 'isc-dhcp-relay' 'lib64objc-8-dev-powerpc-cross' 'golang-github-coreos-go-oidc-dev' 'linux-azure-cloud-tools-4.18.0-1019' 'node-srs' 'libqtbamf-dev' 'ruby-mtrc' 'kwin-addons' 'thunar-archive-plugin' 'xindy-rules' 'ruby-gettext-i18n-rails-js' 'tesseract-ocr-script-khmr' 'linux-image-unsigned-5.0.0-1010-oem-osp1' 'python-imexam' 'gfortran-6-multilib-s390x-linux-gnu' 'nas-bin' 'timewarrior' 'python-zeitgeist' 'mairix' 'python-pyroute2-doc' 'nip2' 'pidgin-libnotify' 'linux-tools-4.18.0-14-lowlatency' 'libspectre1' 'gmpc-data' 'python-dockerpty' 'cl-ironclad' 'libsymmetrica2-dev' 'libmojolicious-perl' 'ruby-bootstrap-switch-rails' 'linux-modules-extra-4.15.0-1018-oracle' 'gfortran-7-multilib-mips64el-linux-gnuabi64' 'debian-faq-zh-cn' 'canu' 'llvm-3.9-examples' 'graphicsmagick-libmagick-dev-compat' 'ruby-unicode' 'gcc-6-arm-linux-gnueabi' 'code2html' 'libghc-snap-prof' 'libnet-socks-perl' 'linux-azure-cloud-tools-4.18.0-1020' 'python3-libtmux' 'libstdc++-6-pic-sh4-cross' 'libfftw3-mpi3' 'node-builtin-modules' 'libghc-utf8-string-prof' 'qt4-qmake' 'libcdio-utils' 'linux-buildinfo-4.15.0-69-generic' 'linux-azure-cloud-tools-4.18.0-1023' 'node-death' 'fortunes-ru' 'liburcu-dev' 'libconfig-merge-perl' 'linux-azure-cloud-tools-4.18.0-1024' 'npm' 'linux-azure-cloud-tools-4.18.0-1025' 'gcc-7-multilib-x86-64-linux-gnux32' 'linux-image-unsigned-4.15.0-1030-azure' 'rephrase' 'matlab-support' 'ubuntustudio-audio-core' 'gnat-5-aarch64-linux-gnu' 'spykeviewer' 'docbook-website' 'festvox-kdlpc16k' 'golang-1.10-src' 'libxres-dev' 'libeclipse-jface-java' 'libghc-scientific-dev' 'python-sushy' 'xtables-addons-source' 'python-ironic-lib' 'kwrite' 'liblxi1' 'info-beamer' 'nordugrid-arc-misc-utils' 'libpam-krb5-migrate-mit' 'gobjc-5-multilib-mips-linux-gnu' 'tesseract-ocr-fra' 'php-horde-service-weather' 'python-croniter' 'python-pbh5tools-doc' 'nqc' 'python-sorl-thumbnail' 'linux-buildinfo-4.15.0-1046-gke' 'r-cran-calibrate' 'tryton-modules-product-classification' 'binutils-mingw-w64-x86-64' 'tesseract-ocr-frk' 'edgar' 'icecream' 'tdiary-style-rd' 'tesseract-ocr-frm' 'cpputest' 'libproc-background-perl' 'cpp-powerpc64-linux-gnu' 'python3-envparse' 'libjifty-dbi-perl' '3dldf' 'libjide-oss-java-doc' 'python3-fake-factory' 'libqt5multimediawidgets5' 'nqp' 'g++-6-i686-linux-gnu' 'libhtml-strip-perl' 'ns2' 'ns3' 'libghc-base-prelude-doc' 'software-properties-kde' 'gtkwave' 'libperl5.26' 'tesseract-ocr-fry' 'fonts-larabie-uncommon' 'node-rollup-plugin-replace' 'libcairo-perl' 'python-dulwich' 'srf-doc' 'python-dolfin' 'libghc-tasty-th-prof' 'elpa-flx' 'libadmesh-dev' 'tuxmath' 'salt-ssh' 'python3-docker' 'libgnuradio-uhd3.7.11' 'ruby-rubymail-doc' 'fte-console' 'libdancer-session-memcached-perl' 'libkarma0' 'node-growl' 'aisleriot' 'flamerobin' 'libgfortran4-ppc64-cross' 'caps' 'grub-imageboot' 'gdc-6-hppa-linux-gnu' 'masqmail' 'cl-sql-aodbc' 'libdatetime-format-strptime-perl' 'xserver-xorg-video-all-hwe-16.04' 'p0f' 'cl-uuid' 'alsaplayer-nas' 'qml-module-qtquick-particles2' 'libjson-pp-perl' 'python3-agatesql' 'liblablgtk2-ocaml' 'libopencore-amrwb0-dbg' 'libfcitx-qt0' 'mod-gearman-tools' 'librdf-endpoint-perl' 'libunity-misc-dev' 'droopy' 'libhfgfortran5-armel-cross' 'golang-github-danwakefield-fnmatch-dev' 'python3-django-polymorphic' 'sendmail-doc' 'vim-snippets' 'xdeb' 'python-padme' 'mbrola-br1' 'mbrola-br2' 'mbrola-br3' 'libomp5-dbg' 'folder-color-caja' 'mbrola-br4' 'r-cran-yaml' 'libclassad-dev' 'libkpimkdav-data' 'python-tinycss-doc' 'ruby-spring' 'trac-authopenid' 'xserver-xorg-input-joystick' 'libplumb2' 'nsd' 'nsf' 'freerdp2-proxy' 'python-langdetect' 'python-testfixtures-doc' 'language-pack-gnome-sr-base' 'linux-cloud-tools-5.0.0-16-generic' 'libstdc++-6-dev-mipsel-cross' 'php-horde-dav' 'mdbtools-doc' 'libghc-missingh-doc' 'liblockfile-simple-perl' 'libgxwmm-dev' 'amarok-utils' 'jack-delay' 'libelektra4-lua' 'linux-cloud-tools-5.3.0-1009-azure' 'ipadic-common' 'editra' 'python-imexam-doc' 'care' 'ebhttpd' 'python3-libcloud' 'libpam-radius-auth' 'libwww-mechanize-gzip-perl' 'dictd' 'gitstats' 'python-keyutils' 'libmodule-install-readmefrompod-perl' 'libi2util-dev' 'libespeak-ng1' 'linux-cloud-tools-4.15.0-51-generic' 'i3-wm-dbg' 'libgo11-i386-cross' 'libcatalyst-plugin-session-state-cookie-perl' 'libasan4-dbg-i386-cross' 'opendrim-lmp-boot' 'python-djoser' 'ubuntu-defaults-nl' 'node-url-to-options' 'fpgatools' 'librec-dev' 'python-zope.ucol' 'parsinsert-testdata' 'linux-modules-extra-4.18.0-1009-gcp' 'golang-github-docker-spdystream-dev' 'libqtgui4-perl' 'python3-zope.location' 'linux-buildinfo-4.15.0-1034-aws' 'kxstitch' 'libmuffin0' 'libwinpr-dev' 'sse3-support' 'python3-imagesize' 'libconfig-ini-perl' 'pragha' 'libdkim1d' 'starlink-connect-java' 'ntp' 'golang-github-petar-gollrb-dev' 'deepnano-data' 'libh2o-evloop-dev' 'golang-github-gogo-protobuf-dev' 'libcomment-preprocessor-java' 'libapache2-mod-auth-tkt' 'golang-github-vjeantet-grok-dev' 'libghc-formatting-prof' 'libeclipse-core-commands-java' 'libkf5completion-data' 'librandom-numbers-dev' 'ps2eps' 'python3-wheezy.template' 'libapm1' 'libbamf3-2' 'linux-libc-dev-riscv64-cross' 'libghc-call-stack-prof' 'python3-tabulate' 'libgoocanvas2-perl' 'kwayland-data' 'libmicroba-java' 'simpleopal' 'apertium-nno-nob' 'libghc-microlens-doc' 'glib-networking-tests' 'linux-cloud-tools-4.15.0-20' 'librtfilter-dev' 'fonts-pecita' 'libsigscan-dev' 'libmusic-hub-doc' 'linux-cloud-tools-4.15.0-22' 'linux-cloud-tools-4.15.0-23' 'libghc-bytestring-progress-doc' 'linux-cloud-tools-4.15.0-24' 'libgpod-cil-dev' 'postgresql-10-plproxy' 'python-owslib' 'geoclue-nominatim' 'libgnatprj6-dev-sh4-cross' 'pam-dbus-notify' 'linux-cloud-tools-4.15.0-29' 'libglobus-xio-rate-driver-dev' 'geoclue-ubuntu-geoip' 'libaspell15' 'nut' 'python-htmltmpl' 'libsemanage-common' 'python3-oslo.concurrency' 'linux-cloud-tools-4.15.0-72-generic' 'gfortran-8-multilib-powerpc64-linux-gnu' 'libraw-doc' 'r-cran-lme4' 'python-torctl' 'libnetpbm9-dev' 'python-geopandas' 'libghc-yesod-auth-oauth2-doc' 'inetutils-syslogd' 'libtext-hunspell-perl' 'fastlink-doc' 'python-jupyter-sphinx-theme' 'ltris' 'libgnatvsn5-dbg' 'libapache2-mod-rivet-doc' 'linux-headers-4.15.0-52-lowlatency' 'python-pastewebkit' 'r-cran-matrix' 'whatweb' 'libchart-perl' 'libopsin-java' 'python3.6-minimal' 'linux-cloud-tools-4.15.0-30' 'libagrep-ocaml' 'liblangtag-dev' 'linux-modules-nvidia-418-5.0.0-1020-oem-osp1' 'nvi' 'kbuild' 'gawk-doc' 'linux-cloud-tools-4.15.0-32' 'redis-sentinel' 'linux-cloud-tools-4.15.0-33' 'linux-cloud-tools-4.15.0-34' 'libghc-open-browser-doc' 'linux-cloud-tools-4.15.0-36' 'toilet' 'python-apptools' 'r-cran-quantmod' 'libkf5people5' 'libghc-dav-doc' 'libretro-nestopia' 'linux-cloud-tools-4.15.0-38' 'linux-cloud-tools-4.15.0-39' 'g++-5-multilib-mipsel-linux-gnu' 'madlib-doc' 'libmarc-lint-perl' 'qt5keychain-dev' 'lib64cilkrts5-dbg-x32-cross' 'qtquickcontrols2-5-examples' 'ruby-gettext-i18n-rails' 'python3-botan' 'python-bottleneck-doc' 'libmono-cscompmgd0.0-cil' 'libparser-mgc-perl' 'xfonts-thai-nectec' 'libhttp-server-simple-static-perl' 'libwebkitgtk-1.0-0' 'clojure' 'mono-fastcgi-server' 'libitm1-sparc64-cross' 'libghc-aeson-extra-prof' 'linux-modules-extra-5.3.0-1013-azure' 'node-babel-template' 'python3-oslo.middleware' 'gsfonts-x11' 'kde-cli-tools-data' 'qfitsview' 'geographiclib-doc' 'rivet-plugins' 'python3-opencv' 'libstdc++-5-pic-s390x-cross' 'libsombok3' 'libykneomgr0' 'python-gridfs' 'givaro-dev-doc' 'linux-cloud-tools-4.15.0-42' 'golang-github-pivotal-golang-clock-dev' 'libkkc2' 'gnu-standards' 'libjs-cssrelpreload' 'linux-cloud-tools-4.15.0-43' 'linux-cloud-tools-4.15.0-44' 'mt-st' 'libgmime-3.0-0' 'libghc-web-routes-th-prof' 'linux-cloud-tools-4.15.0-45' 'linux-cloud-tools-4.15.0-46' 'linux-cloud-tools-4.15.0-47' 'linux-image-4.15.0-1017-kvm' 'python-cryptography' 'linux-cloud-tools-4.15.0-48' 'gcc-5-plugin-dev-i686-linux-gnu' 'python-turbogears2-doc' 'libmap-msgs-dev' 'libbcprov-java-doc' 'python3-mock-services' 'libxml-commons-resolver1.1-java' 'linux-cloud-tools-4.18.0-24-lowlatency' 'elpa-git-timemachine' 'gajim-urlimagepreview' 'libqt5concurrent5' 'freeipmi' 'python-mysqldb-dbg' 'libkf5plasma-dev' 'localechooser-data' 'libjglobus-jsse-java' 'python3-zope.interface-dbg' 'gnucap' 'tetrinetx' 'libconst-fast-perl' 'yorick-yeti' 'libmpeg3-dev' 'fookb-plainx' 'python3-astroscrappy' 'gobjc++-5-multilib-arm-linux-gnueabihf' 'linux-modules-nvidia-418-5.0.0-1024-aws' 'lxlauncher' 'fortunes-zh' 'ges1.0-tools' 'libavcodec-dev' 'libxmlrpc-epi0-dbg' 'higan' 'libbotan-2-doc' 'kism3d' 'libset-object-perl' 'rdkit-doc' 'libgadap-dev' 'lua-trink-cjson' 'google-android-build-tools-22-installer' 'libllvm4.0' 'blocks-of-the-undead' 'python-zc.customdoctests' 'cc65' 'snaphu' 'ruby-jekyll-feed' 'linux-cloud-tools-4.15.0-50' 'ruby-webpack-rails' 'linux-cloud-tools-4.15.0-51' 'linux-cloud-tools-4.15.0-52' 'uvp-monitor' 'libgl2ps-doc' 'linux-tools-4.15.0-1033-oem' 'linux-image-unsigned-4.15.0-62-generic' 'linux-cloud-tools-4.15.0-54' 'libref-util-perl' 'linux-cloud-tools-4.15.0-55' 'libkf5wallet-data' 'libiniparser-dev' 'elpa-fsm' 'libc6-powerpcspe-cross' 'linux-cloud-tools-4.15.0-58' 'jets3t' 'default-mysql-client' 'linux-headers-4.18.0-1014-azure' 'linux-tools-4.15.0-1060-aws' 'gnuaisgui' 'csound-utils' 'gcc-6-cross-base-ports' 'libghc-skylighting-dev' 'lib32gfortran4-dbg-s390x-cross' 'fuzzylite' 'cpp-7-hppa-linux-gnu' 'kstars-data-extra-tycho2' 'alien-arena' 'android-libunwind-dev' 'dms-dr' 'pypy-pkg-resources' 'libghc-uri-bytestring-prof' 'golang-github-containerd-docker-containerd-dev' 'r-cran-permute' 'node-duplexer' 'libopenraw7' 'libotfaux0' 'libtest-is-perl' 'python-altgraph-doc' 'linux-cloud-tools-4.15.0-60' 'oem-config-slideshow-ubuntu-budgie' 'linux-cloud-tools-4.15.0-62' 'libn32stdc++-6-dev-mipsel-cross' 'g++-6-powerpc-linux-gnuspe' 'libsfgomp1-dbg-armhf-cross' 'linux-cloud-tools-4.15.0-64' 'python-ceilometermiddleware' 'psi-plus-skins' 'gobjc++-6-powerpc-linux-gnu' 'linux-cloud-tools-4.15.0-65' 'liboggplay1' 'linux-cloud-tools-4.15.0-66' 'libmono-microsoft-build4.0-cil' 'libgnatvsn5-dev' 'pktstat' 'gr-fosphor' 'libhdfeos0' 'ruby-html2haml' 'linux-cloud-tools-4.15.0-69' 'python3-pyqt5.qtserialport-dbg' 'snmpd' 'memdump' 'python3-gimmik' 'svnkit' 'samba-libs' 'gedit-plugin-draw-spaces' 'linux-image-unsigned-4.15.0-1024-gcp' 'ipvsadm' 'gnome-user-docs-as' 'mate-settings-daemon-common' 'linux-cloud-tools-4.15.0-1025-azure' 'nyx' 'ubuntu-mate-core' 'libexactimage-perl' 'libfftw3-bin' 'octave-divand' 'libn32gfortran3-mipsel-cross' 'sddm-theme-maui' 'po-debconf' 'tmperamental' 'libotbedge-6.4-1' 'gobjc-5-multilib-arm-linux-gnueabihf' 'libxml-sax-writer-perl' 'libgeronimo-j2ee-connector-1.5-spec-java' 'libapr1' 'nzb' 'libbzrtp0' 'libgnome-todo' 'pike7.8-odbc' 'gobjc-5-alpha-linux-gnu' 'tuxguitar' 'policycoreutils-gui' 'python-pydotplus-doc' 'librdf-storage-sqlite' 'gosa-plugin-phpgw' 'libghc-scientific-doc' 'linux-cloud-tools-4.15.0-70' 'gccgo-go' 'libboost-exception1.65-dev' 'linux-cloud-tools-4.15.0-72' 'linux-cloud-tools-4.15.0-74' 'unison-all' 'kinput2-canna-wnn' 'ibus-table-rustrad' 'libghc-bifunctors-prof' 'linux-cloud-tools-4.15.0-76' 'libhfstdc++6-6-dbg-armel-cross' 'libetpan20' 'libsmpp34-dev' 'libtest-perl-critic-perl' 'ruby-uuidtools' 'binutils-x86-64-linux-gnu' 'grub-xen' 'packagekit-docs' 'libzemberek-tr-java' 'linux-modules-4.15.0-1059-oem' 'libstartup-notification0' 'linux-image-unsigned-5.3.0-1007-azure' 'libmojolicious-plugin-mailexception-perl' 'ubuntu-packaging-guide-epub-pt-br' 'biber' 'lib64objc-8-dev-mipsel-cross' 'libpetsc-complex-3.7.7-dbg' 'golang-github-gobwas-glob-dev' 'dcap-tunnel-telnet' 'python-pyasn1-doc' 'crosshurd' 'python3-opengl' 'liblucene++-contrib0v5' 'python3-flufl.i18n' 'libsqlclient1.8' 'xfce4-terminal' 'node-browserify-rsa' 'fonts-motoya-l-cedar' 'libwww-opensearch-perl' 'lib64ubsan1-dbg' 'libstdc++-7-dev' 'gnome-user-docs-ca' 'libswt-webkit-gtk-3-jni' 'budgie-wallpapers-xenial' 'xfonts-bolkhov-cp1251-75dpi' 'xdms' 'grub-pc-bin' 'cpl-plugin-amber-calib' 'libdmraid-dev' 'golang-github-dylanmei-iso8601-dev' 'libcgi-application-plugin-formstate-perl' 'slashem' 'ubuntukylin-default-settings' 'xdmx' 'linux-modules-4.15.0-1035-azure' '389-ds-console' 'staden-io-lib-utils' 'nttcp' 'kadu-dev' 'libbobcat-dev' 'libgo9-dbg-mips64el-cross' 'mrtparse' 'xserver-xephyr' 'linux-cloud-tools-4.15.0-88' 'elastalert-doc' 'libhtml-wikiconverter-markdown-perl' 'linux-modules-extra-4.15.0-1014-azure' 'python3-dbus-dbg' 'libwebrtc-audio-processing-dev' 'gnome-user-docs-cs' 'golang-github-miekg-mmark-dev' 'postfix-gld' 'kpat' 'python-zope.principalregistry' 'gplanarity' 'libgnat-5-dbg-armel-cross' 'libunity-misc-doc' 'aws-shell' 'krb5-user' 'fonts-gfs-solomos' 'python-bashate-doc' 'libservice-wrapper-jni' 'libtrilinos-epetra-dev' 'golang-github-ccding-go-stun-dev' 'linux-buildinfo-4.15.0-1025-oracle' 'eclipse-mylyn-context-jdt' 'python-ropemacs' 'gnome-user-docs-da' 'wordnet' 'libcpldfs26' 'libx32go13-i386-cross' 'pbbarcode' 'libnacore5' 'sbsigntool' 'gfortran-7-multilib-i686-linux-gnu' 'gnome-user-docs-de' 'linux-tools-4.15.0-1026-oracle' 'zygrib' 'libghc-transformers-base-prof' 'libtrilinos-pike-dev' 'wmcpu' 'wxsqlite3-3.0-dbg' 'libeclipse-e4-core-contexts-java' 'libmaven-compiler-plugin-java' 'owfs' 'eclipse-rse-sdk' 'node-diff' 'python3-openid' 'gir1.2-signon-1.0' 'libsnmp-info-perl' 'ntpdate' 'python-ayatana-appindicator' 'kodi-pvr-argustv' 'python3-buildbot-doc' 'libgxwmm0' 'gnome-icon-theme-symbolic' 'openntpd' 'xmms2-plugin-modplug' 'tryton-modules-sale-opportunity' 'libreadline-java' 'libtext-csv-encoded-perl' 'lib64objc4-dbg-i386-cross' 'xdot' 'libnjb-tools' 'gdc-8-multilib-mipsel-linux-gnu' 'libn32objc-6-dev-mips64el-cross' 'libcdio-paranoia2' 'orthanc-dicomweb' 'libopendbx1-sybase' 'erlang-odbc' 'gobjc++-mipsel-linux-gnu' 'linux-headers-4.15.0-60-generic' 'python-rope' 'fonts-noto' 'golang-github-audriusbutkevicius-go-nat-pmp-dev' 'gnunet-fuse' 'gnome-user-docs-el' 'linux-modules-4.18.0-1015-gcp' 'maple-latex' 'trilinos-dev' 'gosa-plugin-uw-imap' 'weboob' 'sddm-theme-maya' 'imapproxy' 'python-crypto' 'dracut-config-generic' 'golang-github-moul-http2curl-dev' 'libgeronimo-validation-1.1-spec-java' 'flexpart' 'lua-ldap' 'libtntdb4v5' 'parley' 'gnome-user-docs-es' 'android-libandroidfw-dev' 'linux-image-4.15.0-1048-aws' 'flexml' 'linux-headers-5.0.0-1019-aws' 'libghc-floatinghex-dev' 'opensc-pkcs11' 'python-django-redis-admin' 'libghc-digest-prof' 'libatlas-cpp-0.6-dev' 'python-stfio' 'python-django-allauth-doc' 'caja-rename' 'libtidy5' 'libgnat-5-dbg' 'libwww-shorten-perl' 'libxml-security-java-doc' 'fonts-firacode' 'libnl-nf-3-dev' 'eiskaltdcpp-emoticons' 'libmwaw-dev' 'node-map-cache' 'python-manila-ui' 'libpetsc-complex-3.7.7-dev' 'ngetty' 'gcc-5-base' 'libdar64-5000' 'smrtanalysis-dev' 'libopagent1' 'gnome-user-docs-fi' 'libjglobus-gram-java' 'xorg-dev' 'libgdf0' 'linux-modules-5.0.0-1025-azure' 'netsend' 'libpeony-extension1' 'python3-elasticsearch-curator' 'python-vertica' 'gnome-user-docs-fr' 'vtgamma' 'gomoku.app' 'libqca2-dev' 'ubuntu-snappy' 'lptools' 'libplexus-compiler-java' 'device-tree-compiler' 'inputlirc' 'xorg-docs-core' 'muttprint-manual' 'libghc-web-routes-dev' 'pd-ext13' 'libwebsockets-test-server' 'python3-bibtexparser' 'libgfortran3-dbg-sh4-cross' 'libglobus-gsi-proxy-core-dev' 'php-sass' 'libfizmo-dev' 'libeclipse-jface-text-java' 'rhythmbox-data' 'libsocket-getaddrinfo-perl' 'ifupdown-multi' 'r-cran-mixtools' 'libjana-gtk0' 'libqpid-proton8' 'snakemake' 'librte-pmd-sw-event17.11' 'libghc-kan-extensions-prof' 'rrootage' 'libgo9-ppc64-cross' 'ruby-xmlhash-dbg' 'python-pyaes' 'libyaml-cpp-dev' 'gnome-user-docs-gl' 'node-tap' 'node-tar' 'libxnvctrl0' 'python3-pytest-openfiles' 'libext2fs2' 'liblangtag-doc' 'libgringotts2' 'python-selenium' 'gnome-user-docs-gu' 'python3-pytest-timeout' 'libgphobos76-amd64-cross' 'virtuoso-vad-bpel' 'python-robot-detection' 'libguestfs-reiserfs' 'fonts-tlwg-waree' 'libghc-curry-base-dev' 'libi18n-charset-perl' 'language-pack-gnome-hu-base' 'google-mock' 'python-django-auth-ldap-doc' 'python3-xstatic-d3' 'cpp-5-alpha-linux-gnu' 'trac-sensitivetickets' 'g++-7-multilib-x86-64-linux-gnu' 'xserver-xorg-video-geode-hwe-16.04' 'fccexam' 'gnome-user-docs-he' 'ctsim-doc' 'pd-pdogg' 'binutils-powerpc-linux-gnu' 'libstdc++6-5-dbg-mips64el-cross' 'gnome-user-docs-hi' 'libtracker-control-2.0-dev' 'mate-applet-appmenu' 'libnetsvcs-6.4.5' 'libfelix-utils-java' 'civicrm-l10n' 'libmaven-processor-plugin-java' 'gnome-user-docs-hr' 'libgnat-7-x32-cross' 'python-glanceclient-doc' 'weborf' 'nova-console' 'python-pyepsg' 'gnome-user-docs-hu' 'sxhkd' 'samtools-test' 'libcgi-untaint-date-perl' 'ruby-test-spec' 'irssi-plugin-otr' 'libpfqueue-dev' 'dms-core' 'python-pyside.phonon' 'libghc-happstack-hsp-prof' 'libtemplate-alloy-perl' 'libfile-sharedir-perl' 'linux-image-unsigned-5.3.0-1010-gcp' 'deap-doc' 'g++-6-mips-linux-gnu' 'libgfortran-7-dev-sh4-cross' 'gnome-user-docs-id' 'imwheel' 'libplist++3v5' 'debocker' 'cinnamon-control-center' 'librime-data-zyenpheng' 'soapysdr0.6-module-lms7' 'libair-modes0' 'liblwpx-paranoidagent-perl' 'kremotecontrol' 'libbloom1' 'puppet-module-puppetlabs-vcsrepo' 'libgeda-dev' 'ocsinventory-agent' 'node-deep-eql' 'wsynth-dssi' 'gnome-user-docs-it' 'profnet-snapfun' 'php-phpspec-prophecy' 'libdist-zilla-plugin-repository-perl' 'go-md2man' 'ayatana-indicator-power' 'qml-module-org-kde-games-core' 'otf-trace' 'cpl-plugin-muse' 'python-libvshadow' 'lua-markdown' 'libiniparser-doc' 'rplay-server' 'raidutils' 'lugaru-data' 'ruby-omniauth-openid' 'libtrilinos-isorropia-dev' 'libset-intspan-perl' 'gnome-user-docs-ja' 'libghc-skylighting-doc' 'libortp-dev' 'libcwidget-dev' 'tango-test' 'python-nototools' 'libcarp-datum-perl' 'python-poppler-dbg' 'python3-httpbin' 'lua-rings-dev' 'linux-modules-5.0.0-1012-aws' 'golang-ed25519-dev' 'libpangoxft-1.0-0' 'libghc-string-conversions-prof' 'libunicap2-dev' 'libxcb-record0-dev' 'libdumb1' 'clangd-9' 'lxqt-openssh-askpass' 'python-pyinotify-doc' 'libairspyhf-dev' 'gdigi' 'ubuntu-minimal' 'syslog-ng-mod-zmq' 'yorick-mpy-common' 'python-nipy-lib' 'lib64gphobos68-dbg' 'ruby-openid' 'libcanl-c-dev' 'libghc-reactive-banana-dev' 'libequinox-http-jetty-java' 'linux-modules-extra-4.15.0-1025-oracle' 'libcmpicppimpl0-dev' 'libqt4-script' 'tsocks' 'python3-boto3' 'libts0' 'webauth-weblogin' 'gobjc-5-multilib-s390x-linux-gnu' 'php-horde-alarm' 'linux-hwe-tools-5.0.0-23' 'linux-modules-extra-4.15.0-1047-aws' 'libpcp-mmv-perl' 'libxml-validator-schema-perl' 'libicsharpcode-nrefactory-csharp5.0-cil' 'linux-hwe-tools-5.0.0-25' 'dibbler-doc' 'r-cran-pbdzmq' 'linux-hwe-tools-5.0.0-27' 'libxineliboutput-sxfe-dbg' 'xbmc-eventclients-dev' 'libstdc++6-6-dbg-ppc64-cross' 'linux-modules-4.18.0-1006-azure' 'linux-hwe-tools-5.0.0-29' 'node-aproba' 'kakoune' 'gir1.2-gsystem-1.0' 'android-libbacktrace' 'libmoosex-types-path-tiny-perl' 'fonts-oflb-euterpe' 'gnome-user-docs-kn' 'u3-tool' 'pstotext' 'coq-doc-pdf' 'gnome-user-docs-ko' 'libboost-signals-dev' 'nginx-doc' 'percona-xtradb-cluster-5.7-dbg' 'gnuboy-sdl' 'endless-sky' 'golang-go-xdg-dev' 'njam' 'biloba-data' 'mono-fpm-server' 'libgeometric-shapes2d' 'clang-5.0-examples' 'libfelix-gogo-shell-java' 'vsftpd-dbg' 'python-libipa-hbac' 'dict-freedict-fra-bre' 'dvbackup' 'python-adios' 'hexchat-plugins' 'qtwebsockets5-doc-html' 'wminput' 'libmlt-data' 'r-cran-gplots' 'linux-hwe-tools-5.0.0-31' 'linux-hwe-tools-5.0.0-32' 'pcp-conf' 'uqm-content' 'gnome-color-chooser' 'linux-hwe-tools-5.0.0-35' 'ruby-unicode-display-width' 'wesnoth-1.12-core' 'linux-hwe-tools-5.0.0-36' 'community-themes' 'linux-hwe-tools-5.0.0-37' 'mariadb-plugin-gssapi-client' 'apport' 'mmc-utils' 'libbtparse1' 'lua-discount' 'lebiniou-data' 'libghc-edit-distance-dev' 'poppassd' 'libbase58-0' 'libstdc++-7-doc' 'pkg-config-x86-64-linux-gnu' 'python-fedora-doc' 'libocamlnet-ocaml-dev' 'libmime-base64-urlsafe-perl' 'osmo-sdr' 'kde-telepathy-auth-handler' 'python3-obsub' 'camping' 'gnome-devel-docs' 'gnome-user-docs-lv' 'python-rows' 'libyara3' 'libstd-srvs-dev' 'libstdc++-8-pic-amd64-cross' 'python-gevent' 'lldpd' 'gimp-gluas' 'gobjc++-8-riscv64-linux-gnu' 'python3-segyio' 'gnome-extra-icons' 'g++-m68k-linux-gnu' 'gcc-5-powerpc64le-linux-gnu-base' 'ptunnel' 'libnxcl-dev' 'odb' 'yubikey-piv-manager' 'python-pyfai-dbg' 'gnome-music' 'python-sphinxcontrib.issuetracker' 'libghc-regex-base-dev' 'libnet-amazon-ec2-perl' 'linux-image-4.15.0-55-lowlatency' 'linux-image-unsigned-4.15.0-1036-azure' 'mailtextbody' 'libhtml-formatexternal-perl' 'libagg-dev' 'gis-tasks' 'libocamlgraph-viewer-ocaml-dev' 'libgdm1' 'libpango1.0-dev' 'android-sdk-platform-tools' 'hugin-data' 'wordnet-base' 'sphinx-voxforge-hmm-en' 'node-eslint-plugin-html' 'childsplay-alphabet-sounds-bg' 'ruby-simple-captcha2' 'gnome-user-docs-mr' 'libxmmsclient++4v5' 'python-bs4-doc' 'libkf5pimcommon-dev' 'libdist-zilla-plugin-prepender-perl' 'python-falcon' 'libmanette-0.2-0' 'libunsafe-fences-java' 'libconstant-generate-perl' 'r-cran-snow' 'node-acorn-object-spread' 'linux-headers-4.15.0-39-lowlatency' 'ntpsec-ntpdate' 'numix-blue-gtk-theme' 'libtrilinos-ifpack12' 'libslepc-complex-3.7-dev' 'gcc-5-aarch64-linux-gnu' 'g++-5-sparc64-linux-gnu' 'openstack-resource-agents' 'sqlite3' 'php7.2-phpdbg' 'libpod-spell-perl' 'libc6-dev-mipsn32-cross' 'liblas-bin' 'libbison-dev' 'gtk-chtheme' 'libsimple-http-java' 'golang-github-docker-libnetwork-dev' 'xfce4-notes' 'banshee-extension-soundmenu' 'childsplay-alphabet-sounds-ca' 'ruby-paint' 'games-adventure' 'python-simpleparse' 'gnome-user-docs-nl' 'gccgo-6-multilib' 'gnome-font-viewer' 'ocamlwc' 'libboost-python1.65-dev' 'libjpgalleg4-dev' 'libpython-stdlib' 'libtest-consistentversion-perl' 'gir1.2-wnck-1.0' 'dl10n' 'node-starttls' 'g++-8-powerpc64le-linux-gnu' 'ruby-activemodel' 'qarecord' 'libenki-dev' 'trilinos-doc' 'python-astlib' 'openclonk-data' 'linux-tools-5.0.0-1030-gke' 'python3-aws-requests-auth' 'fusionforge-plugin-mediawiki' 'pdf2djvu' 'odbcinst1debian2' 'python-tables-lib' 'libghc-uri-prof' 'python-scipy-dbg' 'linux-cloud-tools-generic-hwe-16.04-edge' 'linux-image-unsigned-4.15.0-30-lowlatency' 'vim-tjp' 'fp-ide-3.0.4' 'python3-jsonpath-rw-ext' 'opennebula-context' 'libghc-floatinghex-doc' 'libgcc1-dbg-powerpc-cross' 'moc-ffmpeg-plugin' 'gridsite-clients' 'libnginx-mod-http-subs-filter' 'mlpack-doc' 'evolution-plugin-bogofilter' 'linux-headers-4.15.0-1017-oem' 'libattr1' 'libghc-conduit-prof' 'livestreamer' 'python-pyqt5.qtwebsockets' 'childsplay-alphabet-sounds-de' 'linux-gcp' 'libspock-java' 'libtree-r-perl' 'ceres-solver-doc' 'libwayland-bin' 'gosa-plugin-goto' 'libjpa-2.1-spec-java' 'vmdk-stream-converter' 'libmwaw-doc' 'python3-duecredit' 'libgnat-5-dbg-s390x-cross' 'linux-headers-4.15.0-1044-aws' 'psignifit' 'canna-shion' 'ofx' 'linux-headers-4.15.0-43-lowlatency' 'linux-modules-nvidia-435-generic-hwe-18.04' 'node-simple-is' 'gfortran-8-powerpc-linux-gnu' 'linux-headers-4.18.0-1020-aws' 'jcal' 'cutesdr' 'ec2-hibinit-agent' 'tsdecrypt' 'libsession-token-perl' 'libjreen-qt5-dbg' 'ttf-anonymous-pro' 'gnome-user-docs-pa' 'libqca2-doc' 'golang-github-leemcloughlin-gofarmhash-dev' 'texlive-fonts-extra-doc' 'linux-modules-4.15.0-1027-aws' 'ruby-fog-xenserver' 'acpitool-dbg' 'libghc-web-routes-doc' 'linux-modules-4.15.0-22-generic' 'libcss-compressor-perl' 'libglobus-gsi-proxy-core-doc' 'qml-module-qtwebview' 'gnome-user-docs-pl' 'python-curtsies' 'ruby-narray-miss' 'rtklib' 'gir1.2-mx-2.0' 'gnome-user-docs-pt' 'maas-rack-controller' 'childsplay-alphabet-sounds-el' 'libinput-tools' 'linux-tools-oracle' 'ruby-nanotest' 'rhythmbox-plugin-zeitgeist' 'libnotify-cil-dev' 'pinentry-tty' 'ubuntu-kylin-sso-client-qt' 'gdc-5-multilib-s390x-linux-gnu' 'librosbag3d' 'squidclient' 'tdiary-core' 'libuninameslist-dev' 'linux-buildinfo-5.0.0-15-lowlatency' 'rabbitsign' 'mate-power-manager' 'python-codicefiscale' 'childsplay-alphabet-sounds-es' 'golang-github-golang-groupcache-dev' 'python3-django-restricted-resource' 'cbedic' 'linux-tools-5.0.0-36-lowlatency' 'libdbix-class-encodedcolumn-perl' 'lib32gcc1' 'libobjc-6-dev-x32-cross' 'libgcc1-dbg-ppc64el-cross' 'node-generator-supported' 'gosa-plugin-pureftpd-schema' 'gnat-5-sjlj-mips64el-linux-gnuabi64' 'fonts-nanum' 'libarray-intspan-perl' 'node-unicode-loose-match' 'node-string-decoder' 'libghc-curry-base-doc' 'netdiscover' 'limba-devtools' 'python3-memprof' 'libunittest++-dev' 'linux-modules-4.15.0-1021-azure' 'varnish-doc' 'dcm2niix' 'python3-pyside.qtnetwork' 'gfortran-7-multilib' 'xvier' 'extrace' 'libiptc0' 'paexec' 'nginx-full' 'ksquares' 'gnome-paint' 'linux-modules-extra-4.15.0-1010-gcp' 'libperinci-sub-util-propertymodule-perl' 'mate-sensors-applet-nvidia' 'libccp4c0' 'pgmodeler' 'libdata-messagepack-stream-perl' 'gkrellm-thinkbat' 'libgnatvsn6-dbg-ppc64-cross' 'gccgo-7-multilib-i686-linux-gnu' 'childsplay-alphabet-sounds-fr' 'compass-susy-plugin' 'extract' 'cinnamon-doc' 'python-cypari2' 'python-logilab-constraint' 'pinfo' 'libjs-jquery-timer' 'php-horde-stream-filter' 'linux-modules-4.15.0-43-generic' 'debci-worker' 'keychain' 'libstax-java' 'dicelab' 'znc-dev' 'libosmocodec-doc' 'python-zope.component-persistentregistry' 'gcc-7-multilib' 'php-horde-service-urlshortener' 'asmail' 'libaudio-cd-perl' 'link-grammar' 'libatomic1-mips64-cross' 'mlton-compiler' 'ruby-mab' 'javacc4-doc' 'kblocks' 'libxmmsclient++-glib1v5' 'libavro23' 'node-keypress' 'libmaven-jar-plugin-java' 'gnome-user-docs-ro' 'libc6.1-alpha-cross' 'netplan' 'probalign' 'libxaw-doc' 'zivot' 'libgnat-6-armhf-cross' 'mariadb-plugin-spider' 'kppp' 'zope-common' 'bibledit-xiphos' 'libwgdb0' 'conspy' 'python-iptables' 'kdevplatform-dev' 'gnome-user-docs-ru' 'python-django-otp-doc' 'bibus' 'librheolef1' 'libgo7-dbg-ppc64el-cross' 'kde-l10n-ar' 'ubuntu-wallpapers-artful' 'libmoosex-log-log4perl-perl' 'cl-ieee-floats' 'libfcgi-dev' 'pymappergui' 'elpa-linum-relative' 'linux-headers-5.0.0-19-generic' 'linux-tools-5.0.0-19-generic' 'protobuf-compiler' 'libuvc-dev' 'libmono-system-servicemodel-internals0.0-cil' 'libfontbox-java-doc' 'python-pybloomfiltermmap' 'lua-ldoc' 'dozzaqueux-data' 'libmessageviewer4' 'gfortran-multilib-mips64-linux-gnuabi64' 'libnet-upnp-perl' 'python3-junos-eznc' 'libghc-lens-action-prof' 'python3-rcssmin' 'gnome-user-docs-sl' 'node-tmp' 'kde-l10n-bg' 'libjreen-qt5-dev' 'libdancer-session-cookie-perl' 'libcwidget-doc' 'linux-headers-5.3.0-1012-azure' 'lib32gcc-7-dev-s390x-cross' 'linux-tools-5.3.0-1012-azure' 'buffer' 'pawserv' 'gnome-user-docs-sr' 'linux-tools-4.15.0-1023-kvm' 'libgnuradio-filter3.7.11' 'lib32ubsan1-dbg-sparc64-cross' 'libboost-type-erasure1.62-dev' 'elpa-memoize' 'gnome-user-docs-sv' 'grokmirror' 'gimp' 'libdaxctl1' 'gfortran-7-multilib-mips-linux-gnu' 'kde-l10n-bs' 'broadcom-sta-common' 'libotbimageio-6.4-1' 'pd-scaf' 'muroard-dev' 'installation-guide-armhf' 'qml-module-qt-websockets' 'python-dbf-doc' 'tesseract-ocr-gla' 'libns3-dev' 'nautilus-share' 'gle-doc' 'python-comedilib' 'libcanl-c-doc' 'libghc-reactive-banana-doc' 'tesseract-ocr-gle' 'gnome-user-docs-ta' 'smb4k' 'libx32go4' 'tesseract-ocr-glg' 'libx32go7' 'gnome-user-docs-te' 'gobjc-multilib-x86-64-linux-gnux32' 'libxmlm-ocaml-dev' 'php-apigen-theme-default' 'libx32go9' 'profnet-bval' 'hol88-contrib-source' 'kde-l10n-ca' 'linux-image-4.15.0-34-generic' 'libpwquality-tools' 'golang-github-jdkato-syllables-dev' 'gir1.2-gck-1' 'libsocialweb0-dbg' 'gccgo-8-multilib-mipsel-linux-gnu' 'libtrilinos-anasazi-dev' 'libleveldb1.2-cil' 'node-rollup-plugin-string' 'libccp4f0' 'libblocksruntime-dev' 'puppet-module-keystone' 'libstdc++-7-pic-ppc64el-cross' 'ginn' 'libvtk7.1' 'foomatic-db-engine' 'libini4j-java-doc' 'kde-l10n-cs' 'libappstream-glib8' 'tryton-modules-customs' 'childsplay-alphabet-sounds-it' 'libplexus-container-default1.5-java' 'tinymce' 'ola' 'dita-ot' 'libghc-brainfuck-dev' 'gforth' 'tomcat9-admin' 'linux-tools-4.15.0-20' 'python3-uncertainties' 'python-keystoneauth1' 'ddcutil' 'linux-tools-4.15.0-22' 'linux-tools-4.15.0-23' 'python-nbsphinx' 'node-mississippi' 'linux-tools-4.15.0-24' 'linux-image-unsigned-4.18.0-1007-azure' 'libasan5-dbg-armel-cross' 'kde-l10n-da' 'python-zconfig' 'gfortran-8-multilib-mipsel-linux-gnu' 'sfnt2woff-zopfli' 'language-pack-gnome-uk-base' 'liblog-message-perl' 'linux-tools-4.15.0-29' 'gstreamer1.0-plugins-bad-dbg' 'libnfs-dev' 'kde-l10n-de' 'desktop-profiles' 'libghc-static-hash-dev' 'shiboken-dbg' 'libkido-utils0.1' 'libqt5gstreamerquick-1.0-0' 'python-retrying' 'libcode-tidyall-perl' 'nvidia-nsight' 'libpolyglot-maven-java-doc' 'libpocodatamysql50' 'spellcast-doc' 'libghc-edit-distance-doc' 'libgfortran5-mips64-cross' 'ruby-termios' 'python3-lepl' 'libocamlnet-ocaml-doc' 'nordugrid-arc-acix-cache' 'libmath-prime-util-gmp-perl' 'libdtkwm2' 'libmaven-mapping-java' 'linux-image-4.15.0-55-generic' 'linux-tools-4.15.0-30' 'bomber' 'sparse' 'linux-tools-4.15.0-32' 'libn32atomic1-mipsel-cross' 'ubuntu-gnome-wallpapers-xenial' 'fonts-f500' 'kde-plasma-desktop' 'linux-tools-4.15.0-33' 'keyboards-rg' 'pike7.8-image' 'linux-tools-4.15.0-34' 'libipmiconsole2' 'libstdc++-8-pic-arm64-cross' 'iraf-dev' 'linux-tools-4.15.0-36' 'gnome-user-docs-vi' 'linux-buildinfo-4.15.0-1050-gke' 'linux-tools-4.15.0-38' 'capnproto' 'linux-tools-4.15.0-39' 'libghc-haskell-src-prof' 'fractgen' 'node-babel-plugin-transform-es3-property-literals' 'linux-image-unsigned-4.15.0-69-lowlatency' 'libelf-freebsd-dev' 'libsaml9' 'libgomp1-dbg-armel-cross' 'nano-tiny' 'gdisk' 'libnet-ssh-perl' 'radosgw-agent' 'kde-l10n-el' 'libmono-debugging-soft-cil' 'libghc-regex-base-doc' 'linuxlogo' 'kde-l10n-eo' 'python3-ginga' 'mongodb-server' 'python-certbot-dns-google-doc' 'linux-buildinfo-4.15.0-1037-azure' 'lilo-doc' 'redeclipse' 'mopidy-beets' 'x11proto-core-dev' 'libzeitgeist-dev' 'kde-l10n-es' 'python-pyqt5.qtsensors' 'cargo-doc' 'kde-l10n-et' 'libpango1.0-doc' 'linux-tools-4.15.0-1033-oracle' 'libeclipse-jface-databinding-java' 'kde-l10n-eu' 'gem-plugin-mpeg3' 'gcc-6-plugin-dev-powerpc64le-linux-gnu' 'ogmrip-oggz' 'node-passport-oauth' 'libtelepathy-farstream-dev' 'libdvd-pkg' 'libobus-ocaml-dev' 'libghc-errors-prof' 'italc-client' 'libmiaviewit0' 'libdtkcore2' 'python3-sfml' 'libgtksourceview2.0-dev' 'libmarblewidget-qt5-28' 'linux-gke' 'linux-tools-4.15.0-42' 'liblrcalc1' 'linux-tools-4.15.0-43' 'qml-module-org-kde-qqc2desktopstyle' 'libtcmalloc-minimal4' 'linux-tools-4.15.0-44' 'linux-tools-4.15.0-45' 'libsfasan5-armhf-cross' 'libnetbeans-cvsclient-java' 'consul' 'kde-l10n-fa' 'linux-tools-4.15.0-46' 'libfastutil-java-doc' 'linux-tools-4.15.0-47' 'gnome-dvb-client' 'linux-tools-4.15.0-48' 'linux-cloud-tools-5.0.0-32-generic' 'libplexus-archiver-java' 'qtgain' 'svgtune' 'libclass-virtual-perl' 'libufo0' 'python3-shortuuid' 'r-cran-rpostgresql' 'vmtouch' 'libpam-rsbac' 'starlink-array-java' 'libglobus-gssapi-gsi-dev' 'libstdc++-5-dev-mips64el-cross' 'kde-l10n-fi' 'cbmc' 'id-utils' 'python3-pyldap' 'clisp-module-clx' 'gobjc-8-sparc64-linux-gnu' 'libvirt-bin' 'libmodule-install-authorrequires-perl' 'php-doctrine-dbal' 'elpa-hydra' 'libqt5pas1' 'libclass-spiffy-perl' 'librcsb-core-wrapper0' 'gobjc++-8-multilib-mipsel-linux-gnu' 'kde-l10n-fr' 'lib64asan0-dbg' 'python-libdiscid-dbg' 'compartment' 'can-utils' 'libdrm-amdgpu1' 'python-wsgilog' 'starlink-task-java' 'lib32objc-8-dev-ppc64-cross' 'linux-headers-virtual-hwe-18.04' 'python3-meld3' 'bpython3' 'xvile' 'mythes-gug' 'ableton-link-utils' 'libghc-pipes-parse-dev' 'lib32gfortran5-mips64el-cross' 'python3-indexed-gzip' 'linux-tools-4.15.0-50' 'libglobus-gass-cache-dev' 'libspock-java-doc' 'linux-tools-4.15.0-51' 'libdatetime-format-rfc3339-perl' 'linux-tools-4.15.0-52' 'linux-image-unsigned-4.15.0-1038-oem' 'hamfax' 'cobertura' 'python-pyavm' 'liboss4-salsa2' 'linux-tools-4.15.0-54' 'fonts-crosextra-carlito' 'gnat-5-sjlj-s390x-linux-gnu' 'linux-tools-4.15.0-55' 'gnuplot-x11' 'kde-l10n-ga' 'vmdebootstrap' 'python3-crontab' 'r-cran-fastmatch' 'linux-tools-4.15.0-58' 'gdc-8-mipsel-linux-gnu' 'mozilla-plugin-gnash' 'node-ebnf-parser' 'libnet1' 'csmith' 'libdatetime-format-xsd-perl' 'ruby-cassiopee' 'gmountiso' 'kde-l10n-gl' 'libinput-bin' 'language-pack-ca-base' 'acccheck' 'wsmancli' 'libjaxrs-api-java' 'ruby-instantiator' 'liblxqt-globalkeys-ui0-dev' 'autoconf' 'golang-github-docker-go-units-dev' 'lib32objc4-s390x-cross' 'qml-module-org-kde-solid' 'lubuntu-nexus7-default-session' 'libconfig-ini-reader-ordered-perl' 'conky' 'linux-modules-4.15.0-1013-oracle' 'ejabberd-mod-shcommands' 'golang-github-ugorji-go-codec-dev' 'linux-tools-4.15.0-60' 'ros-base-lisp-dev' 'pybind11-dev' 'linux-tools-4.15.0-62' 'libcrypt-generatepassword-perl' 'python-pywt-doc' 'linux-tools-4.15.0-64' 'qdevelop' 'linux-tools-4.15.0-65' 'vim-autopep8' 'linux-tools-4.15.0-66' 'golang-github-gin-gonic-gin-dev' 'g++-6-multilib-arm-linux-gnueabi' 'libirrlicht1.8-dbg' 'childsplay-alphabet-sounds-nb' 'libm4rie-0.0.20150908' 'linux-tools-4.15.0-69' 'libxml-semanticdiff-perl' 'language-pack-gnome-pl-base' 'kde-l10n-he' 'fosfat' 'kerneloops-applet' 'linux-modules-extra-4.18.0-1013-gcp' 'kde-l10n-hi' 'virtualbox-guest-x11-hwe' 'opt' 'libx11-keyboard-perl' 'kdevplatform-l10n' 'childsplay-alphabet-sounds-nl' 'gobjc-8-multilib-powerpc-linux-gnu' 'python3-affine' 'libc6-dbg-s390x-cross' 'libghc-cracknum-dev' 'libtext-simpletable-autowidth-perl' 'kde-l10n-hr' 'php-net-ldap2' 'python-libdiscid' 'linux-tools-4.15.0-1054-aws' 'golang-github-huin-goupnp-dev' 'colorize' 'php-net-ldap3' 'gobjc++-8-multilib-arm-linux-gnueabi' 'libplasma3' 'gist' 'kde-l10n-hu' 'linux-image-unsigned-4.18.0-24-lowlatency' 'cdftools' 'texlive-music' 'python-pyfai-doc' 'libextutils-xspp-perl' 'python-datalad' 'libtrilinos-komplex-dev' 'linux-tools-4.15.0-70' 'linux-tools-4.15.0-72' 'linux-modules-nvidia-390-oracle' 'linux-virtual-hwe-16.04' 'libstring-tt-perl' 'linux-tools-4.15.0-74' 'python3-matplotlib-dbg' 'kde-l10n-ia' 'linux-tools-4.15.0-76' 'node-debug' 'ubuntu-dev-tools' 'python3-django-prometheus' 'kde-l10n-id' 'libgwyddion2-0' 'libghc-authenticate-prof' 'golang-github-restic-chunker-dev' 'python-attr' 'libghc-chell-quickcheck2-dev' 'golang-github-facebookgo-subset-dev' 'libkafs0-heimdal' 'gitg' 'amule-common' 'node-d3-force' 'libmono-debugger-soft4.0a-cil' 'riemann-c-client' 'librose-datetime-perl' 'libghc-pango-prof' 'android-tools-fsutils' 'gitk' 'haskell-platform-prof' 'golang-github-jfrazelle-go-dev' 'python-django-haystack' 'libodb-pgsql-dev' 'libghc-gtk2hs-buildtools-dev' 'os8' 'libgcc-7-dev-hppa-cross' 'kde-l10n-is' 'kde-l10n-it' 'nagios-plugins-rabbitmq' 'linux-image-unsigned-4.15.0-1018-gcp' 'bison-doc' 'libproxychains3' 'libproxychains4' 'libkf5templateparser5abi2' 'compton' 'libftdi-dev' 'routino' 'python-django-organizations' 'ggcov' 'meterec' 'pinot' 'libstdc++-5-dev-x32-cross' 'linux-source-5.3.0' 'libhttp-server-simple-cgi-prefork-perl' 'linux-image-unsigned-4.15.0-1022-azure' 'ori' 'gcc-5-multilib-powerpc64-linux-gnu' 'trimage' 'cairo-5c' 'kde-l10n-ja' 'plasma-runners-addons' 'linux-headers-4.15.0-1035-azure' 'linux-tools-4.15.0-88' 'mosquitto-auth-plugin' 'granatier' 'node-gauge' 'libwpg-0.3-3' 'linux-source' 'libsfcilkrts5-dbg-armhf-cross' 'yp-tools' 'libimdb-film-perl' 'libgcc4-hppa-cross' 'python-django-compressor' 'linux-image-5.0.0-17-lowlatency' 'mbrola-cr1' 'cairo-dock-dev' 'libgnat-7-powerpcspe-cross' 'gnash-common-opengl' 'libhesiod0' 'php-horde-idna' 'libsigrok4' 'elpa-popup' 'libmuroar0' 'python-scipy-doc' 'childsplay-alphabet-sounds-pt' 'ruby-graffiti' 'mkosi' 'libcpuset1' 'libghc-opengl-prof' 'libzonemaster-perl' 'libpoe-component-jabber-perl' 'python3-django-organizations' 'osc' 'ntfs-3g-dbg' 'pcmanfm-qt' 'xprintidle' 'pacman4console' 'python-photutils' 'ubuntukylin-wallpapers-vivid' 'ioport' 'hackrf' 'libcommons-jcs-java' 'cwdaemon' 'linux-image-oem-osp1' 'ethstats' 'libuvc-doc' 'jython-stilts' 'lib32go13-dbg' 'fonts-arphic-ukai' 'glide2-bin' 'kde-l10n-kk' 'libscsynth1' 'libgcc1-powerpc-cross' 'kde-l10n-km' 'libwaffle-dev' 'linux-image-4.15.0-1021-kvm' 'kde-l10n-ko' 'python3-dominate' 'python-pycsw-wsgi' 'golang-github-fluent-fluent-logger-golang-dev' 'python3-pweave' 'python-certbot-dns-digitalocean-doc' 'libgps-dev' 'python-et-xmlfile' 'libghc-dependent-sum-prof' 'libmail-box-perl' 'libgo13-mipsel-cross' 'libm4ri-0.0.20140914' 'wmsysmon' 'libdleyna-connector-dbus-1.0-dbg' 'libkdc2-heimdal' 'python-jupyter-console-doc' 'libossp-uuid16' 'python3-digitalocean' 'libcgi-session-driver-chi-perl' 'libdbusmenu-qt5-dev' 'tesseract-ocr-guj' 'libgnat-8-dbg-amd64-cross' 'drbd-utils' 'python-transitions' 'linux-cloud-tools-4.18.0-14-generic' 'libc6-x32-cross' 'libvanessa-adt-dev' 'avfs' 'gnome-icon-theme-gartoon' 'libghc-monoid-subclasses-dev' 'otp' 'node-babel-code-frame' 'golang-github-cupcake-rdb-dev' 'mrtrix' 'linux-modules-extra-5.0.0-20-generic' 'alfred' 'gnupod-tools' 'screenbin' 'gutsy-wallpapers' 'libhfgfortran-7-dev-armel-cross' 'childsplay-alphabet-sounds-ro' 'liblastfm-java' 'libxalan-c-dev' 'python-stemmer' 'python3-xapian-haystack' 'kde-l10n-lt' 'libgnatcoll16.1.0-dev' 'fusionforge-plugin-scmgit' 'libucl-dev' 'kde-l10n-lv' 'childsplay-alphabet-sounds-ru' 'libxorg-gtest-dev' 'libkf5newstuff5' 'libotbice-6.4-1' 'lib32gcc1-amd64-cross' 'libmaven-invoker-plugin-java' 'gdc-7-s390x-linux-gnu' 'node-deps-sort' 'golang-github-docker-libkv-dev' 'libmono-system-configuration4.0-cil' 'libxine2-bin' 'ruby-gruff' 'python-sphinx-rtd-theme' 'python-pygccxml-doc' 'python-apt-dbg' 'node-fs-readdir-recursive' 'libengine-pkcs11-openssl1.1' 'libsensors4-dev' 'libghc-brainfuck-doc' 'redmine-sqlite' 'libghc-th-utilities-dev' 'golang-github-approvals-go-approval-tests-dev' 'libghc-data-ordlist-prof' 'libt3key-dev' 'cl-nodelet' 'syncevolution-libs' 'pinball-dev' 'fai-setup-storage' 'libbenchmark-ocaml-dev' 'childsplay-alphabet-sounds-sl' 'linux-modules-4.18.0-1009-gcp' 'linux-buildinfo-4.18.0-1008-azure' 'urweb' 'libfastjet-fortran-dev' 'golang-github-datadog-datadog-go-dev' 'kde-l10n-mr' 'libghc-gtk3-dev' 'asterisk-core-sounds-fr-wav' 'doctest' 'libghc-static-hash-doc' 'gr-rds' 'libstdc++6-8-dbg-sparc64-cross' 'python-nids' 'debichem-view-edit-2d' 'childsplay-alphabet-sounds-sv' 'trackballs' 'libcss-tiny-perl' 'xboxdrv' 'libkf5libkleo5abi1' 'linux-image-4.15.0-46-lowlatency' 'zita-bls1' 'libmason-plugin-cache-perl' 'linux-image-4.18.0-1018-aws' 'libbot-basicbot-pluggable-perl' 'libclamav-client-perl' 'libxml-atom-owl-perl' 'golang-github-vitrun-qart-dev' 'sphinxtrain' 'libghc-yesod-prof' 'kde-l10n-nb' 'weborf-daemon' 'fcitx-table-malayalam-phonetic' 'rtklib-doc' 'libsmokeqtcore4-3' 'python3-lttngust' 'madison-lite' 'rdtool-elisp' 'libghc-servant-server-prof' 'libghc-gd-prof' 'libn32go7-mipsel-cross' 'pinta' 'timemachine' 'python-jsonpath-rw' 'xfce4-mount-plugin' 'kde-l10n-nl' 'ntfs-3g-dev' 'spamassassin-heatu' 'libhtml-microformats-perl' 'kde-l10n-nn' 'libneo4j-client-dev' 'snapd-glib-tests' 'opensips-json-module' 'octave-symbolic' 'linux-modules-4.15.0-1063-oem' 'escputil' 'python-pacparser' 'libkf5kaddressbookgrantlee-dev' 'instead-doc-common' 'zabbix-proxy-mysql' 'libqt4-designer' 'pinto' 'dnstop' 'pavucontrol-qt' 'lib64gcc1-dbg-mipsel-cross' 'libmsv-dev' 'libtest-xpath-perl' 'eboard-extras-pack1' 'libvariantslib-ocaml-dev' 'xserver-xorg-video-amdgpu-hwe-16.04-dbg' 'python-cgcloud-lib' 'rplay-client' 'libghc-vector-instances-dev' 'libzeitgeist-doc' 'gobjc-8-powerpc64le-linux-gnu' 'libwebauth-perl' 'erlang-asciideck' 'ruby-fog-serverlove' 'linux-image-4.15.0-1023-oracle' 'libxerces-c3.2' 'libgettext-ocaml-dev' 'libtelepathy-farstream-doc' 'linux-tools-4.15.0-74-lowlatency' 'comptty' 'gosa-plugin-pureftpd' 'avis' 'bandit' 'fsharp' 'bluez-dbg' 'libgtksourceview2.0-doc' 'libgcc1-powerpcspe-cross' 'libros-rosgraph-msgs-dev' 'mayavi2' 'python-medusa' 'python3-hug-doc' 'ripit' 'libre-dev' 'linux-cloud-tools-4.15.0-34-generic' 'r-cran-tidyr' 'owx' 'libicu4j-49-java' 'libmikmod-config' 'logdata-anomaly-miner' 'libtest-lectrotest-perl' 'python3-oslosphinx' 'libatomicparsley-dev' 'r-cran-afex' 'libglobus-gssapi-gsi-doc' 'node-require-main-filename' 'libarrayfire-dev' 'linux-modules-5.0.0-32-lowlatency' 'buxon' 'libmessage-passing-amqp-perl' 'cube2' 'libllvm5.0' 'node-backbone-dirty' 'libreoffice-ogltrans' 'libapache2-mod-authn-sasl' 'bzr-builder' 'qbs-common' 'kde-l10n-pa' 'node-path-root' 'libhidapi-libusb0' 'mir-utils' 'gnome-calculator' 'libqt5waylandclient5-dev' 'pkg-config-arm-linux-gnueabi' 'gccgo-7-multilib-mips-linux-gnu' 'golang-github-vbatts-tar-split-dev' 'gdc-8-alpha-linux-gnu' 'libstdc++6-8-dbg-powerpcspe-cross' 'libharfbuzz-dev' 'user-setup' 'ocrmypdf-doc' 'libghc-pipes-parse-doc' 'libglobus-gass-cache-doc' 'libobjc-6-dev-sparc64-cross' 'python3-simpy3' 'lib32stdc++6-8-dbg-s390x-cross' 'alttab' 'ruby-mpi' 'maude' 'kde-l10n-pl' 'python-dnsq' 'libhocr-python' 'libmumps-ptscotch-dev' 'linux-image-unsigned-4.18.0-25-generic' 'libeclipse-osgi-java' 'libresid-builder-dev' 'libpdf-report-perl' 'xemacs21-mulesupport' 'python3-pyqt4.qsci-dbg' 'google-android-platform-4-installer' 'python-zope.server' 'libmongo-client0-dbg' 'python-apt-dev' 'gobjc++-8-aarch64-linux-gnu' 'kde-l10n-pt' 'libchm-dev' 'libgcc-8-dev' 'elpa-company-go' 'python3-htmlmin' 'node-has-cors' 'linux-image-unsigned-5.0.0-1028-gcp' 'libgc-dev' 'alacarte' 'cl-fad' 'python-pymzml-doc' 'libqt5texttospeech5-dev' 'spring-maps-kernelpanic' 'libgfortran3-powerpcspe-cross' 'libghc-mueval-prof' 'libdacs-dev' 'libtelnet-dev' 'python-pika-pool' 'node-babel-preset-es2015' 'gstreamer1.0-plugins-bad-doc' 'node-babel-preset-es2016' 'libpam-sshauth' 'python3-twisted-bin' 'node-babel-preset-es2017' 'libvte9' 'shiboken-doc' 'python3-rpaths' 'libmbedtls-dev' 'erlang-bitcask-dev' 'libequinox-launcher-java' 'libcgi-application-plugin-validaterm-perl' 'pybind11-doc' 'libtest-xml-perl' 'pidgin-lastfm' 'softhsm2-common' 'postfix-policyd-spf-python' 'r-cran-tkrplot' 'libjs-jquery-ui-touch-punch' 'xul-ext-torbirdy' 'python3-pocket-lint' 'libprotocol-http2-perl' 'dir2ogg' 'blogofile-converters' 'cairo-dock-dustbin-plug-in' 'z88-doc' 'libdhash1' 'libxml-stream-perl' 'linux-image-4.15.0-1052-aws' 'python-rply' 'linux-headers-5.0.0-1023-aws' 'libeet-bin' 'tk-mpeg' 'libexcalibur-logkit-java' 'linux-modules-4.15.0-72-lowlatency' 'libnfnetlink0' 'fonts-tlwg-typo' 'gstreamer1.0-gtk3' 'libguava-java-doc' 'libghc-cracknum-doc' 'libghc-bytes-dev' 'python-pyresample-test' 'linux-image-unsigned-4.15.0-24-generic' 'gdc-7-multilib-mipsel-linux-gnu' 'linux-headers-4.18.0-1006-azure' 'libcatalyst-view-excel-template-plus-perl' 'ledit' 'golang-github-circonus-labs-circonusllhist-dev' 'libitm1-amd64-cross' 'libnetfilter-conntrack-dev' 'oslo-messaging-zmq-receiver' 'dpdk' 'trydiffoscope' 'libjgraph-java-doc' 'librte-kvargs17.11' 'gfortran-6-powerpc64-linux-gnu' 'kde-baseapps' 'python3-libsass' 'libpri1.4' 'php-jmespath' 'gdc-5-multilib-powerpc-linux-gnu' 'lib64gfortran5-dbg' 'python-kaitaistruct' 'libx32atomic1-i386-cross' 'tryton-server' 'libmariadb-dev-compat' 'kde-l10n-ro' 'libpaje-dev' 'ekiga' 'mbrola-cz2' 'ruby-omniauth-oauth2-generic' 'gir1.2-a11yprofilemanager-0.1' 'vulture' 'med-typesetting' 'libghc-chell-quickcheck2-doc' 'wordplay' 'kde-l10n-ru' 'python-sfml-dbg' 'libxalan-c111' 'clblas-client' 'libghc-utf8-light-dev' 'libmime-encwords-perl' 'libx86-1' 'r-cran-phylobase' 'python-powerline-doc' 'fonts-league-spartan' 'libcamlimages-ocaml-dev' 'libghc-gtk2hs-buildtools-doc' 'php-sybase' 'ruby-rails-assets-markdown-it-hashtag' 'libcastor-codegen-java' 'xemacs21-support' 'gfortran-8-multilib-mips64-linux-gnuabi64' 'libnusoap-php' 'ubuntu-mate-guide' 'libmtp-runtime' 'ruby-haml' 'libcue-dev' 'libdbusmenu-glib-dev' 'vdpauinfo' 'kde-l10n-si' 'python-caja' 'golang-github-hashicorp-memberlist-dev' 'libvar-pairs-perl' 'libapache-dbilogger-perl' 'kde-l10n-sk' 'elpa-lua-mode' 'libghc-http-dev' 'libjs-jquery-blockui' 'kde-l10n-sl' 'language-pack-gnome-fur' 'fig2sxd' 'libghc-mtl-dev' 'golang-google-cloud-compute-metadata-dev' 'python-nagiosplugin' 'ffmpeg2theora' 'python-libdiscid-doc' 'libxmlada-sax4.6.2016' 'gtkam-gimp' 'cvsweb' 'v4l-conf' 'kde-l10n-sr' 'cmake-fedora' 'ruby-omniauth-ldap' 'node-async' 'python-app-catalog-ui' 'libfreecell-solver-dev' 'librelative-perl' 'libghc-pretty-show-prof' 'libjs-jquery-ui-theme-black-tie' 'libdvbv5-dev' 'libgnatvsn5-dev-m68k-cross' 'kde-l10n-sv' 'libtext-asciitable-perl' 'vim-ctrlp' 'lua-orbit' 'linux-image-unsigned-4.15.0-45-generic' 'adql-java' 'libij-java-doc' 'puppet-module-nanliu-staging' 'linux-buildinfo-4.15.0-1064-oem' 'elpa-ctable' 'libcmph-tools' 'libghc-taffybar-prof' 'phamm' 'libjam-java' 'libcommons-jexl2-java-doc' 'trac-virtualticketpermissions' 'libstdc++-8-dev-sh4-cross' 'libgd-perl' 'kde-l10n-tg' 'python-facebook' 'kde-l10n-th' 'python-epsilon' 'libxcb-util-dev' 'ko.tex-base' 'golang-gopkg-alexcesaro-quotedprintable.v3-dev' 'tircd' 'wmpomme' 'libghc-hsopenssl-x509-system-prof' 'libblkid1' 'siscone-examples' 'ukwm' 'libgnuradio-fec3.7.11' 'libgnat-5-dbg-ppc64-cross' 'dvbpsi-utils' 'libghc-sockaddr-dev' 'linux-modules-nvidia-430-5.3.0-1013-azure' 'kde-l10n-tr' 'python-h5py-dbg' 'libnotify3.0-cil-dev' 'wuzzah' 'librcps0' 'libezmorph-java' 'libguestfs-gobject-1.0-0' 'neard-dev' 'pfstools' 'libhz-dev' 'libwaffle-doc' 'libkf5eventviews5' 'librte-pmd-sfc-efx17.11' 'linux-virtual-gkeop-5.0' 'language-pack-gnome-eo-base' 'python-sfepy' 'pypy-pyparsing' 'eclipse-cdt-pkg-config' 'libcaml2html-ocaml-dev' 'libjgrapht0.6-java-doc' 'g++-6-multilib-x86-64-linux-gnu' 'libclass-unload-perl' 'python-twisted-runner' 'libprivileges-drop-perl' 'budgie-lightdm-theme-base' 'liba11y-profile-manager-data' 'libfvde-utils' 'php-symfony-finder' 'libjsonrpccpp-tools' 'netplug' 'libodsstream-qt5-dev' 'emacs25-common' 'lib32gphobos68-dbg' 'python3-pastescript' 'kde-l10n-ug' 'liblemon-dev' 'libnetty-3.9-java' 'libjboss-modules-java-doc' 'xmms2-client-cli' 'kde-l10n-uk' 'python-renpy' 'libdbusmenu-qt5-doc' 'php-horde-service-twitter' 'libgnat-8-dbg-arm64-cross' 'kernel-package' 'python3-pkginfo' 'libclass-ooorno-perl' 'ksmtuned' 'libtcod-dev' 'libexif-gtk5' 'libghc-monoid-subclasses-doc' 'libhdf5-jni' 'python-flask-silk-doc' 'python-okasha-examples' 'libcilkrts5-dbg-armel-cross' 'libperl-destruct-level-perl' 'python-psycogreen' 'oxygen-sounds' 'python-subunit2sql' 'fonts-gfs-bodoni-classic' 'gkamus-data' 'qtsvg5-doc-html' 'python3-pyflakes' 'libghc-hdbc-odbc-prof' 'libn32gcc1-mips64el-cross' 'libodb-qt-2.4' 'lib32stdc++6-6-dbg-amd64-cross' 'libgeda42' 'nettle-dev' 'python-async' 'atomicparsley' 'libxalan-c-doc' 'libmp3lame-dev' 'glassfish-javaee' 'samplv1-common' 'rubiks' 'libserialport-dev' 'libxorg-gtest-doc' 'libjs-edit-area' 'libgomp1-i386-cross' 'docbook-xsl-saxon' 'kde-l10n-vi' 'tinymux' 'php-react-promise' 'weather-util-data' 'libn32gcc-7-dev-mips64-cross' 'gfortran-7-arm-linux-gnueabihf' 'linux-modules-extra-5.0.0-1020-azure' 'libdmtx0a' 'libwmf0.2-7-gtk' 'liblqr-1-0' 'haskell-relational-record' 'liblocale-us-perl' 'libghc-monad-logger-prof' 'ruby-diaspora-federation' 'gcc-6-multilib-x86-64-linux-gnux32' 'gobjc-7-powerpc64-linux-gnu' 'lib32objc4-dbg-s390x-cross' 'python-pyssim' 'pypy-asn1crypto' 'libequinox-osgi-java' 'libghc-th-utilities-doc' 'linux-buildinfo-4.15.0-1044-gcp' 'rsibreak' 'kompare' 'sfftobmp' 'libfwtsiasl1' 'python-kdtree' 'zoom-player' 'linux-buildinfo-5.3.0-1013-azure' 'linux-modules-extra-4.18.0-24-generic' 'libboost-dev' 'mpi-default-bin' 'libleatherman-data' 'mupen64plus-video-rice' 'libmono-system-net4.0-cil' 'dpic' 'cvsdelta' 'xflr5-doc' 'libghc-gtk3-doc' 'gnat-7-x86-64-linux-gnux32' 'gnat-7-sjlj-alpha-linux-gnu' 'octave-communications-common' 'libunbound2' 'linux-headers-4.15.0-22-generic' 'kde-l10n-wa' 'node-regenerator-runtime' 'fusiondirectory-plugin-netgroups' 'liborigin2-1v5' 'ubuntu-mate-wallpapers-utopic' 'linux-modules-extra-4.15.0-1051-aws' 'libqtgconf1' 'libaprutil1-ldap' 'libexif12' 'xml-core' 'python-nine' 'libc6-dev-mipsn32-mipsr6el-cross' 'libmediaart-doc' 'libnfc5' 'lib32go7-sparc64-cross' 'eiskaltdcpp' 'python3-django-captcha' 'bilibop-lockfs' 'python3-binwalk' 'libunix-configfile-perl' 'libraqm-dev' 'libgo7-dbg-x32-cross' 'linux-tools-4.15.0-22-lowlatency' 'avra' 'node-sphericalmercator' 'hdf5-helpers' 'ruby-test-unit-rr' 'golang-go.uber-zap-dev' 'gjay' 'open-cobol' 'libdata-dumpxml-perl' 'php-symfony-var-dumper' 'libneo4j-client-doc' 'linux-modules-nvidia-390-5.3.0-26-generic' 'libterm-query-perl' 'cscope' 'libosp5' 'libxml-sax-expatxs-perl' 'obs-plugins' 'avrp' 'shineenc' 'amavisd-new' 'libxosd-dev' 'ibulgarian' 'libghc-mbox-prof' 'nwchem' 'kde-telepathy-text-ui' 'opengl-4-html-doc' 'etm-qt' 'libghc-vector-instances-doc' 'minetest-mod-mobf-core' 'linux-modules-extra-4.15.0-23-generic' 'libisns0' 'jmagick6-docs' 'libtest-mockrandom-perl' 'libxmpi4' 'libjhdf4-java' 'gstreamer-qapt' 'libghc-tls-session-manager-prof' 'libaudiomask-dev' 'toppler' 'uwsgi-emperor' 'linux-modules-nvidia-418-5.0.0-1008-oracle' 'libhtml-tagset-perl' 'gobjc++-alpha-linux-gnu' 'php7.2-imap' 'lua-ansicolors' 'python3-popcon' 'barnowl' 'linux-headers-4.15.0-43-generic' 'gcc-5-arm-linux-gnueabihf-base' 'node-lru-cache' 'dxsamples' 'libboost-test1.65-dev' 'python3-lazr.smtptest' 'libdballef-dev' 'ddupdate' 'repmgr-common' 'libssl-ocaml-dev' 'opendrim-lmp-ip' 'eclipse-platform' 'libebackend-1.2-10' 'dpkg' 'swath-data' 'librdf-storage-mysql' 'libarrayfire-doc' 'banshee-extensions-common' 'pagein' 'grml2usb' 'python-schema' 'python-sqlite-dbg' 'tesseract-ocr-hat' 'xserver-xorg-video-qxl-hwe-18.04' 'funnyboat' 'libsoap-wsdl-perl' 'python-django-picklefield' 'xfonts-kappa20' 'gtamsanalyzer.app' 'pyotherside-tests' 'python-optlang' 'python-hurry.query' 'libghc-wai-prof' 'trac-privatewiki' 'libx32gomp1-dbg-amd64-cross' 'prometheus-alertmanager' 'libnet-luminis-build-plugin-java' 'r-cran-fexoticoptions' 'libghc-lambdabot-social-plugins-prof' 'libharfbuzz-doc' 'libghc-boxes-dev' 'theseus-examples' 'python-lldb-7' 'python3-zope.exceptions' 'ruby-jquery-scrollto-rails' 'python-lldb-8' 'python-lldb-9' 'ruby-jquery-rails' 'streamlink' 'libmoosex-types-varianttable-perl' 'python-nipy' 'cgroup-tools' 'libwx-glcanvas-perl' 'isdnutils-xtools' 'python-apt-doc' 'libanydata-perl' 'python3-pyqt5.qtwebkit' 'smalr' 'libglu1-mesa-dev' 'python-amqplib-doc' 'golang-gopkg-inconshreveable-log15.v2-dev' 'pal' 'smalt' 'qrencode' 'rdiff-backup-fs' 'linux-modules-extra-4.15.0-44-generic' 'pan' 'gcc-sh4-linux-gnu' 'linux-tools-5.0.0-1012-aws' 'par' 'phast' 'encfs' 'ckport-database' 'elastix' 'libykclient3' 'mingw-w64' 'libace-inet-ssl-dev' 'paw' 'libmodule-build-xsutil-perl' 'linux-modules-4.15.0-20-lowlatency' 'pax' 'libpmix2' 'erlang-ranch-doc' 'node-cipher-base' 'cycfx2prog' 'ruby-parseconfig' 'libiv-unidraw1' 'selinux-utils' 'python-empy-doc' 'libclass-whitehole-perl' 'linux-modules-5.3.0-26-lowlatency' 'libmbedtls-doc' 'context' 'python-hvac' 'gobjc-8-arm-linux-gnueabihf' 'swi-prolog' 'desktopnova-tray' 'python-shellescape' 'libsocialweb-client2-dbg' 'libkf5dbusaddons-data' 'linux-modules-nvidia-390-4.15.0-69-generic' 'h2o-doc' 'seafile-daemon' 'libgdcm-java' 'xbmc-pvr-vdr-vnsi' 'fonts-inconsolata' 'gir1.2-totemplparser-1.0' 'libgnomevfs2-dev' 'libofapi0' 'deluge-common' 'xserver-xorg-input-joystick-dev-hwe-18.04' 'libgraphene-doc' 'python3-ipykernel' 'mysql-client-core-5.7' 'libandroid-tools-swtmenubar-java' 'gfortran-6-multilib-mips64el-linux-gnuabi64' 'linux-headers-4.15.0-1021-oem' 'rrep' 'libghc-bytes-doc' 'libtsk-dev' 'med-cloud' 'ccal' 'libitm1-arm64-cross' 'libbio-das-lite-perl' 'linux-tools-4.15.0-1017-kvm' 'libparted-i18n' 'cups-filters' 'libsqlite3-tcl' 'telepathy-idle' 'libghc-wai-handler-launch-prof' 'libstorj-dev' 'libpqtypes0-dbg' 'g++-6-sh4-linux-gnu' 'pcb' 'mate-icon-theme' 'linux-modules-extra-4.15.0-65-generic' 'linux-modules-4.15.0-1004-oem' 'alsaplayer-oss' 'libtest-utf8-perl' 'fonts-ubuntu' 'node-cssstyle' 'loggedfs-dbg' 'python-opencv-apps' 'libghc-utf8-light-doc' 'linux-modules-4.15.0-1031-aws' 'dvhtool' 'pcp' 'ruby-sinon-rails' 'suricata-oinkmaster' 'language-pack-ia-base' 'libmapbox-variant-dev' 'liblrsgmp1' 'semanage-utils' 'libcamlimages-ocaml-doc' 'libjenkins-htmlunit-core-js-java' 'pcs' 'python-case' 'node-eslint-plugin-flowtype' 'tryton-modules-account-payment' 'libghc-web-routes-happstack-dev' 'python-rpy2' 'yodl-doc' 'libmoosex-types-loadableclass-perl' 'fretsonfire' 'libirclib-java-doc' 'libjuman-dev' 'libuu0' 'libdbusmenu-glib-doc' 'libx32gfortran4-dbg-i386-cross' 'focalinux-text' 'tesseract-ocr-heb' 'golang-github-aliyun-aliyun-oss-go-sdk-dev' 'neverball-data' 'python-lesscpy' 'libghc-http-doc' 'libghc-set-extra-prof' 'lib64gcc-8-dev-mips-cross' 'android-platform-libcore-headers' 'libmono-system-data-services4.0-cil' 'libghc-mtl-doc' 'mono-runtime-common' 'pdd' 'gtkballs' 'ubuntu-fan' 'libdvbv5-doc' 'pdl' 'killer' 'libcal3d12v5' 'golang-github-hashicorp-consul-dev' 'ifupdown2' 'python-wxgtk-webview3.0' 'cccc' 'gcc-8-doc' 'calc-stats' 'libgfortran5-i386-cross' 'cccd' 'python-pyftpdlib' 'touchegg-dbg' 'libtest-subcalls-perl' 'odbc-mdbtools' 'k3b-data' 'gnudoq' 'ruby-rspec-logsplit' 'libkdf5-dev' 'python-qcli' 'telnetd-ssl' 'node-unicode-property-value-aliases-ecmascript' 'libuv1' 'libglib2.0-dev-bin' 'fontconfig' 'fontypython' 'python-mod-pywebsocket' 'x11proto-damage-dev' 'python3-django-axes-doc' 'libmediaart-2.0-0' 'peg' 'sctk-doc' 'lib64go9-dbg' 'libnet-jabber-perl' 'libghc-sockaddr-doc' 'nvidia-common' 'fltk1.3-doc' 'node-color-name' 'pem' 'udisks2-doc' 'pen' 'textql' 'python-imobiledevice' 'lib64objc4-dbg-x32-cross' 'doclava-aosp' 'libxflaim3.2' 'language-pack-fr-base' 'libkf5pimcommon5abi3' 'ruby-rspec-mocks' 'libur-perl' 'libat-at-clojure' 'libfftw3-mpi-dev' 'linux-buildinfo-4.15.0-1044-gke' 'debmirror' 'rabbitvcs-core' 'pev' 'libvoikko-dev' 'projectm-pulseaudio' 'fonts-noto-color-emoji' 'pex' 'mbrola-de1' 'python-dballe' 'python3-kolabformat' 'syslinux-themes-debian' 'ruby-full' 'mbrola-de2' 'python3-fysom' 'golang-github-bep-gitmap-dev' 'evolution-plugins-experimental' 'mbrola-de3' 'spotify-client-0.9.17' 'mbrola-de4' 'hime-tables' 'gccgo-8-powerpc64-linux-gnu' 'libconfig-model-approx-perl' 'mbrola-de5' 'libghc-cabal-helper-dev' 'lib64gomp1-dbg-mipsel-cross' 'mbrola-de6' 'liblemon-doc' 'gobjc++-5-multilib-mips64-linux-gnuabi64' 'mbrola-de7' 'node-underscore' 'python-logsparser' 'golang-github-naoina-toml-dev' 'libromana-perligata-perl' 'debian-lan-config' 'pike8.0-reference' 'libx32gphobos71-i386-cross' 'linux-image-unsigned-4.15.0-1028-azure' 'android-libnativeloader' 'winff-data' 'khmerconverter' 'libdist-checkconflicts-perl' 'jtreg' 'libocp-indent-lib-ocaml-dev' 'libgutenprintui2-1' 'pbhoney' 'libfcitx-core0' 'golang-github-tendermint-go-events-dev' 'libsane1' 'opendrim-lmp-os' 'igtf-policy-iota' 'lib64asan3-dbg-x32-cross' 'pfm' 'udiskie' 'libgtk2-trayicon-perl' 'gcc-6-plugin-dev-aarch64-linux-gnu' 'libfilesys-virtual-perl' 'libifeffit-perl' 'linux-cloud-tools-4.15.0-32-lowlatency' 'libgphobos-6-dev-armel-cross' 'ml-yacc' 'python-zope.login' 'linux-headers-azure-edge' 'lib32readline-dev' 'linux-headers-5.0.0-1012-oem-osp1' 'powerdebug' 'fonts-lklug-sinhala' 'python3-requests-oauthlib' 'nova-common' 'fusiondirectory-plugin-spamassassin' 'php-html-safe' 'python-sfml-doc' 'libhtml-diff-perl' 'g++-8-alpha-linux-gnu' 'libghc-xmlhtml-dev' 'ircmarkers' 'python-xvfbwrapper' 'fixincludes' 'python-doc8' 'libgtkhex-3-dev' 'libkf5cddbwidgets5' 'libghc-uniplate-prof' 'golang-github-golang-leveldb-dev' 'node-fn-name' 'libxml-csv-perl' 'libparams-classify-perl' 'parallel' 'librest-dev' 'python3-hglib' 'libeigenbase-resgen-java' 'cl-cluck' 'speech-dispatcher-doc-cs' 'libhttp-browserdetect-perl' 'gfortran-6-x86-64-linux-gnu' 'libghc-bytestring-lexing-prof' 'librte-pmd-mlx5-17.11' 'libobjc4-mips64el-cross' 'linux-headers-5.0.0-1029-gcp' 'dictconv' 'imagemagick-6.q16' 'libboost-doc' 'python-zope.error' 'gcc-4.8-plugin-dev' 'linux-tools-5.0.0-1022-oem-osp1' 'golang-github-dchest-safefile-dev' 'gadmin-bind' 'python-zope.tales' 'libatomic1-dbg-alpha-cross' 'zathura-dev' 'covered-doc' 'libclass-std-fast-perl' 'tekka' 'sgb-doc' 'liblsan0-ppc64-cross' 'libobjc-7-dev-m68k-cross' 'python-llfuse-dbg' 'librime-data-stroke-simp' 'libsigrokcxx-dev' 'wportuguese' 'synthv1-lv2' 'darkcold-gtk-theme' 'buildbot-slave' 'lxqt-build-tools' 'libobjc4-powerpcspe-cross' 'upslug2' 'python-itsdangerous' 'rpm-common' 'libmusicbrainz5-dev' 'node-strip-ansi' 'apertium-dan-nor' 'libghc-ekg-json-dev' 'gir1.2-matepanelapplet-4.0' 'med-statistics' 'libbudgie-plugin0' 'cl-trivial-backtrace' 'games-c++-dev' 'linux-buildinfo-4.15.0-1008-oracle' 'libklu1' 'libbiojava-java' 'tesseract-ocr-hin' 'linux-tools-5.0.0-1010-oracle' 'libx32asan5-dbg' 'libghc-highlighting-kate-prof' 'python3-zmq' 'php' 'linux-tools-4.15.0-1009-oracle' 'kismet' 'fonts-monoid' 'linux-modules-nvidia-390-4.15.0-1069-oem' 'vile-filters' 'gir1.2-cogl-1.0' 'gccgo-7-multilib-mipsel-linux-gnu' 'python-h5py-doc' 'trayer' 'linux-modules-5.0.0-1018-oem-osp1' 'linux-modules-extra-4.18.0-1007-gcp' 'node-carto' 'python-lmfit-doc' 'prime-phylo' 'linux-buildinfo-4.15.0-1032-aws' 'postgresql-doc' 'python-alabaster' 'ruby-rpam-ruby19' 'libvorbis-dbg' 'linux-image-4.15.0-1030-oracle' 'pia' 'libsdl2-net-2.0-0' 'libinfinity-0.7-0' 'linux-tools-4.15.0-1048-aws' 'linux-modules-4.15.0-1053-kvm' 'geany-plugin-ctags' 'python3-morris' 'libcdd-dev' 'qt3d5-doc-html' 'enblend' 'dogtag-pki-console-theme' 'idle3' 'libghc-load-env-dev' 'linux-aws-tools-4.15.0-1007' 'linux-image-5.3.0-26-generic' 'libkf5wallet5' 'libmodule-metadata-perl' 'linux-aws-tools-4.15.0-1009' 'libkadm5srv-mit11' 'freeciv-client-qt' 'python-dugong-doc' 'tryton-modules-account-deposit' 'mauve' 'ctn-dev' 'pk4' 'mythtv-common' 'v-sim-common' 'lib64phobos-5-dev-x32-cross' 'edgar-data' 'linux-tools-4.18.0-16-lowlatency' 'kanatest' 'jmacro' 'python-xdmf' 'sugar-etoys-activity' 'libgfortran-5-dev-powerpc-cross' 'qtwebview5-examples' 'libbarcode-zbar-perl' 'libghc-quickcheck-text-prof' 'python3-fakesleep' 'kdevelop-php-docs-l10n' 'dumpet' 'jpeginfo' 'node-umd' 'project-x' 'clhep-doc' 'linux-aws-tools-4.15.0-1010' 'linux-aws-tools-4.15.0-1011' 'g++-5-powerpc64-linux-gnu' 'libghc-filemanip-prof' 'lib64gfortran3-dbg-x32-cross' 'libnauty2' 'r-cran-snowballc' 'libghc-boxes-doc' 'linux-aws-tools-4.15.0-1016' 'otb-bin-qt' 'linux-aws-tools-4.15.0-1017' 'linux-aws-tools-4.15.0-1019' 'libnfo1' 'libnetty-tcnative-jni' 'gccbrig-8-i686-linux-gnu' 'golang-github-mitchellh-go-ps-dev' 'libnet-oauth2-perl' 'python3-future' 'renpy-thequestion' 'libmath-sparsevector-perl' 'gcc-8-multilib-mipsel-linux-gnu' 'libretro-core-info' 'dput' 'python3-semanage' 'linux-image-4.18.0-1025-azure' 'danmaq' 'libws-commons-util-java' 'libeclipse-debug-core-java' 'libbiblio-endnotestyle-perl' 'libboost-iostreams1.65.1' 'r-cran-amelia' 'libeurodec1-gfortran' 'libtask-kensho-moduledev-perl' 'gopher' 'libtiff5' 'linux-image-5.0.0-25-generic' 'librecon-1.11-dev' 'gcc-6-aarch64-linux-gnu' 'syslog-ng-mod-journal' 'libstfl-dev' 'quantum-espresso-data' 'libminion-perl' 'node-is-primitive' 'libequinox-app-java' 'linux-aws-tools-4.15.0-1020' 'xserver-xorg-video-vesa-hwe-18.04' 'linux-aws-tools-4.15.0-1021' 'guitarix-lv2' 'linux-aws-tools-4.15.0-1023' 'gnome-gmail' 'mercurial-keyring' 'linux-aws-tools-4.15.0-1025' 'linux-aws-tools-4.15.0-1027' 'python-editorconfig' 'linux-aws-tools-4.15.0-1029' 'libpam-geoip' 'dict-freedict-lit-eng' 'cl-ftp' 'qgis-plugin-grass' 'liblunar-1-0' 'linux-tools-4.18.0-20-lowlatency' 'mapcache-cgi' 'ruby-image-science' 'python3-sdnotify' 'libcjose0' 'gridengine-drmaa-dev' 'knocker' 'fido2-tools' 'python-jinja2-doc' 'libotbcarto-6.4-1' 'kross' 'libcgi-expand-perl' 'soundscaperenderer-nox' 'gcc-6-mipsel-linux-gnu-base' 'libmimic0' 'libjs-jquery-slimscroll' 'gobjc++-7-multilib-mipsel-linux-gnu' 'rax-openstack-guest-agents' 'dpm-server-mysql' 'cairo-dock-dialog-rendering-plug-in' 'libtaglib-cil-dev' 'ipython3-qtconsole' 'python-q-text-as-data' 'libn32stdc++6-8-dbg-mips64el-cross' 'linux-aws-tools-4.15.0-1031' 'linux-aws-tools-4.15.0-1032' 'linux-aws-tools-4.15.0-1033' 'linux-aws-tools-4.15.0-1034' 'linux-aws-tools-4.15.0-1035' 'libvorbis-dev' 'plm' 'linux-aws-tools-4.15.0-1037' 'libgnatvsn5-dev-sparc64-cross' 'dvi2ps-fontdata-ptexfake' 'python3-certbot-dns-dnsimple' 'libtree-perl' 'linux-aws-tools-4.15.0-1039' 'linux-modules-nvidia-418-5.0.0-1022-aws' 'libubsan1-x32-cross' 'qmmp-plugin-projectm' 'linux-modules-4.18.0-14-lowlatency' 'dumphd' 'stacks-web' 'libsfcutil0' 'winwrangler' 'linux-libc-dev-armel-cross' 'librgxg0' 'golang-github-endophage-gotuf-dev' 'rasqal-utils' 'libreoffice-impress' 'libgearman-dev' 'libsofia-sip-ua-glib3' 'python-move-base-msgs' 'libqoauth-dev' 'libkf5webkit-dev' 'libsearch-gin-perl' 'geany-plugins' 'substance' 'golang-github-qor-inflection-dev' 'moosic' 'assimp-utils' 'kalternatives' 'libglobus-common0' 'python3-notebook' 'libghc-web-routes-happstack-doc' 'gosa-plugin-systems' 'linux-aws-tools-4.15.0-1040' 'linux-aws-tools-4.15.0-1041' 'gdb-source' 'libqt5gui5' 'libasan5-dbg-ppc64-cross' 'libperlio-via-symlink-perl' 'fuse-emulator-common' 'linux-aws-tools-4.15.0-1043' 'linux-aws-tools-4.15.0-1044' 'apophenia-doc' 'libgnatvsn5-dev-s390x-cross' 'linux-aws-tools-4.15.0-1045' 'xserver-xephyr-hwe-16.04' 'python3-recoll' 'subiquity-tools' 'linux-aws-tools-4.15.0-1047' 'evince-common' 'linux-aws-tools-4.15.0-1048' 'gem2deb' 'linux-image-4.18.0-18-generic' 'debconf-doc' 'python-dracclient-doc' 'pms' 'piglit' 'lxc-utils' 'gfortran-hppa-linux-gnu' 'libio-multiplex-perl' 'libudisks2-dev' 'libpbbam' 'cpp-6-powerpc-linux-gnu' 'pmw' 'loadlin' 'lib32stdc++6-8-dbg-ppc64-cross' 'spectools' 'libgo13-i386-cross' 'libtorch3c2' 'libslice-java' 'live-manual' 'libfreeradius3' 'python3-guiqwt' 'libfreeimageplus3' 'peony-extensions-common' 'libjs-scriptaculous' 'libantlr-maven-plugin-java' 'gifshuffle' 'libmousex-strictconstructor-perl' 'bristol-data' 'org-mode-doc' 'libkf5syntaxhighlighting5' 'libmpfr-dev' 'r-cran-ddalpha' 'libbotan-1.10-1' 'linux-aws-tools-4.15.0-1050' 'r-cran-solrium' 'libkido-gui-dev' 'linux-aws-tools-4.15.0-1051' 'groff-base' 'linux-aws-tools-4.15.0-1052' 'mp3roaster' 'python-rivet' 'libkf5calendarsupport5abi1' 'fcitx-skk' 'elpa-vimish-fold' 'python-zope.component' 'linux-aws-tools-4.15.0-1054' 'libsope1' 'gnome-translate' 'linux-aws-tools-4.15.0-1056' 'lwatch' 'cortina' 'g++-6-arm-linux-gnueabihf' 'linux-aws-tools-4.15.0-1057' 'ruby-nfc' 'syslog-summary' 'linux-aws-tools-4.15.0-1058' 'libcatalyst-plugin-authorization-roles-perl' 'weechat-core' 'libmarc-file-mij-perl' 'libgomp1-dbg-ppc64-cross' 'catcodec' 'firefox-mozsymbols' 'libpoe-component-client-keepalive-perl' 'r-cran-elliptic' 'elpa-markdown-mode' 'php-symfony-routing' 'libfelix-main-java-doc' 'libwerken.xpath-java-doc' 'liblexical-underscore-perl' 'udisks2' 'apertium-nno' 'linux-modules-extra-4.15.0-1008-oracle' 'c2hs-doc' 'libio-prompter-perl' 'kup-client' 'linux-headers-5.0.0-1029-gke' 'poa' 'libaudio-wma-perl' 'ocaml-mingw-w64-i686' 'libclang-cpp1-9' 'linux-modules-4.15.0-1057-oem' 'gobjc++-6-mips64el-linux-gnuabi64' 'linux-aws-tools-4.15.0-1060' 'libgnuradio-channels3.7.11' 'golang-github-tendermint-go-flowrate-dev' 'node-url' 'python3-sgp4' 'libghc-cabal-helper-doc' 'fslint' 'irssi-scripts' 'libp2kmoto-dev' 'libminicoredumper2' 'origami' 'libclass-trait-perl' 'apertium-nob' 'node-css-what' 'python3-nmea2' 'libstdc++-5-dev' 'away' 'mussort' 'libboost-regex1.62.0' 'linux-headers-4.15.0-54-lowlatency' 'python-dipy-doc' 'libmtp-dbg' 'libfuzzer-4.0-dev' 'yagiuda' 'kimwitu-doc' 'kde-config-sddm' 'libstdc++-8-pic-powerpc-cross' 'libmetis-dev' 'libkf5networkmanagerqt-dev' 'tryton-client' 'libpaper-dev' 'node-use' 'iotjs' 'alure-utils' 'qml-module-qtquick-scene2d' 'ebview' 'kapman' 'libeasymock-java-doc' 'libghc-xmlhtml-doc' 'lxshortcut' 'libpspell-dev' 'linux-image-unsigned-5.0.0-1012-oem-osp1' 'gthumb' 'gobjc-6-m68k-linux-gnu' 'gnome-shell-extension-hide-activities' 'ppp' 'mandelbulber' 'librest-doc' 'libplack-middleware-logany-perl' 'python-keyrings.alt' 'xemacs21-mulesupport-el' 'libqt5multimedia5-plugins' 'python-haproxy-log-analysis' 'kuipc' 'libgfortran-5-dev-alpha-cross' 'fcitx-table-thai' 'balder2d-data' 'python3-parsel' 'lib32gphobos71-x32-cross' 'libjcode-pm-perl' 'libtsan0-arm64-cross' 'elpa-tablist' 'shadowsocks-libev' 'libtemplates-parser-doc' 'ebook-speaker' 'gtk3-nocsd' 'kshutdown' 'language-pack-gnome-ko-base' 'libbiblio-citation-parser-perl' 'libva2' 'libqwt5-doc' 'libnet-snmp-perl' 'node-read-only-stream' 'libudf-dev' 'libghc-binary-conduit-prof' 'qml-module-qtquick-scene3d' 'mkelfimage' 'librte-port17.11' 'libghc-text-show-dev' 'python-cairocffi' 'tryton-modules-sale-promotion' 'pd-iemambi' 'libvlfeat1-dbg' 'trac-email2trac' 'renattach' 'lib64gfortran-7-dev' 'python3-socketio-client' 'libmusicbrainz5-doc' 'libanimal-sniffer-java' 'libghc-ekg-json-doc' 'python3-haproxy-log-analysis' 'gccgo-8-doc' 'tesseract-ocr-hrv' 'python-dcmstack' 'gosa-plugin-nagios-schema' 'libclutter-imcontext-0.1-0-dbg' 'libindicate-dev' 'unity-lens-video' 'unity-gtk-module-common' 'libstdc++-8-pic-ppc64el-cross' 'linux-modules-4.15.0-1037-gcp' 'libgnatprj6-dbg-mips64el-cross' 'osmo-trx' 'gnome-twitch-player-backend-gstreamer-clutter' 'lepton' 'dcraw' 'oggfwd' 'openbabel-gui' 'backintime-common' 'libgtkmathview0c2a' 'linux-modules-4.18.0-1013-gcp' 'libsnmp30' 'libgadu-dev' 'libghc-hjsmin-dev' 'xdg-desktop-portal-gtk' 'node-xdg-basedir' 'ekg2-api-docs' 'lemonldap-ng-doc' 'wireshark-common' 'libghc-ghc-paths-dev' 'gnat-8-sjlj-x86-64-linux-gnux32' 'linux-cloud-tools-5.0.0-15-generic' 'autorenamer' 'libosmosccp0' 'python-jupyter-console' 'golang-gopkg-eapache-go-resiliency.v1-dev' 'libstatgrab10' 'fusiondirectory-plugin-supann' 'gplcver' 'vdr-plugin-osdteletext' 'webhook' 'libnginx-mod-http-perl' 'xteddy' 'snap-aligner' 'libfftw3-dbg' 'sphinx-doc' 'golang-golang-x-oauth2-google-dev' 'prt' 'libvisp-dev' 'libcdd-doc' 'flightgear-data-all' 'git-build-recipe' 'pry' 'libghc-load-env-doc' 'singular' 'node-split2' 'python3-aioxmlrpc' 'gfortran-6-hppa-linux-gnu' 'libclipboard-perl' 'qtads' 'libvc0' 'libgsf-1-dev' 'gcompris-qt-data' 'python-peak.rules' 'libdist-metadata-perl' 'libxbae4m' 'vala-panel' 'festvox-kallpc16k' 'super' 'hud-doc' 'libjansi-native-java' 'ruby-deep-merge' 'libio-prompt-tiny-perl' 'xtide-data' 'libsdl2-net-dev' 'libghc-syb-with-class-prof' 'ledger-dbg' 'libghc-uuid-prof' 'libsword-utils' 'libconvert-ascii-armour-perl' 'psi' 'libmtp-dev' 'linux-cloud-tools-5.0.0-15-lowlatency' 'gobjc-5-mipsel-linux-gnu' 'psl' 'edict' 'sniffles' 'ismrmrd-schema' 'telepathy-salut' 'libghc-optparse-simple-prof' 'libtachyon-mt-0' 'ubuntukylin-theme' 'qt3d-defaultgeometryloader-plugin' 'libgadu3' 'python-swauth' 'hunspell-de-ch-frami' 'linux-modules-5.0.0-1022-gke' 'ruby-serverspec' 'libqt5quickwidgets5' 'node-exit' 'rakudo' 'ima-evm-utils' 'libgo11-mips64-cross' 'linux-cloud-tools-5.0.0-36-generic' 'rainbow' 'libpostscript-file-perl' 'lib64gfortran-5-dev-i386-cross' 'gexec' 'grub-pc-dbg' 'libjunitperf-java-doc' 'android-libext4-utils-dev' 'pyromaths' 'kdegraphics-thumbnailers' 'linux-image-unsigned-4.15.0-1014-azure' 'pd-purest-json' 'lib32objc4-dbg-ppc64-cross' 'libproperties-maven-plugin-java' 'jdns' 'comitup' 'fusesmb' 'classified-ads' 'libtelnet-utils' 'libghc-persistable-types-hdbc-pg-prof' 'libslvs1' 'libfile-mimeinfo-perl' 'glusterfs-common' 'libtrilinos-amesos2-dev' 'tesseract-ocr-hun' 'wordpress-theme-twentysixteen' 'libsnapper-dev' 'python3-pytest-xvfb' 'nautilus-wipe' 'python3-pyscard' 'libstring-flogger-perl' 'gobjc++-7-m68k-linux-gnu' 'libclass-method-modifiers-perl' 'hfst-ospell' 'python-llfuse-doc' 'rusers' 'libfs6-dbg' 'r-cran-googlevis' 'libstockpile-clojure' 'libstdc++-6-pic-i386-cross' 'bedtools-test' 'vnc4server' 'libwerken.xpath-java' 'iotop' 'mialmpick' 'libstarpu-contribfft-1.2-0' 'openvpn-auth-ldap' 'libclaw-net-dev' 'puf' 'php-net-sieve' 'apcalc-common' 'linux-modules-nvidia-390-lowlatency' 'libjsch-java' 'libmnemonicsetter-java' 'gtranscribe' 'eclipse-debian-helper' 'nas-doc' 'retext' 'cervisia' 'icinga-core' 'lib32gfortran5-dbg' 'node-rbush' 'python3-whois' 'libgnome-autoar-0-0' 'v4l-utils' 'libxau-dev' 'lua-guestfs' 'ubuntu-unity-desktop' 'golang-github-hashicorp-go-cleanhttp-dev' 'pppoe' 'python3-dendropy' 'octave-quaternion' 'x11proto-xf86bigfont-dev' 'libgfshare-bin' 'libgupnp-igd-1.0-dev' 'gmt-gshhg-high' 'linux-headers-4.15.0-1011-kvm' 'shishi-kdc' 'php-zend-code' 'r-bioc-genomicranges' 'elpa-eyebrowse' 'libfftw3-dev' 'libslicot-dev' 'libfarmhash-dev' 'python-psycopg2' 'libotf0' 'shelltestrunner' 'libgtk2-ex-volumebutton-perl' 'node-redent' 'seed-webkit2-doc' 'libgearman-doc' 'psi-plus-webkit' 'lib32go11-dbg-mips64el-cross' 'node-unicode-property-value-aliases' 'libc-icap-mod-virus-scan' 'libxmlbeans-maven-plugin-java' 'libev-perl' 'libjson-c-dev' 'pvm' 'python-biopython-doc' 'lostirc' 'libgfs-1.3-2' 'libfm-tools' 'starlink-pal-java' 'libwhy-coq' 'xfce4-linelight-plugin' 'libsfasan3-dbg-armhf-cross' 'libkpimimportwizard5' 'kover' 'isenkram' 'libax25-dev' 'nvidia-opencl-icd-346-updates' 'nvidia-352-updates' 'wavbreaker' 'node-pkg-up' 'olpc-kbdshim' 'libgnatprj6-dbg-armhf-cross' 'sgml2x' 'xfig' 'gcompris' 'python-cloudpickle' 'doc-rfc-std-proposed' 'binutils-mipsisa64r6el-linux-gnuabi64' 'ruby-parser' 'imagemagick-doc' 'libxml-xpath-perl' 'libkf5bluezqt-data' 'linux-modules-nvidia-418-5.0.0-1022-oem-osp1' 'libpfm4-dev' 'yorick-ygsl' 'libmstoolkit82' 'knockpy' 'pd-mapping' 'libpsi3-dev' 'linux-cloud-tools-4.18.0-1025-azure' 'libgfortran-8-dev-riscv64-cross' 'elpa-company' 'python3-latexcodec' 'kboot-utils' 'libjsonrpccpp-server0-dbg' 'qemu' 'ubiquity-slideshow-lubuntu' 'weirdx' 'libpam-pkcs11' 'python3-django-q' 'python3-pythonmagick' 'plume-creator-dbg' 'libboost-log1.65-dev' 'libdbix-class-schema-loader-perl' 'kodi-repository-kodi' 'libghc-werewolf-dev' 'gnome-maps' 'python3-zope.testing' 'libgucharmap-2-90-dev' 'ubuntu-remote-debug-host-tools' 'gdc-6-multilib-mipsel-linux-gnu' 'dict-freedict-fra-deu' 'cpp-5-powerpc-linux-gnuspe' 'libeccodes0' 'r-cran-spam' 'libdpkg-parse-perl' 'golang-github-kisielk-sqlstruct-dev' 'gfortran-5-multilib-arm-linux-gnueabi' 'tagainijisho-common' 'libmpfr-doc' 'libbiosig1-dbg' 'node-optionator' 'libobjc4-mipsel-cross' 'gdc-7-powerpc64-linux-gnu' 'linux-modules-extra-4.15.0-1045-aws' 'libmimetic-dev' 'golang' 'libxcrypt-dev' 'libview2-dbg' 'mednafen' 'python-jack-client' 'sagemath-database-elliptic-curves' 'libmono-system-servicemodel-discovery4.0-cil' 'bootmail' 'python-cffi-backend' 'libtools-macro-clojure' 'tesseract-ocr-hye' 'qtvirtualkeyboard-plugin' 'libghc-snap-server-prof' 'libllvm6.0' 'linux-tools-4.15.0-46-generic' 'lib32objc-6-dev-s390x-cross' 'libnb-org-openide-util-java' 'browser-plugin-gnash' 'libao-common' 'linux-headers-4.18.0-1008-aws' 'nvidia-headless-no-dkms-390' 'libghc-web-routes-boomerang-prof' 'gfortran-8-doc' 'berkeley-express' 'lib32stdc++-6-dev-mips64-cross' 'libfabric1' 'ruby-typhoeus' 'libtest-file-sharedir-perl' 'gisomount' 'mednaffe' 'r-cran-medadherence' 'libgtksourceviewmm-3.0-0v5' 'lib32gfortran-5-dev-ppc64-cross' 'g++-7-powerpc-linux-gnu' 'mailutils-comsatd' 'qtquickcontrols5-examples' 'cd-discid' 'abyss' 'fai-server' 'desktop-webmail' 'python-pydoctor' 'pxz' 'parser3-mysql' 'opennebula-gate' 'python-ipaddress' 'x11proto-randr-dev' 'linux-modules-extra-4.18.0-1014-azure' 'python-testscenarios' 'libnfft3-long2' 'libstdc++-5-doc' 'wizznic' 'plink' 'ubuntukylin-wallpapers-zesty' 'avogadro' 'fusecram' 'ganyremote' 'phppgadmin' 'libstdc++6-7-dbg-amd64-cross' 'libxss1-dbg' 'cpp-8-riscv64-linux-gnu' 'maas-cli' 'gnat-6-sjlj-arm-linux-gnueabi' 'libmetis-doc' 'python-fisx-dbg' 'libjung-free-java-doc' 'gcc-6-m68k-linux-gnu-base' 'python-ptyprocess' 'linux-modules-4.15.0-1037-gke' 'cutmp3' 'python3-voluptuous' 'pyp' 'dotlrn' 'liblombok-java' 'libknewstuff2-4' 'ruby-declarative-option' 'gnustep-gui-common' 'libcpan-perl-releases-perl' 'cairo-dock-animated-icons-plug-in' 'bacula-director' 'python-zope.app.broken' 'libgnatprj5-dev-mipsel-cross' 'libdublintraceroute0' 'golang-github-oleiade-reflections-dev' 'libinsighttoolkit4.12' 'liballjoyn-common-dev-1504' 'kolourpaint4' 'ibus-kkc' 'libpinyin-common-dev' 'maven' 'opensips-xmlrpc-module' 'liballjoyn-common-dev-1509' 'libticonv7' 'gcc-4.8-doc' 'libpagemaker-dev' 'libkf5dbusaddons-bin' 'libdbus-glib2.0-cil-dev' 'python3-twisted-bin-dbg' 'python-neutron-lib' 'smtpprox' 'anyremote-doc' 'libsignon-qt-doc' 'elks-libc' 'libglfw3-dev' 'libghc-data-inttrie-dev' 'python3-minimal' 'libauthen-oath-perl' 'libxmmsclient-glib1' 'python-django-shorturls' 'libzita-resampler-dev' 'libhamlib-utils' 'python-flufl.enum' 'libgnome-autoar-0-dev' 'libc6-armhf-cross' 'python3-oslo.serialization' 'libghc-data-accessor-dev' 'kamailio-websocket-modules' 'libboost-chrono1.65.1' 'lua-rex-posix' 'ruby-test-declarative' 'webalizer' 'python-zaqar-ui' 'ubuntu-drivers-common' 'libkf5libkleo-dev' 'python-mapproxy' 'python-aiocoap-doc' 'libghc-fsnotify-dev' 'libghc-text-show-doc' 'libcatalyst-view-petal-perl' 'ruby-rails-assets-markdown-it' 'libpqxx-4.0v5' 'libeclipse-text-java' 'libghc-curry-base-prof' 'libdata-formvalidator-constraints-datetime-perl' 'libsqlite-tcl' 'r-cran-mapdata' 'libkscreenlocker5' 'linux-modules-nvidia-418-5.0.0-1028-gcp' 'ps-watcher' 'libmodpbase64-dev' 'linux-buildinfo-4.15.0-1015-oracle' 'python-bleach-doc' 'libapache2-mod-auth-plain' 'debsums' 'virt-top' 'libkf5contacts5' 'med-physics' 'libqt53dinput5' 'libindicate-doc' 'aes2501-wy' 'libfelix-framework-java-doc' 'libnet-dns-zonefile-fast-perl' 'gnome-mastermind' 'gobjc-6-multilib-x86-64-linux-gnux32' 'okular' 'redmine-pgsql' 'libgadu-doc' 'libghc-chart-cairo-dev' 'libreoffice-style-elementary' 'libghc-hjsmin-doc' 'libghc-irc-core-prof' 'gmerlin-plugins-avdecoder' 'libio-bufferedselect-perl' 'golang-github-shirou-gopsutil-dev' 'libscalc0v5' 'libcjose-dev' 'libghc-ghc-paths-doc' 'znc-python' 'ccze' 'libwget0' 'libx32cilkrts5' 'scim-modules-socket' 'libghc-cabal-doctest-dev' 'gtk2-engines-cleanice' 'gdc-8-arm-linux-gnueabihf' 'ninvaders' 'node-global-modules' 'lib64quadmath0-i386-cross' 'linux-headers-4.15.0-1015-oem' 'libmono-system-data-linq4.0-cil' 'golang-github-fsouza-go-dockerclient-dev' 'elpa-ace-popup-menu' 'vulkan-utils' 'libgphobos71-x32-cross' 'snort' 'powerman' 'gvfs-libs' 'libvisp-doc' 'linux-image-5.0.0-1024-aws' 'libghc-psqueues-dev' 'libibdm-dev' 'python3-vagrant' 'r-cran-fastcluster' 'medcon' 'gvfs-fuse' 'node-klaw' 'libnitrokey-dev' 'stardict-english-czech' 'libcollada-dom2.4-dp-dev' 'wmcalclock' 'golang-ar-dev' 'libshell-command-perl' 'python-exconsole' 'python3-xstatic-angular-mock' 'libboost-regex1.62-dev' 'hisat2' 'libprojectm-dev' 'sortmail' 'ruby-hpricot' 'fusiondirectory-plugin-applications-schema' 'libhoneysql-clojure' 'lib32stdc++-7-dev-sparc64-cross' 'isc-dhcp-client-ddns' 'nautilus' 'kdenlive-data' 'node-through2' 'linux-modules-4.15.0-1025-aws' 'dicomnifti' 'libmtp-doc' 'postgresql-10-debversion' 'erlang-xmerl' 'python3-tempest' 'ruby-minimization' 'libgomp1-mips-cross' 'linux-buildinfo-5.0.0-20-generic' 'python-lazy-object-proxy' 'libxau6' 'libcdk-java' 'libmhash-dev' 'fusiondirectory-plugin-weblink' 'gnat-5-sjlj-powerpc64le-linux-gnu' 'libshhmsg1-dev' 'renrot' 'astro-gdl' 'libgtksourceview-3.0-dev' 'fiu-utils' 'libinfgtk-0.7-0' 'libgstreamer1-perl' 'libx32objc-8-dev-amd64-cross' 'radicale' 'gccgo-6-powerpc-linux-gnuspe' 'libcgi-application-plugin-actiondispatch-perl' 'apgdiff' 'linux-cloud-tools-4.15.0-1009-azure' 'libdlm3' 'python3-speechd' 'ukui-desktop-environment' 'python-bjsonrpc' 'pidgin-privacy-please' 'libpeas-common' 'libmeschach1.2' 'cairo-dock-plug-in-data' 'clonalframe' 'r-bioc-biobase' 'linux-buildinfo-5.3.0-24-lowlatency' 'maximus' 'libkimap4' 'citation-style-language-locales' 'linux-image-5.0.0-32-lowlatency' 'galax-extra' 'python-django-model-utils' 'libqcow-dev' 'python-vmware-nsxlib' 'sugar-read-activity' 'python-pyte-doc' 'libnautilus-extension1a' 'gcc-7-x86-64-linux-gnux32' 'libwscodecs1' 'libminicoredumper-dev' 'libwscodecs2' 'blueman' 'libn32atomic1-dbg-mips-cross' 'libgegl-dev' 'python3-gmplot' 'libjs-jquery-ui-theme-dark-hive' 'python3-bitstruct' 'python-zope.app.container' 'gcc-7-mips-linux-gnu-base' 'python-nibabel' 'php-random-compat' 'xfpt' 'dict-devil' 'krdc' 'unmass' 'libverilog-perl' 'libprismatic-plumbing-clojure' 'ubuntu-docs' 'node-sourcemap-codec' 'flake' 'linux-buildinfo-5.0.0-41-generic' 'libtrilinos-shards-dev' 'libobjc-7-dev-sparc64-cross' 'zabbix-server-mysql' 'libpam-winbind' 'bitlbee-plugin-facebook' 'geany-plugin-shiftcolumn' 'transdecoder' 'bidiv' 'libopencv-features2d3.2' 'syslinux-themes-ubuntu-trusty' 'golang-github-docker-containerd-dev' 'libsys-hostip-perl' 'libghc-asn1-types-prof' 'tryton-modules-account' 'libxaw7' 'libkido-gui-osg0.1' 'flam3' 'notebook-gtk2' 'libspeexdsp-dev' 'python3-magics++' 'libtsan0' 'python-olefile' 'python-alsaaudio' 'logapp' 'dds2tar' 'multimedia-tasks' 'libgupnp-igd-1.0-doc' 'swftools' 'ruby-creole' 'libbencode-perl' 'libdmr0.1' 'libfftw3-doc' 'libslicot-doc' 'gnash-tools' 'open-coarrays-bin' 'node-json-stringify-safe' 'libmono-system-reactive-interfaces2.2-cil' 'mumps-test' 'libeditorconfig0' 'concordance-common' 'libfile-pid-perl' 'libdata-structure-util-perl' 'libgfortran4-dbg-armhf-cross' 'ruby-simplecov' 'linux-buildinfo-4.15.0-43-lowlatency' 'libjson-c-doc' 'libkf5parts-dev' 'berusky2-data' 'ros-geometry-msgs' 'node-ua-parser-js' 'php-horde-kolab-server' 'libgtextutils0v5' 'node-cloneable-readable' 'gcc-8-plugin-dev-arm-linux-gnueabihf' 'evqueue-core' 'libgisi0' 'php-horde-browser' 'libn32gfortran5-dbg-mips64el-cross' 'libfile-listing-perl' 'linux-modules-5.0.0-17-generic' 'xserver-xorg-video-mach64' 'linux-tools-4.15.0-1021-kvm' 'gnome-shell-extension-dash-to-panel' 'krfb' 'libmad0-dev' 'libapp-options-perl' 'myspell-bg' 'liballjoyntcl-dev-1504' 'gdf-tools' 'libtest-kwalitee-perl' 's3ql-dbg' 'python-termcolor' 'libgail-3-dev' 'liballjoyntcl-dev-1509' 'libp11-dev' 'media-player-info' 'pybit-client' 'libtext-csv-perl' 'festvox-us-slt-hts' 'libgrpc-dev' 'libasan5-dbg-x32-cross' 'autokey-common' 'libghc-yesod-auth-hashdb-dev' 'apt-dpkg-ref' 'libtumbler-1-dev' 'node-crypto-cacerts' 'libghc-unliftio-core-prof' 'exifprobe' 'libghc-werewolf-doc' 'flamp' 'libbz2-ocaml-dev' 'python3-orcus' 'linux-image-unsigned-4.15.0-32-lowlatency' 'sslstrip' 'libwxgtk3.0-dev' 'oem-config-debconf' 'libghc-binary-parsers-dev' 'python3-oauth2client' 'altos' 'gdc-8-multilib-x86-64-linux-gnu' 'python-cbor' 'libsmartcardpp1' 'xfonts-efont-unicode' 'golang-github-chaseadamsio-goorgeous-dev' 'gobjc++-x86-64-linux-gnu' 'libhtml-element-extended-perl' 'libmimetic-doc' 'gdc-6-m68k-linux-gnu' 'libpam-x2go' 'autoconf-doc' 'burgerspace' 'ansible-test' 'lib64asan3-dbg-i386-cross' 'avr-evtd' 'python3-sha3' 'librte-distributor17.11' 'libcitadel4' 'libkf5cddb-data' 'liblouisxml-data' 'android-libnativebridge' 'radiant' 'gcc-5-plugin-dev-powerpc64le-linux-gnu' 'libavahi-core-dev' 'libpam-kwallet4' 'python-netsyslog' 'libpam-kwallet5' 'libmodule-runtime-conflicts-perl' 'transcalc' 'liquidsoap-plugin-frei0r' 'libexcel-template-plus-perl' 'kubuntu-patched-l10n' 'libmgl-mpi7.5.0' 'python-mwparserfromhell' 'opensips-berkeley-module' 'python3-debiancontributors' 'myspell-cs' 'libhfasan4-dbg-armel-cross' 'funguloids-data' 'librosbag-dev' 'khal-doc' 'libjava-jmx-clojure' 'golang-golang-x-oauth2-dev' 'python-pycha' 'linux-headers-kvm' 'python-file-encryptor' 'fcitx-module-fullwidthchar-enhance' 'boolstuff' 'openbox-dev' 'qtdeclarative5-xmllistmodel-plugin' 'libgphobos71-amd64-cross' 'php-curl' 'libxcb-randr0-dev' 'empire-lafe' 'gnome-recipes-data' 'eq10q' 'myspell-da' 'python-bibtexparser-doc' 'lib64gfortran4-x32-cross' 'libpoe-component-sslify-perl' 'ucimf' 'libotr5' 'libgcc-4.8-dev' 'node-cached-path-relative' 'libghc-monad-logger-dev' 'libpodofo-dev' 'python-kombu-doc' 'node-d3-drag' 'linux-modules-4.15.0-1047-kvm' 'libgnome-desktop-3-17' 'kdoctools' 'node-d3-axis' 'vdr-plugin-xine' 'liblas-dev' 'freemat-data' 'gir1.2-gnomeautoargtk-0.1' 'xserver-xorg-video-fbdev-hwe-16.04' 'libplumbgpl2' 'librime-data-wubi' 'libpoe-test-loops-perl' 'uwsgi-plugins-all' 'libstdc++6-7-dbg-arm64-cross' 'linux-buildinfo-5.0.0-17-lowlatency' 'libhdf4-0-alt' 'rusersd' 'bind9-dyndb-ldap' 'golang-gopkg-bufio.v1-dev' 'libclone-perl' 'python3-codicefiscale' 'ruby-test-unit-context' 'libqtpropertybrowser-dev' 'libvdk2-2c2' 'libots0' 'freefem++' 'ninka' 'sensible-mda' 'golang-pault-go-config-dev' 'libdist-zilla-plugin-installguide-perl' 'libmeryl-dev' 'ztclocalagent' 'libequinox-ds-java' 'libmono-system-reactive-runtime-remoting2.2-cil' 'jmapviewer' 'kteatime' 'libperlx-maybe-xs-perl' 'lcmaps-globus-interface' 'libfyba-dev' 'libnodelet-topic-tools-dev' 'nm-tray' 'libx32go11' 'libsdl-mixer-gst' 'liblwt-ocaml-dev' 'ruby-mono-logger' 'lib64asan5-i386-cross' 'libx32go13' 'soapysdr0.6-module-remote' 'libproxy0.4-cil' 'libtrilinos-ifpack2-12' 'rsem' 'myspell-eo' 'libglfw3-doc' 'libghc-data-inttrie-doc' 'qbs' 'libghc-cipher-rc4-prof' 'lib32asan4-dbg' 'libzita-resampler-doc' 'myspell-es' 'libasan4-dbg-sparc64-cross' 'myspell-et' 'sympathy' 'mate-desktop' 'libwayland-dev' 'libghc-data-accessor-doc' 'complexity' 'libeclipse-jdt-astview-java' 'libcasa-scimath-f2' 'mono-apache-server' 'libgfortran5-mips-cross' 'mailutils-pop3d' 'golang-github-dghubble-sling-dev' 'qtwebengine5-examples' 'fonts-babelstone-modern' 'python-wchartype' 'libactivemq-java' 'evolver-doc' 'libghc-fsnotify-doc' 'libkf5newstuff-data' 'libgcr410' 'liblemonldap-ng-handler-perl' 'libgpgme++2v5' 'myspell-fa' 'libgecodegist44' 'libtie-array-iterable-perl' 'courier-doc' 'libphobos-5-dev-armhf-cross' 'python3-django-testscenarios' 'geoclue' 'libasa-perl' 'libpbihdf-dev' 'postgresql-10' 'libapparmor-perl' 'uec-provisioning-mirror' 'coinor-libdylp0' 'libtree-redblack-perl' 'signon-plugin-ssotest' 'libethumb-client1' 'python-tosca-parser-doc' 'libwaei-dev' 'python-proliantutils' 'libaccounts-glib-tools' 'myspell-fo' 'qct' 'libhibernate-commons-annotations-java' 'myspell-fr' 'libslicot0' 't2html' 'xmakemol-gl' 'libbaloofiles4' 'libmodpbase64-0' 'linux-image-unsigned-4.15.0-1036-oem' 'php7.2-xml' 'libfuzzy-dev' 'r-cran-git2r' 'libmeep-openmpi-dev' 'libghc-chart-cairo-doc' 'tryton-modules-purchase' 'libcatalyst-plugin-cache-store-fastmmap-perl' 'libmp3splt' 'libvolk1.3' 'pavucontrol' 'libmypaint-1.3-0' 'libtachyon-openmpi-0' 'libmaven-scm-java-doc' 'glyrc' 'python-getfem++' 'linux-cloud-tools-4.18.0-1011-azure' 'imageinfo' 'node-domain-browser' 'liblnk-dev' 'cdbs' 'tau-racy' 'libplexus-io-java' 'kanagram' 'myspell-ga' 'nemo-fileroller' 'libghc-cabal-doctest-doc' 'libxml-parser-lite-perl' 'libgnat-5-dbg-powerpc-cross' 'myspell-gd' 'sasmodels-private-libs' 'libx32gfortran-6-dev-amd64-cross' 'r6rs-nanopass-dev' 'python-smstrade-doc' 'cpp-6-mipsel-linux-gnu' 'libjmock-java' 'python-carquinyol' 'libmikmatch-ocaml-dev' 'flare' 'dpdk-igb-uio-dkms' 'elpa-fountain-mode' 'libghc-psqueues-doc' 'libotbiotilemap-6.4-1' 'ftnchek' 'python-wxgtk-webview4.0' 'nsf-shells' 'python-qwt-doc' 'ruby-rack-piwik' 'python-egenix-mxqueue-doc' 'linux-modules-4.18.0-22-generic' 'cdcd' 'libjim-dev' 'libopenusb-dev' 'open-adventure' 'python3-autopilot-vis' 'libghc-text-binary-dev' 'libgomp1-dbg-ppc64el-cross' 'node-path-is-absolute' 'zfcp-hbaapi-dev' 'myspell-gv' 'python-visionegg' 'lib64asan3-x32-cross' 'linux-modules-nvidia-390-4.15.0-1073-oem' 'cdck' 'rocksndiamonds' 'libapache2-mod-gnutls' 'libmono-system-servicemodel4.0a-cil' 'zenlisp' 'libmeep-mpi-default8' 'liblucene3-contrib-java' 'shorewall-init' 'hebcal' 'fonts-telu' 'libboinc-app7' 'linux-modules-extra-4.18.0-1011-gcp' 'fonts-lohit-orya' 'xvkbd' 'libghc-diagrams-cairo-prof' 'python-freecontact' 'canid' 'wpg2odg' 'myspell-he' 'libgee-0.8-2' 'libcfitsio-bin' 'libapp-cmd-plugin-prompt-perl' 'linux-tools-4.15.0-1052-aws' 'libn32gfortran4-dbg-mips-cross' 'gdis-data' 'pike8.0-full' 'scrollkeeper' 'php-symfony-workflow' 'libcgi-application-plugin-dbiprofile-perl' 'libgomp1-dbg-mips64-cross' 'pd-zexy' 'python-slides' 'libgtksourceview-3.0-doc' 'gir1.2-wnck-3.0' 'med-config' 'cdde' 'myspell-hr' 'flasm' 'myspell-hu' 'libfreerdp2-2' 'python-z3c.form' 'libghc-tagged-dev' 'libghc-charset-dev' 'raincat' 'golang-src' 'mbrola-ee1' 'lazarus-1.8' 'gccgo-6-multilib-mipsel-linux-gnu' 'myspell-hy' 'libatk1.0-0' 'liblwt-ssl-ocaml-dev' 'ruby-compat-resource' 'gobjc++-5-m68k-linux-gnu' 'libvw0' 'stardict' 'pysycache-i18n' 'python-agatedbf-doc' 'ruby-kramdown-rfc2629' 'hildon-theme-mobile-basic' 'uc-echo' 'ruby-kubeclient' 'gcc-hppa64-linux-gnu' 'kdenetwork-filesharing-dbg' 'ocaml-melt' 'libghc-uuid-dev' 'gccgo-8-multilib' 'libgnomecanvas2-dev' 'python3-keystoneauth1' 'python3-yapsy' 'freeciv-client-extras' 'libplexus-velocity-java' 'libsub-name-perl' 'asterisk-core-sounds-en-g722' 'libgegl-doc' 'libubsan0-dbg-powerpc-cross' 'python-flask-mongoengine' 'mono-tools-gui' 'libantlr-dev' 'ldirectord' 'opensips-mysql-module' 'libx32ubsan1-i386-cross' 'libghc-pcre-light-dev' 'libtyxml-ocaml' 'ibus-table-erbi' 'python-ncclient-doc' 'mailutils-imap4d' 'linux-buildinfo-4.15.0-1048-kvm' 'libboost-stacktrace1.65-dev' 'ros-std-msgs' 'gnome-usage' 'python-gnatpython' 'oxygen-cursor-theme' 'cpp-7-m68k-linux-gnu' 'gajim-appindicatorintegration' 'pixelmed-apps' 'libparse-mime-perl' 'python-html2text' 'orthanc' 'osgearth-data' 'uwsgi-plugin-xslt' 'linux-headers-5.3.0-19-generic' 'linux-tools-5.3.0-19-generic' 'fcitx-table-wbpy' 'libpythonqt-qtall-qt5-python2-3' 'linux-headers-5.0.0-1027-oem-osp1' 'libheap-perl' 'qgo' 'info2man' 'python-binplist' 'linux-image-5.3.0-26-lowlatency' 'kgamma5' 'libdispatch-class-perl' 'astrometry-data-tycho2-10-19' 'dpdk-dev' 'libzlcore-data' 'felix-latin-data' 'pktools' 'vtk7-examples' 'libdotconf-dev' 'libsugarext-dbg' 'gcc-7-multilib-mipsel-linux-gnu' 'pd-puremapping' 'ekg2-ui-gtk' 'libghc-aeson-extra-dev' 'libqpx-dev' 'libn32stdc++-6-dev-mips-cross' 'linux-modules-4.15.0-42-generic' 'lojban-common' 'libghc-irc-dev' 'sigviewer' 'fusiondirectory-plugin-quota' 'lib32go11-dbg' 'piper' 'desktopnova-module-gnome' 'gcc-sparc64-linux-gnu' 'libarrayfire-opencl3' 'python-unpaddedbase64' 'librte-pmd-failsafe17.11' 'librole-hasmessage-perl' 'libubsan0-dbg-ppc64el-cross' 'python-genlisp' 'libicap-dev' 'libmaloc-dev' 'nagvis-demos' 'python3-zict' 'deepin-image-viewer' 'libkqueue-dev' 'libucommon-dev' 'libqdjango-db0' 'epub-utils' 'lockout' 'libibtk0' 'accerciser' 'node-connect' 'libghc-store-core-prof' 'gap-table-of-marks' 'libghc-memory-prof' 'toga2' 'quagga-core' 'libodb-sqlite-2.4' 'libghc-harp-dev' 'node-lodash-reescape' 'libexosip2-11' 'previsat' 'charliecloud' 'kcalc' 'imposm' 'dovecot-core' 'libghc-dual-tree-prof' 'mmorph' 'python-pandas-doc' 'libghc-zeromq4-haskell-prof' 'gcc-7-plugin-dev-s390x-linux-gnu' 'libgail-3-doc' 'python3-libdiscid-dbg' 'libghc-secret-sharing-prof' 'gobjc++-6-multilib-mipsel-linux-gnu' 'prayer-templates-dev' 'libghc-yesod-auth-hashdb-doc' 'evince-hwp' 'health-check' 'r-cran-spatial' 'stretchplayer' 'librtmp1' 'science-financial' 'libaubio5' 'libghc-binary-parsers-doc' 'libghc-hxt-relaxng-dev' 'libmrpt-topography1.5' 'node-vlq' 'gfortran-7-powerpc-linux-gnuspe' 'libn32stdc++6-8-dbg-mipsel-cross' 'golang-github-julienschmidt-httprouter-dev' 'qiv' 'golang-github-hailocab-go-hostpool-dev' 'myspell-lv' 'xmlcopyeditor' 'php7.2-xsl' 'libxmltok1-dev' 'libx32gomp1-dbg-i386-cross' 'xmms2-dev' 'libmagickwand-6.q16hdri-3' 'numconv' 'marble' 'libjmock2-java' 'quickroute-gps' 'libglide2' 'python3-libscca' 'libglide3' 'unace-nonfree' 'libqdjango-dbg' 'node-type-check' 'libnexstar0' 'libxcomposite1' 'libnginx-mod-http-uploadprogress' 'canna' 'xbase-clients' 'linux-igd' 'python-django-assets' 'libchasen-dev' 'pavucontrol-qt-l10n' 'libquadmath0-dbg-x32-cross' 'linux-modules-4.18.0-1007-gcp' 'libdate-jd-perl' 'python3-pyqt4.phonon' 'maptool' 'libversioneer-clojure' 'libcpufreq-dev' 'node-uglifyjs-webpack-plugin' 'libglobus-openssl-module-dev' 'bear-factory' 'libconfig-std-perl' 'jquery-alternative-doc' 'kdeutils' 'dotmcp' 'tabble' 'tesseract-ocr-iku' 'libopenjfx-java' 'linux-image-4.18.0-1016-aws' 'linux-modules-5.0.0-1033-oem-osp1' 'cipux-rpc-tools' 'libghc-monad-logger-doc' 'libasan3-dbg-armel-cross' 'golang-github-elazarl-goproxy-dev' 'discosnp' 'python-gevent-dbg' 'python-nbformat-doc' 'hhsuite-data' 'libvibe-data-dev' 'libisc-export169' 'bluemon' 'libvirt-dev' 'libclalsadrv-dev' 'python-pyqt5.qsci' 'geis-tools' 'libmigemo-dev' 'tourney-manager' 'gedit-plugin-synctex' 'libpdf-create-perl' 'python3-cryptography-vectors' 'golang-gomega-dev' 'libx32gcc-5-dev-i386-cross' 'barman' 'usbguard' 'python-pager' 'myspell-nb' 'libsugarext-dev' 'grub-efi-amd64-bin' 'libdbix-class-schema-config-perl' 'jeex' 'libmosquitto1' 'egctl' 'remmina' 'liborc-0.4-0-dbg' 'freealchemist' 'python-egenix-mxqueue' 'lxpanel-dbg' 'libtask-kensho-scalability-perl' 'archipel-core' 'elpa-diff-hl' 'python-brotli' 'libdatetime-format-sqlite-perl' 'gir1.2-peas-1.0' 'myspell-nn' 'php-email-validator' 'gnome-sound-recorder' 'linux-tools-4.15.0-1030-azure' 'lsyncd' 'myspell-nr' 'python-microversion-parse-doc' 'myspell-ns' 'libstdc++-6-dev-m68k-cross' 'ruby-rsvg2' 'freefem3d' 'mercurial-git' 'liblwt-ocaml-doc' 'libnova-0.16-0' 'tesseract-ocr-script-syrc' 'libgtk2-gladexml-perl' 'libinput-dev' 'adwaita-icon-theme' 'node-normalize-package-data' 'libandroid-json-org-java-doc' 'linux-image-4.15.0-54-generic' 'libgo13-mips-cross' 'apertium-kaz-tat' 'libtemplate-plugin-cycle-perl' 'macfanctld' 'libpuppetlabs-http-client-clojure' 'postgresql-10-prefix' 'pike8.0-fuse' 'libwayland-doc' 'lib64gphobos76-x32-cross' 'elpa-swiper' 'wmaker' 'libghc-brainfuck-prof' 'libomp-dev' 'libghc-network-info-prof' 'eso-midas-testdata' 'linux-buildinfo-4.15.0-1022-oracle' 'linux-image-5.0.0-19-lowlatency' 'python-pycsw' 'node-is-number' 'eclipse-cdt-perf' 'libmono-system-web-webpages-deployment2.0-cil' 'lookup-el' 'libghc-hsx-jmacro-dev' 'node-reserved' 'pysycache-click-sea' 'libdbix-sequence-perl' 'linux-tools-4.15.0-1023-oracle' 'mailutils-common' 'ladspa-foo-plugins' 'libvterm0' 'libx264-152' 'cpl-plugin-hawki' 'libc6-mipsn32-mips64el-cross' 'nlkt' 'libghc-descriptive-prof' 'tryton-server-doc' 'tesseract-ocr-ind' 'cronic' 'qmc' 'cxxtest' 'libgnat-8-dbg-s390x-cross' 'libgnatprj5-armel-cross' 'cpp-8-aarch64-linux-gnu' 'sendmail' 'libjs-inherits' 'libcrypt-openssl-dsa-perl' 'foma-bin' 'qml' 'libghc-control-monad-free-prof' 'libdist-zilla-localetextdomain-perl' 'gobgpd' 'myspell-pl' 'libgcc-6-dev' 'pari-seadata' 'libmapcache1-dev' 'libobjc-8-dev-armel-cross' 'libqdjango-dev' 'libcamel1.2-dev' 'r-cran-date' 'libchipcard-data' 'libalsaplayer-dev' 'linux-image-unsigned-5.0.0-1026-gcp' 'eblook' 'libga-dev' 'libsms-send-perl' 'python3-cryptography' 'gnome-shell-mailnag' 'linux-libc-dev-ppc64-cross' 'myspell-pt' 'libmm-glib-dev' 'libboost-program-options-dev' 'python-pyqt5.qtxmlpatterns-dbg' 'linux-cloud-tools-4.15.0-39-lowlatency' 'python-libqcow' 'busybox-static' 'm17n-im-config' 'python-jsonpickle-doc' 'python-catcher' 'libperl5i-perl' 'texinfo-doc-nonfree' 'libmono-system-componentmodel-composition4.0-cil' 'libcbor0' 'ulogd2-sqlite3' 'fai-client' 'libopenusb-doc' 'python-sockjs-tornado' 'fcitx-hangul' 'libghc-text-binary-doc' 'language-pack-gnome-hi-base' 'libtaglibs-standard-spec-java' 'openarena-085-data' 'python3-easywebdav' 'python-pygooglechart' 'golang-goptlib-dev' 'libx32quadmath0-amd64-cross' 'progress' 'libperl4caml-ocaml-dev' 'libgfortran-8-dev-armhf-cross' 'gnunet-gtk' 'libgtk-3-bin' 'linux-image-5.0.0-1018-oem-osp1' 'linux-image-4.15.0-1050-aws' 'libgladeui-2-6' 'libalkimia5-dev' 'linux-headers-5.0.0-1021-aws' 'libpng-sixlegs-java-doc' 'php-pgsql' 'openjdk-8-jre-zero' 'golang-golang-x-time-dev' 'limba' 'ruby-fakeredis' 'libgupnp-dlna-2.0-dev' 'knot-dnsutils' 'python-ldappool' 'mbrola-en1' 'libisoburn1' 'libnss-mdns' 'lxpanel-dev' 'libmygpo-qt1' 'logidee-tools' 'jedit' 'libforge0' 'psf-unifont' 'lifelines' 'ruby-rails-assets-jquery-placeholder' 'python3-distupgrade' 'python-picklable-itertools' 'libosptk4' 'libmozjs-38-0' 'python3-terminado' 'linux-buildinfo-5.0.0-1011-oracle' 'geda-gschem' 'libghc-tagged-doc' 'libghc-charset-doc' 'libkpimkdav5' 'lib64gfortran3-dbg' 'r-base-core' 'peony-common' 'ubufox' 'dvbstreamer' 'pd-py' 'python-os-faults-doc' 'python-avro' 'gccgo-8-multilib-x86-64-linux-gnu' 'xserver-xorg-video-r128-hwe-16.04-dbg' 'liblayout-java-doc' 'libsiscone-spherical0v5' 'libmodule-build-cipux-perl' 'libghc-uuid-doc' 'gnome-user-docs-zh-hans' 'linux-image-virtual-hwe-16.04-edge' 'libgo-perl' 'model-builder' 'vlock' 'wxbanker' 'libgnomecanvas2-doc' 'linux-cloud-tools-4.15.0-43-lowlatency' 'node-eyes' 'libkf5xmlgui5' 'perl-cross-debian' 'linux-buildinfo-4.18.0-1008-gcp' 'linux-tools-4.18.0-1008-gcp' 'hitori' 'lmdb-doc' 'myspell-ru' 'libghc-hs-bibutils-prof' 'libc-bin' 'python-debtcollector' 'pdfsam' 'opensips-dbhttp-module' 'martian-modem-source' 'cl-pipes' 'libsquid1' 'selinux-basics' 'libjanino-java-doc' 'gdc-6-multilib-i686-linux-gnu' 'p7zip-full' 'python3-pyqt4.qtsql' 'libghc-pcre-light-doc' 'gfortran-8-multilib-x86-64-linux-gnu' 'libunicode-casefold-perl' 'libboost1.65-dev' 'libsfobjc4-armhf-cross' 'libghc-idna-dev' 'libmail-pop3client-perl' 'blacs1-pvm' 'postgresql-10-slony1-2' 'gnat-7-i686-linux-gnu' 'rssh' 'xsettingsd' 'python-pycurl-dbg' 'myspell-sk' 'libsql-abstract-more-perl' 'python-scrapy' 'python3-parted' 'libmoosex-types-uri-perl' 'r-cran-bindrcpp' 'libmsnumpress-dev' 'qps' 'myspell-sq' 'android-libsepol-dev' 'nvidia-headless-no-dkms-418' 'statnews' 'myspell-ss' 'lib32go13-sparc64-cross' 'myspell-st' 'linux-aws-headers-4.15.0-1007' 'python-dpkt' 'python-bitbucket' 'node-node-localstorage' 'linux-aws-headers-4.15.0-1009' 'linux-virtual-hwe-16.04-edge' 'libcommons-parent-java' 'libvanessa-logger-sample' 'rpm-i18n' 'node-ansi-styles' 'libghc-asn1-parse-prof' 'ttf-isabella' 'dpdk-doc' 'linux-headers-4.15.0-1048-gke' 'linux-tools-4.15.0-76-lowlatency' 'gcin-voice' 'python-formalchemy' 'libghc-aeson-extra-doc' 'python3-tornado' 'dnsviz' 'python3-gabbi' 'libghc-irc-doc' 'libfixposix-dev' 'libx11-protocol-other-perl' 'myspell-tl' 'libnetcdf-c++4-dbg' 'voikko-fi' 'libxfcegui4-dev' 'inform6-compiler' 'qml-module-qt-labs-calendar' 'linux-aws-headers-4.15.0-1010' 'myspell-tn' 'linux-aws-headers-4.15.0-1011' 'hspell-gui' 'libxine2-dev' 'libhx-dev' 'libmsoffice-word-html-writer-perl' 'cvm-pgsql' 'metis-edf' 'tpm2-pk11' 'myspell-ts' 'libosmosdr0' 'libmodule-package-perl' 'linux-aws-headers-4.15.0-1016' 'linux-aws-headers-4.15.0-1017' 'python3-vatnumber' 'bbdb3' 'libboost-mpi-python1.62.0' 'linux-aws-headers-4.15.0-1019' 'libsmbios-c2' 'libkpimutils4' 'konq-plugins' 'libenchant-voikko' 'libavro-compiler-java' 'python3-pytest-mock' 'libopendbx1' 'libclj-http-clojure' 'idzebra-2.0' 'r-cran-rcpp' 'liblasclasses1' 'libghc-harp-doc' 'cdpr' 'lxtask-dbg' 'wordwarvi-sound' 'libgnat-6-dbg-mips64el-cross' 'xmlsec1' 'pgn-extract' 'z-push-backend-combined' 'popa3d' 'lib64gfortran-5-dev-mips-cross' 'libcrypt-dsa-perl' 'samizdat' 'tesseract-ocr-isl' 'moarvm' 'org-mode' 'nvidia-headless-no-dkms-430' 'man-db' 'myspell-uk' 'libscalar-listify-perl' 'unity-scope-soundcloud' 'python-ofxclient' 'pki-ca' 'libjvyamlb-java' 'linux-aws-headers-4.15.0-1020' 'qrq' 'nvidia-headless-no-dkms-435' 'linux-aws-headers-4.15.0-1021' 'python3-xstatic-angular-fileupload' 'libmagic-mgc' 'linux-aws-headers-4.15.0-1023' 'golang-github-prometheus-alertmanager-dev' 'php-symfony-framework-bundle' 'gobjc++-8-multilib-x86-64-linux-gnu' 'gobjc++-5-multilib-powerpc-linux-gnu' 'linux-modules-nvidia-390-5.3.0-1007-azure' 'libgnat-6-dbg-amd64-cross' 'linux-aws-headers-4.15.0-1025' 'ruby-rchardet' 'libobjc4-dbg-powerpc-cross' 'golang-github-go-ini-ini-dev' 'node-d3-geo' 'libbonoboui2-bin' 'linux-aws-headers-4.15.0-1027' 'qstopmotion' 'libstringtemplate4-java' 'linux-aws-headers-4.15.0-1029' 'montecarlo-base' 'libghc-icalendar-prof' 'php7.2-intl' 'libticables2-dbg' 'libghc-puremd5-prof' 'libghc-hxt-relaxng-doc' 'libmatemixer0' 'libwildmagic-common' 'stardict-german-czech' 'python-oslo.log' 'tesseract-ocr-ita' 'libghc-xss-sanitize-prof' 'libppx-visitors-ocaml-dev' 'libdbix-class-uuidcolumns-perl' 'librostlab-blast0-dev' 'libmono-parallel4.0-cil' 'galera-3' 'cloudprint-service' 'python-kazoo' 'libclang-common-4.0-dev' 'libtest-rdf-doap-version-perl' 'ruby-ffaker' 'qsf' 'gdc-8-x86-64-linux-gnu' 'libstdc++-6-pic-mips-cross' 'libwiki-toolkit-plugin-json-perl' 'antlr-doc' 'axel' 'myspell-ve' 'libgfortran5-amd64-cross' 'zeitgeist-explorer' 'php-libsodium' 'libnzb-dev' 'libkf5baloo5' 'python-libravatar' 'jamnntpd' 'libdevice-usb-perl' 'libghc-yesod-persistent-prof' 'hunspell-fr-comprehensive' 'brightd' 'node-invariant' 'linux-buildinfo-4.15.0-1042-gcp' 'linux-aws-headers-4.15.0-1031' 'libsasl2-modules' 'linux-aws-headers-4.15.0-1032' 'linux-aws-headers-4.15.0-1033' 'mutextrace' 'texlive-bibtex-extra' 'qml-module-qtwebsockets' 'linux-aws-headers-4.15.0-1034' 'gdc-5-s390x-linux-gnu' 'linux-aws-headers-4.15.0-1035' 'qmail' 'gccbrig-7' 'gccbrig-8' 'linux-aws-headers-4.15.0-1037' 'linux-tools-5.0.0-1022-gke' 'ttysnoop' 'libtext-english-perl' 'linux-aws-headers-4.15.0-1039' 'mbrola-es1' 'gir1.2-limba-1.0' 'mbrola-es2' 'enscribe' 'python-psutil-dbg' 'libglobus-callout0' 'libskstream-0.3-dev' 'libubsan0' 'python-zenoss' 'libglobus-openssl-module-doc' 'libubsan1' 'browser-plugin-freshplayer-nacl' 'fonts-vlgothic' 'linux-modules-4.15.0-74-lowlatency' 'libasl0' 'sleuthkit' 'libace-perl' 'erlang-cowboy-examples' 'libdballe7' 'libpangocairo-1.0-0' 'php-horde-service-gravatar' 'libstdc++-8-pic-mipsel-cross' 'wpolish' 'ogamesim-www' 'linux-headers-4.15.0-1009-oem' 'ruby-odbc' 'freedink-dfarc-dbg' 'libvirt-doc' 'libcuda1-331-updates' 'libghc-old-time-prof' 'linux-image-5.0.0-1018-aws' 'mopidy-alsamixer' 'python-apscheduler' 'qtm' 'dee-tools' 'python3-pymca5-dbg' 'python3-cutadapt' 'ruby-ole' 'libckyapplet1' 'libobjc4-dbg-ppc64el-cross' 'linux-aws-headers-4.15.0-1040' 'ocamldsort' 'libebook-1.2-19' 'linux-aws-headers-4.15.0-1041' 'libglobus-authz0' 'gdc-5-multilib-mipsel-linux-gnu' 'lib32ubsan0-ppc64-cross' 'linux-aws-headers-4.15.0-1043' 'linux-headers-4.18.0-1012-aws' 'linux-aws-headers-4.15.0-1044' 'pax-utils' 'linux-aws-headers-4.15.0-1045' 'python-pil.imagetk-dbg' 'snort-common-libraries' 'linux-aws-headers-4.15.0-1047' 'lincity' 'libopenslide0' 'linux-aws-headers-4.15.0-1048' 'libmygui.openglplatform0debian1v5' 'kdepasswd' 'libghc-pid1-prof' 'lib32asan4-ppc64-cross' 'libnetfilter-cthelper0-dbg' 'gcc-5-plugin-dev-aarch64-linux-gnu' 'fonts-roboto' 'libnetcdf-c++4-dev' 'brltty-flite' 'linux-modules-4.15.0-1019-aws' 'libghc-yi-mode-javascript-prof' 'echelon' 'cairo-dock-remote-control-plug-in' 'libasm1' 'node-get-stdin' 'libplexus-i18n-java' 'python3-pickleshare' 'linux-image-gcp-edge' 's3d' 'ncbi-seg' 'libjibx1.2-java' 'libcalendar-ocaml' 'libghc-hsemail-prof' 'linux-image-unsigned-5.0.0-1026-gke' 'libghc-tasty-hspec-prof' 'libpackage-variant-perl' 'myspell-xh' 'prism2-usb-firmware-installer' 'ruby-symboltable' 'kalzium' 'node-sink-test' 'python-gnucash' 'clamav-docs' 'python3-skimage' 'ruby-term-ansicolor' 'libnet-cups-perl' 'libatrildocument-dev' 'language-pack-gnome-as-base' 'linux-aws-headers-4.15.0-1050' 'libextunix-ocaml' 'linux-aws-headers-4.15.0-1051' 'fische' 'libmime-lite-perl' 'linux-aws-headers-4.15.0-1052' 'aspell-de-1901' 'linux-modules-4.18.0-25-lowlatency' 'linux-aws-headers-4.15.0-1054' 'libslang2-pic' 'lib32go13-amd64-cross' 'linux-aws-headers-4.15.0-1056' 'linux-modules-4.15.0-1041-gke' 'linux-aws-headers-4.15.0-1057' 'node-immediate' 'node-path-browserify' 'linux-aws-headers-4.15.0-1058' 'coq-theories' 'python3-aiohttp-jinja2' 'libdatetime-timezone-perl' 'mysqmail-pure-ftpd-logger' 'libgck-1-dev' 'python3-citeproc' 'pipsi' 'elpa-hungry-delete' 'libwww-topica-perl' 'python-pyxattr-dbg' 'python-zeroconf' 'node-argv' 'libomp-doc' 'perl-tk' 'bacula-bscan' 'backup-manager-doc' 'libsvn-perl' 'python3-thriftpy' 'libauthen-ntlm-perl' 'quota' 'micro-httpd' 'libcuda1-352-updates' 'libghc-hsx-jmacro-doc' 'gfortran-5-multilib-mips64el-linux-gnuabi64' 'libploticus0' 'llgal' 'ruby-fog-sakuracloud' 'gcc-6-plugin-dev-x86-64-linux-gnux32' 'linux-image-4.15.0-1013-oracle' 'libmcpp-dev' 'libeet-dev' 'libpulse0' 'libopenmpt-modplug1' 'gcc-5-alpha-linux-gnu-base' 'rrdcollect' 'libreoffice-help-ca' 'gedit-plugin-git' 'gir1.2-indicate-0.7' 'libapache2-mod-ldap-userdir-dbg' 'lib32gfortran3-s390x-cross' 'unrar' 'libvtkgdcm-cil' 'node-babel-helper-optimise-call-expression' 'python3-qtconsole' 'linux-aws-headers-4.15.0-1060' 'cp2k-data' 'libghc-network-prof' 'libboost-serialization1.62-dev' 'linux-cloud-tools-4.15.0-33-generic' 'tellico' 'gir1.2-gnomekeyring-1.0' 'binutils-hppa64-linux-gnu-dbg' 'libghc-system-filepath-prof' 'sddm-theme-breeze' 'python-deprecation' 'libh323plus-dev' 'libshadowsocks-libev-dev' 'libgcc-8-dev-powerpcspe-cross' 'linux-headers-oracle-lts-18.04' 'libreoffice-help-cs' 'ros-desktop-full-dev' 'linux-tools-oracle-lts-18.04' 'kismet-plugins' 'erlang-yapp' 'libqdjango-doc' 'tesseract-ocr-script-orya' 'lavacli' 'libn32gfortran4-mips64-cross' 'aspell-ar-large' 'libraven0' 'libjs-cropper' 'libmm-glib-doc' 'libxmltooling7' 'drac' 'libkf5imap-data' 'xwayland-hwe-16.04' 'mpi-specs' 'libzzip-0-13' 'libreoffice-help-da' 'qtwebkit5-examples-doc-html' 'python-hashids' 'libreoffice-help-de' 'librte-pmd-null17.11' 'qwo' 'tarantool-lts-modules' 'libjana-ecal0' 'd2x-rebirth' 'python-gevent-doc' 'linux-modules-nvidia-418-5.0.0-1037-oem-osp1' 'libghc-hxt-unicode-prof' 'openslide-tools' 'libperl4caml-ocaml-doc' 'myspell-zu' 'libengine-pkcs11-openssl' 'geda-gnetlist' 'libpcl-visualization1.8' 'lua-nginx-redis-connector' 'libbz2-ocaml' 'python-pexpect-doc' 'singular-data' 'preload' 'freedink-data' 'golang-github-jaytaylor-html2text-dev' 'libgeoip1' 'libeccodes-dev' 'djmount' 'libx86-dbg' 'libhmsbeagle-dev' 'libreoffice-help-dz' 'minbif' 'libgfortran-5-dev-x32-cross' 'node-webfinger' 'datalad' 'libghc-gtk-traymanager-prof' 'linux-cloud-tools-4.15.0-54-generic' 'libnetfilter-cthelper0-dev' 'libisocodes-dev' 'libntl35' 'r-cran-lexrankr' 'golang-github-cbroglie-mapstructure-dev' 'drbl' 'sortmerna' 'libmpg123-dev' 'libtap-parser-sourcehandler-pgtap-perl' 'libmagickcore-6-headers' 'gsequencer-doc' 'r-cran-assertthat' 'ceph-resource-agents' 'josm-l10n' 'python-etcd3gw-doc' 'libreoffice-help-el' 'librsync1' 'qxw' 'julius-voxforge' 'python3-bottleneck' 'python-django-notification' 'libsmbios-dev' 'linux-gke-4.15-headers-4.15.0-1030' 'oar-node' 'python-mpikmeans' 'browser-plugin-freshplayer-pepperflash' 'hylafax-client-dbg' 'libreoffice-help-es' 'gfortran-5-multilib-i686-linux-gnu' 'linux-gke-4.15-headers-4.15.0-1032' 'libreoffice-help-et' 'linux-gke-4.15-headers-4.15.0-1033' 'libmirprotobuf3' 'libxcb-xtest0-dev' 'libeiskaltdcpp-dev' 'libreoffice-help-eu' 'linux-gke-4.15-headers-4.15.0-1034' 'libcarp-clan-share-perl' 'python3-graypy' 'linux-gke-4.15-headers-4.15.0-1036' 'adequate' 'linux-gke-4.15-headers-4.15.0-1037' 'libre2-4' 'maxima-doc' 'libgnatprj6-mips64el-cross' 'libsha-ocaml' 'python-pyorbit-omg' 'libwordnet-querydata-perl' 'libodsstream-doc' 'libberkeleydb-perl' 'python-hacking-doc' 'libkf5akonadisearch-bin' 'libxcb-dri3-dev' 'libghc-persistable-record-dev' 'libdbix-class-tree-nestedset-perl' 'gfortran-7-mipsel-linux-gnu' 'mkdocs-bootstrap' 'libnet-twitter-perl' 'libmaven-file-management-java-doc' 'python3-debconf' 'libknewstuff3-4' 'default-mysql-client-core' 'libreoffice-help-fi' 'libosmosdr-dev' 'octave-autopkgtest' 'libexpect-simple-perl' 'mate-terminal' 'python3-magic' 'distro-info' 'libboost1.65-doc' 'linux-tools-4.15.0-24-lowlatency' 'slang-tess' 'eclipse-pydev' 'libunicode-linebreak-perl' 'krb5-doc' 'libghc-idna-doc' 'lib++dfb-1.7-7' 'libgda-5.0-mysql' 'liballjoyn-common-dev-1604' 'linux-gke-4.15-headers-4.15.0-1040' 'libreoffice-help-fr' 'linux-gke-4.15-headers-4.15.0-1041' 'libsfml-graphics2.4' 'python3-smartypants' 'linux-gke-4.15-headers-4.15.0-1042' 'unity-scope-home' 'python3-xstatic-jquery-migrate' 'gcc-7-i686-linux-gnu' 'linux-gke-4.15-headers-4.15.0-1044' 'libdevil1c2' 'linux-gke-4.15-headers-4.15.0-1045' 'libubsan1-dbg-i386-cross' 'binutils-alpha-linux-gnu-dbg' 'linux-gke-4.15-headers-4.15.0-1046' 'libasr0' 'python3-aplpy' 'linux-gke-4.15-headers-4.15.0-1048' 'libcvector2' 'linux-gke-4.15-headers-4.15.0-1049' 'gcc-6-doc' 'subnetcalc' 'r-cran-gtools' 'libcryptui-dev' 'libnucleotidelikelihoodcore0' 'language-pack-gnome-tg-base' 'r-cran-acepack' 'sispmctl' 'kde-l10n-zhcn' 'yelp-xsl' 'libemail-localdelivery-perl' 'linux-headers-5.0.0-1027-azure' 'libgsasl7' 'ruby-org' 'ruby-rubypants' 'libblockdev-crypto-dev' 'php-symfony-proxy-manager-bridge' 'gtkpod' 'music-bin' 'gnat-7-sparc64-linux-gnu' 'libreoffice-help-gl' 'libtest-strict-perl' 'opensips-ldap-modules' 'libportlet-api-2.0-spec-java-doc' 'jetty9' 'libudev-dev' 'libdevel-size-perl' 'libstdc++-8-dev-i386-cross' 'libglobus-gridftp-server-dev' 'python-dput' 'lib64go7-dbg' 'libitalccore' 'pypy-appdirs' 'linux-gke-4.15-headers-4.15.0-1050' 'curry-libs-source' 'galera-arbitrator-3' 'fltk1.1-doc' 'language-pack-gu-base' 'linux-gke-4.15-headers-4.15.0-1052' 'libtwin0' 'ruby-em-redis' 'node-irregular-plurals' 'linux-image-unsigned-4.15.0-44-generic' 'libxine2-doc' 'python3-ujson-dbg' 'libhx-doc' 'python-breathe' 'qtscript-tools' 'stjerm' 'libgnuradio-digital3.7.11' 'ssmping' 'puppet-module-heat' 'linux-buildinfo-4.15.0-1042-gke' 'lua-cyrussasl-dev' 'php-doctrine-data-fixtures' 'elpa-helm-core' 'libass9' 'r-bioc-ensembldb' 'libg3d-plugins' 'defendguin-data' 'libxcb-xinerama0-dev' 'mpi-default-dev' '389-console' 'planner' 'node-wcwidth.js' 'google-android-platform-7-installer' 'ruby-tioga-doc' 'phpunit-version' 'libx86-dev' 'lib32gcc-7-dev-mips64el-cross' 'murano-api' 'libacme-brainfck-perl' 'scim-im-agent' 'kineticstools-data' 'libreoffice-help-hi' 'libopenjp2-tools' 'libtaint-runtime-perl' 'maas-dns' 'python-activipy' 'python3-specutils' 'qtdeclarative5-u1db1.0' 'pidgin-dbg' 'perlindex' 'pike7.8-bzip2' 'libfilesystem-ruby' 'elpa-ivy' 'libdata-dumper-simple-perl' 'xfonts-traditional' 'libgdal-perl' 'libreoffice-help-hu' 'lib32quadmath0-dbg-amd64-cross' 'libllvm6.0-dbg' 'libfuzzy2' 'libast2' 'php-fpdf' 'powernap' 'libhtp2' 'libmath-gsl-perl' 'ruby-tdiff' 'marble-data' 'python-mistral-lib' 'libjffi-jni' 'patroni' 'libgpiv-mpi3' 'fonts-essays1743' 'libexcalibur-logger-java' 'node-d3-dispatch' 'ruby-rails-assets-autosize' 'python3-slixmpp' 'libppx-visitors-ocaml-doc' 'ukui-indicators' 'libnet-ipv6addr-perl' 'chess.app' 'libslepc3.7.4' 'linux-modules-4.15.0-22-lowlatency' 'php-tcpdf' 'libleptonica-dev' 'python3-pydispatch' 'python-gtkspellcheck' 'r-cran-formatr' 'libaxmlrpc-java-doc' 'libfest-reflect-java' 'ruby-albino' 'fonttools' 'linux-modules-5.3.0-28-lowlatency' 'golang-github-gorilla-securecookie-dev' 'linux-image-unsigned-4.15.0-65-generic' 'libhttp-request-ascgi-perl' 'python-slepc4py' 'libgfortran5-arm64-cross' 'lib64go9-mipsel-cross' 'lib64go9-i386-cross' 'branding-ubuntu' 'ziproxy' 'libreoffice-help-it' 'linux-image-5.3.0-1007-azure' 'libsfstdc++-7-dev-armhf-cross' 'postgresql-10-plr' 'unity-scope-googlenews' 'phpunit-recursion-context' 'libplack-middleware-session-perl' 'libdpkg-dev' 'libgfortran4-dbg-m68k-cross' 'kscd' 'bsdgames' 'ntpsec' 'python-pycurl-doc' 'libreoffice-help-ja' 'libkasten3okteta1gui1' 'fping' 'myspell-de-at' 'node-browserify-sign' 'lib32objc-7-dev' 'libghc-xml-conduit-dev' 'drascula-spanish' 'libgnomeui-common' 'drbd-doc' 'copyq' 'kildclient-doc' 'libghc-glut-dev' 'libghc-uri-encode-prof' 'cups-ppdc' 'libjgrapht0.8-java-doc' 'asterisk-prompt-it-menardi-gsm' 'vacation' 'libx32asan3-dbg' 'xmpuzzles' 'libmamda0' 'fonts-gfs-gazis' 'mediaconch' 'erlang-yaws' 'ruby-thinking-sphinx' 'linux-modules-nvidia-390-4.15.0-1067-oem' 'asciio' 'libspf2-2-dbg' 'gdc-7-multilib-x86-64-linux-gnu' 'gfortran-multilib-powerpc64-linux-gnu' 'opendrim-lmp-softwareinventory' 'prolix' 'libhashkit2' 'gosa-plugin-netatalk' 'python3-commandnotfound' 'linux-modules-extra-4.18.0-1005-gcp' 'fonts-baekmuk' 'gnat-5-sjlj-sparc64-linux-gnu' 'libnetcdf-c++4-doc' 'mythtv-dbg' 'fusioninventory-agent-task-esx' 'python-pydds' 'gccgo-6-m68k-linux-gnu' 'alljoyn-thin-client-1504' 'libkf5mailcommon-plugins' 'libgfortran4-riscv64-cross' 'python3-pyqt5-dbg' 'gobjc++-5-powerpc-linux-gnuspe' 'thuban-doc' 'gfs2-utils' 'libjline-java' 'xubuntu-wallpapers' 'libdisplaymigration0' 'linux-modules-5.0.0-1010-oracle' 'libsnmp-multi-perl' 'gir1.2-graphene-1.0' 'alljoyn-thin-client-1509' 'libace-ssl-6.4.5' 'python-sqlobject' 'linux-modules-4.15.0-1051-kvm' 'libjorbis-java' 'libjs-browser-request' 'python-bcrypt' 'libreoffice-help-km' 'libjs-jssip-bundle' 'libreoffice-help-ko' 'libcdb-dev' 'python-dfdatetime' 'libconfig-model-dpkg-perl' 'libfreemarker-java' 'python-json-pointer-doc' 'libdevel-overrideglobalrequire-perl' 'libx32asan3-dbg-amd64-cross' 'psmisc' 'libtotem-plparser18' 'myspell-de-ch' 'python3-rosinstall' 'libspring-messaging-java' 'python-terminaltables-doc' 'vlc-plugin-vlsub' 'node-requirejs-text' 'libhts2' 'brainparty' 'node-find-cache-dir' 'linuxdcpp' 'virtuoso-server' 'wmfsm' 'pidgin-dev' 'freerdp-x11' 'python3-astroquery' 'planetblupi-music-midi' 'libgck-1-doc' 'node-yajsml' 'festlex-poslex' 'garli' 'libplplot15' 'librte-pmd-bnxt17.11' 'libghc-attoparsec-iso8601-dev' 'libghc-quickcheck-unicode-dev' 'libpolled-camera-dev' 'trang' 'partimage' 'python3-asgiref' 'python-txtorcon-doc' 'libsasl2-modules-gssapi-heimdal' 'pytone' 'goldeneye' 'libgnatprj6-dbg-alpha-cross' 'python-networking-ovs-dpdk' 'floatbg' 'hunspell-gl-es' 'newsboat' 'libmodule-install-autolicense-perl' 'radio' 'junior-education' 'gcc-5-powerpc-linux-gnu-base' 'rtax' 'myspell-de-de' 'linux-headers-4.15.0-42-generic' 'python-xopen' 'gnat-7-mips-linux-gnu' 'flameshot' 'openfortivpn' 'argonaut-fai-monitor' 'pmdk-tools' 'dict-freedict-fra-eng' 'libmpg123-0' 'qdacco' 'libknotifyconfig4' 'icontool' 'vim-syntastic' 'libgo13-dbg-armhf-cross' 'libftdi1' 'kubuntu-desktop' 'liballjoyntcl-dev-1604' 'librplay-perl' 'linux-tools-4.15.0-1036-azure' 'python3-pyqt5.qtxmlpatterns-dbg' 'libfreenect-demos' 'lib32asan3-dbg-sparc64-cross' 'tinyows' 'libghc-base-unicode-symbols-dev' 'libtins3.4' 'videoporama' 'libkf5iconthemes-bin' 'libjhdf-doc' 'librdmacm-dev' 'libfontbox2-java-doc' 'emscripten' 'libam7xxx-dev' 'libotbtransform-6.4-1' 'r-cran-pwt8' 'r-cran-pwt9' 'libcolpack0v5' 'python-psutil-doc' 'ekg2-scripting-perl' 'eot-utils' 'wmgtemp' 'povray-includes' 'postgresql-client' 'libxml-java' 'libio-socket-timeout-perl' 'castxml' 'lib32gomp1-dbg' 'gir1.2-glib-2.0' 'avogadro-data' 'libauthen-simple-dbi-perl' 'libmeep-openmpi8' 'libtest-mock-redis-perl' 'linux-modules-extra-4.15.0-43-generic' 'linux-modules-5.0.0-1020-gcp' 'libeccodes-doc' 'approx' 'jsonlint' 'libblockdev-part-err-dev' 'aria2' 'g++-5' 'libghc-these-prof' 'python-pyside.qttest' 'golang-github-cloudflare-go-metrics-dev' 'g++-6' 'g++-7' 'g++-8' 'tesseract-ocr-jav' 'octave-strings' 'xmakemol' 'volume-key' 'stardict-gtk' 'libreoffice-help-nl' 'libghc-formatting-dev' 'fonts-hack-otf' 'libplexus-utils2-java-doc' 'golang-github-d2g-dhcp4client-dev' 'mingw-w64-x86-64-dev' 'libsysmetrics1' 'liblogback-java' 'rtcw' 'dh-elpa' 'rtl8821ce-dkms' 'libdata-serializer-sereal-perl' 'sisu-markup-samples' 'libextutils-cbuilder-perl' 'libsdl-net1.2-dev' 'libkf5filemetadata-data' 'golang-github-odeke-em-cache-dev' 'libsmbios-doc' 'libgfortran4-dbg-powerpc-cross' 'libsignon-glib-dev' 'libqt5sql5-tds' 'byzanz' 'dadadodo' 'enscript' 'libhepmcinterface8' 'libbpp-seq-omics-dev' 'python-tf2-msgs' 'libtracker-control-doc' 'libgnatvsn6-armhf-cross' 'apertium-swe-dan' 'libgo13-dbg-x32-cross' 'libpoe-filter-xml-perl' 'libodfgen-0.1-1' 'rar' 'lib32stdc++-8-dev-sparc64-cross' 'libxvidcore4' 'mate-window-menu-applet' 'linux-oracle' 'libreoffice-help-om' 'dopewars-data' 'python-pyxattr-doc' 'geany-plugin-addons' 'python3-responses' 'libghc-persistable-record-doc' 'ray' 'phpunit-dbunit' 'libsuperlu-dist5' 'shanty' 'ruby-poltergeist' 'linux-image-5.0.0-1022-azure' 'g++-multilib-arm-linux-gnueabihf' 'libxenstore3.0' 'g++-5-s390x-linux-gnu' 'linux-modules-extra-4.15.0-64-generic' 'kolourpaint' 'xawtv-plugins' 'libcommons-io-java-doc' 'coinor-libvol0-dbg' 'igtf-policy-slcs' 'python-flask-sqlalchemy' 'fonts-sil-gentium-basic' 'libwiki-toolkit-formatter-usemod-perl' 'libc6-x32' 'aewm++-goodies' 'urlscan' 'advi-examples' 'libarchive-ar-perl' 'python3-binaryornot' 'lib32gphobos-6-dev-amd64-cross' 'libzip-ocaml' 'ubuntu-software' 'libparsley-clojure' 'brother-lpr-drivers-common' 'pktanon' 'python-geohash-dbg' 'ffado-tools' 'kdesignerplugin' 'ubuntu-sdk-qmake-extras' 'node-execa' 'gir1.2-vte-2.91' 'libghc-options-prof' 'libreoffice-help-pl' 'gap-small-groups-extra' 'libtask-kensho-exceptions-perl' 'libcryptui-doc' 'icedtea-plugin' 'nmap' 'dateutils' 'create-resources' 'ariba' 'libreoffice-help-pt' 'lefse' 'gcc-multilib-arm-linux-gnueabi' 'gccgo-5-multilib-mipsel-linux-gnu' 'heroes-data' 'parole' 'libhttp-dav-perl' 'libgfortran4-dbg-ppc64el-cross' 'fusiondirectory-plugin-squid-schema' 'libshairport2' 'node-defaults' 'linux-buildinfo-4.15.0-1052-kvm' 'ftools-fv' 'python-soappy' 'gdbmtool' 'libgcc-5-dev-sparc64-cross' 'fcitx-table-arabic' 'apertium-hbs-slv' 'libboost-timer1.62.0' 'libchasen2' 'ruby-fog-vmfusion' 'mobile-atlas-creator' 'debian-security-support' 'ayatana-indicator-session' 'erlang-snmp' 'aegean' 'linux-headers-5.0.0-1027-gke' 'fonts-comfortaa' 'fonts-tlwg-waree-otf' 'rcs' 'swi-prolog-x' 'python3-kaptan' 'xfce4-wavelan-plugin' 'python-pyalsa' 'python3-hacking' 'hwloc-nox' 'devmem2' 'golang-github-cznic-zappy-dev' 'libghc-hxt-charproperties-prof' 'gmerlin-data' 'childsplay-alphabet-sounds-en-gb' 'libmath-calculus-newtonraphson-perl' 'libcache-memcached-getparserxs-perl' 'libmygpo-qt-dev' 'python-dictdlib' 'libiconv-hook1' 'libxrd-parser-perl' 'python-ceilometer' 'budgie-keyboard-autoswitch-applet' 'xfsprogs' 'python3-sane-dbg' 'sslsplit' 'firewall-applet' 'libmono-system-xaml4.0-cil' 'libgvnc-1.0-0' 'php-mime-type' 'libui-gxmlcpp-dev' 'puppet-module-camptocamp-openssl' 'whiteboard' 'libqxt-berkeley0' 'libindicator3-dev' 'linux-headers-4.15.0-1026-oracle' 'forensics-all' 'libderbyclient-java' 'golang-github-hillu-go-yara-dev' 'golang-github-markbates-goth-dev' 'libsignal-protocol-c-dev' 'gcc-6-multilib-mipsel-linux-gnu' 'libreoffice-help-ru' 'gedit-plugin-translate' 'libemotion-dev' 'zita-alsa-pcmi-utils' 'libtreil0' 'libapache2-mod-authnz-external' 'libguestfs-dev' 'python-qwt5-doc' 'libimage-transport0d' 'wikipedia2text' 'libjnr-constants-java' 'python-networking-l2gw' 'ree' 'nocache' 'gir1.2-gladeui-2.0' 'g++-6-alpha-linux-gnu' 'science-presentation' 'yamagi-quake2' 'tryton-modules-product-cost-history' 'libhtml-display-perl' 'python3-pyopencl' 'libsocialweb-client-dev' 'science-workflow' 'gfortran-8-multilib-s390x-linux-gnu' 'libpam-otpw' 'libois-1.3.0v5' 'python-pytc-dbg' 'libc6-mips64el-cross' 'rep' 'gccgo-5-multilib-i686-linux-gnu' 'clawsker' 'kopano-contacts' 'libhtml-wikiconverter-wikkawiki-perl' 'acpi-call-dkms' 'libgd-ocaml-dev' 'libt3widget-dev' 'python3-openstack-doc-tools' 'python3-editor' 'libreoffice-help-sk' 'ubuntustudio-default-settings' 'golang-github-klauspost-pgzip-dev' 'libxine2-ffmpeg' 'libreoffice-help-sl' 'libgo13-dbg-riscv64-cross' 'libcajun-dev' 'pylama' 'peace-session-splashes' 'rex' 'libfieldslib-ocaml-dev' 'soundmodem' 'gnumail.app' 'ntpstat' 'deepin-screenshot' 'ocamlify' 'libgeant321-2-dev' 'libghc-cryptohash-md5-dev' 'libstdc++6-8-dbg' 'libghc-xml-conduit-doc' 'libeclipse-e4-ui-workbench-java' 'minisat+' 'lib64gfortran-5-dev' 'libreoffice-help-sv' 'hddtemp' 'clonalframeml' 'asterisk-ooh323' 'gir1.2-gtksource-3.0' 'python-django-filters' 'gccgo-6-doc' 'fonty-rg' 'minisat2' 'python3-update-manager' 'gobjc++-5-multilib-mipsel-linux-gnu' 'libghc-glut-doc' 'python-inotifyx' 'libobjc-7-dev-mips-cross' 'kubuntu-restricted-addons' 'ruby-eventmachine' 'gdc-5-powerpc-linux-gnu' 'linux-image-4.15.0-1017-oem' 'libjs-jquery-file-upload' 'linux-modules-4.18.0-1011-gcp' 'convmv' 'xfce4-eyes-plugin' 'libmath-derivative-perl' 'afl-cov' 'gdbm-l10n' 'python-libtorrent-dbg' 'dict-freedict-all' 'libxcb-cursor-dev' 'linux-image-4.15.0-1044-aws' 'libgphoto2-dev' 'gobjc++-5-multilib-x86-64-linux-gnux32' 'calligrasheets' 'libhtml-html5-writer-perl' 'matchbox-common' 'libreoffice-help-tr' 'lib64go9-dbg-x32-cross' 'libsfgcc-8-dev-armhf-cross' 'linux-image-4.18.0-1020-aws' 'pylang' 'winbind' 'unar' 'gliv' 'execstack' 'disorderfs' 'libcupsmime1' 'python3-neovim' 'freeplane-scripting-api' 'libeclipse-core-externaltools-java' 'python-jsonrpc2' 'libstdc++-7-dev-armel-cross' 'golang-github-grpc-ecosystem-grpc-gateway-dev' 'libdmx1' 'libsquizz' 'libboost-mpi-python-dev' 'linux-tools-4.18.0-1007-azure' 'qtconnectivity5-doc-html' 'libpythonqt-qtall-qt5-python3-3' 'i810switch' 'python-jupyter-client' 'lib32gfortran-5-dev-mips64-cross' 'postgresql-10-citus' 'kwayland-integration' 'linux-hwe-edge-tools-5.3.0-19' 'i2util-tools' 'gfortran-5-multilib-mips-linux-gnu' 'rosbash' 'garli-examples' 'libgfortran4-dbg-alpha-cross' 'g15mpd' 'ftpgrab' 'python-gumbo' 'libghc-cassava-dev' 'amarok-dbg' 'libperl6-slurp-perl' 'libghc-attoparsec-iso8601-doc' 'libghc-quickcheck-unicode-doc' 'flowscan-cuflow' 'python-libcharmstore' 'libtinfo5' 'licensecheck' 'libqt5webchannel5' 'libchromaprint-dev' 'linux-modules-5.0.0-1020-gke' 'linux-cloud-tools-5.3.0-24-lowlatency' 'unrtf' 'rhc' 'r-cran-rquantlib' 'pkg-r-autopkgtest' 'libx32go11-dbg-i386-cross' 'bedops' 'libjloda-java' 'linux-tools-5.0.0-1024-oem-osp1' 'linux-buildinfo-4.15.0-50-generic' 'libmono-system-web4.0-cil' 'linux-hwe-edge-tools-5.3.0-22' 'libstdc++-7-dev-mipsel-cross' 'linux-hwe-edge-tools-5.3.0-23' 'readseq' 'node-websocket' 'python3-libvslvm' 'golang-github-urfave-cli-dev' 'linux-hwe-edge-tools-5.3.0-24' 'apt-doc' 'ui-auto' 'libruby2.5' 'libnetwork-ipv4addr-perl' 'exim4-config' 'node-clean-yaml-object' 'unicon-imc2' 'python-pydot' 'libdsfmt-132049-1' 'gcc-7-mips-linux-gnu' 'node-fined' 'libreoffice-help-vi' 'android-libetc1' 'libstdc++-7-pic-armhf-cross' 'python-abstract-rendering-doc' 'libasan5-dbg-sparc64-cross' 'libgetopt-argvfile-perl' 'gobjc-5-multilib-x86-64-linux-gnux32' 'php-ldap' 'lib32itm1-dbg-sparc64-cross' 'osmium-tool' 'adonthell-data' 'hexter' 'libtext-ocaml' 'python3-ajax-select' 'libn32objc-5-dev-mips64-cross' 'libghc-base-unicode-symbols-doc' 'linux-image-unsigned-4.15.0-43-lowlatency' 'lib32gfortran-8-dev-s390x-cross' 'vbackup' 'linux-image-4.15.0-72-lowlatency' 'libqxmpp0' 'linux-buildinfo-4.15.0-1056-oem' 'libmetacity1' 'libanalitzaplot8' 'gobject-introspection' 'ukui-settings-daemon-dev' 'python-prctl' 'fpga-icestorm' 'libcxxtools-dev' 'sword-comm-tdavid' 'rig' 'libphodav-2.0-dev' 'postgresql-10-pgextwlist' 'gcc-7-mips64-linux-gnuabi64' 'websimba' 'golang-docker-dev' 'gcc-opt' 'libcaca0' 'envstore' 'rio' 'erlang-src' 'libxcb-image0' 'libfreexl1' 'libxcb1' 'freetype2-demos' 'gdc-5-multilib-mips64-linux-gnuabi64' 'libaacs-dev' 'libroar-dev' 'libxcursor-dev' 'libubsan1-i386-cross' 'golang-github-google-subcommands-dev' 'node-browser-pack' 'libotbiolum-6.4-1' 'lib32gfortran3-dbg' 'libghc-formatting-doc' 'libp11-3' 'libguestfs-rsync' 'libdata-treedumper-renderer-gtk-perl' 'liballegro-audio5-dev' 'libsapi0' 'mythtv-doc' 'libmono-cil-dev' 'carettah' 'python-lazr.restful' 'mountpy' 'dansguardian' 'libjs-objectpath' 'linux-image-unsigned-5.3.0-28-generic' 'python-pmw-doc' 'otags' 'node-sha.js' 'tuned-utils-systemtap' 'gobjc++-powerpc-linux-gnu' 'mupen64plus-video-glide64mk2' 'gdc-i686-linux-gnu' 'sgml-data' 'gnustep-make-doc' 'linux-modules-5.0.0-1020-oem-osp1' 'libkonq5abi1' 'libhsail-rt-8-dev-amd64-cross' 'erlang-ssh' 'libncarg-data' 'node-arr-union' 'chromium-browser' 'python3-biomaj3-core' 'golang-github-msteinert-pam-dev' 'python-pyds9' 'kde-l10n-zhtw' 'python-buzhug' 'libsignon-glib-doc' 'libboost-graph-parallel-dev' 'erlang-ssl' 'logtail' 'python-oslo.reports-doc' 'why3-examples' 'coinor-libcoinmp-dev' 'soapysdr-module-airspy' 'libplexus-build-api-java-doc' 'python-jenkins-doc' 'nghttp2' 'nvidia-libopencl1-352-updates' 'cl-contextl' 'python3-pkgconfig' 'gir1.2-rest-extras-0.7' 'f2fs-tools' 'libploop-dev' 'bubbros' 'python-magnum' 'node-ajv-keywords' 'yaws-yapp' 'gccgo-5-s390x-linux-gnu' 'ruby-multipart-parser' 'lcmaps-openssl-interface' 'node-vinyl-sourcemaps-apply' 'golang-github-emicklei-go-restful-dev' 'libdbusextended-qt5-1' 'radvd' 'subversion' 'libisccfg-export160' 'python-funcsigs-doc' 'lib32gfortran3-ppc64-cross' 'logtools' 'ruby-raphael-rails' 'rkt' 'libuil4' 'docker-engine' 'fenix-plugin-mpeg' 'libasan3-dbg-ppc64-cross' 'libixp-dev' 'linux-buildinfo-4.15.0-1036-gcp' 'libclutter-1.0-dev' 'nfs-ganesha-mount-9p' 'simpleid-store-dynalogin' 'python-krbv' 'liblua50-dev' 'python-cached-property' 'linux-buildinfo-4.18.0-1012-gcp' 'r-cran-timedate' 'linux-tools-4.18.0-1012-gcp' 'fcitx-chewing' 'libstdc++-6-dev-i386-cross' 'mcollective-client' 'python-pyvorbis-dbg' 'ruby-pdf-core' 'mythtv-frontend' 'ruby-haikunator' 'libopenalpr-data' 'liblog-dispatchouli-perl' 'golang-redoctober' 'libvisp-robot3.1-dbg' 'bioperl-run' 'heroes-sound-effects' 'php-horde-text-diff' 'linux-image-4.18.0-17-generic' 'dino-im' 'libubsan1-dbg-powerpc-cross' 'python-powerline' 'grub-gfxpayload-lists' 'gccgo-7-multilib-x86-64-linux-gnu' 'linux-buildinfo-5.0.0-32-lowlatency' 'openafs-modules-source' 'zend-framework-bin' 'vlc-plugin-jack' 'libcsvjdbc-java' 'golang-bazil-fuse-dev' 'glom' 'cliquer' 'libuim8' 'libmseed2' 'node-simplesmtp' 'libdist-zilla-plugin-run-perl' 'hwloc' 'python-pygccxml' 'libxmlrpc-c++8-dev' 'libmono-system-runtime-interopservices-runtimeinformation4.0-cil' 'yakuake' 'python-evdev-doc' 'libjsr305-java' 'python-tinyrpc-doc' 'python3-pyxb-bundles-common' 'linux-headers-4.18.0-1006-aws' 'libevview3-3' 'libx32asan5-dbg-i386-cross' 'vala-0.40-doc' 'lib64go11-x32-cross' 'libreoffice-lightproof-pt-br' 'chimeraslayer' 'gfortran-6-doc' 'fretsonfire-songs-muldjord' 'python3-potr' 'libchamplain-0.12-0' 'libmoox-role-logger-perl' 'linux-headers-oracle' 'ibrazilian' 'ruby-neovim' 'linux-cloud-tools-5.0.0-17-lowlatency' 'python3-silo' 'libtext-ngrams-perl' 'libgnome2-gconf-perl' 'ruby-romkan' 'patator' 'libx32objc-4.8-dev' 'node-is-plain-object' 'lib64objc-8-dev-i386-cross' 'node-unicode-match-property-ecmascript' 'python-spyderlib' 'python-jinja2' 'tomcat8-common' 'linux-tools-4.15.0-1022-azure' 'libzimg2' 'libpod-eventual-perl' 'libtrident-java' 'python3-silx' 'linux-headers-4.15.0-1052-gke' 'xblast-tnt-sounds' 'libaddresses0' 'libcache-fastmmap-perl' 'libotbossimplugins-6.4-1' 'libsword-dbg' 'python-launchpadlib' 'pcl-tools' 'cl-pgloader' 'node-finished' 'libindicate-gtk3-dev' 'supertuxkart' 'yabause-gtk' 'libgemrb' 'slony1-2-bin' 'xmms2-plugin-all' 'libimobiledevice6' 'gcc-7-cross-base-ports' 'libjchart2d-java' 'gir1.2-gweather-3.0' 'xscreensaver-data' 'libjavascript-rpc-perl' 'kerneloops' 'erlang-proper' 'python-pydub' 'cookiecutter' 'prerex' 'python-sievelib' 'linux-headers-5.3.0-22-lowlatency' 'libgnatprj5-ppc64-cross' 'libdvdread-dev' 'libpetsc3.7.7-dbg' 'libdbus-glib1.0-cil' 'libmono-system-design4.0-cil' 'libghc-hoogle-dev' 'firebird3.0-examples' 'golang-github-juju-schema-dev' 'libn32stdc++-7-dev-mipsel-cross' 'ubuntu-mate-default-settings' 'libgnome2-0' 'libobjc-8-dev-ppc64-cross' 'gcc-8-multilib-x86-64-linux-gnu' 'libopenvdb-tools' 'libgnatcoll16.1.0' 'lib32gfortran-6-dev-amd64-cross' 'gccgo-6-alpha-linux-gnu' 'libbultitude-clojure' 'libitm1-dbg-amd64-cross' 'ldtp-doc' 'libpuma-dev' 'liblink-grammar5' 'liblwp-protocol-https-perl' 'spinner' 'libsocialweb-client-doc' 'asterisk-core-sounds-ru-gsm' 'ncurses-examples' 'libxtst6' 'algobox' 'pycode-browser' 'libnekohtml-java-doc' 'lcrack' 'makedumpfile' 'libgccjit0-dbg' 'php-php-gettext' 'libvted-3-dev' 'libkpimimportwizard-dev' 'qtconnectivity5-dev' 'jclicmoodle' 'r-cran-munsell' 'lgeneral' 'pyro4-examples' 'python3-ebooklib' 'libsoldout1' 'gobjc-7-i686-linux-gnu' 'libghc-persistent-template-dev' 'itagalog' 'tryton-modules-account-invoice-history' 'libghc-cryptohash-md5-doc' 'tesseract-ocr-jpn' 'libtest-html-content-perl' 'linux-modules-nvidia-418-5.0.0-1026-gcp' 'irpas' 'python3-rencode' 'xul-ext-self-destructing-cookies' 'python-paramiko' 'libghc-sockaddr-prof' 'teensy-loader-cli' 'fonts-arphic-bsmi00lp' 'libghc-wai-app-static-dev' 'empire' 'libayatana-ido3-0.4-0' 'lib64gcc-8-dev-powerpc-cross' 'nvptx-tools' 'python3-pynliner' 'libjs-jquery-ui-theme-ui-darkness' 'gobjc++-7-multilib-x86-64-linux-gnu' 'webapps-metainfo' 'libxalan2-java-doc' 'nvidia-compute-utils-390' 'ubuntu-wallpapers-natty' 'node-has-flag' 'liblog-loglite-perl' 'linux-buildinfo-4.15.0-88-generic' 'ruby-googleauth' 'libdoxia-sitetools-java' 'libghc-disk-free-space-prof' 'xe-guest-utilities' 'python3-kafka' 'postbooks-updater' 'libgtk-dotnet3.0-cil' 'libhud2' 'libatspi2.0-0' 'libimgscalr-java' 'encuentro' 'gir1.2-snapd-1' 'libspice-protocol-dev' 'libeval-linenumbers-perl' 'zeroc-icegrid' 'libplack-test-anyevent-perl' 'rpl' 'guacamole' 'biogenesis' 'libjs-highlight.js' 'libgnatprj5-dev-armhf-cross' 'rpm' 'linux-headers-4.15.0-1013-oem' 'fonts-arphic-uming' 'libgphobos-8-dev-x32-cross' 'cl-fiveam' 'sgml-base-doc' 'linux-image-5.0.0-1022-aws' 'libboost-type-erasure1.62.0' 'yelp-tools' 'roarclients' 'libxpa-dev' 'linux-headers-4.15.0-1040-aws' 'libmono-system-runtime-serialization4.0-cil' 'printer-driver-sag-gdi' 'kde-telepathy-minimal' 'libsvgsalamander-java' 'libapache2-mod-parser3' 'nmon' 'avrdude' 'python3-pysha3' 'python3-pyside.qtuitools' 'libmoosex-attributeshortcuts-perl' 'mame-data' 'python3-kaitaistruct' 'python-slugify' 'dans-gdal-scripts' 'libsword-dev' 'dpkg-dev-el' 'python3-pyfai-dbg' 'libghc-cassava-doc' 'gdc-8-arm-linux-gnueabi' 'python-pisock-dbg' 'ruby-timfel-krb5-auth' 'lib4store0' 'libfilter-eof-perl' 'hexchat-dev' 'imagemagick-6-doc' 'linux-modules-4.15.0-1023-aws' 'libbrahe-1.3-3' 'libghc-js-jquery-data' 'libxml-generator-perl' 'python-mvpa2-lib' 'python3-feather-format' 'golang-gopkg-mgo.v2-dev' 'wmget' 'eog-plugin-map' 'node-preserve' 'linux-image-4.15.0-20-lowlatency' 'linux-image-unsigned-5.0.0-1030-gke' 'gedit-plugin-character-map' 'libfusioninventory-agent-task-snmpquery-perl' 'libpetsc3.7.7-dev' 'erlang-p1-stun' 'libfdkaac-ocaml-dev' 'v-sim-plugins' 'ceph' 'mercurial-buildpackage' 'plee-the-bear' 'librte-pmd-virtio17.11' 'libetsf-io-dev' 'r-cran-rsymphony' 'ffproxy' 'gdc-7-riscv64-linux-gnu' 'inetsim' 'firehol-doc' 'google-android-build-tools-installer' 'simhash' 'fonts-babelstone-han' 'libgfshare-dev' 'ruby-table-print' 'xscreensaver-screensaver-bsod' 'libimage-info-perl' 'npapi-sdk-dev' 'linux-modules-extra-gke-4.15' 'libnet-github-perl' 'connectome-workbench' 'libservlet3.0-java-doc' 'cpl-plugin-fors-calib' 'libsdl-pango1' 'wine1.6-amd64' 'ubuntu-release-upgrader-core' 'maptransfer' 'uwsgi-plugin-mongo' 'linux-modules-nvidia-390-4.15.0-1029-oracle' 'libsnmp30-dbg' 'xnee-doc' 'gengetopt' 'linux-tools-host' 'libghc-colour-prof' 'linux-cloud-tools-5.0.0-35-generic' 'mbrola-fr1' 'pycodestyle' 'python3-testscenarios' 'smemstat' 'mbrola-fr4' 'python3-scipy-dbg' 'rax-nova-agent' 'libxc4' 'python-twisted-words' 'libcap-dev' 'qgis' 'bioperl' 'ffmpegthumbnailer-dbg' 'linux-headers-5.0.0-15-lowlatency' 'qgit' 'python3-django-testproject' 'pachi' 'libgdk3.0-cil' 'libsl0-heimdal' 'libmodule-scandeps-perl' 'libroslz4-dev' 'gamazons' 'glob2-data' 'gobjc++-8-i686-linux-gnu' 'linux-buildinfo-4.15.0-1036-gke' 'm17n-db' 'libebur128-dev' '389-ds-base' 'paraview' 'stymulator' 'pike8.0-odbc' 'python3-guessit' 'golang-github-thomsonreuterseikon-go-ntlm-dev' 'deheader' 'r-cran-raster' 'python-darts.lib.utils.lru-doc' 'ruby-luabridge' 'libx32gfortran4-dbg' 'kross-dev' 'manpages-ja-dev' 'lib64ubsan0-dbg-x32-cross' 'androidsdk-uiautomatorviewer' 'moka-icon-theme' 'libcdparanoia-dev' 'python-debtcollector-doc' 'libdwarf-dev' 'libfelix-gogo-shell-java-doc' 'libsocialweb0' 'bcron' 'libimvirt-perl' 'libqt5x11extras5' 'gcc-8-multilib-arm-linux-gnueabihf' 'liblightify-dev' 'texlive-lang-other' 'kildclient' 'lgeneral-data' 'python-pyvows' 'python-biopython' 't2n' 'minetest-mod-character-creator' 'node-bowser' 'amarok-doc' 'node-mdn-data' 'xmms2-plugin-asf' 'libghc-zip-archive-prof' 'etcd-fs' 'rtv' 'field3d-tools' 'magnum-conductor' 'libdanga-socket-perl' 'dialign-tx' 'amule-utils-gui' 'libhttp-lite-perl' 'bomstrip' 'fonts-roboto-slab' 'libprotobuf-lite10' 'libghc-objectname-prof' 'ruby-prof' 'python-pychromecast' 'libfakekey-dev' 'android-libadb-dev' 'python3-catkin-pkg' 'libatm1' 'xmms2-plugin-asx' 'tack' 'gccgo-5-multilib-mips-linux-gnu' 'thunderbird-locale-ta-lk' 'liballegro4-dev' 'libclutter-1.0-doc' 'golang-github-armon-gomdb-dev' 'libghc-vault-prof' 'module-init-tools' 'apertium-fr-es' 'python3-evdev' 'libfest-util-java' 'libstring-similarity-perl' 'libautocomplete-java-doc' 'libvmtk1.3' 'python3-tk-dbg' 'libvisp-gui3.1' 'libtext-hogan-perl' 'language-pack-gnome-sq-base' 'libghc-word8-prof' 'linux-headers-5.0.0-1010-oracle' 't50' 'autodock-getdata' 'python-cddb' 'python-wadllib' 'calypso' 'octave-econometrics' 'golang-github-lunixbochs-vtclean-dev' 'node-widest-line' 'tesseract-ocr-script-geor' 'aodh-expirer' 'node-to-regex' 'pluginlib-dev' 'libsnapd-qt1' 'libghc-extra-dev' 'libteam5' 'libcimcclient0' 'python3-pretend' 'ruby-po-to-json' 'libghc-crypto-cipher-types-prof' 'libsss-simpleifp0' 'libgtkspellmm-3.0-0v5' 'linux-modules-nvidia-418-5.0.0-1018-azure' 'pub2odg' 'libkf5dbusaddons-dev' 'python-click-plugins' 'node-console-control-strings' 'golang-github-muesli-smartcrop-dev' 'node-url-loader' 'ruby-cucumber-wire' 'gnome-desktop-testing' 'gunroar' 'linux-modules-nvidia-390-4.15.0-88-lowlatency' 'gfortran-5-arm-linux-gnueabi' 'ccbuild' 'libnfo-dev' 'librdf0-dev' 'elk-lapw' 'mecab-naist-jdic' 'libhighlight-perl' 'libdate-range-perl' 'libgnatprj5-sh4-cross' 'ejabberd-mod-logsession' 'evolution-plugin-spamassassin' 'r-cran-rjson' 'x2goserver-fmbindings' 'linux-image-5.0.0-1028-azure' 'wswedish' 'gcc-6-multilib-powerpc-linux-gnu' 'default-libmysqlclient-dev' 'strongswan-nm' 'libgudev3.0-cil-dev' 'libmono-xbuild-tasks4.0-cil' 'opensips-presence-modules' 'linux-tools-4.15.0-45-generic' 'libtommath-docs' 'libgfortran-8-dev-alpha-cross' 'libfaifa-dev' 'linux-headers-4.15.0-1033-oracle' 'gigedit' 'ruby-pathname2' 'python-zope.publisher' 'libjs-jquery-tipsy' 'bchunk' 'debichem-molecular-dynamics' 'mytop' 'libdnet' 'xserver-xorg-video-sisusb' 'ruby-slim' 'libstfl-ruby' 'ruby-rspec-support' 'vim-scripts' 'lxsession' 'linux-buildinfo-5.3.0-26-lowlatency' 'gcc-8-plugin-dev-mips64-linux-gnuabi64' 'python3-multidict' 'elpa-m-buffer' 'libbiosig-dev' 'libblosc1' 'krb5-kpropd' 'xserver-xorg-input-xwiimote' 'linux-modules-nvidia-418-5.0.0-1024-oem-osp1' 'libkf5kio-dev' 'r-cran-epir' 'fonts-ubuntu-font-family-console' 'gtk3-im-libthai' 'libfile-finder-perl' 'libstdc++6-mips64-cross' 'libghc-hoogle-doc' 'shorewall-lite' 'r-cran-sourcetools' 'libtorrent-rasterbar9' 'python3-vmware-nsxlib' 'libkres6' 'rnetclient' 'elpa-powerline' 'raincat-data' 'libxcb-shape0-dev' 'libgfortran-8-dev-mips64el-cross' 'cdist' 'librsvg2-2' 'liblogservicecomponentbase2-dev' 'python3-comedilib' 'libclass-factory-perl' 'tesseract-ocr-script-arab' 'unscd' 'iwidgets4-doc' 'libx32gphobos71-dbg' 'shiki-wise-theme' 'libpuma-doc' 'ruby-uuidtools-doc' 'links' 'lib32asan2-dbg' 'libjdom2-java' 'libstruct-compare-perl' 'swig-examples' 'gcompris-qt' 'ruby-locale' 'postgresql-10-plsh' 'qtconnectivity5-doc' 'libdtkwidget-dev' 'libsyntax-keyword-gather-perl' 'rxp' 'libunity-api0' 'nordugrid-arc-client' 'raptor2-utils' 'libdbm-deep-perl' 'gobjc-7-multilib-s390x-linux-gnu' 'libdist-zilla-util-configdumper-perl' 'linux-cloud-tools-4.15.0-54-lowlatency' 'python-yubikey-manager' 'libghc-persistent-template-doc' 'libcatalyst-plugin-subrequest-perl' 'r-cran-futile.options' 'linux-cloud-tools-4.18.0-17-generic' 'libjs-mousetrap' 'libghc-gitlib-prof' 'linux-tools-4.15.0-66-generic' 'python3-apport' 'libaopalliance-java-doc' 'cewl' 'libpg-perl' 'entropybroker' 'pd-mediasettings' 'im-config' 'libapache2-mod-apreq2' 'libapp-cpants-lint-perl' 'libghc-wai-app-static-doc' 'libquickfix16' 'php-horde-sesha' 'llvm-6.0-runtime' 'starvoyager-data' 'linux-image-unsigned-5.0.0-1031-azure' 'tor-arm' 'libsdl-kitchensink0' 'libxi6' 'libmyproxy6' 'linux-headers-5.0.0-1031-gcp' 'python-socksipychain' 'libtest-pod-perl' 'golang-petname-dev' 'libglobus-usage-dev' 'libowasp-esapi-java-doc' 'ubiquity-slideshow-edubuntu' 'libn32gcc-5-dev-mipsel-cross' 'linux-image-unsigned-4.15.0-1034-oem' 'python-isc-dhcp-leases' 'libmono-system-deployment4.0-cil' 'reportbug' 'libcext-dev' 'libc6-mips64r6-cross' 'libmplex2-2.1-0' 'libghc-names-th-dev' 'qml-module-snapd' 'python-libapparmor' 'linux-buildinfo-4.15.0-45-lowlatency' 'libags-audio-dev' 'libtest-mockdbi-perl' 'setools' 'libmoosex-multimethods-perl' 'libglpk-dev' 'libgdcm2-dev' 'python-jedi' 'galax-doc' 'libanyevent-fcgi-perl' 'ejabberd' 'libmapsforge-java' 'postgresql-10-plv8' 'libmoosex-followpbp-perl' 'uwsgi-core' 'libsbigudrv0' 'transmission-daemon' 'libgraphics-colorobject-perl' 'jftp' 'lives-data' 'libsbigudrv2' 'gdc-mips-linux-gnu' 'libbibutils-dev' 'liblog4shib1v5' 'python3-pyqt5.qtsensors-dbg' 'moon-lander-data' 'php-readline' 'metacity-common' 'libdsfmt-216091-1' 'node-coffeeify' 'python3-logfury' 'legit' 'libmate-menu2' 'clang-9-doc' 'libforks-perl' 'libschedule-at-perl' 'mwaw2epub' 'ruby-selinux' 'cuyo-data' 'libghc-old-time-dev' 'libsort-fields-perl' 'dsdp' 'dosage' 'pkg-config' 'linux-image-unsigned-4.15.0-34-lowlatency' 'linux-image-unsigned-4.15.0-1018-oracle' 'funkload-doc' 'python-qrcode' 'libmysql-ocaml' 'gyoto' 'node-asn1' 'acl2-infix' 'linux-tools-4.15.0-1050-aws' 'opendrim-lmp-pci' 'libtrilinos-nox-dev' 'symmetrica-doc' 'libcourier-unicode4' 'golang-gopkg-jarcoal-httpmock.v1-dev' 'munin-node-c' 's3curl' 'libhere-camlp4-dev' 'gdc-6-multilib-x86-64-linux-gnu' 'pacpl' 'libpinyin-utils' 'eiskaltdcpp-common' 'libgnat-5-dbg-sh4-cross' 'libghc-murmur-hash-prof' 'libtagc0-dev' 'libetsf-io-doc' 'libphysfs-dev' 'python3-django-sitetree' 'libn32stdc++6-mipsel-cross' 'libfelix-shell-tui-java-doc' 'libx32stdc++6-8-dbg-i386-cross' 'editmoin' 'libkrb5support0' 'ktap' 'science-machine-learning' 'paxctl' 'libklatexformula4' 'deepin-shortcut-viewer' 'qsopt-ex' 'node-lexical-scope' 'r-cran-pbapply' 'piuparts-master' 'libaccessors-perl' 'libtickit1' 'idle-python2.7' 'librole-tiny-perl' 'libast2-dev' 'libgcc-8-dev-armel-cross' 'pypy-iso8601' 'gasic' 'fonts-tlwg-sawasdee' 'libcephfs-dev' 'libxmlsec1-openssl' 'libghc-hashable-time-prof' 'gcc-7-mipsel-linux-gnu-base' 'python-libtorrent' 'gtk2-engines-pixbuf' 'pentium-builder' 'tegaki-zinnia-japanese' 'linux-headers-4.15.0-1066-oem' 'linux-image-4.18.0-14-lowlatency' 'linux-buildinfo-4.15.0-1046-kvm' 'libpynac15' 'libkldap4' 'tcl8.6-tdbc-odbc' 'libdist-zilla-plugin-config-git-perl' 'wine-development' 'python-pyqt5.qtsvg-dbg' 'gprompter' 'libglobus-gram-job-manager-callout-error0' 'openjdk-8-source' 'kate-data' 'gfortran-m68k-linux-gnu' 'gdmap' 'xmorph' 'libwsbm-dev' 'linux-image-unsigned-5.0.0-15-lowlatency' 'libmlt++3' 'python-numpy-dbg' 'python3-docopt' 'ceferino' 'gobjc++-4.8' 'linux-tools-lowlatency' 'gcc-7-arm-linux-gnueabi-base' 'libxm4' 'diaspora-installer' 'libobjc4-riscv64-cross' 'baycomepp' 'golang-1.7-race-detector-runtime' 'libfox-1.6-0' 'ruby-slop' 'gpaste' 'jmeter-junit' 'python3-chemps2' 'libt3config0' 'libmariadb-java' 'libfreehep-util-java' 'python3-applicationinsights' 'qprint' 'libequinox-p2-updatechecker-java' 'libeasyconf-java-doc' 'pr3287' 'hfsutils' 'golang-yaml.v2-dev' 'golang-github-hlandau-goutils-dev' 'mgetty-fax' 'libvldocking-java' 'asused' 'libghc-dyre-dev' 'ruby-sinatra-contrib' 'scite' 'liblightify-doc' 'libmatemixer-dev' 'libnanomsg-raw-perl' 'libatomic1-dbg-riscv64-cross' 'python-schedule' 'tali' 'talk' 'libodb-api-0d' 'libghc-cpu-dev' 'opticalraytracer' 'python-enki2' 'linux-buildinfo-5.0.0-1018-oem-osp1' 'openarena-oacmp1' 'python3-scciclient' 'g++-8-hppa-linux-gnu' 'qt5ct' 'libjs-util' 'libfakekey-doc' 'sambamba' 'libgphobos-7-dev-amd64-cross' 'libghc-transformers-compat-dev' 'libofapi-example' 'alljoyn-thin-client-1604' 'gdc-7-multilib-s390x-linux-gnu' 'empire-hub' 'python3-proliantutils' 'node-errno' 'hsbrainfuck' 'aircrack-ng' 'libpcp-pmda3' 'vim-tabular' 'bytes-circle' 'python3-requestbuilder' 'socnetv' 'libgluegen2-doc' 'pdns-backend-tinydns' 'scram-gui' 'librsyntaxtextarea-java-doc' 'libiri-perl' 'network-manager-openvpn' 'linux-image-5.0.0-1028-gcp' 'libghc-binary-tagged-dev' 'libjbig2dec0' 'silversearcher-ag-el' 'linux-modules-5.0.0-16-generic' 'unity-gtk2-module' 'jellyfish-examples' 'ruby-rblineprof' 'librest-extras-dev' 'libavcodec-extra' 'libxmlrpc3-java-doc' 'libqt5webengine-data' 'jquery-jplayer-bluemonday' 'sra-toolkit' 'python3-itsdangerous' 'python3-sphinxcontrib.plantuml' 'fvwm-crystal' 'libjs-jquery-placeholder' 'lib64gfortran-8-dev-x32-cross' 'python-django-markupfield' 'node-colors' 'ruby-foreman' 'libx32objc-6-dev-i386-cross' 'golang-github-docker-go-events-dev' 'libsemver-java-doc' 'libcpptest-dev' 'libgetopt-ocaml-dev' 'ganglia-modules-linux' 'libjcsp-java' 'gobjc++-7-multilib-mips64-linux-gnuabi64' 'python-zaqar' 'jing-trang-doc' 'libghc-extra-doc' 'node-glob-stream' 'libapache2-mod-auth-openidc' 'linux-modules-4.15.0-1029-gcp' 'jblas' 'xen-hypervisor-4.7-amd64' 'python-pyqt5.qtpositioning-dbg' 'python3-google-auth' 'gman' 'wesnoth-1.12-sof' 'linux-modules-4.18.0-1005-gcp' 'gmap' 'xml2rfc' 'ldap-auth-client' 'libghc-string-conversions-dev' 'libnfo-doc' 'python-periodictable' 'xserver-xorg-video-siliconmotion-hwe-16.04' 'gdc-7-i686-linux-gnu' 'libgo13-mips64el-cross' 'tang' 'nfstrace' 'libhook-wrapsub-perl' 'tryton-modules-account-payment-sepa' 'icingacli' 'php-symfony-property-info' 'libcdio-paranoia-dev' 'latex-cjk-chinese-arphic-bsmi00lp' 'libc6-x32-i386-cross' 'libiec61883-0' 'libcss-parser0' 'python-proliantutils-doc' 'claws-mail-plugins' 'libkf5textwidgets5' 'libgnatprj5-dbg-powerpc-cross' 'kmplayer' 'node-cookie-jar' 'freevial' 'python3-photutils' 'xnec2c' 'libmath-mpfr-perl' 'fsprotect' 'libgavl-ocaml' 'mail-expire' 'mgetty' 'fusiondirectory-plugin-postfix-schema' 'libpgp-sign-perl' 'postgresql-10-pgaudit' 'gnat-8-sparc64-linux-gnu' 'qchat' 'arb-common' 'printer-driver-cjet' 'newmail' 'django-testproject' 'linux-modules-5.0.0-37-generic' 'libboost-filesystem1.62-dev' 'python-peewee-doc' 'libglade2-dev' 'webdeploy' 'fonts-takao-mincho' 'ruby' 'tumbler' 'php7.2-zip' 'gobjc++-sh4-linux-gnu' 'libfreemarker-java-doc' 'golang-gopkg-inf.v0-dev' 'pypy-coverage' 'tuxguitar-oss' 'gnuchess-book' 'libmusic-hub0' 'm2vrequantiser' 'wmgui' 'writer2latex-manual' 'gobjc-arm-linux-gnueabihf' 'libgfal-transfer2' 'med-all' 'qmail-run' 'nomacs-l10n' 'eag-healpix-java' 'linux-tools-virtual-hwe-16.04-edge' 'tesseract-ocr-kan' 'golang-github-nebulouslabs-merkletree-dev' 'golang-speter-go-exp-math-dec-inf-dev' 'libczmq4' 'python3-queuelib' 'astronomical-almanac' 'libjmdns-java' 'kopano-archiver' 'quantlib-refman-html' 'conntrackd' 'tesseract-ocr-kat' 'libvibe-mongodb0' 'linux-tools-5.0.0-1020-gcp' 'r-cran-codetools' 'libapron-ocaml' 'gnustep-core-doc' 'tesseract-ocr-kaz' 'linux-modules-4.15.0-1030-azure' 'python-rstr' 'libilmbase12' 'libghc-mueval-dev' 'python3-barbicanclient' 'gis-gps' 'libn32go7-mips64el-cross' 'libbpfcc-dev' 'linux-modules-nvidia-390-5.0.0-1011-oracle' 'libtext-quoted-perl' 'libgnatprj5-dbg-ppc64el-cross' 'libstdc++-5-dev-arm64-cross' 'sac' 'pysycache-move-food' 'dante-server' 'libwebservice-solr-perl' 'linux-modules-extra-4.15.0-1049-gke' 'linux-image-5.3.0-28-lowlatency' 'profanity' 'pachi-data' 'grcompiler' 'ocaml-source' 'ruby-validate-url' 'libextutils-helpers-perl' 'golang-github-urfave-negroni-dev' 'gimp-dcraw' 'libkf5kmahjongglib5' 'libsbml5-perl' 'libcfitsio-dev' 'libxapian-jni' 'msktutil' 'libastro1' 'python3-editorconfig' 'jython-doc' 'libltcsmpte1' 'python-tango-doc' 'libnet-ldap-server-test-perl' 'python3-django-celery-beat' 'gobjc++-6-mips64-linux-gnuabi64' 'libmail-dkim-perl' 'linux-tools-azure' 'opendnssec-enforcer' 'libcext-doc' 'libsnapper4' 'node-astw' 'libghc-names-th-doc' 'linux-headers-5.3.0-22-generic' 'linux-azure-headers-4.18.0-1006' 'libxs2' 'linux-azure-headers-4.18.0-1007' 'elpa-faceup' 'libags-audio-doc' 'liblog-fast-perl' 'gobjc++-8-mips-linux-gnu' 'linux-azure-headers-4.18.0-1008' 'python-egenix-mxtexttools' 'mkdocs-bootswatch' 'sbd' 'libvi-quickfix-perl' 'libwagon-java' 'libtrace3' 'libbtbb1' 'libykpiv1' 'lib32gcc1-dbg-mips64el-cross' 'dh-translations' 'libequinox-coordinator-java' 'arc-gui-clients' 'gcin-gtk3-immodule' 'lib64gcc1-powerpc-cross' 'filters' 'libpython-dbg' 'liquidsoap-plugin-portaudio' 'osmocom-gbproxy' 'libreadline-java-doc' 'libnemo-extension-dev' 'gnome-shell-extension-caffeine' 'promoe' 'aosd-cat' 'libghc-crypto-random-api-prof' 'libasan5-x32-cross' 'libdesktop-notify-perl' 'linux-image-4.15.0-1021-oem' 'linux-modules-4.15.0-29-lowlatency' 'libzvbi0' 'ace-netsvcs' 'libjbig-dev' 'libx32asan0' 'python3-pacparser' 'linux-azure-headers-4.18.0-1011' 'libx32asan2' 'python3-consul' 'libghc-base-prelude-prof' 'kmidimon' 'libx32asan3' 'libghc-chasingbottoms-prof' 'linux-azure-headers-4.18.0-1013' 'libx32asan4' 'linux-azure-headers-4.18.0-1014' 'libx32asan5' 'node-resolve-from' 'tkgate-doc' 'libghc-old-time-doc' 'puppet-module-openstacklib' 'r-cran-shinydashboard' 'linux-azure-headers-4.18.0-1018' 'texlive-lang-korean' 'linux-azure-headers-4.18.0-1019' 'libxt6' 'aptitude-common' 'hplip' 'compass-slickmap-plugin' 'a2jmidid' 'libclamunrar7' 'libcoy-perl' 'jbig2dec' 'libclamunrar9' 'tesseract-ocr-script-armn' 'tart' 'scm' 'libdvbpsi10' 'polled-camera-tool' 'python-pyqt5.qtquick' 'python3-watchdog' 'libnih1' 'jack-tools' 'libhfobjc4-armel-cross' 'golang-github-azure-go-ansiterm-dev' 'libpcre3' 'python-attr-doc' 'python3-pytest-sourceorder' 'sct' 'dnsproxy' 'omniidl-python' 'docker-registry' 'gcc-hppa-linux-gnu' 'linux-image-5.0.0-1014-azure' 'python-sphinxcontrib.programoutput' 'php-symfony-polyfill-php54' 'linux-azure-headers-4.18.0-1020' 'php-symfony-polyfill-php55' 'php-symfony-polyfill-php56' 'groonga-httpd' 'linux-azure-headers-4.18.0-1023' 'linux-azure-headers-4.18.0-1024' 'chemtool' 'linux-azure-headers-4.18.0-1025' 'libtifiles2-9' 'grub-efi-amd64-dbg' 'libcommons-pool-java-doc' 'python-defer' 'linux-gke-5.3-headers-5.3.0-1011' 'libadplug-2.2.1-0v5' 'linux-gke-5.3-headers-5.3.0-1012' 'sdb' 'asciidoc-dblatex' 'golang-github-blevesearch-segment-dev' 'libvaladoc-data' 'python3-django-assets' 'liblouisutdml8' 'sdf' 'librsync-dbg' 'linux-buildinfo-4.18.0-1006-gcp' 'libblocksruntime0' 'linux-tools-4.18.0-1006-gcp' 'regexxer' 'python3-marisa' 'libservice-wrapper-java' 'libinvokebinder-java-doc' 'libs3dw2' 'linux-headers-4.15.0-46-generic' 'libkf5imap5' 'konqueror-nsplugins' 'libjs-jquery-ui-theme-le-frog' 'libvirt-daemon-driver-storage-zfs' 'librpm8' 'libitsol1' 'r-omegahat-xmlrpc' 'libvisp-sensor-dev' 'libghc-monad-loops-prof' 'linux-modules-4.15.0-33-lowlatency' 'papi-examples' 'python-pysmi-doc' 'python-yowsup-common' 'libedasqlite0' 'r-cran-treespace' 'libsx-dev' 'python-django-extensions' 'snp-sites' 'python-nltk' 'libhmmer2-dev' 'libqca2' 'fusiondirectory-plugin-audit' 'libwvstreams4.6-base' 'padthv1-common' 'python-padme-doc' 'r-cran-gregmisc' 'lubuntu-gtk-desktop' 'ubuntu-mate-themes' 'libxv1' 'libflatpak-dev' 'fp-units-net-3.0.4' 'ganglia-webfrontend' 'r-cran-surveillance' 'sec' 'sed' 'node-browserify-lite' 'pasystray' 'librdf-ns-perl' 'libhttpunit-java' 'ruby-celluloid-extras' 'libcommons-validator-java' 'bcfg2-server' 'libgcc1-sparc64-cross' 'libusb-0.1-4' 'python3-pika-pool' 'libauthen-captcha-perl' 'sen' 'cl-sql-sqlite' 'easytag-nautilus' 'libjodreports-java' 'python-aodhclient-doc' 'banshee-extension-alarm' 'libwagon-ftp-java' 'php-symfony-polyfill-php70' 'golang-github-hashicorp-scada-client-dev' 'libconvert-color-perl' 'php-symfony-polyfill-php71' 'linux-headers-4.15.0-1046-gke' 'node-multimatch' 'php-symfony-polyfill-php72' 'ruby-naught' 'linux-modules-extra-4.15.0-47-generic' 'initz' 'launchy-plugins' 'loggerhead-doc' 'python3-rednose' 'libstdc++-7-pic-hppa-cross' 'chemeq' 'lib64stdc++6-5-dbg-powerpc-cross' 'libghc-libmpd-prof' 'pangzero' 'libkfbapi1-dbg' 'gdc-7-aarch64-linux-gnu' 'minetest-mod-unifieddyes' 'whiptail' 'libpython-dev' 'python3-all-dbg' 'afl-doc' 'libghc-dyre-doc' 'python3-constantly' 'sffview' 'caja-xattr-tags' 'python3-pretty-yaml' 'libxml-handler-composer-perl' 'libghc-dice-entropy-conduit-prof' 'libghc-microlens-platform-dev' 'libclass-dbi-plugin-perl' 'avahi-daemon' 'wbritish' 'python-bz2file' 'libmatemixer-doc' 'collada-urdf-tools' 'gmic' 'libodb-dev' 'libgwrap-runtime-dev' 'python3-minidb' 'ubuntu-mate-wallpapers-vivid' 'golang-github-docker-go-connections-dev' 'libc6-dbg-mipsn32r6el-cross' 'latex209-src' 'parchive' 'libpgsbox5' 'libterm-ui-perl' 'libghc-cpu-doc' 'nova-api' 'libxmltooling-dev' 'libio-async-loop-glib-perl' 'system-config-printer-gnome' 'libgd-tools' 'ruby-diaspora-vines' 'libghc-transformers-compat-doc' 'stenc' 'xul-ext-lightbeam' 'libkmlengine1' 'uwsgi-plugin-geoip' 'koji-client' 'libstrophe-dev' 'sga' 'python3-pyvmomi' 'libkf5mailtransport5abi2' 'sgb' 'libpam-wrapper' 'uim-tcode' 'gir1.2-gnomebluetooth-1.0' 'libgnatvsn6-dbg-powerpc-cross' 'php-symfony-dependency-injection' 'fonts-tlwg-umpush' 'libnss-myhostname' 'libccp4-data' 'libvotequorum8' 'gmorgan' 'fteproxy' 'python-pyevolve-doc' 'rt4-extension-calendar' 'libgfortran5-dbg-powerpc-cross' 'libglobus-xio-dev' 'randomsound' 'tesseract-ocr-khm' 'python-pyramid-zcml' 'libghc-oo-prototypes-dev' 'ruby-sigar' 'openexr-viewers' 'libghc-binary-tagged-doc' 'check-mk-multisite' 'libboost-thread1.65-dev' 'navi2ch' 'libstdc++6-8-dbg-alpha-cross' 'kwin-wayland-backend-fbdev' 'libcml-smlnj' 'libstd-rust-dev-wasm32-cross' 'liblxqt0' 'libvorbisenc2' 'librsync-dev' 'ruby-remctl' 'publican-debian' 'libdri2-1' 'libgdf0-dbg' 'nemo-python' 'cpp-7-sh4-linux-gnu' 'libvisp-robot-dev' 'libquantum-dev' 'qtdeclarative5-settings-plugin' 'winff-doc' 'libgearman-client-perl' 'libtrapperkeeper-clojure' 'ruby-acts-as-list' 'libgnat-8-powerpcspe-cross' 'guymager' 'ibus-libthai' 'jsmath-fonts' 'aseqjoy' 'libcpptest-doc' 'liblttng-ust-agent-java-jni' 'libcsmith0' 'confget' 'python-keepalive' 'eom-common' 'linux-buildinfo-4.15.0-1040-gcp' 'spikeproxy' 'nvidia-compute-utils-418' 'shc' 'elpa-nose' 'python-astroid' 'libjs-c3' 'python-django-redis' 'cpp-6-x86-64-linux-gnu' 'tuxfootball' 'libghc-optparse-simple-dev' 'libstdc++-7-dev-ppc64-cross' 'plasma-discover-flatpak-backend' 'check-all-the-things' 'libghc-string-conversions-doc' 'libcgi-application-server-perl' 'nagios3-core' 'linux-tools-5.0.0-1020-gke' 'libghc-pandoc-citeproc-prof' 'dict-freedict-jpn-deu' 'php-markdown' 'fusiondirectory-plugin-pureftpd' 'markdown' 'ipcheck' 'python-pyeos' 'agda-stdlib-doc' 'libebook-tools-perl' 'tesseract-ocr-kir' 'libgraphicsmagick++1-dev' 'groff' 'libgoa-backend-1.0-dev' 'budgie-indicator-applet' 'linux-buildinfo-4.18.0-13-generic' 'linux-modules-4.15.0-62-generic' 'dssp' 'libkavorka-perl' 'python-gamera-dbg' 'golang-github-raintank-met-dev' 'gccgo-8-mips64-linux-gnuabi64' 'python-numpy-doc' 'libxy-bin' 'linux-image-5.0.0-1016-aws' 'gcc-5-plugin-dev-alpha-linux-gnu' 'libghc-tar-prof' 'pst-utils' 'libdbusmenu-qt5-2' 'libxmlada-dom7-dev' 'libmail-mboxparser-perl' 'linux-headers-4.15.0-1034-aws' 'libflightcrew-dev' 'ruby-elasticsearch-api' 'libgnatvsn6-dbg-ppc64el-cross' 'deutex' 'genext2fs' 'widelands-data' 'libpolkit-qt5-1-dev' 'libqt53dquickinput5' 'sia' 'sic' 'libmetis5' 'nodau' 'cl-irc' 'libjs-d3' 'php-elisp' 'libgaminggear-dev' 'clisp-dev' 'd-feet' 'libept-dev' 'lubuntu-artwork-13-04' 'libevent-execflow-perl' 'linux-cloud-tools-4.15.0-45-lowlatency' 'wdq2wav' 'python3-all-dev' 'labrea' 'linux-modules-4.15.0-1017-aws' 'installation-birthday' 'libplack-middleware-test-stashwarnings-perl' 'gnat-7-doc' 'python3-setuptools-git' 'libvlfeat-dev' 'fusiondirectory-plugin-kolab2-schema' 'libmousex-types-perl' 'libghc-blaze-markup-dev' 'gccgo-6-multilib-x86-64-linux-gnu' 'gtkperf' 'libnewt0.52' 'libgstreamer-opencv1.0-0' 'jmeter-tcp' 'libxml-xql-perl' 'libglobus-gsi-credential1' 'mugshot' 'nvidia-compute-utils-430' 'python3-debtcollector' 'libalgorithm-checkdigits-perl' 'libjackson2-dataformat-smile-doc' 'nvidia-compute-utils-435' 'omake' 'liborcus-dev' 'node-jade' 'libnet-dbus-perl' 'thunderbird-locale-en-gb' 'libnet-z3950-simpleserver-perl' 'kde-telepathy-desktop-applets' 'libghc-mueval-doc' 'libsitemesh-java-doc' 'lubuntu-artwork-13-10' 'kopano-backup' 'lua-lemock-dev' 'ruby-marisa' 'libstdc++-6-dev-mips-cross' 'openvas-cli' 'php-numbers-words' 'libtie-cphash-perl' 'texlive-full' 'libtag1v5' 'libsimgear-dev' 'libscm-dev' 'tclxml-dev' 'node-bufferjs' 'ayatana-indicator-application' 'qt5-qmake' 'python-nlopt' 'libx32cilkrts5-dbg-i386-cross' 'libmdsp-dev' 'libgdchart-gd2-noxpm-dev' 'libgtk-3-dev' 'switchsh' 'xfonts-nexus' 'libn32objc4-dbg-mips64el-cross' 'libjs-swfupload' 'bkchem' 'libmoosex-types-perl-perl' 'discount' 'rolldice' 'mopidy-tunein' 'python3-enzyme' 'sasl2-bin' 'libcfitsio-doc' 'fonts-cwtex-docs' 'lhasa' 'libgtkglextmm-x11-1.2-0v5' 'golang-websocket-dev' 'libwildmagic5v5-dbg' 'libmaven-enforcer-plugin-java' 'runc' 'muchsync' 'lib32objc-7-dev-sparc64-cross' 'emu8051' 'gap-grape' 'libparted-dev' 'python-pyvcf-examples' 'libroscpp-serialization0d' 'libglvnd-dev' 'node-url-join' 'lib64objc-8-dev-mips-cross' 'gnat-5' 'xscreensaver-data-extra' 'gnat-6' 'gnat-7' 'librcs-perl' 'fonts-octicons' 'python-meliae-dbg' 'gcc-7-multilib-x86-64-linux-gnu' 'sks' 'gnat-8' 'gedit-plugins' 'libghc-numbers-prof' 'libpoe-component-pcap-perl' 'libgsoap-2.8.60' 'libanyevent-termkey-perl' 'libcap2' 'libxcb-res0' 'asterisk-opus' 'libgnatprj6-dev-i386-cross' 'manaplus' 'pacapt' 'rapidsvn' 'libdee-1.0-4' 'libobjc-6-dev-armel-cross' 'libretro-beetle-pce-fast' 'x11proto-dri2-dev' 'libjazzy-java' 'python3-bandit' 'libpam-ssh' 'deluge-torrent' 'libcolorpicker-java-doc' 'cl-sql-uffi' 'python-gamera-dev' 'sphinx-rtd-theme-common' 'libfusioninventory-agent-task-deploy-perl' 'libasm3-java-doc' 'hunspell-pt-br' 'python-easyprocess' 'ruby-proxifier' 'xfonts-bolkhov-koi8u-misc' 'linux-image-unsigned-4.15.0-1025-oracle' 'libspooles2.2' 'python-astroml' 'libpam-sss' 'gir1.2-gspell-1' 'gmod' 'sagetex-doc' 'libobjc4-amd64-cross' 'r-cran-quantreg' 'pdfcube-dbg' 'gitlab-runner' 'slt' 'gfortran-8-sh4-linux-gnu' 'linux-image-4.15.0-74-generic' 'libpqxx3-dev' 'libgeoclue-dev' 'libghc-test-framework-th-prime-dev' 'namazu2-index-tools' 'font-manager' 'lib64gcc-6-dev-x32-cross' 'libghc-cryptocipher-dev' 'libgfortran4-armhf-cross' 'xoscope' 'libghc-openpgp-asciiarmor-dev' 'gobjc++-6-multilib-x86-64-linux-gnu' 'libdist-zilla-role-pluginbundle-pluginremover-perl' 'python3-djvu-dbg' 'libvncclient1-dbg' 'libpam-u2f' 'lib32itm1-ppc64-cross' 'openuniverse' 'sma' 'libpython3-stdlib' 'screensaver-default-images' 'libloader-java' 'libnzb0v5' 'ruby-representable' 'stetl' 'libautodie-perl' 'libglobus-gsi-proxy-ssl-dev' 'language-pack-gnome-tr-base' 'gmpc' 'libmms-dev' 'mcu8051ide' 'libestring-ocaml-dev' 'gfortran-7-x86-64-linux-gnux32' 'libginac6' 'libotbcommandlineparser-6.4-1' 'libwebjars-locator-java' 'freeradius-config' 'libgucharmap-2-90-7' 'libkf5sendlater-dev' 'libwiki-toolkit-plugin-ping-perl' 'globus-gram-job-manager-lsf-setup-seg' 'python3-inflect' 'libequinox-registry-java' 'libplack-middleware-status-perl' 'libastrometry-dev' 'erlang-debugger' 'python3-pytest-helpers-namespace' 'vim-vimerl' 'python3-lmfit' 'libghc-cipher-rc4-dev' 'python-gtk2-dbg' 'libhugetlbfs-tests' 'snd' 'athena-jot' 'libsilly-dev' 'node-range-parser' 'python3-cffi-backend' 'sng' 'xdrawchem' 'libmirclient9' 'golang-github-gotk3-gotk3-dev' 'libgfortran4-powerpcspe-cross' 'twoftpd' 'python-pygame' 'libinhomog-dev' 'libskstream-0.3-7v5' 'libresid-builder0c2a' 'libbabl-0.1-0' 'libflatpak-doc' 'tesseract-ocr-kor' 'libnis1' 'libcurl-ocaml-dev' 'libb-hooks-op-ppaddr-perl' 'lib64quadmath0' 'python-pyclamav' 'libmasonx-processdir-perl' 'tomcat8' 'teeworlds' 'libaspectj-java-doc' 'tomcat9' 'python-django-celery-results-doc' 'guile-2.0-libs' 'libghc-ldap-prof' 'libclucene-core1v5' 'code-saturne-bin' 'protracker' 'libmad-ocaml-dev' 'libqglviewer-dev-qt4' 'libghc-haskell-src-dev' 'brutespray' 'ruby-logify' 'libtest-expect-perl' 'libqglviewer-dev-qt5' 'libbonoboui2-dev' 'libfreerdp-core1.1' 'vim-fugitive' 'gitlab-workhorse' 'python-ripe-atlas-cousteau' 'lua-rex-onig-dev' 'python3-monasca-statsd' 'img2pdf' 'archivemail' 'libnet-amazon-perl' 'meep-lam4' 'mono-4.0-service' 'linux-modules-4.15.0-1039-kvm' 'cl-ixf' 'preludedb-utils' 'massif-visualizer' 'libx32gcc-8-dev-amd64-cross' 'librplay3' 'mecab-jumandic-utf8' 'maas' 'njplot' 'esys-particle' 'libcvc3-5-java' 'fonts-adf-oldania' 'fonts-tlwg-garuda-otf' 'libcommons-fileupload-java' 'lincredits' 'ubuntu-packaging-guide-pdf' 'python3-petname' 'libghc-microlens-platform-doc' 'linux-buildinfo-4.15.0-1040-gke' 'sox' 'python-astropy' 'librosbag-storage2d' 'libghc-cpu-prof' 'libboost-regex1.65.1' 'python-testfixtures' 'libcatalyst-plugin-session-store-delegate-perl' 'librdf-ruby' 'libfuse2' 'freeplayer' 'php-xml-htmlsax3' 'libxmltooling-doc' 'python3-libarchive-c' 'libkf5declarative-data' 'pypy-attr' 'spd' 'linux-image-5.0.0-1020-oem-osp1' 'spe' 'drumstick-tools' 'libntlm0' 'libghc-monad-control-dev' 'libsfatomic1-armhf-cross' 'mobyle-utils' 'python-scandir' 'breeze-icon-theme-rcc' 'spl' 'libdbd-odbc-perl' 'rush' 'libclthreads2' 'libghc-taffybar-dev' 'gmsh' 'apf-firewall' 'gmsl' 'libglobus-xio-doc' 'python-sphinxcontrib.youtube' 'node-babel-plugin-transform-flow-strip-types' 'python3-guestfs' 'libqcustomplot-dev' 'xul-ext-spdy-indicator' 'gobjc-8-multilib-arm-linux-gnueabihf' 'cloud-initramfs-growroot' 'libghc-oo-prototypes-doc' 'golang-robustirc-bridge-dev' 'libpnglite-dev' 'python-rpaths-doc' 'gtk3-engines-unico' 'linux-modules-nvidia-418-azure' 'libx2go-log-perl' 'firmware-b43legacy-installer' 'libecm1-dev' 'ruby-colorize' 'exfat-utils' 'php7.2-odbc' 'libjs-requirejs' 'libblacs-openmpi1' 'gdc-multilib-i686-linux-gnu' 'node-jake' 'libosmgpsmap-1.0-1' 'socklog' 'mahimahi' 'python-gitlab-doc' 'manaplus-data' 'liblog4j2-java' 'libavl-dev' 'libunity-gtk3-parser0' 'python3-pyqt5.qtpositioning-dbg' 'macs' 'transcriber' 'libvistaio14' 'libjasypt-java' 'libmono-security4.0-cil' 'python3-pyregfi' 'linux-headers-5.0.0-1025-gcp' 'python-jsmin' 'opus-tools' 'armagetronad' 'tclcurl' 'linux-virtual' 'python-unbound' 'policycoreutils-dbus' 'libstdc++-7-pic-alpha-cross' 'libx32atomic1-dbg-i386-cross' 'libghc-say-prof' 'qemu-user-static' 'linux-image-unsigned-4.15.0-1028-oem' 'libepub0' 'python-gtk2-dev' 'python3-pyftpdlib' 'libghc-optparse-simple-doc' 'pd-pmpd' 'gtk3-engines-xfce' 'libghc-userid-prof' 'linux-headers-4.15.0-1009-oracle' 'linux-modules-nvidia-430-generic-hwe-18.04' 'gmtp' 'autokey-gtk' 'gobjc-8-x86-64-linux-gnux32' 'xserver-xorg-input-evdev-dev-hwe-18.04' 'lib32objc-5-dev' 'libace-xtreactor-6.4.5' 'r-cran-repr' 'gsmartcontrol' 'ruby-rash-alt' 'phpunit-environment' 'libbpp-phyl-omics-dev' 'liblttoolbox3-3.3-0v5' 'libucpp-dev' 'python3-cobra' 'libreadonly-xs-perl' 'srg' 'node-preact' 'osmocom-sgsn' 'galaxd' 'pamtester' 'libspandsp-dev' 'freemedforms-libs' 'python3-tldextract' 'python-oauthlib' 'elfutils' 'ruby-secure-headers' 'libgupnp-doc' 'python3-tables-dbg' 'linux-modules-extra-5.3.0-40-generic' 'libgaminggear-doc' 'python-aws-xray-sdk' 'srs' 'clisp-doc' 'libscalapack-mpich-dev' 'gdc-7-multilib-sparc64-linux-gnu' 'linux-modules-nvidia-390-4.15.0-1065-oem' 'libgcc2-m68k-cross' 'libmonoboehm-2.0-dev' 'libidna-punycode-perl' 'libcsnd6-java' 'mbrola-gr1' 'mbrola-gr2' 'python-nmap' 'libvbr-dev' 'linux-tools-4.15.0-1017-oem' 'golang-github-ngaut-deadline-dev' 'libvlfeat-doc' 'xfce4-statusnotifier-plugin' 'opensips-radius-modules' 'shiki-brave-theme' 'libghc-blaze-markup-doc' 'libgphobos71-dbg-armel-cross' 'libgnatprj5-dev-mips64el-cross' 'python3-dirsrvtests' 'munge' 'linux-tools-4.15.0-1044-aws' 'ruby-stomp' 'gnash-cygnal' 'libgfortran3' 'libgfortran4' 'libgfortran5' 'ssh' 'language-pack-cy-base' 'linux-oracle-lts-18.04' 'fizmo-ncursesw' 'python-pypuppetdb' 'pdfposter' 'foobillardplus' 'liborcus-doc' 'golang-gopkg-errgo.v1-dev' 'libkido-planning0.1' 'libkasten3core3' 'gunicorn-examples' 'unity-scope-openclipart' 'libfastjettools0' 'libmusic-dev' 'python-scoop' 'libsmokeqtxml4-3' 'libgcc2-dbg-m68k-cross' 'libn32gcc-8-dev-mips64-cross' 'libghc-deriving-compat-dev' 'linux-cloud-tools-5.0.0-1025-azure' 'freemedforms-common-resources' 'libsopt-dev' 'python-fiona' 'libghc-hdbc-postgresql-dev' 'libgo9-mips64el-cross' 'acedb-other' 'libgtk-3-doc' 'tinyproxy-bin' 'libguestfs-gobject-dev' 'libcgi-application-plugin-anytemplate-perl' 'libgda-5.0-4' 'librdkafka-dev' 'yhsm-yubikey-ksm' 'libhud-gtk1-dev' 'libmtbl-dev' 'linux-buildinfo-5.0.0-1025-aws' 'stk' 'jimsh' 'libx32go13-dbg' 'syslog-ng-mod-tag-parser' 'libkf5style5' 'node-har-validator' 'libkf5kaddressbookgrantlee5' 'php-phpdbg' 'qtspeech5-examples' 'node-argparse' 'libcmdliner-ocaml-dev' 'gir1.2-appstream-1.0' 'libqxmpp-dev' 'examl' 'numix-gtk-theme' 'pfqueue' 'fcitx-ui-classic' 'libghc-chart-dev' 'linux-image-unsigned-5.3.0-1008-azure' 'linux-cloud-tools-5.3.0-19-generic' 'libjboss-bridger-java' 'obs-productconverter' 'g++-6-multilib-mips64el-linux-gnuabi64' 'gmediaserver' 'golang-github-hlandau-xlog-dev' 'proguard' 'wordpress-theme-twentyseventeen' 'cuneiform-common' 'gcc-8-sparc64-linux-gnu' 'lib64stdc++-5-dev-i386-cross' 'gnarwl' 'mago' 'fonts-lohit-knda' 'python3-pyside' 'munin' 'bluez-btsco' 'sup' 'libkf5akonadisearch-dev' 'linux-modules-4.15.0-1036-azure' 'viewpdf.app' 'libxdelta2-dev' 'fonts-isabella' 'linux-image-4.15.0-1012-azure' 'libcupsfilters1' 'sushi' 'libmlnlffi-smlnj' 'python3-alabaster' 'libsfstdc++6-6-dbg-armhf-cross' 'libtest-exit-perl' 'gross' 'tagua' 'midish' 'libobjc4-arm64-cross' 'python3-microversion-parse' 'openhpi-plugin-test-agent' 'linux-image-4.15.0-1011-kvm' 'ml-burg' 'orthanc-postgresql' 'libghc-test-framework-th-prime-doc' 'coinor-libcbc3' 'libghc-cryptocipher-doc' 'python-ruamel.ordereddict' 'libghc-openpgp-asciiarmor-doc' 'librttopo1' 'libshp-dev' 'terminatorx' 'unicode-screensaver' 'libmono-management4.0-cil' 'libcsirocsa0' 'nordugrid-arc-python' 'python3-gtkspellcheck' 'liblvm2app2.2' 'libspring-orm-java' 'maybe' 'libhdate-perl' 'sunpinyin-utils' 'bluefish-plugins' 'libglobus-gsi-proxy-ssl-doc' 'libxdo3' 'largetifftools' 'libunicode-map8-perl' 'multimedia-jack' 'libghc-mutable-containers-prof' 'php-horde-gollem' 'libguard-perl' 'xineliboutput-sxfe-dbg' 'hellfire' 'wmcpuload' 'openvswitch-pki' 'maim' 'guilt' 'coinor-libdylp-dev' 'sogo-common' 'minetest-mod-animals' 'gsl-ref-psdoc' 'littler' 'libghc-memory-dev' 'dell-recovery-casper' 'libpod-weaver-section-generatesection-perl' 'ste-plugins' 'libevas1-engines-x' 'mapnik-doc' 'libsemver-java' 'python3-aiofiles' 'lib32gfortran-7-dev' 'vdr-plugin-svdrposd' 'dante-client' 'libghc-cipher-rc4-doc' 'libtrilinos-rol-dev' 'lighttpd-mod-authn-ldap' 'libsilly-doc' 'libactivation-java' 'cjk-latex' 'udo-doc-de' 'qml-module-org-kde-runnermodel' 'caffe-cuda' 'libobjc-6-dev-s390x-cross' 'qemu-utils' 'libbusiness-onlinepayment-openecho-perl' 'aodh-listener' 'btrfs-compsize' 'libjglobus-axisg-java' 'mhc-utils' 'lua-nvim-dev' 'normaliz-bin' 'sun-javadb-doc' 'ikiwiki-hosting-web' 'linux-cloud-tools-5.0.0-32-lowlatency' 'libghc-hashtables-dev' 'libgphobos76-dbg-x32-cross' 'gdc-8-riscv64-linux-gnu' 'libdata-validate-email-perl' 'python-bernhard' 'libstar-parser-perl' 'gcc-6-source' 'ruby-select2-rails' 'python3-transmissionrpc' 'libjs-s5' 'ucimf-chewing' 'libivykis0-dbg' 'libghc-haskell-src-doc' 'python3-cymruwhois' 'golang-google-appengine-dev' 'linux-modules-nvidia-418-5.0.0-1039-oem-osp1' 'elpa-ibuffer-projectile' 'libtest-deep-unorderedpairs-perl' 'linux-image-4.18.0-1008-aws' 'libjung-free-java' 'libmono-system-messaging4.0-cil' 'thunderbird-locale-en-us' 'libghc-resource-pool-prof' 'libdata-munge-perl' 'pypy-rply' 'linux-buildinfo-4.15.0-1050-kvm' 'lua-busted' 'xmms2-plugin-daap' 'nut-server' 'kodi-pvr-wmc' 'linux-headers-4.15.0-1030-azure' 'libwiki-toolkit-plugin-categoriser-perl' 'cvsps' 'munin-plugins-extra' 'ukui-power-manager-common' 'make' 'udo-doc-en' 'libmodule-faker-perl' 'libwbclient-dev' 'linux-cloud-tools-4.15.0-74-generic' 'icmpush' 'maki' 'libbinio-dev' 'libghc-derive-dev' 'linux-headers-5.0.0-1025-gke' 'supervisor-doc' 'libc6-dev-i386-cross' 'umockdev' 'libdata-float-perl' 'libladspa-ocaml' 'libgeronimo-validation-1.1-spec-java-doc' 'libjs-rx' 'deepin-menu' 'librsl-dev' 'libzfs2linux' 'python3-natsort' 'libhpmud0' 'linux-kvm' 'libglobus-callout-dev' 'python3.8-minimal' 'python3-ipdb' 'libproxy-tools' 'python-nav-msgs' 'libghc-aws-dev' 'libatomic1-m68k-cross' 'libapache-authznetldap-perl' 'libpmemcto1-debug' 'jsmath-fonts-sprite' 'libtrilinos-pliris-dev' 'usbmount' 'libgdiplus' 'libghc-hakyll-prof' 'libghc-mtl-prof' 'libghc-monad-control-doc' 'ostree-tests' 'golang-github-dop251-goja-dev' 'gcc-8-plugin-dev-mipsel-linux-gnu' 'tkblt' 'python-scour' 'libjhighlight-java' 'libmysql++-dev' 'android-libbase-dev' 'libexempi-dev' 'libresample1-dev' 'xfconf' 'hpijs-ppds' 'python-pg8000-doc' 'libghc-taffybar-doc' 'help2man' 'libneon27-gnutls' 'libxml-tmx-perl' 'libgo9-armhf-cross' 'libdata-types-perl' 'python-rtslib-fb' 'libqcustomplot-doc' 'libxshmfence-dev' 'libasyncqt-dev' 'ebnetd-common' 'libperl4caml-ocaml' 'libtime-y2038-perl' 'libcurl-openssl1.0-dev' 'tgt-rbd' 'hunspell-pt-pt' 'libyami-dev' 'kalign' 'splitvt' 'fonts-smc-rachana' 'libstdc++6-8-dbg-x32-cross' 'golang-libnetwork' 'golang-github-masterzen-winrm-dev' 'python-roman' 'libclalsadrv2' 'ruby-jquery-ui-rails' 'untex' 'oregano' 'php-net-nntp' 'librose-object-perl' 'libtemplate-plugin-latex-perl' 'libx32gphobos-8-dev-i386-cross' 'dmidecode' 'linux-image-unsigned-5.0.0-1023-azure' 'node-has-binary' 'libreoffice-evolution' 'python-sagetex' 'mame' 'libqapt-dev' 'cdlabelgen' 'python-gtk2-doc' 'djvubind' 'xbattbar' 'libgpod-common' 'libwslay1' 'libosmogb4' 'python3-logbook' 'python-pyfai' 'libgphobos76-dbg-armel-cross' 'makedepf90' 'libcolumbus1-common' 'libpcl-dev' 'libscotchparmetis-dev' 'fonts-tlwg-sawasdee-otf' 'ruby-concurrent-ext' 'webext-privacy-badger' 'libstdc++6-6-dbg' 'libgstreamer-gl1.0-0' 'pcapfix' 'libnodeletlib-tools' 'linux-image-unsigned-4.15.0-64-generic' 'libshell-perl-perl' 'node-foreground-child' 'libnet-idn-nameprep-perl' 'treeline' 'libspandsp-doc' 'libmongoclient0' 'cloudkitty-common' 'php-horde-syncml' 'libgfortran4-dbg-mips-cross' 'linux-modules-4.15.0-1033-gcp' 'php-symfony-inflector' 'libgnuradio-fcdproplus3.7.11' 'libdata-swap-perl' 'libstatistics-basic-perl' 'idle-python3.6' 'linux-image-4.15.0-1015-oem' 'liblmdb++-dev' 'idle-python3.7' 'renaissance-doc' 'mate-notification-daemon' 'libgit-repository-plugin-log-perl' 'idle-python3.8' 'libregexp-common-email-address-perl' 'salt-pepper' 'pinentry-gtk2' 'libhfasan2-armel-cross' 'trac-subtickets' 'libpreludedbcpp2' 'libgutenprint-dev' 'libclustalo-dev' 'python3-click' 'libfreetype6-dev' 'node-vhost' 'postgresql-10-mysql-fdw' 'netconfd-module-ietf-interfaces' 'ruby-fast-xs' 'libgfortran-5-dev-sparc64-cross' 'python3-typed-ast' 'gfortran-6-arm-linux-gnueabi' 'vstream-client-dev' 'libvdpau-dev' 'gnucash' 'claws-mail' 'python-shapely' 'fonts-ipaexfont-mincho' 'libgssrpc4' 'guile-2.2-dev' 'codelite-plugins' 'colordiff' 'dh-di' 'cpp-5-mips-linux-gnu' 'libproxy-cil-dev' 'aevol' 'jshon' 'libkf5iconthemes-dev' 'libgnatcoll-sqlite-bin' 'gir1.2-isocodes-1.2' 'kdeadmin' 'gem-plugin-v4l2' 'libmspack0' 'sword-text-web' 'r-cran-readmzxmldata' 'node-mime-types' 'ruby-cucumber-rails' 'libpulse-mainloop-glib0' 'libn32stdc++6-8-dbg-mips-cross' 'libghc-gtk-prof' 'libgcc-8-dev-ppc64-cross' 'ns2-dbg' 'gir1.2-caja' 'libavahi-ui-gtk3-dev' 'libgirara-dev' 'python-repoze.tm2' 'python3-unicodecsv' 'libghc-deriving-compat-doc' 'bedtools' 'plainbox-provider-checkbox' 'gfortran-7-x86-64-linux-gnu' 'ruby-adsf' 'fcitx-m17n' 'kinfocenter' 'python-d2to1' 'gcin-data' 'ifeffit-doc' 'libcommons-jexl2-java' 'libgnat-8-dbg-x32-cross' 'ruby-http-accept-language' 'libghc-hdbc-postgresql-doc' 'python3-evemu' 'rsplib-services' 'libghc-tagshare-dev' 'rsyslog-czmq' 'picosat' 'mitmproxy' 'node-read-package-json' 'libemail-date-format-perl' 'libghc-jwt-dev' 'linux-modules-4.18.0-1007-azure' 'surf-alggeo-doc' 'evolution-plugin-pstimport' 'ruby-jquery-turbolinks' 'latex2html' 'matrix-synapse' 'libhud-gtk1-doc' 'r-cran-rngtools' 'libparistraceroute1' 'libgetopt-argparse-perl' 'kannel-extras' 'openjdk-11-jdk' 'libqt5multimediaquick-p5' 'libppd-dev' 'python-wrapt-doc' 'claws-mail-themes' 'libkf5akonadixml5' 'python-zope.applicationcontrol' 'libqxmpp-doc' 'trac-subcomponents' 'libghc-torrent-prof' 'ruby-test-construct' 'libstdc++6-6-dbg-armhf-cross' 'doc-rfc-misc' 'node-fill-range' 'sunxi-tools' 'libghc-data-default-instances-dlist-prof' 'pekwm' 'ecatools' 'zfcp-hbaapi-utils' 'libghc-chart-doc' 'g++-6-x86-64-linux-gnux32' 'xine-plugin' 'suricata-hyperscan' 'libcommons-httpclient-java-doc' 'gnome-twitch-player-backend-gstreamer-cairo' 'python3-cairocffi' 'alpine-doc' 'pegasus-wms' 'ruby-colored' 'oem-config-gtk' 'gravit' 'med-bio' 'binutils-z80' 'oar-server-mysql' 'fusiondirectory-plugin-dns-schema' 'golang-1.8-go' 'liblldb-4.0-dbg' 'ruby-certificate-authority' 'libapm-dev' 'libjlatexmath-java' 'nordugrid-arc-arex' 'libfreehep-xml-java' 'pidgin-openpgp' 'libmath-random-oo-perl' 'libnjb5' 'libgif7' 'openttd-openmsx' 'mgltools-geomutils' 'php-horde-notification' 'libdata-dumper-concise-perl' 'python-zope.html' 'libvirt-daemon-system' 'junior-config' 'mono-runtime-sgen' 'lua-expat-dev' 'node-date-time' 'libopendrim0-dev' 'libwolfssl-dev' 'php-horde-imp' 'python3-cliff' 'fonts-tlwg-loma' 'node-mbtiles' 'ruby-pango' 'libtest-xml-simple-perl' 'libn32gfortran3-mips64el-cross' 'elpa-rust-mode' 'python3-theblues' 'libow-3.1-5' 'language-pack-gnome-en-base' 'golang-github-lsegal-gucumber-dev' 'doom-wad-shareware' 'ssh-askpass' 'fonts-naver-d2coding' 'linux-buildinfo-5.3.0-24-generic' 'node-simple-fmt' 'libgig8' 'libkiten5' 'sluice' 'libelektra4' 'libgtkdatabox-0.9.3-0-glade' 'libxinerama1' 'kwin-wayland' 'libwcat1' 'gnat-8-sjlj-mips64el-linux-gnuabi64' 'libnetty-java' 'gnat' 'tap-plugins-doc' 'cairo-dock-xfce-integration-plug-in' 'libepc-ui-dev' 'python-pygments' 'libkf5kgeomap-dev' 'gfortran-multilib-sparc64-linux-gnu' 'quixote1-doc' 'globus-gridftp-server-progs' 'linux-buildinfo-5.0.0-1033-oem-osp1' 'soapysdr0.6-module-airspy' 'python3-cligj' 'freeorion-data' 'libhx28' 'music-doc' 'node-mithril' 'gnome-panel' 'mpdcon.app' 'libquorum-dev' 'firefox-locale-af' 'libnginx-mod-http-image-filter' 'libsonic0' 'libsbml5-cil-doc' 'ruby-open4' 'coinor-libdylp-doc' 'linux-headers-4.15.0-62-generic' 'gdc-multilib-mips-linux-gnu' 'libkf5syndication5' 'libghc-memory-doc' 'firefox-locale-an' 'libghc-natural-transformation-dev' 'libaudiomask1' 'gir1.2-lightdm-1' 'python3-libguess' 'gedit-plugin-color-schemer' 'syslinux-themes-debian-squeeze' 'python-geoip2' 'firefox-locale-ar' 'firefox-locale-as' 'unity-scope-calculator' 'libisnativec-java' 'gfal2-plugin-gridftp' 'mash' 'redis-tools' 'fonts-emojione' 'node-is-equal-shallow' 'firefox-locale-az' 'bcmwl-kernel-source' 'linux-buildinfo-5.0.0-23-generic' 'libghc-xmonad-dev' 'casacore-data' 'perl-doc-html' 'libshhmsg1' 'ldap-auth-config' 'linux-buildinfo-4.15.0-1034-gcp' 'python-testing.mysqld' 'tkinfo' 'libmemory-usage-perl' 'tesseract-ocr-lao' 'liblogservicetoolbase2-dev' 'gir1.2-blockdev-2.0' 'firefox-locale-be' 'libghc-hashtables-doc' 'firefox-locale-bg' 'samba-common' 'tesseract-ocr-lat' 'tesseract-ocr-lav' 'libghc-tabular-prof' 'linux-modules-4.15.0-1026-oracle' 'python-podcastparser-doc' 'zeroc-icebridge' 'libjpathwatch-java-jni' 'linux-gcp-edge-tools-5.0.0-1011' 'vdirsyncer' 'firefox-locale-bn' 'libdb5.3-java-dev' 'freeciv-client-gtk3' 'gnat-8-s390x-linux-gnu' 'mtail' 'libcpluff0' 'liblapack-pic' 'libhdf5-cpp-100' 'hylafax-server-dbg' 'linux-gcp-edge-tools-5.0.0-1013' 'phpqrcode' 'yahoo2mbox' 'python-ceph' 'libmama0' 'tap-plugins' 'python-creoleparser' 'firefox-locale-br' 'libqjson-dbg' 'firefox-locale-bs' 'liblldb-4.0-dev' 'libgnat-7-dbg-alpha-cross' 'mkalias' 'olpc-powerd' 'python-os-testr-doc' 'ptex2tex' 'libxmlrpc-light-ocaml-dev' 'jargon-text' 'lua-nginx-dns' 'netscript-ipfilter' 'node-require-inject' 'susv2' 'yubikey-val' 'susv3' 'miredo-server' 'liblambda-term-ocaml-dev' 'susv4' 'libgnuradio-hpsdr1.2' 'dh-systemd' 'libghc-src-meta-dev' 'mathpiper' 'fs-uae-launcher' 'tryton-modules-stock-supply-production' 'python-fonttools' 'firefox-locale-ca' 'gir1.2-goffice-0.10' 'nordugrid-arc-aris' 'libmpx0-i386-cross' 'xmms2-client-nycli' 'linux-azure-tools-4.15.0-1009' 'libghc-derive-doc' 'libmaven-exec-plugin-java' 'nodeunit' 'python-glue' 'libdigest-sha-perl' 'tar' 'libtemplate-provider-encoding-perl' 'gatos' 'libcbf0' 'tau' 'lib64z1' 'liblua5.2-dev' 'libiml-dev' 'python3-arrayfire' 'libapache2-mod-watchcat' 'librsl-doc' 'linux-modules-nvidia-390-4.15.0-88-generic' 'xfonts-kaname' 'libproperties-cpp-dev' 'discover' 'xdg-desktop-portal-kde' 'linux-cloud-tools-5.3.0-26-lowlatency' 'firefox-locale-cs' 'libglobus-callout-doc' 'python3-libcharmstore' 'libtest-checkdeps-perl' 'linux-headers-4.15.0-1050-gke' 'libghc-aws-doc' 'libipsec-mb-dev' 'golang-github-spf13-cobra-dev' 'firefox-locale-cy' 'node-browserify-zlib' 'dict-gazetteer2k-places' 'uchardet' 'cpanminus' 'opencc' 'python-qgis' 'dosbox' 'libmysql++-doc' 'python-hamcrest' 'gdl-astrolib' 'libtext-header-perl' 'linux-azure-tools-4.15.0-1012' 'libnet1-dbg' 'python-xappy' 'libmoosex-xsaccessor-perl' 'linux-azure-tools-4.15.0-1013' 'linux-azure-tools-4.15.0-1014' 'firefox-locale-da' 'libjpedal-jbig2-java' 'libreoffice-canzeley-client' 'gfortran-multilib' 'libxcb-xrm-dev' 'linux-azure-tools-4.15.0-1018' 'firefox-locale-de' 'linux-azure-tools-4.15.0-1019' 'gnee' 'whizzytex' 'lib32lsan0' 'linux-modules-4.15.0-1033-gke' 'libminidjvu0' 'gnat-6-sjlj-powerpc64-linux-gnu' 'linux-modules-4.15.0-1022-azure' 'android-src-vendor' 'systemd-sysv' 'libauthen-passphrase-perl' 'fakeroot' 'proftpd-mod-odbc' 'linux-image-unsigned-4.15.0-45-lowlatency' 'libstring-template-maven-plugin-java' 'libqwt-headers' 'cl-py-configparser' 'linux-image-4.15.0-74-lowlatency' 'pd-csound' 'wesnoth-1.12-tsg' 'libticables-dev' 'get-flash-videos' 'librelion+mpi+gui-dev' 'libghc-language-python-prof' 'libecpg-compat3' 'cstocs' 'libeclipse-e4-ui-services-java' 'sword-text-wlc' 'brother-lpr-drivers-laser' 'php-monolog' 'tcc' 'all-knowing-dns' 'libextractor-java-dev' 'fcitx-table-ipa-x-sampa' 'python-twitter' 'linux-azure-tools-4.15.0-1021' 'wmdiskmon' 'linux-azure-tools-4.15.0-1022' 'linux-azure-tools-4.15.0-1023' 'libhsail-rt0-dbg' 'gsettings-ubuntu-touch-schemas' 'linux-azure-tools-4.15.0-1025' 'elektra-bin' 'tcl' 'python-pil-dbg' 'libotbstatistics-6.4-1' 'tcm' 'bittorrent' 'libblockdev-part-dev' 'linux-azure-tools-4.15.0-1028' 'linux-buildinfo-4.15.0-60-lowlatency' 'libiodbc2-dev' 'maliit-framework' 'libghc-persistable-types-hdbc-pg-dev' 'python-django-anymail' 'libgnatvsn6-dbg-armhf-cross' 'tcs' 'wesnoth-1.12-ttb' 'libmongoc-1.0-0' 'firefox-locale-el' 'fonts-migmix' 'firefox-locale-en' 'libpcl-doc' 'libgnuradio-iio0' 'firefox-locale-eo' 'libstdx-allocator-dev' 'gitweb' 'lib64stdc++6-5-dbg-x32-cross' 'firefox-locale-es' 'firefox-locale-et' 'libjenkins-json-java-doc' 'firefox-locale-eu' 'libx32stdc++-6-dev-amd64-cross' 'libtrilinos-intrepid12' 'libdocopt0' 'liborigin2-dev' 'node-cookiejar' 'mawk' 'python-beanbag-doc' 'tdc' 'libdynalogin-1-0' 'libcurl4-openssl-dev' 'plymouth-theme-ubuntu-mate-logo' 'linux-azure-tools-4.15.0-1030' 'golang-xi2-x-xz-dev' 'linux-azure-tools-4.15.0-1031' 'libn32go11-mips64el-cross' 'linux-azure-tools-4.15.0-1032' 'webcamoid-data' 'python3-prometheus-client' 'vainfo' 'libqjson-dev' 'libcsmith0-dbg' 'firefox-locale-fa' 'sddm-theme-debian-maui' 'linux-azure-tools-4.15.0-1035' 'linux-azure-tools-4.15.0-1036' 'gngb' 'linux-azure-tools-4.15.0-1037' 'lua-event' 'guitarix' 'fusiondirectory-theme-oxygen' 'libcatalyst-controller-formbuilder-perl' 'libcacard0' 'printer-driver-all' 'python3-maas-client' 'firefox-locale-fi' 'libshape-msgs-dev' 'node-husl' 'libgutenprint-doc' 'kytos-utils' 'libclustalo-doc' 'libdbd-csv-perl' 'tf5' 'python3-rosdep2' 'python-fdb-doc' 'libghc-storable-record-prof' 'linux-headers-5.3.0-1013-azure' 'bacula-director-sqlite3' 'linux-tools-5.3.0-1013-azure' 'firefox-locale-fr' 'python3-boto' 'mod-gearman-worker' 'libvdpau-doc' 'git-mediawiki' 'python-stemmer-dbg' 'minetest-mod-moreores' 'postgresql-10-rum' 'guile-2.2-doc' 'tea' 'libquota-perl' 'firefox-locale-fy' 'yorick-av' 'libkonqsidebarplugin4a' 'ruby-unicorn-worker-killer' 'kbruch' 'teg' 'libkonq5-dev' 'liboce-ocaf11' 'libgo13-powerpc-cross' 'libsfgcc-6-dev-armhf-cross' 'wbritish-large' 'sonic-pi-samples' 'firefox-locale-ga' 'openhpi-plugin-ilo2-ribcl' 'inorwegian' 'llvm-7-tools' 'fonts-ancient-scripts' 'signing-party' 'libghc-werewolf-prof' 'genparse' 'python3-pyosmium' 'firefox-locale-gd' 'dssi-example-plugins' 'libpod-strip-perl' 'gajim-triggers' 'libusbtc08-dev' 'python3-googleapi' 'libgo7-dbg-powerpcspe-cross' 'cgdb' 'libgirara-doc' 'pypy-zmq' 'liblog4ada-doc' 'linux-modules-5.0.0-1012-azure' 'firefox-locale-gl' 'libtf2-bullet-dev' 'libnginx-mod-nchan' 'compass-singularitygs-plugin' 'libnet1-dev' 'firefox-locale-gn' 'php-doctrine-common' 'oem-config-slideshow-ubuntu' 'linux-modules-4.15.0-1021-aws' 'cairo-dock-quick-browser-plug-in' 'linux-signed-image-lowlatency-hwe-16.04-edge' 'nodm' 'liborcus-0.13-0' 'libghc-tagshare-doc' 'libecore-input1' 'libgraphene-1.0-dev' 'resample' 'minetest-mod-quartz' 'spambayes' 'libghc-jwt-doc' 'firefox-locale-gu' 'qmidiarp' 'jruby-maven-plugins' 'link-grammar-dictionaries-all' 'rtirq-init' 'libmodule-build-withxspp-perl' 'tdiary-mode' 'libaunit17.2017-dev' 'python-debian' 'python-django-hijack' 'postgresql-hll' 'tesseract-ocr-script-knda' 'linux-modules-nvidia-430-gcp-edge' 'mira-doc' 'namazu2-common' 'libeurodec1-dev' 'librdf-trine-node-literal-xml-perl' 'libclc-ptx' 'python-openid-teams' 'libkemoticons4' 'libvelocity-tools-java' 'nslcd' 'firefox-locale-he' 'libcassie1v5' 'lib32gfortran5-dbg-sparc64-cross' 'mruby' 'python3-clint' 'firefox-locale-hi' 'lib64objc4-mipsel-cross' 'nailgun' 'libpng++-dev' 'liblorene-export-debian0' 'checkstyle' 'plymouth-theme-ubuntu-budgie-logo' 'capi4hylafax' 'xserver-xorg-video-intel' 'freefem-doc' 'ruby-wirble' 'lib32gomp1' 'x3270' 'libjssc-java' 'libghc-categories-prof' 'mozc-server' 'firefox-locale-hr' 'linux-headers-4.18.0-13-lowlatency' 'libnet-ldap-perl' 'libzeroc-ice-java' 'libtrilinos-belos-dev' 'firefox-locale-hu' 'rviz' 'libgsf-1-common' 'libusb-java-lib' 'wallch' 'firefox-locale-hy' 'repeatmasker-recon' 'debci' 'worker' 'libitm1-ppc64el-cross' 'zsnes-dbg' 'ruby-parallel' 'python3-enchant' 'goplay' 'python3-ipython-genutils' 'libtrove-java' 'python-macholib' 'firefox-locale-ia' 'sssd-ad' 'hamradio-tools' 'libcap2-bin' 'firefox-locale-id' 'tryton-modules-stock-product-location' 'libalog0.5.2.1' 'ruby-gstreamer' 'tgt' 'libx86emu1' 'python-casmoothing' 'libsdl-image1.2-dev' 'thunderbird-testsuite' 'ruby-yajl' 'libblockdev2' 'texlive-plain-extra' 'qpsmtpd' 'efingerd' 'golang-github-showmax-go-fqdn-dev' 'dtrx' 'gosa-plugin-openxchange-schema' 'libspeex1' 'firefox-locale-is' 'dict-freedict-eng-afr' 'libopencv-stitching3.2' 'linux-headers-5.3.0-24-lowlatency' 'bf-utf-source' 'firefox-locale-it' 'linux-buildinfo-4.15.0-1034-gke' 'python3-django-gravatar2' 'golang-github-masterzen-xmlpath-dev' 'libdbus2.0-cil-dev' 'getdp-sparskit' 'ant-contrib-cpptasks' 'gnat-7-sjlj-aarch64-linux-gnu' 'python3-oslo.vmware' 'libmoosex-oneargnew-perl' 'libpam-pwquality' 'the' 'ruby-hivex' 'libuuid1' 'unity-services' 'firefox-locale-ja' 'tomboy-blogposter' 'k4dirstat' 'libderiving-ocsigen-ocaml-dev' 'gobjc-6-mipsel-linux-gnu' 'nitroshare-nemo' 'gdc-5-mips64-linux-gnuabi64' 'libc6-mips32-mips64-cross' 'libriemann-client0' 'tesseract-ocr-lit' 'lib64stdc++6-powerpc-cross' 'python-imagesize' 'node-es6-weak-map' 'libnet-dns-resolver-programmable-perl' 'tj3' 'gcc-6-multilib-x86-64-linux-gnu' 'openbabel' 'android-sdk-platform-tools-common' 'linux-buildinfo-4.15.0-70-generic' 'python-ecdsa' 'lv2file' 'ns2-doc' 'python-weboob-core' 'libsparkline-php' 'linux-modules-4.18.0-25-generic' 'ruby-web-console' 'libbin-prot-ocaml-dev' 'libconfig-model-tester-perl' 'libverto1' 'python3-blockdiag' 'pbzip2' 'r-cran-rlang' 'libafsauthent2' 'python-pymediainfo' 'libghc-alsa-mixer-prof' 'linux-wlan-ng-firmware' 'golang-github-btcsuite-fastsha256-dev' 'python3-docutils' 'libghc-natural-transformation-doc' 'chromium-codecs-ffmpeg-extra' 'gnome-shell-extension-multi-monitors' 'hprof-conv' 'tig' 'lib32ncursesw5-dev' 'monodoc-webkit2-sharp-4.0-manual' 'gdc-8-multilib-powerpc64-linux-gnu' 'gnupg-pkcs11-scd' 'chezscheme9.5' 'firefox-locale-ka' 'linux-cloud-tools-generic-hwe-18.04-edge' 'statserial' 'linux-image-4.15.0-1018-azure' 'tin' 'libapron' 'libgavl-dev' 'ruby-bindata' 'g++-7-multilib-i686-linux-gnu' 'tio' 'libantlr-java' 'libghc-xmonad-doc' 'tk2' 'libcolamd2' 'fonts-breip' 'firefox-locale-kk' 'google-compute-engine-oslogin' 'firefox-locale-km' 'network-manager-ssh-gnome' 'tk5' 'firefox-locale-kn' 'tix' 'firefox-locale-ko' 'libcmocka0' 'libqapt3' 'youtube-dl' 'gcc-7-plugin-dev-mips64-linux-gnuabi64' 'pdfmod-dbg' 'python-netaddr' 'firefox-locale-ku' 'golang-godebiancontrol-dev' 'ruby-rc4' 'libwnck-common' 'lib32stdc++-8-dev' 'cipux-passwd' 'lizardfs-metalogger' 'gobjc++-mips64el-linux-gnuabi64' 'libenchant1c2a' 'lib64go9-x32-cross' 'libwinpr-utils0.1' 'libgrib-api-dev' 'icmptx' 'xstow' 'libjacoco-java' 'libspring-oxm-java' 'mtasc' 'aylet' 'firefox-locale-lg' 'claws-mail-gdata-plugin' 'rebuildd' 'linux-modules-4.15.0-24-generic' 'libfluidsynth-dev' 'lib64go9-powerpc-cross' 'libparallel-prefork-perl' 'libxft-dev' 'openjdk-11-jre' 'libghc-src-meta-doc' 'libretro-mgba' 'libmateweather-common' 'xserver-xorg-video-tdfx' 'gdc-8-x86-64-linux-gnux32' 'manpages-posix' 'libknet-dev' 'libtimbl4-dev' 'libcatalyst-plugin-session-store-dbic-perl' 'gir1.2-webkit-3.0' 'gcc-6-powerpc-linux-gnuspe' 'faac' 'yorick-gl' 'faad' 'sgrep' 'autogen-doc' 'gnuradio-dev' 'linux-modules-nvidia-390-4.15.0-1059-oem' 'firefox-locale-lt' 'hime-chewing' 'ruby-em-hiredis' 'firefox-locale-lv' 'libhtml-tree-perl' 'python3-streamlink-doc' 'libcmocka-dev' 'android-headers-19' 'nexus-tools' 'libroutermanager0' 'golang-nzaat-dev' 'nfs-ganesha-gluster' 'libequinox-p2-extensionlocation-java' 'trickle' 'wmitime' 'dleyna-server' 'libmeep-lam4-dev' 'cgit' 'e17-data' 'guile-2.2-libs' 'libflowcanvas-dev' 'language-pack-dz-base' 'octave-info' 'linux-modules-5.0.0-1022-oem-osp1' 'srtp-docs' 'yorick-gy' 'libstax2-api-java' 'libproperties-cpp-doc' 'libobjc-5-dev-mips64-cross' 'linux-image-4.15.0-22-lowlatency' 'libhttp-throwable-perl' 'ferret-vis' 'python-positional' 'libghc-hcwiid-prof' 'rabbitvcs-nautilus' 'libbaloopim4' 'cairo-dock-folders-plug-in' 'linux-modules-4.15.0-1043-kvm' 'dv4l' 'stardict-plugin-spell' 'pd-3dp' 'openlp' 'libccd-dev' 'libnl-3-200' 'libclucene-dev' 'libadminutil-data' 'librepository-java' 'libghc-edison-api-dev' 'firefox-locale-mk' 'kgendesignerplugin' 'texlive-pstricks-doc' 'firefox-locale-ml' 'ruby-googlecharts' 'libapache2-mod-mime-xattr' 'libeclipse-jdt-compiler-apt-java' 'firefox-locale-mn' 'android-headers-21' 'android-headers-22' 'gem-plugin-unicap' 'android-headers-23' 'svn2git' 'firefox-locale-mr' 'libldap-common' 'libfastahack-dev' 'firefox-locale-ms' 'python-pyqt5.qtwebengine-dbg' 'gdc-8-aarch64-linux-gnu' 'ruby-re2' 'mongodb-dev' 'edubuntu-live' 'kcheckers' 'libdbd-sqlite3' 'hedgewars-data' 'ruby-rest-client' 'tla' 'firefox-locale-my' 'python3-xstatic-bootstrap-datepicker' 'libc6-dev-amd64-x32-cross' 'tlf' 'appmenu-qt' 'r-cran-digest' 'python-boltons' 'ubuntu-mate-wallpapers-zesty' 'python3-pytest-httpbin' 'linux-modules-4.15.0-45-generic' 'libopenobex2-dev' 'libterm-slang-perl' 'libnet-jabber-loudmouth-perl' 'gnome-shell-extension-no-annoyance' 'libghc-vector-algorithms-dev' 'firefox-locale-nb' 'python3-incremental' 'libsrecord0v5-dbg' 'python3-termcolor' 'firefox-locale-ne' 'libavalon-framework-java' 'linux-image-unsigned-4.15.0-1023-azure' 'librdf-icalendar-perl' 'tlp' 'libidn2-dev' 'libghc-miniutter-prof' 'linux-headers-4.15.0-1036-azure' 'linux-buildinfo-5.0.0-1019-aws' 'linux-tools-4.15.0-50-lowlatency' 'doomsday-server' 'firefox-locale-nl' 'libfrobby-dev' 'lib32asan0-dbg' 'kanadic' 'python-roswtf' 'firefox-locale-nn' 'libnet-ip-xs-perl' 'gnome-software-plugin-flatpak' 'openmw' 'libgnuradio-fosphor3.7.11' 'openmx' 'python-click-log' 'libobjc-6-dev-ppc64-cross' 'libapache2-mod-form-dev' 'libextutils-makemaker-cpanfile-perl' 'libghc-persistable-types-hdbc-pg-doc' 'deluge-webui' 'wraplinux' 'libdigest-sha3-perl' 'libmatroska-dev' 'mpeg3-utils' 'python3-openshot' 'libghc-xml-types-prof' 'pwrkap-gui' 'tkgate-data' 'pd-windowing' 'peace-gdm-theme' 'supercollider-supernova' 'gdnsd' 'iczech' 'liferea-data' 'firefox-locale-oc' 'libapache-asp-perl' 'libdatetime-format-iso8601-perl' 'libpmemcto1' 'python3-apipkg' 'plplot-tcl' 'gap-small-groups' 'fusionforge-plugin-scmdarcs' 'libanimal-sniffer-java-doc' 'lib32stdc++-7-dev-mips64-cross' 'ruby-ref' 'php7.2-mbstring' 'libstring-trim-more-perl' 'libasan2-arm64-cross' 'libmpc-dev' 'libghc-criterion-dev' 'qml-module-org-kde-newstuff' 'syslog-ng-mod-grok' 'cantor-backend-maxima' 'firefox-locale-or' 'libhe5-hdfeos-dev' 'libghc-charset-prof' 'pari-gp2c' 'nut-client' 'libmail-field-received-perl' 'libgfortran-5-dev-mips64el-cross' 'libpbbam-dev' 'libeclipse-core-net-java' 'cloop-utils' 'freerdp2-shadow-x11' 'python-http-parser' 'dh-sysuser' 'libmicrohttpd-dev' 'python3-odil' 'bluez-tests' 'libnppist9.1' 'ecflow-server' 'firefox-locale-pa' 'qt5-assistant' 'mp4v2-utils' 'libhsqldb-java-doc' 'python-qgis-common' 'linux-image-4.15.0-36-generic' 'libghc-should-not-typecheck-dev' 'firefox-locale-pl' 'python3-mimerender' 'libgnatprj6-dev-mipsel-cross' 'fastdnaml' 'node-typescript' 'libthread-pool-perl' 'binutils-sh4-linux-gnu-dbg' 'gcc-8-plugin-dev-x86-64-linux-gnux32' 'aewan' 'dbeaver-ce' 'python-pyudev' 'verbiste-gnome' 'fonts-arphic-gbsn00lp' 'python-kopano' 'firefox-locale-pt' 'libjs-mgrs' 'clang-7-doc' 'ruby-bsearch' 'cairo-dock-plug-ins' 'libxml-libxslt-perl' 'gns3' 'libfreefem-dev' 'r-cran-randomfieldsutils' 'node-sqlite3' 'python3-networkmanager' 'libgo7-dbg-mipsel-cross' 'rtcw-common' 'liboctomap1.8' 'php-horde-form' 'erlang-base64url' 'choreonoid-plugins-base' 'libtlsh-dev' 'python3-eccodes' 'libnet1-doc' 'opl3-soundfont' 'linux-tools-4.15.0-1021-oem' 'libex-monkeypatched-perl' 'libgtkada16.1.0-dev' 'php-deepcopy' 'ruby-whitewash' 'libmoox-strictconstructor-perl' 'nova-api-os-volume' 'ibmasm-utils' 'tor' 'libghc-safe-prof' 'libghc-storable-tuple-prof' 'hwdata' 'node-formatio' 'libavahi-core7' 'libsuitesparse-dev' 'libdune-functions-dev' 'libnetfilter-acct-dev' 'csladspa' 'r-cran-rinside' 'tox' 'ruby-aruba' 'qtxmlpatterns5-doc-html' 'perdition-ldap' 'python3-bcdoc' 'libaacs0' 'astro-viewers' 'blasr' 'libwayland-egl1-mesa' 'python3-isort' 'tpb' 'etktab' 'python-ldb-dev' 'libstdc++-5-pic-sh4-cross' 'lib32gfortran-8-dev-mips64el-cross' 'mgen-doc' 'libsaml2-dev' 'dvdrip-doc' 'python3-click-plugins' 'libreoffice-writer2latex' 'gemrb-planescape-torment-data' 'notary' 'python-pil-doc' 'libkmflcomp-dev' 'python-jupyter-core' 'xarchiver' 'libsass-dev' 'libradosstriper-dev' 'libplack-middleware-fixmissingbodyinredirect-perl' 'libjs-fuzzaldrin-plus' 'cppreference-doc-en-qch' 'kdegames-mahjongg-data-kf5' 'libhfgcc-7-dev-armel-cross' 'simbody-doc' 'kaddressbook' 'opendnssec-enforcer-mysql' 'tpp' 'python-osprofiler-doc' 'libghc-wl-pprint-extras-prof' 'libghc-enumerator-dev' 'w1retap-doc' 'fonts-smc-manjari' 'osmo-libasn1c0' 'libhdf5-mpich-dev' 'libghc-distributive-prof' 'firefox-locale-ro' 'privoxy' 'freebirth' 'gcc-8-plugin-dev-arm-linux-gnueabi' 'libapr-memcache0' 'telepathy-specification' 'zfs-fuse' 'php7.2-readline' 'linux-headers-4.15.0-1064-oem' 'linux-buildinfo-4.15.0-1044-kvm' 'libqca-qt5-2' 'linux-headers-oem' 'dict-freedict-jpn-eng' 'firefox-locale-ru' 'python3-pysnmp4' 'python3-gdbm-dbg' 'gthumb-data' 'libkontactinterface4a' 'liblingua-pt-stemmer-perl' 'x11vnc' 'linux-image-4.18.0-1020-azure' 'cinnamon-screensaver' 'linux-image-5.0.0-36-lowlatency' 'kdoctools5' 'linux-image-4.15.0-1048-gke' 'linux-modules-extra-4.18.0-1023-azure' 'gfortran-5-aarch64-linux-gnu' 'gccgo-powerpc64le-linux-gnu' 'lib32objc-8-dev-sparc64-cross' 'libdevhelp-3-5' 'v4l2loopback-utils' 'obs-build' 'knutclient' 'libstdc++-5-dev-s390x-cross' 'libkf5guiaddons5' 'libkf5waylandserver5' 'pmw-doc' 'linux-image-unsigned-5.3.0-24-lowlatency' 'libmail-java' 'firefox-locale-si' 'landscape-client' 'firefox-locale-sk' 'firefox-locale-sl' 'sendmail-base' 'libghc-th-orphans-dev' 'mplayer-skins' 'libtk-histentry-perl' 'gccgo-8-s390x-linux-gnu' 'libzhuyin-dev' 'firefox-locale-sq' 'libboost-mpi-python1.65.1' 'libmailutils-dev' 'firefox-locale-sr' 'python3-flickrapi' 'python-stemmer-doc' 'libmodem-vgetty-perl' 'apt-show-source' 'exim4-doc-html' 'firefox-locale-sv' 'firefox-locale-sw' 'libnvtt-bin' 'r-cran-rmysql' 'cgpt' 'qemu-efi' 'omake-doc' 'libvdpau-va-gl1' 'libtyxml-ocaml-dev' 'opensc' 'ocfs2-tools-dev' 'libevas-dev' 'golang-github-mitchellh-reflectwalk-dev' 'libghc-mountpoints-prof' 'postgresql' 'python-bioblend' 'ruby-active-model-serializers' 'libplack-handler-anyevent-fcgi-perl' 'libical-dev' 'firefox-locale-ta' 'wmifs' 'libgpm-dev' 'libmtbl0-dbg' 'libcilkrts5-x32-cross' 'libgnatvsn6-dbg-i386-cross' 'libgbtools-dev' 'firefox-locale-te' 'gccgo-powerpc64-linux-gnu' 'opensm' 'dbview' 'firefox-locale-th' 'opensp' 'elektra-tests' 'jailer' 'libfreefare-bin' 'fte-terminal' 'code-exploration' 'libfile-read-perl' 'gap-character-tables' 'xjed' 'libpod-webserver-perl' 'nethack-el' 'libopencv-flann-dev' 'tigervnc-xorg-extension' 'firefox-locale-tr' 'libgavl-doc' 'libasynccore1.5' 'php-text-captcha' 'python3-django-fsm' 'firebird3.0-server' 'pycarddav' 'sqlobject-admin' 'libcusparse9.1' 'python3-netcdf4' 'zziplib-bin' 'libzc3' 'python-pyicu-dbg' 'autojump' 'nvidia-375-dev' 't1-oldslavic' 'httpry-dbg' 'open-vm-tools-dev' 'language-pack-gnome-kn-base' 'linux-modules-4.15.0-1033-oracle' 'fair' 'python3-mutatormath' 'libmosquittopp1' 'r-cran-jsonlite' 'dict-freedict-eng-ara' 'slony1-2-doc' 'cockpit-packagekit' 'debos' 'pd-vbap' 'libexporter-lite-perl' 'lib64stdc++-5-dev-mips-cross' 'linux-image-5.0.0-1026-gcp' 'gcc-6-hppa-linux-gnu-base' 'libghc-bytestring-show-dev' 'libstring-print-perl' 'lib32stdc++6-5-dbg-x32-cross' 'linux-headers-4.15.0-1044-gcp' 'scap-workbench' 'games-strategy' 'firefox-locale-uk' 'claws-mail-address-keeper' 'libghc-hxt-regex-xmlschema-prof' 'php7.2-gd' 'libghc-numtype-prof' 'libio-socket-ip-perl' 'libgdbm5' 'tesseract-ocr-ltz' 'libopencv-viz3.2' 'brightnessctl' 'libgrib-api-doc' 'python3-eventlet' 'firefox-locale-ur' 'texlive-humanities' 'python3-xstatic-angular-cookies' 'r-cran-gdata' 'libstaden-read11' 'python-nose-random' 'libghc-hdbc-prof' 'fonts-yozvox-yozfont-cute' 'libkate1-dbg' 'python-pyqt5.qtxmlpatterns' 'runcircos-gui' 'libavl1' 'ttb' 'python3-btrees' 'firefox-locale-uz' 'python3-html2text' 'linux-modules-4.15.0-1027-gcp' 'libmoosex-app-perl' 'php-ast' 'libknet-doc' 'libxml2-dbg' 'libobjc-6-dev-powerpcspe-cross' 'blacs-mpi-test' 'ruby-rsync' 'linux-image-4.15.0-1009-oem' 'linux-cloud-tools-4.15.0-60-lowlatency' 'tth' 'entangle' 'fcitx-table-cangjie' 'indicator-bluetooth' 'fusiondirectory-schema' 'gnuradio-doc' 'python-waiting' 'libqt53drender5' 'python-soundfile' 'libghc-cryptonite-conduit-prof' 'gcc-5' 'gcc-6' 'ttm' 'gcc-7' 'mailutils' 'gcc-8' 'libukwm-1-0' 'util-vserver' 'gosa-plugin-nagios' 'python-mechanize' 'gajim-pgp' 'linux-headers-4.18.0-1007-azure' 'python3-flufl.password' 'firefox-locale-vi' 'python3-pytest-mpl' 'libmoox-file-configdir-perl' 'poppass-cgi' 'python3-spyder-memory-profiler' 'libsublib-cil' 'stormbaancoureur-data' 'libghc-blaze-html-dev' 'linux-image-4.18.0-1012-aws' 'ttv' 'php-swiftmailer' 'fasttree' 'libspatialite-dbg' 'libghc-simple-sendfile-prof' 'python-toscawidgets' 'libx32gfortran-8-dev-i386-cross' 'python3-configshell-fb' 'golang-github-skratchdot-open-golang-dev' 'libghc-hourglass-prof' 'fake' 'tropic-wallpapers' 'liblocale-currency-format-perl' 'libeclipse-ui-genericeditor-java' 'libglobus-gridftp-server-control0' 'doscan' 'python-msgpack' 'lua-posix-dev' 'libgo7-x32-cross' 'tacacs+' 'libxdmcp-dev' 'libtime-moment-perl' 'libghc-edison-api-doc' 'tua' 'libghc-wai-handler-launch-dev' 'libtask-kensho-all-perl' 'libdevel-autoflush-perl' 'libghc-crypto-cipher-types-dev' 'libcgi-application-plugin-authentication-perl' 'python3-bumps' 'ilithuanian' 'qtbase5-private-dev' 'tcpick' 'pki-ocsp' 'gir1.2-udisks-2.0' 'python3-moneyed' 'libavahi-compat-libdnssd-dev' 'libkf5eventviews-data' 'libmaven-shared-jar-java-doc' 'r-bioc-go.db' 'dict-freedict-por-deu' 'gap-alnuth' 'gcc-7-sh4-linux-gnu-base' 'lightdm-gtk-greeter-settings' 'libsac-java' 'note' 'libsuperlu-dist-dev' 'mir-renderer-gl-dev' 'python3-asgi-ipc' 'libequinox-p2-repository-java' 'node-babel-plugin-transform-jscript' 'libmaven-plugin-tools-java' 'libglobus-scheduler-event-generator-dev' 'python3-quamash' 'libzmqpp-dev' 'linux-cloud-tools-4.15.0-1018-azure' 'ruby-leaflet-rails' 'genders' 'libio-stringy-perl' 'indicator-sound-gtk2' 'libghc-vector-algorithms-doc' 'mbrola-hu1' 'lib32ubsan1-amd64-cross' 'libmono-system-xml-linq4.0-cil' 'festvox-ellpc11k' 'node-combined-stream' 'liblombok-java-doc' 'libidn2-doc' 'tumgreyspf' 'python-guacamole' 'libboost-atomic1.62.0' 'gridsite-doc' 'apertium-rus' 'libfrobby-doc' 'steam-devices' 'linux-image-4.18.0-16-lowlatency' 'meritous' 'linux-wlan-ng' 'lighttpd-dev' 'backintime-kde' 'linux-modules-extra-5.3.0-23-generic' 'libmumps-scotch-dev' 'r-cran-rlumshiny' 'libcarp-always-perl' 'tcptrace' 'scim-pinyin' 'pgloader' 'python-sphinx-paramlinks' 'libplexus-interactivity-api-java' 'libghc-byteable-dev' 'libxml-opml-simplegen-perl' 'ratfor' 'tcptrack' 'libgcrypt20' 'xmms2-plugin-cue' 'firefox-locale-xh' 'python-certbot-apache-doc' 'pike8.0-sdl' 'session-shortcuts' 'libmpeg2encpp-2.1-0' 'linux-modules-extra-5.3.0-1008-gcp' 'linux-image-unsigned-5.0.0-17-lowlatency' 'lib64mpx0-dbg-i386-cross' 'mcollective-plugins-nettest' 'python-polib' 'pptpd' 'mailman-api' 'libgnat-5-dbg-sparc64-cross' 'xjig' 'carton' 'libjts-java-doc' 'python3-flask-principal' 'libtmglib-dev' 'gcc-6-plugin-dev' 'libkf5screen-bin' 'libgrail-dev' 'kodi-eventclients-ps3' 'libpoe-component-rssaggregator-perl' 'caja-dropbox' 'node-has-to-string-tag-x' 'libbtm-java' 'node-private' 'libghc-criterion-doc' 'php-symfony-debug-bundle' 'ruby-sprockets-rails' 'libvdk2-dbg' 'clisp-module-pcre' 'coinor-libflopc++-dev' 'linux-modules-4.15.0-1028-azure' 'geany-plugin-miniscript' 'twm' 'fonts-quattrocento' 'libghc-vector-instances-prof' 'libdigidoc-dev' 'python-shapely-doc' 'libgnat-5-dbg-armhf-cross' 'python3-venv' 'linux-cloud-tools-4.18.0-16-generic' 'libclass-dbi-loader-relationship-perl' 'libxml2-dev' 'python-fabio' 'librdf-acl-perl' 'node-callback-stream' 'liblibrary-callnumber-lc-perl' 'libepr-api2' 'libjtidy-java' 'python3-fswrap' 'cgvg' 'linux-tools-4.15.0-65-generic' 'ffdiaporama-data' 'libcommons-daemon-java' 'libx32lsan0-dbg' 'ruby-roo' 'pgtap-doc' 'gkrellm-xkb' 'python-cffi' 'dovecot-managesieved' 'vera++' 'lgogdownloader' 'libbasicusageenvironment1' 'golang-github-hashicorp-go-rootcerts-dev' 'libghc-entropy-prof' 'linux-image-4.18.0-20-lowlatency' 'tzwatch' 'libemail-simple-perl' 'slugify' 'libghc-should-not-typecheck-doc' 'libimport-into-perl' 'gir1.2-timezonemap-1.0' 'libspatialite-dev' 'fcitx-table-compose' 'python-ply-doc' 'libgsystem-dev' 'frame-tools' 'linaro-image-tools' 'python-pbbanana' 'libfreefem-doc' 'golang-github-go-macaron-binding-dev' 'libx32gphobos68-dbg-i386-cross' 'linux-modules-nvidia-430-5.3.0-40-generic' 'qqwing' 'python-adodb' 'golang-github-go-macaron-toolbox-dev' 'libtirpc1' 'python-healpy' 'libsoundtouch1' 'okular-backend-odp' 'libsimbody-dev' 'ruby-bacon' 'okular-backend-odt' 'libfsoresource3' 'fonts-tlwg-typo-otf' 'python3-easydev' 'libjsr305-java-doc' 'libyazpp-dev' 'firefox-locale-zu' 'golang-github-cznic-sortutil-dev' 'libjsamp-java-doc' 'g++-7-multilib-mips-linux-gnu' 'golang-github-influxdata-toml-dev' 'atomix-data' 'proftpd-dev' 'libsuitesparse-doc' 'libdune-functions-doc' 'tk-html1' 'fusiondirectory-plugin-ssh-schema' 'libmimelib1c2a' 'tk-html3' 'docbook-xsl-doc-html' 'libwbxml2-0' 'libtest-www-mechanize-psgi-perl' 'xalan' 'php-propro-dev' 'xserver-xorg-input-evdev-dbg' 'opensips-memcached-module' 'vala-mode-el' 'libmlrisctools-smlnj' 'baresip-ffmpeg' 'libamazon-sqs-simple-perl' 'duck' 'libtidy-dev' 'lifelines-doc' 'python3-marathon' 'libc6-hppa-cross' 'linux-buildinfo-4.15.0-1028-gcp' 'dh-golang' 'libgeo-proj4-perl' 'grub2-themes-ubuntu-mate' 'goattracker' 'libsaml2-doc' 'linux-image-unsigned-4.15.0-1008-oracle' 'simple' 'bsh-doc' 'linux-tools-4.18.0-1004-gcp' 'filepp' 'fapg' 'xfce4-volumed' 'libghc-gnuidn-dev' 'python3-periodictable' 'libterm-visual-perl' 'sqlite' 'libmarisa-dev' 'fonts-dejavu-core' 'glassfish-jmac-api' 'libqt5webview5-dev' 'libghc-propellor-dev' 'libghc-enumerator-doc' 'tzc' 'stealth-doc' 'qtwayland5-doc-html' 'aodh-evaluator' 'ruby-netrc' 'lib32gomp1-dbg-x32-cross' 'tclxapian' 'kannel-dev' 'libpod-index-perl' 'murano-doc' 'libghc-hsp-dev' 'cpp-7-mipsel-linux-gnu' 'latexila-data' 'libzia' 'libgcc-6-dev-armel-cross' 'linux-modules-5.0.0-1018-azure' 'lskat' 'gaviotatb' 'cytadela' 'ruby-rrd' 'linux-headers-4.15.0-1022-azure' 'libuima-as-java' 'gr-air-modes' 'libspreadsheet-writeexcel-perl' 'libcplcore26' 'meep-mpi-default' 'libvdk2-dev' 'libunity-core-6.0-9' 'display-dhammapada' 'libopenhmd0' 'xfce4-session-dbg' 'linux-buildinfo-5.3.0-40-generic' 'libgfortran-5-dev-mips64-cross' 'libsndifsdl2-dev' 'linux-cloud-tools-4.15.0-36-generic' 'liba11y-profile-manager-0.1-0' 'golang-gopkg-go-playground-assert.v1-dev' 'libdata-streamdeserializer-perl' 'libghc-text-prof' 'liblensfun-data-v1' 'librte-security17.11' 'node-d3-format' 'hershey-fonts-data' 'linux-image-5.0.0-1026-gke' 'python-oslotest-doc' 'python3-praw' 'libghc-th-orphans-doc' 'libstdc++6-5-dbg-m68k-cross' 'linux-headers-4.15.0-1044-gke' 'python-pygal' 'linux-hwe-edge-cloud-tools-5.0.0-15' 'tk-tktray' 'libkf5solid5-data' 'linux-hwe-edge-cloud-tools-5.0.0-16' 'libntrack-glib-dev' 'linux-hwe-edge-cloud-tools-5.0.0-17' 'libjs-chosen' 'python-mock-services-doc' 'libmemcached-libmemcached-perl' 'linux-hwe-edge-cloud-tools-5.0.0-19' 'ruby-snmp' 'liblwres160' 'kimwitu++' 'php-console-table' 'scribus-template' 'libtyxml-ocaml-doc' 'libimobiledevice-utils' 'libio-captureoutput-perl' 'eclipse-mylyn-context-pde' 'libpwquality-dev' 'fuse-emulator-sdl' 'libipc-sharelite-perl' 'wmcdplay' 'debian-installer' 'golang-go.pedge-lion-dev' 'ragel' 'chocolate-doom' 'python-magnumclient-doc' 'doschk' 'r-cran-deal' 'python3-markupsafe' 'lua-sql-odbc' 'python-neutron-lbaas-dashboard' 'binpac' 'gcc-7-powerpc64le-linux-gnu' 'libphp-jabber' 'libdee-qt4-dev' 'libstroke0' 'libjack-jackd2-0' 'libghc-lambdabot-trusted-dev' 'libbatik-java' 'acpi-support' 'berusky2' 'linux-hwe-edge-cloud-tools-5.0.0-20' 'roarplaylistd' 'printer-driver-dymo' 'libax25' 'python3-measurement' 'libhfobjc-5-dev-armel-cross' 'libyuma2' 'libnumber-phone-perl' 'duff' 'libavcodec57' 'libsejda-io-java' 'r-cran-readr' 'node-color-convert' 'golang-github-blang-semver-dev' 'doc-rfc-fyi-bcp' 'libcgi-application-plugin-session-perl' 'dzen2' 'librrd8' 'tkcon' 'gobjc++-8-multilib-s390x-linux-gnu' 'libfauhdli-dev' 'z-push-kopano-gab2contacts' 'ruby-rabl' 'node-crypto-random-string' 'xserver-xorg-input-evdev-dev' 'velocity-doc' 'praat' 'fasd' 'cstream' 'gnuift' 'submux-dvd' 'libnet-whois-ip-perl' 'libghc-bytestring-show-doc' 'x11proto-dmx-dev' 'r-bioc-hilbertvis' 'cpl-plugin-sinfo-calib' 'libkasten3controllers3' 'fasm' 'r-mathlib' 'gobjc++-7-multilib-arm-linux-gnueabihf' 'umview' 'python-cookies' 'python3-tempita' 'libtest-script-perl' 'racket' 'libdpm1' 'libp11-kit-dev' 'zutils' 'libpqtypes0' 'python-eventlet-doc' 'libkeduvocdocument5abi1' 'sfarkxtc' 'e2tools' 'libtest-cmd-perl' 'ruby-rack' 'argonaut-common' 'node-babel-plugin-transform-class-properties' 'libboost-graph-parallel1.65-dev' 'libexo-common' 'yorick-yeti-fftw' 'python-rally' 'libsanlock1' 'ibritish-small' 'beads' 'libpinyin-data' 'libcpan-mini-inject-perl' 'python3-h5py' 'asciidoc-base' 'libhsail-rt-7-dev-i386-cross' 'nomacs' 'libkf5sonnetcore5' 'simplestreams' 'libghc-blaze-html-doc' 'python-gmpy' 'gccgo-4.8-doc' 'golang-github-spf13-nitro-dev' 'node-cookie' 'libxklavier-dev' 'lordsawar' 'games-python3-dev' 'oar-user' 'libapache2-mod-proxy-msrpc' 'elpa-virtualenvwrapper' 'linux-image-5.0.0-1014-aws' 'mgdiff' 'python-speex' 'libgeo-postcode-perl' 'python3-pyqt5.qtquick' 'synopsis' 'pugixml-doc' 'openscenegraph-3.4' 'linux-headers-4.15.0-1032-aws' 'libghc-servant-prof' 'libghc-wai-handler-launch-doc' 'lib32ubsan0-dbg-ppc64-cross' 'python-mlpy-lib' 'libghc-crypto-cipher-types-doc' 'php-horde-activesync' 'language-pack-ja-base' 'aumix-common' 'libntfs-3g88' 'lib64itm1-dbg' 'libextutils-cppguess-perl' 'python3-pyramid-multiauth' 'fatrace' 'gob2' 'libjudydebian1' 'libglobus-scheduler-event-generator-doc' 'gnat-5-doc' 'plplot-driver-cairo' 'libstdc++-8-dev-amd64-cross' 'libedac1' 'nordlicht' 'gobjc-7-multilib-arm-linux-gnueabihf' 'node-hash-sum' 'python-astral' 'libcatalyst-view-mason-perl' 'python3-sip-dbg' 'linux-image-unsigned-4.15.0-47-generic' 'ruby-oembed' 'libghc-intern-prof' 'gobjc-5-arm-linux-gnueabihf' 'linux-image-unsigned-5.0.0-1022-gke' 'libkgantt-dev' 'python3-openstack.nose-plugin' 'r-cran-fassets' 'kdump-tools' 'mmake' 'libodil0' 'deb-gview' 'libcmor-dev' 'libghc-haddock-library-dev' 'libgenders0-dev' 'crmsh' 'linux-modules-5.0.0-36-generic' 'lighttpd-doc' 'libgradle-android-plugin-java' 'flex-old-doc' 'libkf5mailimporter-data' 'prads' 'libghc-byteable-doc' 'libtextwrap1' 'libghc-pem-dev' 'lua-cqueues-dev' 'xfonts-cronyx-100dpi' 'tnseq-transit' 'libghc-lrucache-prof' 'libglobus-gsi-callback0' 'libtree-multinode-perl' 'ruby-html-pipeline' 'linux-buildinfo-5.0.0-1020-oem-osp1' 'xcfa-dbg' 'python-keystonemiddleware-doc' 'python-m2ext' 'libqqwing-dev' 'python-librtmp' 'r-cran-segmented' 'fml-asm' 'libxcb-xinerama0' 'php-fshl' 'libosmomtp0' 'linux-image-generic-hwe-18.04' 'lib32ubsan0-dbg' 'turnserver' 'libapache-dbi-perl' 'libqscintilla2-qt4-13' 'libc6-mipsel-cross' 'linux-hwe-cloud-tools-5.3.0-26' 'knavalbattle' 'inotify-hookable' 'linux-hwe-cloud-tools-5.3.0-28' 'python-gmsh' 'libkf5gravatar-data' 'golang-github-go-openapi-spec-dev' 'vulkan-tools' 'libbytecode-java-doc' 'libqt5scintilla2-designer' 'libccd2' 'coinor-libflopc++-doc' 'libqbscore1.10' 'qterm' 'gfortran-7-i686-linux-gnu' 'liballjoyn-c-dev-1504' 'dbench' 'libxine2' 'libspi-java' 'libdigidoc-doc' 'libcatalyst-view-email-perl' 'liballjoyn-c-dev-1509' 'linux-headers-4.18.0-25-generic' 'peruse' 'libxml2-doc' 'ibus-table-translit-ua' 'lib32go11-dbg-mips64-cross' 'python3-django-redis-sessions' 'binutils-powerpc64-linux-gnu' 'goby' 'gcc-8-plugin-dev-i686-linux-gnu' 'pflogsumm' 'tesseract-ocr-mal' 'makefs' 'ruby-zoom' 'libcld2-dev' 'ruby-validatable' 'g++-5-mipsel-linux-gnu' 'libbenchmark1' 'libqt5webkit5' 'ruby-sinatra' 'tesseract-ocr-mar' 'libhfstdc++-6-dev-armel-cross' 'tryton-modules-authentication-sms' 'php-imap' 'ros-desktop-python-dev' 'peony-wallpaper' 'libhcrypto4-heimdal' 'smlsharp' 'libgtk2-ex-podviewer-perl' 'rss-glx' 'python-kajiki-doc' 'libtext-string-hexconvert-perl' 'gocr' 'libwreport-dev' 'tcpd' 'erlang-cherly' 'flent' 'sumaclust' 'cl-hunchentoot' 'libkkc-utils' 'cavepacker-data' 'python-levenshtein-dbg' 'node-tough-cookie' 'krita-data' 'python3-bson-ext' 'libjglobus-io-java' 'libitm1-dbg-i386-cross' 'libxml-twig-perl' 'node-imagemagick' 'linux-hwe-cloud-tools-5.3.0-40' 'php-radius' 'unison-gtk' 'libyazpp-doc' 'libmath-random-perl' 'libpangox-1.0-dev' 'node-roadrunner' 'libghc-hspec-smallcheck-prof' 'libgfortran-6-dev-sparc64-cross' 'linux-tools-4.15.0-1011-kvm' 'konqueror' 'gammaray' 'proftpd-doc' 'dieharder' 'uim-gtk3' 'w1retap-mysql' 'lxsession-edit' 'python3-sip-dev' 'libxml-commons-external-java-doc' 'ruby-coderay' 'brother-lpr-drivers-extra' 'kinput2-canna' 'mlterm-tools' 'libtest-www-selenium-perl' 'ml-nlffigen' 'libopenigtlink1.11' 'liquidsoap-plugin-graphics' 'renpy' 'libunistring-dev' 'binutils-s390x-linux-gnu-dbg' 'libzip-dev' 'compton-conf' 'python-beanbag' 'duma' 'tkinspect' 'python-ujson' 'pkg-config-s390x-linux-gnu' 'gccgo-5-powerpc64-linux-gnu' 'libboost-context1.62-dev' 'libnkf-perl' 'python-ipatests' 'gfortran-8-mips64-linux-gnuabi64' 'libjspeex-java' 'gdc-7-multilib-mips64-linux-gnuabi64' 'libftgl2' 'libghc-gnuidn-doc' 'linux-modules-nvidia-390-5.3.0-28-generic' 'golang-github-dgrijalva-jwt-go-v3-dev' 'stgit' 'linux-headers-5.0.0-20-generic' 'libghc-propellor-doc' 'node-spdx-expression-parse' 'linux-tools-5.0.0-20-generic' 'libpmount0' 'python-ldap-dbg' 'munin-libvirt-plugins' 'gir1.2-gtk-vnc-2.0' 'dump' 'transcend' 'libleatherman-dev' 'libgnatcoll-iconv16.1.0-dev' 'tkcvs' 'libghc-yesod-static-dev' 'libghc-hsp-doc' 'kdepimlibs5-dev' 'mlterm-im-canna' 'chai' 'qtractor' 'r-cran-lpsolve' 'fracplanet' 'lua-lemock' 'node-pretty-hrtime' 'python-tango' 'python-modestmaps' 'qtscript5-doc-html' 'libghc-yi-rope-prof' 'libvdk2-doc' 'libnet-mac-vendor-perl' 'python-munkres' 'awesome-doc' 'doc-debian' 'libkf5ldap5' 'libtexluajit2' 'libgnomeui-0-dbg' 'wordnet-sense-index' 'ucf' 'libgo9-dbg' 'tachyon-bin-nox' 'freerdp2-dev' 'libboost-timer1.65.1' 'asterisk-core-sounds-it-g722' 'linux-headers-4.15.0-45-generic' 'blends-common' 'uck' 'docbook2odf' 'gir1.2-atrilview-1.5.0' 'python-zope.testbrowser' 'node-globby' 'cargo' 'dphys-config' 'python-socketio' 'ecflow-client' 'libnss-winbind' 'libmockito-java' 'libjersey1-json-java' 'javacc' 'unhide.rb' 'libisl-0.18-dev' 'r-cran-lavaan' 'ncurses-hexedit' 'dict-freedict-swh-eng' 'libhfobjc4-dbg-armel-cross' 'mbrola-ic1' 'mousetrap' 'yum-utils' 'librdf-storage-virtuoso' 'libchi-memoize-perl' 'caja-extensions-common' 'tipp10' 'dahdi-dkms' 'libsasl2-dev' 'libtext-wikicreole-perl' 'tcsh' 'ruby-json-schema' 'npd6' 'crmsh-doc' 'tesseract-ocr-kor-vert' 'linux-headers-5.0.0-41-generic' 'libxcb-keysyms1' 'fcitx-config-gtk2' 'ubuntustudio-wallpapers' 'linux-modules-4.15.0-1014-azure' 'octave-pkg-dev' 'libghc-lambdabot-trusted-doc' 'libgomp1-dbg-x32-cross' 'udo' 'autofs5-ldap' 'check-mk-agent-logwatch' 'rekall-core' 'libcluttergesture-dev' 'linux-modules-extra-4.15.0-46-generic' 'libghc-simple-smt-prof' 'ros-simulators-python-dev' 'libgraphics-gnuplotif-perl' 'libeclipse-ui-workbench-java' 'libgles2-mesa-dev' 'libapache2-mod-rivet' 'gogo' 'mbrola-id1' 'r-doc-html' 'gccgo-5-multilib-s390x-linux-gnu' 'sputnik' 'libevemu-dev' 'gnome-games-app' 'gunicorn3' 'linux-headers-4.15.0-66-generic' 'libglib2.0-bin' 'systempreferences.app-dbg' 'linux-headers-4.15.0-30-lowlatency' 'lib32go9-x32-cross' 'libxy-dev' 'xringd' 'libghc-tasty-rerun-prof' 'parmetis-doc' 'libgcc-6-dev-s390x-cross' 'wmnd-snmp' 'libcaffe-cpu-dev' 'libghc-polyparse-dev' 'python3-libsigscan' 'tryton-modules-analytic-purchase' 'clzip' 'python-ldap3' 'libcgal-qt5-13' 'libkf5akonadicontact-data' 'libbase64-ocaml-dev' 'brightness-udev' 'rt-tests' 'libethumb-dev' 'libgo9-dbg-sparc64-cross' 'rwho' 'golang-procfs-dev' 'libgphobos76-i386-cross' 'lib32objc-5-dev-mips64el-cross' 'g++-multilib-mips64-linux-gnuabi64' 'mmark' 'libpugixml-dev' 'prometheus-blackbox-exporter' 'cyrus-caldav' 'libghc-regex-compat-prof' 'python-matplotlib-dbg' 'xfce4-battery-plugin' 'bart-view' 'lua-any' 'linux-image-unsigned-4.15.0-1026-oem' 'python-editobj' 'erlang-p1-iconv' 'node-to-arraybuffer' 'linux-modules-nvidia-418-5.0.0-1010-oracle' 'akonadi-backend-postgresql' 'liblavfile-2.1-0' 'libccid' 'libapache2-mod-log-sql-dbi' 'liblatex-table-perl' 'libstdc++6-8-dbg-ppc64el-cross' 'gccgo-6-arm-linux-gnueabihf' 'charmap.app' 'osm2pgrouting' 'jarwrapper' 'liblablgtk2-gl-ocaml' 'golang-github-juju-httpprof-dev' 'libcanl-java-doc' 'calendarserver' 'libpt2.10.11' 'cl-rosgraph-msgs' 'powder' 'chef' 'libitext1-java' 'ufw' 'ibus-mozc' 'gpsmanshp' 'python-webassets' 'r-bioc-s4vectors' 'libkido-optimizer-ipopt-dev' 'libpdfbox-java' 'euler-doc' 'python-pelican' 'libregf-dev' 'mmass' 'syncevolution-libs-gnome' 'remind' 'libudns0' 'libclblas2' 'libcompress-raw-zlib-perl' 'nam-dbg' 'linux-modules-nvidia-390-4.15.0-1063-oem' 'monajat-applet' 'libcatalyst-plugin-captcha-perl' 'libnetpacket-perl' 'libmodule-extractuse-perl' 'tcvt' 'pike8.0-svg' 'linux-tools-4.15.0-1015-oem' 'g++-5-multilib-mips64el-linux-gnuabi64' 'grail-tools' 'bomberclone-data' 'libstdc++-8-dev-arm64-cross' 'pybik' 'proxsmtp' 'libgrib-api-tools' 'volti' 'apertium-af-nl' 'libnamespace-clean-perl' 'debichem-input-generation-output-processing' 'libganglia1-dev' 'libc6-dev-mips32-mips64el-cross' 'lua-apr' 'python-rosgraph-msgs' 'python3-django-ranged-response' 'libvamsas-client-java' 'php-symfony-web-link' 'pbsim' 'ruby-bourne' 'libtest-databaserow-perl' 'libghc-haddock-library-doc' 'golang-github-google-go-cmp-dev' 'python-tcpwrap' 'lib32atomic1-dbg-ppc64-cross' 'erlang-eldap' 'python-stevedore-doc' 'libdata-printer-perl' 'libmono-addins-cil-dev' 'libdancer-logger-psgi-perl' 'python-openwsman' 'python3-prov' 'r-base' 'gspiceui' 'irssi-plugin-xmpp' 'python-mako' 'neverball-common' 'monodoc-taoframework-manual' 'python3-flask-script' 'libitm1-dbg-sparc64-cross' 'libghc-pem-doc' 'golang-github-cznic-bufs-dev' 'libsys-utmp-perl' 'python-hachoir-parser' 'libdata-entropy-perl' 'prank' 'kopano-gateway' 'libcgi-xmlform-perl' 'lambdahack' 'davical-doc' 'gnat-8-sjlj-hppa-linux-gnu' 'xonix' 'charmtimetracker' 'airspy' 'python-pkg-resources' 'gccgo-5-powerpc-linux-gnu' 'libodb-qt-dev' 'libghc-recursion-schemes-dev' 'linux-buildinfo-5.0.0-1023-aws' 'libx32go11-dbg' 'libobjc-6-dev-ppc64el-cross' 'python3-cssutils' 'python-dicoclient' 'erlang-x11' 'python-zipstream' 'python3-ironicclient' 'gcc-8-plugin-dev-powerpc64le-linux-gnu' 'libwvstreams4.6-doc' 'qt3d-assimpsceneimport-plugin' 'python-networking-bagpipe' 'linux-buildinfo-4.15.0-1038-kvm' 'libu1db-qt5-3' 'libopenafs-dev' 'uif' 'entagged' 'libgomp1-dbg-armhf-cross' 'node-libravatar' 'uwsgi-plugin-mono' 'tk707' 'uil' 'mumble' 'uim' 'python3-phonenumbers' 'tryton-modules-project' 'node-external-editor' 'liblinux-io-prio-perl' 'kvpm' 'libjs-spin.js' 'hol88-contrib-help' 'gstreamer1.0-omx-generic' 'smtube' 'wdutch' 'python3-wsme' 'python3-pygraphviz' 'libtemplate-provider-fromdata-perl' 'libofapi-dev' 'libtest-if-perl' 'libhttp-entity-parser-perl' 'arc-theme' 'libpulse-dev' 'php-horde-tree' 'libpasswdqc0' 'ruby-sequel-pg' 'ruby-omniauth-auth0' 'ruby-mail-gpg' 'libx500-dn-perl' 'python3-acme' 'ruby-parse-cron' 'libkeyutils1' 'tesseract-ocr-mkd' 'libhac-java' 'libgeometry-msgs-dev' 'libykcs11-1' 'python3-slip' 'ruby-hashie-forbidden-attributes' 'libmbedx509-0' 'tvtime' 'python-functools32' 'kcemu' 'makepp' 'libqt4-sql-sqlite' 'python-hyperframe' 'libppl-c4' 'libwreport-doc' 'cpl-plugin-giraf-calib' 'node-grunt-contrib-clean' 'auralquiz' 'libghc-async-prof' 'python-tables-data' 'libident-dev' 'libmirclient-debug-extension1' 'libpimcommon4' 'ebook-tools-dbg' 'python3-sqlobject' 'gobjc++-7-multilib-sparc64-linux-gnu' 'libktnef4' 'libwraster-dev' 'fusiondirectory-plugin-dns' 'libgwenhywfar-doc' 'ibus-table-yawerty' 'python-django-celery-transactions' 'di-netboot-assistant' 'cpp-7-mips64-linux-gnuabi64' 'python3-gitdb' 'espeak-ng-data' 'libtreelayout-java' 'libreoffice-zemberek' 'ruby-cri-doc' 'gauche-dev' 'libsfatomic1-dbg-armhf-cross' 'python-html5lib' 'libglademm-2.4-1v5' 'libdr-sundown-perl' 'lib64asan0' 'lib64asan2' 'lib64asan3' 'lib64asan4' 'linux-image-unsigned-4.15.0-1015-oracle' 'enigmail' 'zeitgeist' 'lib64asan5' 'libfile-pushd-perl' 'libc6-dev-mips64r6-cross' 'mxt-app' 'libsidplay1-dev' 'python3-setoptconf' 'rlinetd' 'xfonts-wqy' 'yubiserver' 'libledit-ocaml-dev' 'node-grunt-contrib-nodeunit' 'libppx-deriving-ocaml-dev' 'libhfstospell9' 'cryptcat' 'heartbeat' 'python3-defcon' 'tesseract-ocr-mlt' 'openhpi-plugin-watchdog' 'libboost-iostreams1.62-dev' 'libdata-bitmask-perl' 'killbots' 'python-requests-mock-doc' 'libxmuu1' 'libgcc-7-dev-m68k-cross' 'pypy-flaky' 'gobjc-5-multilib-arm-linux-gnueabi' 'xineliboutput-sxfe' 'golang-github-jacobsa-crypto-dev' 'libcg3-dev' 'libextlib-ocaml' 'linux-tools-4.15.0-1029-oracle' 'libhugs-stm-bundled' 'libghc-time-compat-prof' 'libcmis-dev' 'libmimetic0v5' 'libqt5script5' 'linux-modules-5.0.0-1037-oem-osp1' 'uml-utilities' 'lib32gfortran-5-dev' 'libkf5su5' 'python3-svg.path' 'libghc-argon2-prof' 'hamradio-rigcontrol' 'libcasa-coordinates2' 'pypibrowser' 'libconfuse-common' 'libmeep-mpich2-dev' 'libghc-yesod-static-doc' 'python-catwalk' 'node-d3-collection' 'gobjc-5-powerpc-linux-gnu' 'libnitrokey3' 'libbcmail-java' 'libhttp-server-simple-mason-perl' 'lua-zlib' 'libfam-dev' 'orville-write' 'libopendmarc-dev' 'qtwebchannel5-doc-html' 'libgnatvsn6-dbg-alpha-cross' 'libhackrf0' 'g++-8-m68k-linux-gnu' 'linux-headers-4.15.0-69-lowlatency' 'nvidia-profiler' 'libopenid4java-java' 'plasma-desktop-dev' 'r-cran-desc' 'asciidoc-common' 'libinline-java-perl' 'gconf-service-backend' 'linux-tools-5.0.0-1020-azure' 'python-xmlmarshaller' 'swaks' 'libmrpt-tfest1.5' 'node-thenify-all' 'linux-image-5.3.0-28-generic' 'linux-modules-extra-5.0.0-1027-azure' 'ruby-sdl' 'golang-gopkg-editorconfig-editorconfig-core-go.v1-dev' 'lib32gfortran4-amd64-cross' 'ocaml-base' 'lazarus-ide-qt5-1.8' 'jigl' 'linux-image-4.18.0-1006-aws' 'ttyload' 'libpcre2-dbg' 'libgphobos71-dbg-x32-cross' 'python-mapi' 'ruby-bson' 'python3-scripttest' 'lib64go13-dbg-i386-cross' 'libjs-jquery-mobile-docs' 'libboost-fiber1.62.0' 'boinc-app-seti' 'leap-archive-keyring' 'g++-5-arm-linux-gnueabi' 'xfonts-baekmuk' 'gnat-7-sjlj-mips64el-linux-gnuabi64' 'ruby-test-unit-notify' 'libsmokebase3v5' 'elpa-bind-key' 'r-bioc-biocinstaller' 'linux-image-4.15.0-1052-gke' 'libghc-gluraw-dev' 'libmjpegutils-2.1-0' 'python-django-postorius' 'linux-headers-5.0.0-1023-gke' 'ubuntu-packaging-guide-epub-de' 'linux-image-unsigned-4.15.0-60-lowlatency' 'junior-games-text' 'lua-socket' 'python-pyclamd' 'libxml-security-c17v5' 'libx32gcc-6-dev-amd64-cross' 'dh-migrations' 'python-peak.util' 'varnish' 'mffm-fftw1' 'libindi-dev' 'pdal-doc' 'gssproxy' 'ukui-power-manager' 'libayatana-appindicator3-1' 'libjs-leaflet-geometryutil' 'linux-modules-4.15.0-1009-oracle' 'elpa-git-annex' 'python-coreapi' 'libarpack++2c2a' 'scim-kmfl-imengine' 'python3-daiquiri' 'node-p-cancelable' 'golang-github-mvdan-xurls-dev' 'python-cssmin' 'libduo-dev' 'php7.2-interbase' 'libfile-checktree-perl' 'libserp-java' 'linux-image-5.0.0-27-generic' 'libapache2-mod-webauthldap' 'swami' 'node-stream-combiner2' 'linux-headers-4.15.0-1028-azure' 'console-cyrillic' 'tesseract-ocr-mon' 'libgnatprj5-m68k-cross' 'swaml' 'gfortran-8-mipsel-linux-gnu' 'libgcu0v5' 'linux-buildinfo-4.15.0-1010-oracle' 'unp' 'node-requires-port' 'php-horde-ldap' 'node-html-comment-regex' 'dvblast' 'python3-ftdi1' 'libgccjit-7-dev' 'liblrdf0-dev' 'liblablgtk-extras-ocaml-dev' 'libghc-polyparse-doc' 'python-systemd' 'linux-tools-4.15.0-1011-oracle' 'libghc-http2-dev' 'libghc-hunit-dev' 'lib32gphobos71-dbg-amd64-cross' 'nheko' 'libcplui26' 'node-clone-stats' 'vim-runtime' 'php-wikidiff2' 'libparse-fixedlength-perl' 'ubuntu-packaging-guide-epub-es' 'spooles-doc' 'emacs-intl-fonts' 'fusiondirectory-plugin-dsa' 'nghttp2-proxy' 'yaz-doc' 'libwnn6-1' 'libccp4f0-dbg' 'python3-scrapy-djangoitem' 'libgcr-3-dev' 'libmoosex-clone-perl' 'php-horde-support' 'libgnatprj6-amd64-cross' 'gccbrig-8-x86-64-linux-gnux32' 'libqm-dsp-dev' 'gfortran-7-mips-linux-gnu' 'gnome-tetravex' 'python-webhelpers' 'xfonts-libdockapp' 'libjs-is-typedarray' 'libgo9-dbg-amd64-cross' 'fonts-gujr' 'python-odoorpc-doc' 'tcpwatch-httpproxy' 'libpam-apparmor' 'libxcb-xv0' 'libpod-projectdocs-perl' 'yacas-doc' 'libsoundtouch-dev' 'python3-troveclient' 'gcc-8-plugin-dev-mips-linux-gnu' 'python3-reconfigure' 'nfs-ganesha-vfs' 'linux-headers-4.18.0-24-lowlatency' 'gddrescue' 'libmkdoc-xml-perl' 'linux-oem-tools-4.15.0-1004' 'ubuntu-packaging-guide-epub-fr' 'golang-github-jacobsa-ogletest-dev' 'libpwiz3' 'linux-oem-tools-4.15.0-1006' 'ruby-rinku-doc' 'libghc-comonad-dev' 'linux-oem-tools-4.15.0-1008' 'linux-oem-tools-4.15.0-1009' 'mapdamage' 'mupdf' 'fact++' 'libmoosex-undeftolerant-perl' 'gitinspector' 'ruby-logging' 'gosa' 'strongswan-pki' 'libfile-bom-perl' 'libjs-merge' 'printer-driver-gutenprint' 'libpcre2-dev' 'liburweb-cgi0' 'apparmor-profiles-extra' 'pyqt5-dev' 'libkf5emoticons5' 'libfastinfoset-java' 'linux-image-4.15.0-1013-oem' 'apertium-spa' 'python-pydhcplib' 'gcc-5-cross-base' 'kamailio-autheph-modules' 'adplay' 'kronometer' 'ompl-demos' 'ruby-orm-adapter' 'libboost-type-erasure1.65.1' 'python3-aiohttp' 'libgnatvsn6-dbg-mips-cross' 'couchapp' 'linux-image-4.15.0-1040-aws' 'sdpb-doc' 'python-openslide' 'linux-image-5.0.0-1022-oem-osp1' 'pyfr-doc' 'linux-headers-5.0.0-1011-aws' 'python-squaremap' 'kamailio-postgres-modules' 'pd-pool' 'libpostgresql-jdbc-java' 'alqalam' 'metastudent-data' 'linux-oem-tools-4.15.0-1012' 'linux-oem-tools-4.15.0-1013' 'gosu' 'gimp-normalmap' 'linux-oem-tools-4.15.0-1015' 'rygel-preferences' 'python-django-treebeard-doc' 'ruby-rails-assets-jquery-idletimer' 'linux-modules-nvidia-390-5.0.0-1031-azure' 'libplexus-resources-java' 'linux-oem-tools-4.15.0-1017' 'linux-oem-tools-4.15.0-1018' 'guile-2.0-dev' 'zaqar-common' 'python3-oslotest' 'tesseract-ocr-mri' 'libghc-unbounded-delays-prof' 'python-defusedxml' 'mccs' 'mono-devel' 'libjs-jquery-ui-theme-hot-sneaks' 'ytnef-tools' 'uqm' 'libresolv-wrapper' 'python-radio-beam' 'python3-gphoto2' 'libsoup-gnome2.4-dev' 'fbautostart' 'libeclipse-e4-ui-widgets-java' 'ohcount' 'libgnuradio-fft3.7.11' 'radiotray' 'bidentd' 'lintian' 'postfix-policyd-spf-perl' 'libmailtools-perl' 'phybin' 'recode' 'vtk6-doc' 'g++-multilib-x86-64-linux-gnux32' 'rdate' 'gccgo-4.8-multilib' 'libplack-middleware-removeredundantbody-perl' 'percona-xtrabackup' 'libdatabase-dumptruck-perl' 'linux-oem-tools-4.15.0-1021' 'libwala-java' 'pandorafms-agent' 'pmac-fdisk-cross' 'boinc-app-seti-graphics' 'tesseract-ocr-msa' 'geany-plugin-lipsum' 'linux-oem-tools-4.15.0-1024' 'libsipwitch-dev' 'linux-oem-tools-4.15.0-1026' 'libemail-address-list-perl' 'fuzzyocr' 'ruby-six' 'libmail-imapclient-perl' 'lib32asan4-dbg-ppc64-cross' 'linux-oem-tools-4.15.0-1028' 'matchbox-panel' 'php-doctrine-lexer' 'libobjc-8-dev-sh4-cross' 'libx32asan3-i386-cross' 'libstdc++-8-pic-x32-cross' 'ure' 'xonsh' 'libsynthesis0v5' 'libghc-attoparsec-enumerator-dev' 'xmms2-plugin-vocoder' 'libghc-recursion-schemes-doc' 'python3-djangorestframework' 'node-json3' 'node-json5' 'golang-github-coreos-pkg-dev' 'dvcs-autosync' 'libghc-linear-prof' 'lxrandr-dbg' 'python-notmuch' 'gobjc-hppa-linux-gnu' 'language-pack-pa-base' 'crack-md5' 'bluez-tools' 'apertium-srd' 'libpod-wsdl-perl' 'vbaexpress' 'latrace' 'xfractint' 'libecasoundc-dev' 'powermanga-data' 'libjackson-json-java' 'python-matplotlib-doc' 'mbrola-ir1' 'soapdenovo2' 'ruby-faraday-middleware' 'brltty' 'soapysdr-module-rfspace' 'node-babel-preset-flow-vue' 'linux-oem-tools-4.15.0-1030' 'linux-modules-extra-5.3.0-1012-gcp' 'libqtdbus4' 'linux-oem-tools-4.15.0-1033' 'groovy-doc' 'python-elasticsearch-doc' 'linux-oem-tools-4.15.0-1034' 'python-ws4py' 'linux-oem-tools-4.15.0-1035' 'linux-oem-tools-4.15.0-1036' 'linux-oem-tools-4.15.0-1038' 'sagemath-doc-ca' 'linux-oem-tools-4.15.0-1039' 'bzr-tweet' 'mailagent' 'ruby-cliver' 'lxqt-powermanagement' 'dict-gazetteer2k-counties' 'libghc-categories-dev' 'libsafe-iop0' 'libdevel-refactor-perl' 'gccgo-8-arm-linux-gnueabi' 'groovebasin' 'libdevel-dumpvar-perl' 'swarm' 'swarp' 'nsis-common' 'swac-get' 'linux-azure-headers-4.15.0-1009' 'golang-gopkg-hlandau-configurable.v1-dev' 'rivet' 'apertium-srd-ita' 'libcrypt-util-perl' 'gatling' 'libparams-coerce-perl' 'ss-dev' 'libdoxia-java' 'jing' 'lib32stdc++-5-dev-x32-cross' 'dh-lua' 'python3-schroot' 'python-prelude' 'python-rosclean' 'python3-httmock' 'actiona' 'linux-oem-tools-4.15.0-1043' 'linux-oem-tools-4.15.0-1045' 'python3-public' 'lib64stdc++6-7-dbg' 'libparallel-runner-perl' 'liquidsoap-plugin-taglib' 'libstd-msgs-dev' 'sendxmpp' 'sagemath-doc-de' 'libtest-fork-perl' 'mira-rfam-12s-rrna' 'libsass0' 'amanda-server' 'libauthen-bitcard-perl' 'linux-image-4.15.0-33-lowlatency' 'gauche-doc' 'libserializer-java' 'gobjc++-6-powerpc64le-linux-gnu' 'code-saturne-doc' 'linux-azure-headers-4.15.0-1012' 'linux-azure-headers-4.15.0-1013' 'httest' 'libhugs-xhtml-bundled' 'linux-azure-headers-4.15.0-1014' 'golang-1.9-doc' 'libflorist2017' 'xfonts-terminus' 'linux-azure-headers-4.15.0-1018' 'libktpotr9' 'golang-github-kr-text-dev' 'linux-azure-headers-4.15.0-1019' 'r-cran-devtools' 'pike8.0-sqlite' 'dict-freedict-jpn-fra' 'libphp-snoopy' 'libjthread-dbg' 'libelpa4' 'linux-oem-tools-4.15.0-1050' 'mbrola-it3' 'mbrola-it4' 'libdune-pdelab-dev' 'libdatetimex-auto-perl' 'gravitywars' '9menu' 'python-glareclient-doc' 'ssh-contact' 'linux-oem-tools-4.15.0-1056' 'linux-oem-tools-4.15.0-1057' 'libduktape202' 'dovecot-metadata-plugin' 'duktape-dev' 'linux-oem-tools-4.15.0-1059' 'ruby-rack-openid' 'libn32go13-mips64-cross' 'node-genfun' 'libgo7-sparc64-cross' 'xul-ext-colorfultabs' 'linux-modules-extra-4.15.0-1010-oracle' 'ldapscripts' 'swath' 'btanks' 'fusiondirectory-plugin-ejbca' 'linux-azure-headers-4.15.0-1021' 'linux-cloud-tools-5.0.0-17-generic' 'libnet-httpserver-perl' 'linux-azure-headers-4.15.0-1022' 'w3m' 'linux-azure-headers-4.15.0-1023' 'libopenni-sensor-pointclouds-dev' 'python-pcl-msgs' 'ruby-emot' 'python3-aiopg' 'linux-azure-headers-4.15.0-1025' 'tpm-tools' 'sagemath-doc-en' 'xserver-xorg-input-libinput-hwe-16.04' 'linux-azure-headers-4.15.0-1028' 'libcatalyst-action-renderview-perl' 'r-cran-rcurl' 'sciteproj' 'python-cephfs' 'sagemath-doc-es' 'tesseract-ocr' 'binutils-aarch64-linux-gnu-dbg' 'gnat-8-sjlj-s390x-linux-gnu' 'pixmap' 'ruby-treetop' 'science-engineering' 'morris' 'libwulf2' 'linux-buildinfo-4.15.0-1032-gcp' 'ceph-fuse' 'libunity9' 'beneath-a-steel-sky' 'golang-github-evanphx-json-patch-dev' 'linux-oem-tools-4.15.0-1063' 'linux-oem-tools-4.15.0-1064' 'libxcb-shm0-dev' 'linux-oem-tools-4.15.0-1065' 'linux-oem-tools-4.15.0-1066' 'linux-oem-tools-4.15.0-1067' 'libjs-backbone.stickit' 'linux-oem-tools-4.15.0-1069' 'libkf5sane-data' 'banshee-extension-awn' 'ipgrab' 'libsqlite3-ocaml' 'liblingua-en-findnumber-perl' 'linux-azure-headers-4.15.0-1030' 'mrboom' 'linux-azure-headers-4.15.0-1031' 'lazygal' 'microbiomeutil-data' 'linux-azure-headers-4.15.0-1032' 'libgoocanvasmm-2.0-dev' 'fenix-dev' 'linux-azure-headers-4.15.0-1035' 'linux-azure-headers-4.15.0-1036' 'linux-azure-headers-4.15.0-1037' 'junior-toys' 'wine-stable' 'sagemath-doc-fr' 'vala-panel-plugins-base' 'libqes0' 'libkarma-cil' 'python-netsnmp' 'gobjc-8-arm-linux-gnueabi' 'python-pyqt5.qtwebkit' 'libghc-gluraw-doc' 'libghc-blaze-builder-prof' 'linux-oem-tools-4.15.0-1073' 'lib32gphobos76-dbg-amd64-cross' 'gnat-5-sjlj-arm-linux-gnueabihf' 'libkf5ldap-dev' 'libokio-java-doc' 'python3-libtrace' 'python-rviz' 'g++-hppa-linux-gnu' 'libmongo-client-dev' 'libghc-binary-orphans-dev' 'python3-pyiosxr' 'gccgo-5-multilib-sparc64-linux-gnu' 'libjs-jquery-scrollto' 'frown-doc' 'limesuite-udev' 'libghc-unexceptionalio-prof' 'octave-pfstools' 'irsim' 'hdapsd' 'guitarix-common' 'linux-buildinfo-5.0.0-1029-gcp' 'g++-8-multilib-powerpc-linux-gnu' 'libspooles-dev' 'libmath-random-tt800-perl' 'libnet-openssh-compat-perl' 'linux-modules-4.15.0-1009-aws' 'cl-swank' 'yorick-yeti-tiff' 'libghc-data-inttrie-prof' 'libeclipse-e4-core-di-annotations-java' 'linux-image-5.0.0-1030-gke' 'libmath-numeric-tower-clojure' 'python3-configobj' 'linux-cloud-tools-virtual-hwe-16.04' 'python3-pyodbc' 'gcc-7-multilib-powerpc64-linux-gnu' 'fonts-guru' 'libaff4-dev' 'jirc' 'gweled' 'apertium-swe' 'libbullet-extras2.87' 'gcc-5-multilib-powerpc-linux-gnu' 'libnet-frame-perl' 'openjdk-11-jre-zero' 'gdc-7-multilib-powerpc64-linux-gnu' 'python-ipykernel' 'postgresql-10-ip4r' 'libnppc9.1' 'gcc-5-sh4-linux-gnu' 'libeclipselink-java-doc' 'libjs-jquery-ui-theme-smoothness' 'gobjc-7-riscv64-linux-gnu' 'gcc-8-plugin-dev-riscv64-linux-gnu' 'language-pack-gnome-ar-base' 'linux-headers-5.0.0-32-lowlatency' 'python-django-ratelimit-doc' 'libgnatcoll-readline17.0.2017' 'liblog-any-adapter-dispatch-perl' 'node-gulp-util' 'libtask-kensho-cli-perl' 'libtrilinos-globipack12' 'tesseract-ocr-mya' 'libyder2.0' 'libgccjit-7-doc' 'libpetsc-complex-3.7.7' 'gdc-5-arm-linux-gnueabihf' 'mpqc-support' 'liblablgtk-extras-ocaml-doc' 'ruby-delayed-job' 'libsyntax-perl' 'ruby-multi-json' 'libjthread-dev' 'libghc-http2-doc' 'libghc-hunit-doc' 'url-dispatcher-tools-gui' 'python3-tables' 'libproxy1-plugin-webkit' 'libemail-mime-createhtml-perl' 'python3-jaraco.itertools' 'erlang-crypto' 'unbound' 'libsdl-image-gst' 'nx-x11proto-core-dev' 'libparse-netstat-perl' 'bundler' 'ripmime' 'xlassie' 'fbpager' 'libgcr-3-doc' 'sagemath-doc-hu' 'cinnamon-screensaver-webkit-plugin' 'gadmin-samba-dbg' 'python3-nose-cov' 'libgnatprj6-arm64-cross' 'androidsdk-hierarchyviewer' 'sntop' 'php-raphf-dev' 'qmenu' 'python3-mailman-hyperkitty' 'linux-modules-extra-4.15.0-1030-azure' 'python-congressclient-doc' 'node-setimmediate' 'tesseract-ocr-script-cans' 'ruby-spy' 'linux-azure-edge-tools-4.18.0-1006' 'php-bz2' 'linux-azure-edge-tools-4.18.0-1007' 'linux-azure-edge-tools-4.18.0-1008' 'libboost-timer1.65-dev' 'python-pjproject' 'python3-powerline' 'xserver-xorg-input-joystick-hwe-16.04' 'libanet2-dev' 'libgtkmm-2.4-1v5' 'libghc-comonad-doc' 'teem-apps' 'python3-esmre' 'libcilkrts5-dbg-armhf-cross' 'python-dfvfs' 'sagemath-doc-it' 'llmnrd' 'php-font-lib' 'libf2j-java' 'fonts-sil-gentiumplus-compact' 'libnetfilter-log-dev' 'liboxli-dev' 'libghc-hedis-dev' 'recoll' 'libjasypt-java-doc' 'libcrypt-twofish-perl' 'libghc-monadlist-dev' 'node-ripemd160' 'sagemath-doc-ja' 'xlsx2csv' 'mirmon' 'ruby-sqlite3' 'libomxil-bellagio0' 'lib64asan2-dbg-powerpc-cross' 'python3-spyderlib' 'android-framework-res' 'bible-kjv' 'libopusfile0' 'ruby-rack-ssl' 'python-profitbricks' 'librsb0' 'python3-django-paintstore' 'mencal' 'linux-signed-image-gcp' 'python3-checkbox-ng-doc' 'dssi-utils' 'safe-rm' 'pyspread' 'performous-tools' 'gnome-shell-common' 'ruby-faraday-cookie-jar' 'linux-modules-extra-5.3.0-1012-gke' 'treil' 'libhoel1.3' 'guile-2.0-doc' 'python-pyside.qtscript' 'gir1.2-socialweb-client-0.25' 'python-mockupdb' 'nigiri' 'libgnat-5-i386-cross' 'perdition' 'python3-subliminal' 'darkice' 'python3-frozen-flask' 'libeigenbase-resgen-java-doc' 'libsfgphobos-6-dev-armhf-cross' 'xmount' 'capiutils' 'libbusiness-edi-perl' 'libqsastime-dev' 'libsocialweb-service' 'tkdnd' 'libocas-tools' 'lib32mpx2-amd64-cross' 'gccgo-8-powerpc64le-linux-gnu' 'node-base62' 'libdune-grid-dev' 'verse' 'gir1.2-hud-2' 'lubuntu-qt-desktop' 'linux-tools-4.15.0-48-generic' 'python3-osprofiler' 'libstdc++6-5-dbg-i386-cross' 'libinventor1' 'postbooks-schema-common' 'vlc-plugin-access-extra' 'vim-command-t' 'django-simple-captcha' 'libghc-attoparsec-enumerator-doc' 'firefox-globalmenu' 'libcln-dev' 'linux-modules-nvidia-390-4.15.0-70-generic' 'citadel-suite' 'firejail-profiles' 'libaqbanking-data' 'libdevel-globaldestruction-perl' 'libxft2' 'libc6-dev-mips32-mips64r6-cross' 'libkompareinterface5' 'python-afl' 'tachyon-bin-ogl' 'libgnatvsn5-dev-powerpc-cross' 'gyrus' 'r-cran-listenv' 'cpl-plugin-giraf' 'libjs-jquery-datatables' 'ubuntu-packaging-guide-epub-ru' 'policycoreutils-sandbox' 'libwinpr-dsparse0.1' 'zenity' 'lib64objc-4.8-dev' 'libmpx2-i386-cross' 'postgresql-10-powa' 'python-zope.intid' 'libstdc++-7-dev-sh4-cross' 'thunderbird-locale-pa-in' 'lua-basexx' 'serverspec-runner' 'linux-image-4.15.0-1066-oem' 'linux-buildinfo-4.15.0-58-lowlatency' 'linux-headers-4.15.0-1048-kvm' 'libunicode-collate-perl' 'ruby-u2f' 'pkwalify' 'kollision' 'linux-cloud-tools-5.3.0-28-lowlatency' 'libcamp0.8' 'libghc-categories-doc' 'seqan-dev' 'httpry-daemon' 'libgnat-6-dbg-sparc64-cross' 'arp-scan' 'offlineimap' '0install-core' 'vodovod' 'debootstrap' 'iswedish' 'python-m3u8' 'ldraw-mklist' 'racket-doc' 'libmono-system-threading-tasks-dataflow4.0-cil' 'chkrootkit' 'python3-more-itertools' 'elektra-dbg' 'cube2-data' 'node-response-time' 'node-retry' 'r-cran-vioplot' 'python-biotools' 'libglobus-gridmap-verify-myproxy-callout' 'libghc-haxml-dev' 'libghc-http-client-tls-dev' 'xserver-xorg-input-libinput-dev-hwe-16.04' 'linux-buildinfo-4.15.0-1032-gke' 'fusiondirectory-plugin-community' 'lib32gfortran-6-dev-mips64-cross' 'linux-image-unsigned-4.15.0-47-lowlatency' 'fonts-adf-switzera' 'tree-ppuzzle' 'kylin-greeter' 'salt-formula-kubernetes' 'gcc-6-x86-64-linux-gnu-base' 'linux-image-4.15.0-76-lowlatency' 'gcc-8-plugin-dev-x86-64-linux-gnu' 'wxsqlite3-doc' 'linux-modules-extra-5.0.0-1024-aws' 'normaliz-doc' 'libkomparediff-data' 'python3-invocations' 'xblast-tnt' 'ubuntu-make' 'libghc-uniplate-dev' 'linux-tools-4.15.0-1048-gke' 'libghc-diff-prof' 'libgnatvsn5-dev-ppc64el-cross' 'r-cran-funitroots' 'hinge' 'ruby-acts-as-api' 'alt-ergo' 'gir1.2-poppler-0.18' 'libdbus-1-dev' 'dict-freedict-por-eng' 'perl-openssl-defaults' 'elpa-zzz-to-char' 'lib32stdc++6-8-dbg-mips64el-cross' 'python3-libnatpmp' 'libsoci-postgresql3.2v5' 'libgtksourceviewmm-3.0-dev' 'fstrm-bin' 'mcpp' 'kdesrc-build' 'librinci-perl' 'python3-convoy' 'python-gdchart2-doc' 'librdf-ns-curated-perl' 'libgnatvsn5-dev-armhf-cross' 'linux-buildinfo-4.15.0-62-lowlatency' 'neutron-metering-agent' 'python-jsonext' 'libstdc++-8-dev-mipsel-cross' 'gcc-7-plugin-dev-i686-linux-gnu' 'faustworks' 'libdune-pdelab-doc' 'fbtv' 'cl-std-srvs' 'ruby-elasticsearch' 'linux-buildinfo-5.3.0-23-generic' 'python3-serpent' 'libusbauth-configparser-dev' 'kwrited' 'libqdwizard-java' 'linuxdoc-tools' 'gfortran-8-multilib-mips64el-linux-gnuabi64' 'libcdb1' 'libx32cilkrts5-dbg' 'libboinc7' 'cernlib-base-dev' 'g++-6-m68k-linux-gnu' 'node-ast-types' 'tcpxtract' 'ubuntu-packaging-guide-epub-uk' 'gccgo-multilib-x86-64-linux-gnux32' 'ruby-svn' 'libf2fs0' 'wmanager' 'ibus-table' 'libosmotrau1' 'libprotobuf-c1' 'libghc-filestore-dev' 'lprng' 'r-cran-rhandsontable' 'linux-buildinfo-5.0.0-1029-gke' 'ruby-psych' 'libn32objc-6-dev-mips64-cross' 'libkf5screen7' 'libsynctex-dev' 'libf2fs5' 'libglpk40' 'python-oslo.config' 'libvncserver-config' 'libubsan1-dbg-sparc64-cross' 'libcatmandu-store-elasticsearch-perl' 'camlidl' 'ebook2odt' 'python3-adal' 'libsynopsis0.12v5' 'node-bash-match' 'libx32gcc1-amd64-cross' 'ruby-omniauth' 'trend' 'linux-image-unsigned-4.15.0-51-lowlatency' 'tintin++' 'linux-oem-osp1-tools-host' 'gpac' 'libghc-dyre-prof' 'libexo-1-dev' 'libobus-ocaml' 'r-cran-globals' 'ruby-swd' 'librte-gro17.11' 'liblog-agent-perl' 'cl-quri' 'libudunits2-0' 'lib32stdc++-6-dev' 'ufo-filters-data' 'python3-whichcraft' 'vokoscreen' 'python3-odb-api' 'libtest-command-perl' 'othman' 'librevenge-dev' 'libio-event-perl' 'sddm-theme-lubuntu-chooser' 'libghc-data-accessor-mtl-dev' 'xlbiff' 'r-bioc-altcdfenvs' 'terminal.app' 'dnssec-trigger' 'python-breezy-dbg' 'gir1.2-xmlb-1.0' 'libgoocanvasmm-2.0-doc' 'libmono-addins-gui-cil-dev' 'linux-buildinfo-4.18.0-13-lowlatency' 'uec-provisioning-common' 'glueviz' 'libpython3.7-dbg' 'maas-region-controller' 'language-pack-gnome-ro-base' 'debdelta' 'libtest-reporter-perl' 'gpaw' 'libmoosex-types-netaddr-ip-perl' 'amsynth' 'login-duo' 'ugene-data' 'apertium-br-fr' 'mricron' 'murasaki-common' 'libghc-mime-mail-dev' 'ocaml-core' 'lacme-accountd' 'libnetfilter-conntrack3' 'linux-modules-nvidia-390-4.15.0-1057-oem' 'toppred' 'python-dmidecode' 'libmongo-client-doc' 'libghc-binary-orphans-doc' 'prov-tools' 'ruby-logging-rails' 'goxel' 'libsezpoz-java-doc' 'libhtml-table-perl' 'sagemath-doc-pt' 'linux-tools-4.15.0-1009-oem' 'python3-hypothesis' 'libgfortran5-dbg-x32-cross' 'icedax' 'libclass-tiny-perl' 'liballjoyn-c-dev-1604' 'libjna-jni' 'python-mpltoolkits.basemap' 'libfprint0' 'mopidy-doc' 'libgnat-8-powerpc-cross' 'libauth-yubikey-decrypter-perl' 'irssi' 'ros-message-runtime' 'libglobus-xio-popen-driver' 'xserver-xorg-video-vmware-hwe-16.04' 'librecad' 'cli-common-dev' 'python3-django-hijack' 'tdom' 'libtext-diff-perl' 'python3-biopython' 'libsrtp2-dev' 'libgpac-dev' 'libmoosex-role-withoverloading-perl' 'ruby-mapscript' 'linux-image-unsigned-5.0.0-32-lowlatency' 'hledger-web' 'libp4est-sc-1.1' 'libsearchclient0v5' 'batmon.app' 'libyaml-syck-perl' 'libjthread-doc' 'libtacacs+1-dev' 'golang-github-hashicorp-go-reap-dev' 'dokujclient' 'ros-viz-dev' 'libxfdashboard0' 'python-notebook-doc' 'starlink-task-java-doc' 'python-all' 'fatsort' 'libghc-missingh-prof' 'sagetex' 'python3-mypy' 'virtuoso-vad-rdfmappers' 'libiomp5' 'lacme' 'libident' 'libc6-i386' 'zh-autoconvert' 'libnvtoolsext1' 'terminology' 'node-har-schema' 'game-data-packager' 'python-pilkit' 'dvdrip' 'dahdi-linux' 'libcupti9.1' 'fonts-dejavu-extra' 'banshee-extension-duplicatesongdetector' 'python-heatclient' 'python-ecasound' 'librtcom-telepathy-glib-dev' 'node-clone-buffer' 'libpaper-utils' 'node-d3-time-format' 'mate-themes' 'libfunction-parameters-perl' 'node-static-eval' 'libreoffice-sdbc-hsqldb' 'linux-headers-5.3.0-26-lowlatency' 'libxbase64-1' 'libtopic-tools1d' 'libaccounts-qt-doc' 'sagemath-doc-ru' 'libmono-addins0.2-cil' 'libghc-language-python-dev' 'libdatetime-format-dateparse-perl' 'libselinux1' 'c-sig' 'caja-wallpaper' 'libvo-amrwbenc0' 'libmoosex-object-pluggable-perl' 'espeakup' 'libdislocker0.7' 'libburn4' 'libsdl2-image-2.0-0' 'libsiloh5-0' 'apertium-tat' 'python-csscompressor' 'libeclipse-jdt-ui-java' 'php-cas' 'libghc-simple-prof' 'libcryptgps-ocaml-dev' 'atril-common' 'php-symfony-validator' 'libgphobos-6-dev-armhf-cross' 'linux-image-unsigned-4.15.0-1030-oem' 'linux-cloud-tools-virtual-gkeop-5.0' 'libgnat-5-arm64-cross' 'linux-modules-5.0.0-19-generic' 'python-backports.ssl-match-hostname' 'libghc-hedis-doc' 'libpython3.7-dev' 'libtest-portability-files-perl' 'fcitx-tools' 'python3-pydenticon' 'libgfortran5-mips64el-cross' 'libghc-monadlist-doc' 'fusiondirectory-plugin-argonaut' 'kwin' 'meritous-dbg' 'python-librtmp-dbg' 'liblz4-1' 'libexecs0' 'libghc-ekg-core-dev' 'termsaver' 'libvpb-dbg' 'libreoffice-writer' 'python3-soapysdr' 'gcc-8-cross-base-ports' 'python3-smbc' 'python3-apparmor' 'lib64stdc++6-6-dbg-i386-cross' 'xonsh-doc' 'libtickit-dev' 'g++-5-sh4-linux-gnu' 'linux-modules-5.3.0-1012-azure' 'refind' 'sssd-tools' 'libgtkdataboxmm0' 'singular-dev-doc' 'gcc-8-multilib-x86-64-linux-gnux32' 'ntfs-config' 'libshhopt1-dev' 'ftp.app' 'ruby-settingslogic-doc' 'wininfo' 'xvidenc' 'librsl1' 'pidgin-sipe' 'node-ansi-color-table' 'libn32stdc++-8-dev-mipsel-cross' 'fbzx' 'lib64gomp1-dbg' 'libbot-basicbot-perl' 'freeipmi-ipmidetect' 'python-flask-peewee' 'libgstrtspserver-1.0-dev' 'python-nose' 'libclang-6.0-dev' 'python3-pskc' 'nih-dbus-tool' 'sagemath-doc-tr' 'multimedia-players' 'python-setuptools-doc' 'liboggkate1' 'libhsail-rt-7-dev' 'libpcre2-8-0' 'libdune-grid-doc' 'libtemplate-plugin-javascript-perl' 'libgpiv3-dev' 'isight-firmware-tools' 'tarantool-lts-postgresql-module' 'python-jsonpickle' 'python3-blinker' 'lib32ubsan1-dbg-x32-cross' 'php-symfony-browser-kit' 'libgmm++-dev' 'gridengine-dev' 'node-thenify' 'librospack0d' 'libncurses5-dbg' 'linux-headers-4.18.0-1008-gcp' 'xbindkeys' 'libepub-dev' 'libpopt-dev' 'librbio2' 'cl-lml' 'tesseract-ocr-nep' 'libqt4-declarative-shaders' 'golang-github-peterhellberg-link-dev' 'fonts-mplus' 'linux-image-aws' 'android-libf2fs-utils' 'libotbcommandline-6.4-1' 'linux-tools-4.15.0-48-lowlatency' 'vdr' 'libcdi0' 'libpalm-perl' 'monodoc-base' 'qml-module-qtpositioning' 'liblinux-prctl-perl' 'gnome-screensaver-flags' 'context-modules' 'libtex-encode-perl' 'gadmin-openvpn-server-dbg' 'sugar-flipsticks-activity' 'libglib2.0-cil' 'gpgv' 'libkf5messagecomposer-dev' 'python-sphinxcontrib.httpdomain' 'python3-kdcproxy' 'doc-linux-fr-pdf' 'libdata-guid-perl' 'linux-image-4.15.0-24-lowlatency' 'libgnatprj5-dbg' 'python-apt' 'knetwalk' 'tk-table' 'smitools' 'festvox-italp16k' 'python-djorm-ext-pgarray' 'libtap-formatter-html-perl' 'ieee-data' 'ubuntu-core-launcher' 'parsnp' 'linux-buildinfo-4.15.0-1042-kvm' 'dwarf-fortress-data' 'nova-doc' 'libtime-period-perl' 'libgomp1-armel-cross' 'libgnat-7-dbg-hppa-cross' 'nordugrid-arc-java' 'libalien-gnuplot-perl' 'php-doctrine-cache-bundle' 'node-babel-plugin-syntax-jsx' 'libeccodes-data' 'libcore-match-clojure' 'r-other-mott-happy.hbrem' 'libmodbus-dev' 'libdigest-jhash-perl' 'agedu' 'libextutils-config-perl' 'libxmlrpc3-server-java' 'libjs-jquery-areyousure' 'printer-driver-indexbraille' 'linux-tools-4.15.0-1031-azure' 'linux-image-4.15.0-1046-gke' 'libghc-haxml-doc' 'python-linecache2' 'libghc-http-client-tls-doc' 'linux-headers-5.0.0-1017-gke' 'maas-dhcp' 'linux-modules-4.15.0-1045-oem' 'libdigest-elf-perl' 'gcc-7-plugin-dev-mips64el-linux-gnuabi64' 'libglew2.0' 'python3-testfixtures' 'cdr2odg' 'libtest-weaken-perl' 'libghc-uniplate-doc' 'libnewt-dev' 'libvpb-dev' 'libmodule-install-doapchangesets-perl' 'lib64asan2-dbg-x32-cross' 'libdouble-conversion-dev' 'cl-log' 'lib32gfortran-5-dev-mips64el-cross' 'saidar' 'libkf5syndication-dev' 'python3-siridb-connector' 'libdts-dev' 'linux-tools-4.15.0-52-lowlatency' 'png23d' 'python-nova' 'libboost-wave1.65-dev' 'ldp-docbook-xsl' 'python-click-threading' 'libcgi-application-plugin-viewcode-perl' 'node-array-from' 'libmason-plugin-htmlfilters-perl' 'libgtksourceviewmm-3.0-doc' 'libconcurrentlinkedhashmap-java' 'vfu' 'python3-twython' 'linux-modules-nvidia-418-gcp' 'node-caniuse-db' 'python-plplot-qt' 'libnvidia-ifr1-390' 'libequinox-http-servlet-java' 'libchart-strip-perl' 'linux-image-4.18.0-1018-azure' 'libcdk5' 'citation-style-language-styles' 'linux-image-4.15.0-1026-oracle' '3depict' 'libjavassist-java' 'dict-freedict-eng-ces' 'vdesk' 'sysrqd' 'mythgame' 'libsfobjc-8-dev-armhf-cross' 'cvs2svn' 'libgo7-armel-cross' 'ftp-upload' 'golang-logrus-dev' 'python-duckduckgo2' 'tk8.5' 'node-shebang-regex' 'libjlha-java-doc-ja' 'libghc-filestore-doc' 'tk8.6' 'magictouch' 'nagzilla' 'maildirsync' 'libappstreamqt2' 'linux-modules-4.15.0-46-lowlatency' 'language-pack-gnome-mai' 'python-reportlab-accel' 'node-ansi-align' 'homer-api' 'librunning-commentary-perl' 'python-ase' 'libpseudo' 'libncurses5-dev' 'cl-quicklisp' 'libjs-leaflet-markercluster' 'php-cgi' 'ruby-ruby-version' 'python-enthoughtbase' 'csstidy' 'libdune-typetree-dev' 'rhino' 'libc++-helpers' 'libdata-dpath-perl' 'libghc-random-prof' 'g++-mips64-linux-gnuabi64' 'libnet-dns-sec-perl' 'libbind-confparser-perl' 'golang-github-alecthomas-repr-dev' 'libmm-glib0' 'libgnuradio-pmt3.7.11' 'linux-headers-4.15.0-1042-gcp' 'libsofthsm2-dev' 'libmono-debugging-cil' 'node-subarg' 'libgumbo-dev' 'libghc-data-accessor-mtl-doc' 'librte-bus-pci17.11' 'libtrilinos-aztecoo-dev' 'libee-dev' 'libindicate-gtk3' 'libufo-bin' 'libttfautohint-dev' 'inkscape' 'libsocket-perl' 'cairo-dock-core' 'node-to-regex-range' 'ruby-jsonapi-renderer' 'language-pack-sr-base' 'linux-modules-extra-4.15.0-29-generic' 'node-d3-transition' 'linux-libc-dev-armhf-cross' 'ruby-fakeweb' 'aladin' 'libghc-trifecta-dev' 'gforge-common' 'libgnatprj5-dev' 'libowncloudsync-dev' 'linux-headers-5.0.0-1018-oem-osp1' 'gazebo9-common' 'linux-modules-4.15.0-1025-gcp' 'libghc-uri-encode-dev' 'node-shell-quote' 'libnginx-mod-http-echo' 'chronicle' 'libghc-mime-mail-doc' 'helpman' 'libabw-dev' 'node-npm-run-path' 'python3-numpy-dbg' 'weechat-curses' 'nvidia-driver-390' 'ruby-mixlib-versioning' 'linux-image-4.15.0-1034-aws' 'elektra-doc' 'ecere-extras' 'r-cran-mcmcpack' 'libopencolorio-dev' 'python-bitstring-doc' 'dcap-tunnel-gsi' 'golang-github-couchbase-moss-dev' 'libpam-afs-session' 'linux-modules-4.15.0-50-lowlatency' 'qml-module-qtwebengine' 'duc-nox' 'libjson-glib-1.0-common' 'lua-luaossl' 'paulstretch' 'vim' 'libapache2-mod-security2' 'libasan4-armel-cross' 'libcanary-stability-perl' 'linux-tools-5.0.0-1028-oem-osp1' 'python-cov-core' 'dvtm' 'amanda-client' 'vis' 'g2p-sk' 'vit' 'libdbix-abstract-perl' 'profitbricks-api-tools' 'monitoring-plugins-btrfs' 'linux-image-unsigned-4.18.0-1023-azure' 'gkrellm-reminder' 'libloudmouth1-dev' 'opendrim-lmp-ssh' 'mysqmail-courier-logger' 'python-rgain' 'python-keystone' 'libmypaint-dev' 'elpa-undercover' 'lua-leg-dev' 'spamc' 'node-bindings' 'libcache-perl' 'python-zzzeeksphinx' 'libghc-easy-file-dev' 'gmchess' 'libxmu-headers' 'python3-pyqt5.qtsql' 'libobjc-7-dev' 'libwiredtiger0' 'kazam' 'gfortran-5' 'libretro-beetle-vb' 'gfortran-6' 'gfortran-7' 'gfortran-8' 'wmforecast' 'liblz4-tool' 'python-rudolf' 'python-agatesql-doc' 'z80asm' 'gobjc++-6-multilib-arm-linux-gnueabihf' 'libmodule-depends-perl' 'pd-tclpd' 'python-avc' 'libanyevent-yubico-perl' 'ecasound-doc' 'pysycache-buttons-beerabbit' 'lib64gfortran-5-dev-mipsel-cross' 'libn32objc4-dbg-mips-cross' 'liblcm-lua' 'ncbi-tools-bin' 'tty-clock' 'libdate-holidays-de-perl' 'gdc-powerpc-linux-gnu' 'claws-mail-tools' 'tesseract-ocr-nld' 'libmagickcore-6-arch-config' 'nagcon' 'liblwgeom-dev' 'icewm-lite' 'python3-django-piston3' 'linux-modules-4.15.0-44-generic' 'python-arrow' 'libghc-language-python-doc' 'rafkill-data' 'linux-modules-extra-4.15.0-1045-gke' 'linux-image-unsigned-5.3.0-26-lowlatency' 'qutim' 'lib64go13-dbg-mips-cross' 'binutils-x86-64-linux-gnu-dbg' 'android-libcutils-dev' 'weechat-dev' 'libobjc-5-dev-alpha-cross' 'bzr-upload' 'gir1.2-gcr-3' 'icingaweb2-common' 'libqt4-qt3support' 'gobjc-7-aarch64-linux-gnu' 'gcc-8-plugin-dev-aarch64-linux-gnu' 'libgck-1-0' 'restricted-ssh-commands' 'lua-svn-dev' 'libx32ubsan0-dbg-amd64-cross' 'libregexp-grammars-perl' 'python3-dropbox' 'linux-modules-5.0.0-1024-oem-osp1' 'logitech-applet' 'libdate-hijri-perl' 'libtext-patch-perl' 'libvcflib1' 'libjs-jquery-ui' 'python3-mpegdash' 'monodoc-gmime2.6-manual' 'ecaccess' 'mscgen' 'ptscotch' 'apt-btrfs-snapshot' 'fenix-plugins' 'libghc-ekg-core-doc' 'vlc' 'libnet-daemon-perl' 'linux-image-unsigned-5.0.0-1020-gcp' 'libsmpp34-0' 'python3-igraph' 'zsh-theme-powerlevel9k' 'linux-cloud-tools-4.15.0-58-lowlatency' 'gnome-themes-ubuntu' 'python-azure-storage' 'gobjc-6-x86-64-linux-gnu' 'ruby-activeldap' 'python-pyhsm' 'xorriso' 'python-icalendar-doc' 'libdav1d0' 'liblo10k1-0' 'libodfgen-dev' 'libpam-heimdal' 'puppetmaster-passenger' 'libdav1d1' 'libdav1d2' 'libgmap1-dev' 'libdav1d3' 'python-nose-yanc' 'websockify' 'python3-zope.testrunner' 'sudo-ldap' 'r-cran-rsdmx' 'libopensurgsim-dev' 'libosmosim0' 'libpam-systemd' 'php-cli' 'dhcp-probe' 'linux-modules-nvidia-390-5.3.0-1008-azure' 'node-cookie-parser' 'linux-azure-headers-5.0.0-1012' 'thawab' 'libmojolicious-plugin-cgi-perl' 'libadolc2' 'linux-azure-headers-5.0.0-1014' 'gcc-7-plugin-dev-mips-linux-gnu' 'linux-modules-4.15.0-65-generic' 'libgstrtspserver-1.0-doc' 'linux-azure-headers-5.0.0-1016' 'libwlocate-dev' 'linux-azure-headers-5.0.0-1018' 'libnet-smpp-perl' 'telegnome' 'liblua5.1-0' 'toilet-fonts' 'fcitx-ui-qimpanel' 'libobjc-7-dev-powerpc-cross' 'gcc-6-powerpc64-linux-gnu-base' 'wavesurfer' 'libxfont2' 'libsisl-dev' 'libblockdev-loop-dev' 'node-babel-plugin-syntax-async-generators' 'vmg' 'libgpiv3-doc' 'libtggraphlayout-java-doc' 'node-json-parse-better-errors' 'xpuzzles' 'libclang-common-5.0-dev' 'xnecview' 'vmm' 'libqdbm3++c2' 'valac' 'pajeng' 'ocaml-tools' 'python-ipaddr' 'libghc-monad-loops-dev' 'ifscheme' 'libmedimport-dev' 'uima-utils' 'xserver-xorg-video-vmware' 'python-zeroc-ice' 'regina-normal-dev' 'jel-java' 'python-actionlib' 'r-cran-seroincidence' 'libghc-hxt-regex-xmlschema-dev' 'libfilesys-virtual-plain-perl' 'linux-azure-headers-5.0.0-1020' 'libcogl-gst20' 'extremetuxracer' 'python-toposort' 'linux-azure-headers-5.0.0-1022' 'libxrandr2' 'python-escript-doc' 'libgstreamer-plugins-base1.0-0' 'linux-azure-headers-5.0.0-1023' 'linux-azure-headers-5.0.0-1025' 'augustus-data' 'linux-azure-headers-5.0.0-1027' 'golang-github-streadway-amqp-dev' 'linux-azure-headers-5.0.0-1028' 'linux-cloud-tools-4.15.0-62-lowlatency' 'linux-azure-headers-5.0.0-1029' 'linux-buildinfo-4.15.0-1026-gcp' 'gccgo' 'libventrilo3-0' 'node-babel-helper-hoist-variables' 'node-hook-std' 'golang-github-mreiferson-go-httpclient-dev' 'ruby-macaddr' 'ocamlmod' 'libgail-3-0' 'libnvtt-dev' 'libn32gcc-6-dev-mipsel-cross' 'r-cran-bradleyterry2' 'gir1.2-grss-0.7' 'libandroid-23-java' 'libghc-easy-file-prof' 'libitpp8v5' 'python3-zenoss' 'node-regenerator-transform' 'system-config-printer-udev' 'python-tunigo' 'tesseract-ocr-nor' 'ruby-jeweler' 'science-typesetting' 'libtinfo-dev' 'libst-dev' 'python-etcd3gw' 'kcptun' 'python-symeig-dbg' 'gccgo-6-powerpc-linux-gnu' 'libreadonly-perl' 'linux-azure-headers-5.0.0-1031' 'mgltools-molkit' 'linux-azure-headers-5.0.0-1032' 'libfreefare-dev' 'virtualenvwrapper' 'lib32stdc++6-7-dbg' 'libobjc-7-dev-ppc64el-cross' 'lib32asan5-s390x-cross' 'libsuperlu5' 'libcatmandu-mab2-perl' 'keditbookmarks' 'libmatio4' 'libmateweather1' 'python-input-pad' 'python-xmlbuilder' 'empathy-skype' 'python3-pyqt5.qtsvg' 'libhyperscan-dev' 'golang-prometheus-client-dev' 'libintellij-annotations-java-doc' 'xlax' 'slepc-dev' 'spark' 'libjnr-unixsocket-java' 'liblocale-maketext-fuzzy-perl' 'banshee-extension-lirc' 'libqt5webview5' 'python3-glob2' 'vor' 'libconfig-methodproxy-perl' 'libvpb-doc' 'libmrpt-hmtslam1.5' 'linux-cloud-tools-4.18.0-13-lowlatency' 'lib32gcc1-dbg-ppc64-cross' 'language-pack-gnome-bs-base' 'linux-headers-4.15.0-1042-gke' 'lib32cilkrts5-dbg-sparc64-cross' 'libsoap-lite-perl' 'libcdt5' 'node-browserslist' 'libavutil55' 'libghc-hclip-dev' 'gfortran-powerpc-linux-gnuspe' 'libaudio-wav-perl' 'libghc-zlib-prof' 'libcarrotsearch-randomizedtesting-java' 'gobjc-x86-64-linux-gnux32' 'node-process-nextick-args' 'syslog-ng-mod-graphite' 'netatalk' 'gifti-bin' 'librime-data-jyutping' 'syslinux' 'libshout3-dev' 'libsmpeg-dev' 'python-django-gravatar2' 'libdb-java-dev' 'pidgin-skype-dbg' 'xtermcontrol' 'bilibop-rules' 'qemu-system-sparc' 'python3-django-mptt' 'prooftree' 'ubuntu-mate-wallpapers-artful' 'gpsd' 'xwayland' 'liblog-dispatch-array-perl' 'purity-ng' 'flashproxy-common' 'python-flask-restful-doc' 'spass' 'ganeti-haskell-2.16' 'libdist-zilla-plugin-test-podspelling-perl' 'libkf5libkdepim-dev' 'gosa-plugin-netgroups' 'gcc-8-plugin-dev' 'python-bottle' 'libkqoauth0' 'python-pyqtgraph-doc' 'open-jtalk-mecab-naist-jdic' 'spacefm-common' 'libkonqsidebarplugin-dev' 'libcatalyst-model-dbic-schema-perl' 'gsound-tools' 'libkdl-parser0d' 'lib32gfortran5-dbg-mips64el-cross' 'trac-wysiwyg' 'libindigo-java' 'python3-petsc4py' 'libtie-ixhash-perl' 'wesnoth-1.12-trow' 'libghc-operational-dev' 'libmercator-0.3-dev' 'libkibi-dbg' 'pd-xsample' 'dde-calendar' 'velvetoptimiser' 'libelektra-dev' 'sb16ctrl-bochs' 'libghc-equivalence-dev' 'cantata' 'libdune-typetree-doc' 'libkf5calendarsupport-dev' 'oss4-dkms' 'fonts-adf-irianis' 'libboost-program-options1.62.0' 'libopencv-viz-dev' 'kdevelop-php-l10n' 'node-loader-utils' 'fonts-mathjax-extras' 'chezscheme9.5-dev' 'eancheck' 'libtext-worddiff-perl' 'python-pint-doc' 'linux-image-5.0.0-1037-oem-osp1' 'vlc-data' 'liblognorm-dev' 'libc6-dev-ppc64-powerpc-cross' 'libxcb-render0-dev' 'python3-prawcore' 'libace-rmcast-6.4.5' 'kde-config-mailtransport' 'distro-info-data' 'ruby-font-awesome-rails' 'node-eventsource' 'soundscaperenderer' 'pycsw' 'python-smmap' 'libghc-trifecta-doc' 'mdbtools' 'libghc-quickcheck-unicode-prof' 'libghc-uri-encode-doc' 'libbio-mage-perl' 'libgfortran-6-dev-armel-cross' 'libgdchart-gd2-xpm-dev' 'linux-modules-4.15.0-1023-oracle' 'python-bitstruct' 'libassuan-mingw-w64-dev' 'libukui-menu-dev' 'kmail' 'libpmi2-pmix' 'linux-image-unsigned-5.0.0-1018-oem-osp1' 'chromium-codecs-ffmpeg' 'lighttpd-mod-trigger-b4-dl' 'gobjc-multilib-powerpc64-linux-gnu' 'libukwm-1-dev' 'dpatch' 'libghc-network-protocol-xmpp-dev' 'python3-bitarray' 'qutebrowser' 'libiniparser1' 'libtheora0' 'libip6tc-dev' 'linux-tools-aws' 'libantlr3-gunit-java-doc' 'libreoffice-common' 'texlive-lang-italian' 'libeclipse-e4-ui-css-swt-theme-java' 'pd-cxc' 'fusiondirectory-plugin-fusioninventory-schema' 'libgfortran4-hppa-cross' 'linux-image-virtual-hwe-18.04-edge' 'mirrormagic-data' 'lib64gphobos68-x32-cross' 'linux-modules-nvidia-390-5.0.0-1023-azure' 'heat-cfntools' 'r-cran-hypergeo' 'linux-image-5.0.0-1012-aws' 'exim4-dev' 'python-versiontools' 'quagga-bgpd' 'libtaktuk-perl' 'libapache2-mod-encoding' 'libgo7-s390x-cross' 'fonts-ipamj-mincho' 'linux-cloud-tools-4.18.0-1018-azure' 'libfcml0' 'libkarma-dev' 'r-cran-spatstat.utils' 'libkf5screen-dev' 'mytharchive' 'python3-dtcwt' 'libhdf4-alt-dev' 'node-htmlparser' 'libchamplain-gtk-doc' 'linux-buildinfo-4.18.0-1024-azure' 'node-get-value' 'libmypaint-doc' 'gdc-6-multilib-sparc64-linux-gnu' 'libsndfile1' 'python-midiutil-doc' 'php-intl' 'libweb-scraper-perl' 'pypy-ipaddress' 'r-cran-strucchange' 'bzr-pipeline' 'gobjc++-8-mips64el-linux-gnuabi64' 'libmspack-dev' 'libpaperclips-java-doc' 'python-sphinxcontrib.actdiag' 'libghc-easy-file-doc' 'z-push-backend-galsearch-ldap' 'doxypy' 'sparkleshare' 'soapysdr-module-uhd' 'fonts-smc-uroob' 'rxvt' 'dynalogin-server' 'libslepc-complex-3.7.4-dev' 'linux-image-unsigned-5.0.0-1020-gke' 'gkrellmd' 'vc-dev' 'gforge-mta-postfix' 'python3-django-oauth-toolkit' 'librose-db-perl' 'libasan4-dbg-ppc64el-cross' 'libdatetime-locale-perl' 'linux-virtual-hwe-18.04-edge' 'libpam-ocaml' 'libmoosex-traits-perl' 'libgnat-5-mipsel-cross' 'libodb-sqlite-dev' 'gobjc++-5-s390x-linux-gnu' 'cpio-doc' 'libiconv-hook-dev' 'libghc-simple-sendfile-dev' 'libn32gcc-8-dev-mips-cross' 'lib32ubsan1-dbg-amd64-cross' 'gausssum' 'libgnat-7-dbg-mips64-cross' 'blackbox' 'node-getobject' 'libkibi-dev' 'moserial' 'flashbench' 'libkf5prison5' 'x2x' 'goiardi' 'elpa-nov' 'qgis-provider-grass' 'php-net-url2' 'libmoosex-async-perl' 'linux-modules-extra-4.18.0-1007-azure' 'weechat-doc' 'libghc-irc-prof' 'linux-buildinfo-5.0.0-1027-azure' 'python3-keepalive' 'rasterlite2-bin' 'ciso' 'libncbi6-dev' 'erlang-mnesia' 'x2goserver-extensions' 'libplexus-ant-factory-java' 'libapp-perlrdf-command-query-perl' 'language-pack-hu-base' 'libxcb-screensaver0-dev' 'python3-liblo' 'fonts-cwtex-kai' 'linux-modules-extra-5.3.0-22-generic' 'icecc' 'librdf-doap-perl' 'libasan4-s390x-cross' 'python3-decorator' 'libtext-levenshteinxs-perl' 'pysycache-move-plants' 'libepr-api-dev' 'ufoai-sound' 'libquazip5-dev' 'gobjc++-7-powerpc64-linux-gnu' 'node-mimic-fn' 'oar-user-mysql' 'node-output-file-sync' 'python-mutagen-doc' 'libcupti-dev' 'vamp-plugin-sdk' 'liquidsoap-plugin-theora' 'mikmod' 'linux-modules-extra-5.0.0-1018-aws' 'typespeed' 'python-txfixtures' 'libasan5-sparc64-cross' 'python-novaclient-doc' 'libmodule-starter-plugin-simplestore-perl' 'apertium-tur' 'libfolks-dummy25' 'gnumed-doc' 'python3-sympy' 'libteem2' 'libapp-cell-perl' 'xinetd' 'libnuget-core-cil' 'xcalib' 'libtest-www-declare-perl' 'libghc-yesod-persistent-dev' 'gobjc++-multilib-sparc64-linux-gnu' 'katomic' 'uwsgi-plugin-rbthreads' 'libnews-scan-perl' 'libghc-word-trie-dev' 'wxmaxima' 'libreactivedata-ocaml' 'golang-github-samuel-go-zookeeper-dev' 'python-elements' 'dns2tcp' 'openafs-fuse' 'libxmlrpc-core-c3-dev' 'libkasten3okteta1core1' 'fonts-kaushanscript' 'fcrackzip' 'liburdf0d' 'python-chef' 'gcc-multilib' 'python-opcua' 'libwine-development-dev' 'libwww-form-urlencoded-perl' 'tryton-modules-stock-package' 'libtolua-dev' 'grub-rescue-pc' 'libappmenu-gtk2-parser0' 'libgnatcoll-sqlite17.0.2017' 'libdsfmt-1279-1' 'libghc-monad-loops-doc' 'alsoft-conf' 'r-cran-pscbs' 'fcml' 'regina-normal-doc' 'libreadosm1-dbg' 'libpgobject-simple-perl' 'libghc-hxt-regex-xmlschema-doc' 'python-iptcdata' 'btrbk' 'libclsparse1' 'mdk3' 'python-urllib3' 'gobjc++-6-alpha-linux-gnu' 'qtcreator-data' 'libghc-http-date-prof' 'golang-github-shopspring-decimal-dev' 'coinor-libcgl-dev' 'python-pykdtree' 'gemrb-baldurs-gate' 'gnat-mingw-w64-i686' 'acpica-tools' 'ruby-beaneater' 'libtask-kensho-dbdev-perl' 'gnuift-perl' 'libx32lsan0-dbg-amd64-cross' 'libcrystalhd-dev' 'python3-dfwinreg' 'gcc-6-mips64-linux-gnuabi64-base' 'golang-github-zillode-notify-dev' 'aterm-ml' 'fonts-tlwg-loma-otf' 'lib32stdc++6-4.8-dbg' 'libupsclient-dev' 'quagga-pimd' 'linux-tools-oem-osp1' 'gambc-doc' 'libguice-java' 'python-odoorpc' 'libpackagekitqt5-1' 'golang-github-skarademir-naturalsort-dev' 'libconstant-defer-perl' 'libmgl-wx7.5.0' 'libdigest-md4-perl' 'libeclipse-core-databinding-observable-java' 'php7.2-snmp' 'utf8-migration-tool' 'lib32gomp1-dbg-sparc64-cross' 'python3-pyproj' 'libjgraphx-java' 'caja-seahorse' 'libfreefare-doc' 'quake3-server' 'python-stringtemplate3' 'libcifti0' 'devicetype-detect' 'linux-headers-4.15.0-1052-kvm' 'libjpeg8' 'python-cracklib' 'libexporter-tidy-perl' 'libjpeg9' 'libgo7-dbg' 'libx32stdc++6-8-dbg' 'extremetuxracer-data' 'cwiid-dbg' 'linux-modules-nvidia-418-5.0.0-1028-oem-osp1' 'librcc-dev' 'cinnamon-desktop-environment' 'node-zeparser' 'libgmerlin-avdec-dev' 'libbusiness-onlinepayment-perl' 'xz-utils' 'libgtk3-nocsd0' 'python3-precis-i18n' 'eekboek-db-postgresql' 'fonts-samyak-gujr' 'icingaweb2-module-doc' 'libicu-le-hb0' 'r-cran-spatstat' 'vcheck' 'libcwiid-dev' 'libauthen-sasl-cyrus-perl' 'libopkele-dev' 'linux-headers-4.15.0-1021-oracle' 'bootparamd' 'firehol-tools-doc' 'arch-install-scripts' 'linux-modules-4.15.0-1035-kvm' 'libnfft3-2' 'libghc-hclip-doc' 'libopenobex2' 'prepair-data' 'libopencv-flann3.2' 'libgcc1-dbg-mips64-cross' 'ruby-standalone' 'libcbf-dev' 'opalmod' 'python-first' 'vym' 'linux-image-4.15.0-1033-oracle' 'libeclipse-core-databinding-java' 'robocut' 'wallstreet' 'qshutdown' 'libycadgraywolf1' 'python3-skytools' 'edubuntu-menueditor' 'xfonts-intl-chinese' 'soapysdr0.6-module-all' 'gobjc++-8-arm-linux-gnueabihf' 'libstdc++6-5-dbg-mips-cross' 'netatalk-dbg' 'gdb-multiarch' 'ruby-coveralls' 'libecasoundc1v5' 'mspdebug' 'meritous-data' 'libgfortran5-dbg-sparc64-cross' 'python-mpi4py-doc' 'libblockdev-btrfs2' 'libnginx-mod-http-cache-purge' 'choreonoid' 'linux-tools-4.15.0-1052-gke' 'libsmlnj-smlnj' 'album-data' 'python-repoze.who' 'python-mailutils' 'ruby-chef-config' 'gcc-multilib-mipsel-linux-gnu' 'libmono-fuse-cil' 'libghc-bitarray-dev' 'cpp-7-mips64el-linux-gnuabi64' 'tntnet-runtime' 'libkf5kmahjongglib-dev' 'liblayout-java' 'node-parse-base64vlq-mappings' 'ploop' 'golang-gopkg-go-playground-validator.v8-dev' 'libkitchensink-clojure' 'gccgo-8-riscv64-linux-gnu' 'eclipse-cdt-profiling-framework' 'libeina-dev' 'systray-mdstat' 'libghc-operational-doc' 'golang-github-jacobsa-oglemock-dev' 'libjdom1-java' 'libghc-hgettext-dev' 'linux-tools-4.15.0-1037-azure' 'libpam-krb5' 'libgoogle-gson-java' 'libgdl-3-common' 'libghc-equivalence-doc' 'uruk' 'dict-freedict-eng-cym' 'cl-md5' 'sharutils' 'libubsan0-armel-cross' 'node-dateformat' 'rotter' 'libreoffice-kde4' 'pente' 'python3-ctdopts' 'chezscheme9.5-doc' 'libauthen-simple-cdbi-perl' 'libgfortran3-dbg-mips64-cross' 'gkdebconf' 'libgladeui-dev' 'gdc-5-powerpc64le-linux-gnu' 'ipxe-qemu-256k-compat-efi-roms' 'lib32atomic1-amd64-cross' 'xcrysden-data' 'linux-headers-5.0.0-1021-gcp' 'gcc-6-plugin-dev-i686-linux-gnu' 'libglc0' 'ftpcopy' 'libmoe-dev' 'python-cmislib' 'ruby-binding-of-caller' 'linux-image-unsigned-4.15.0-1024-oem' 'lxpolkit' 'tomcat9-docs' 'libvmem1-debug' 'libipc-filter-perl' 'libextutils-typemap-perl' 'python3-cerealizer' 'qtmultimedia5-doc-html' 'sipgrep' 'p910nd' 'verbiste-el' 'libghc-network-protocol-xmpp-doc' 'libtrilinos-nox12' 'libplexus-languages-java' 'libyojson-ocaml-dev' 'gfortran-7-s390x-linux-gnu' 'mcollective-server-provisioner' 'libhfgfortran3-armel-cross' 'phonon-backend-gstreamer' 'lib32cilkrts5-dbg-x32-cross' 'golang-github-tdewolff-parse-dev' 'swig3.0' 'libxml-rss-feed-perl' 'gcc-7-plugin-dev-powerpc64le-linux-gnu' 'libjs-prototype' 'libghc-th-lift-instances-dev' 'maxima-emacs' 'node-text-encoding' 'python3-statsmodels-lib' 'libgportugol0' 'libsamplerate-ocaml-dev' 'subtle' 'libgnatvsn5-dev-mips64el-cross' 'xlog' 'libcrypto++-dev' 'libbin-prot-ocaml' 'linux-tools-4.15.0-1013-oem' 'paw-demos' 'libmspack-doc' 'libmaven-scm-java' 'parted' 'rsyncrypto' 'uwsgi-extra' 'libubsan0-dbg-armel-cross' 'ruby-unindent' 'linux-image-5.0.0-1023-azure' 'linux-aws-5.0-tools-5.0.0-1021' 'clamav' 'libpam-ocaml-dev' 'printer-driver-cups-pdf' 'linux-aws-5.0-tools-5.0.0-1022' 'linux-tools-4.15.0-1040-aws' 'linux-aws-5.0-tools-5.0.0-1023' 'emacs-mozc' 'email-reminder' 'libfile-share-perl' 'linux-aws-5.0-tools-5.0.0-1024' 'linux-aws-5.0-tools-5.0.0-1025' 'sigscheme' 'libdrm2' 'bcolz-doc' 'wims-help' 'ncurses-term' 'dietlibc-dev' 'sweeper' 'oss-preserve' 'scilab-plotlib' 'libnetfilter-queue1' 'rsrce' 'pyscrabble-common' 'lib32itm1-dbg-ppc64-cross' 'libnma0' 'python-pyicu' 'libgle3' 'python3-openid-teams' 'libblockdev-mdraid-dev' 'camitk-imp' 'kchmviewer' 'node-cookie-signature' 'python-diff-match-patch' 'python3-lib2to3' 'linux-signed-gcp' 'libfsharp-core4.3-cil' 'binutils-msp430' 'python-topic-tools' 'atomix' 'libctapimkt1-dev' 'libghc-simple-sendfile-doc' 'python-webob' 'libghc-control-monad-free-dev' 'xubuntu-core' 'chado-utils' 'libjs-ipaddr' 'gnome-exe-thumbnailer' 'cpp-8-powerpc-linux-gnuspe' 'gedit-common' 'wmii-doc' 'libnacore-dev' 'ruby-responders' 'python3-libsmdev' 'libtext-wrapi18n-perl' 'libatomic1-dbg-sh4-cross' 'libcheck-isa-perl' 'hol88-library-help' 'lib32itm1-x32-cross' 'cpp-7-x86-64-linux-gnu' 'linux-image-unsigned-4.15.0-46-generic' 'juce-modules-source' 'node-path-is-inside' 'libalgorithm-permute-perl' 'libgap-sage-dev' 'libx32tinfo-dev' 'fusiondirectory-plugin-fai' 'webcamoid' 'libpam-mount' 'linux-buildinfo-5.0.0-1021-aws' 'gfortran-7-multilib-powerpc-linux-gnu' 'bittornado' 'python3-yaml' 'libdancer-plugin-auth-extensible-perl' 'qevercloud-doc' 'libtest-mocktime-perl' 'jmeter-help' 'libcrcutil0' 'libpcl1-dev' 'libghc-xmlhtml-prof' 'linux-headers-4.15.0-1056-oem' 'libchewing3-dev' 'gnome-startup-applications' 'linux-buildinfo-4.15.0-1036-kvm' 'ruby-notify' 'puredata-core' 'libmoosex-aliases-perl' 'libtext-findindent-perl' 'dropbear-bin' 'libpjmedia-codec2' 'python-gnome2-dev' 'kamailio-radius-modules' 'zabbix-cli' 'fso-audiod' 'gcc-7-sparc64-linux-gnu-base' 'leaktracer' 'libhersheyfont0' 'lcmaps-plugins-jobrep-admin' 'lib32atomic1-dbg-x32-cross' 'libxcb-shape0' 'libapache2-mod-authz-securepass' 'linux-modules-4.15.0-1039-oem' 'libcupti-doc' 'openvswitch-vtep' 'ruby-google-protobuf' 'gccgo-alpha-linux-gnu' 'gcc-7-mips64el-linux-gnuabi64' 'gtk-theme-switch' 'libmiaviewit-dev' 'gfortran-8-alpha-linux-gnu' 'cynthiune.app' 'samba-vfs-modules' 'lua-cgi' 'x4d-icons' 'python-webpy' 'fonts-crosextra-caladea' 'asterisk-prompt-fr-proformatique' 'uanytun' 'libghc-happstack-jmacro-dev' 'phenny' 'libghc-yesod-persistent-doc' 'python3-genty' 'libghc-tagsoup-prof' 'ubertooth-firmware-source' 'libcec4' 'libvte-common' 'libghc-word-trie-doc' 'linux-headers-4.15.0-32-lowlatency' 'libzeep-dev' 'php-http-request2' 'libnvidia-ifr1-418' 'stiff' 'elpa-migemo' 'python-pybiggles' 'libnfft3-double2' 'python-wxtools' 'libgoogle-perftools4' 'gnat-5-mipsel-linux-gnu' 'libgpp4-dev' 'libwinpr-input0.1' 'lib32go7-mips64el-cross' 'lib64asan3-dbg-powerpc-cross' 'libkmc-dev' 'python-babel-localedata' 'binutils-multiarch' 'uwsgi-plugin-fiber' 'minetest-mod-mobf-trap' 'catch' 'maxima-sage' 'xpilot-ng-client-sdl' 'pcb-rnd' 'python-pdfrw' 'libasan4-dbg-x32-cross' 'libboost-locale1.62.0' 'nordugrid-arc-acix-index' 'generator-scripting-language' 'python-skimage-doc' 'gobjc-8-multilib-x86-64-linux-gnux32' 'sauerbraten' 'python3-molotov' 'pcp-import-collectl2pcp' 'linux-buildinfo-5.0.0-1022-oem-osp1' 'multistrap' 'gcl-doc' 'python-xkcd' 'ruby-hashery' 'webcamd' 'php-horde-log' 'wgaelic' 'python-ibm-db-sa' 'nvidia-367-dev' 'libgnat-8-dbg-powerpcspe-cross' 'srecord' 'libdivsufsort3' 'coinor-libcgl-doc' 'php-symfony-polyfill-iconv' 'python-pyfaidx-examples' 'linux-tools-5.0.0-25-lowlatency' 'libixion-dev' 'libopus-ocaml-dev' 'qtserialport5-doc-html' 'dosemu' 'wcstools' 'spawn-fcgi' 'python3-pymeasure' 'r-cran-rstudioapi' 'golang-guestfs-dev' 'python3-bdist-nsi' 'uwsgi-dbg' 'python3-yapf' 'milkytracker' 'linux-headers-4.15.0-1036-gcp' 'libmoosex-traits-pluggable-perl' 'ibus-qt4' 'debaux' 'linux-headers-4.18.0-1012-gcp' 'libgdm-dev' 'python-ripe-atlas-sagan-doc' 'knode' 'python-unidecode' 'libspeex-ocaml' 'fonts-hack-ttf' 'libnvidia-ifr1-430' 'python3-lmdb' 'libaudclient2' 'drascula' 'glassfish-toplink-essentials' 'avahi-dnsconfd' 'procmail-lib' 'libnvidia-ifr1-435' 'linux-modules-4.15.0-1019-gcp' 'cmake-qt-gui' 'openambit' 'libmail-java-doc' 'libgnatvsn6-dev-powerpc-cross' 'ruby-omniauth-authentiq' 'charon-cmd' 'clamfs' 'glmark2-drm' 'zabbix-proxy-sqlite3' 'gcc-7-i686-linux-gnu-base' 'libdist-inkt-role-release-perl' 'lib64stdc++6-6-dbg-mips-cross' 'nvidia-driver-418' 'happycoders-libdbg' 'libghc-token-bucket-dev' 'gosa-plugin-phpscheduleit' 'asterisk-core-sounds-en-wav' 'libglib2.0-dev' 'scmxx' 'node-p-map' 'python3-pg8000' 'libxom-java-doc' 'libnginx-mod-rtmp' 'dhcpy6d' 'hamradio-antenna' 'lwatch-dbg' 'ltspfsd-core' 'libgmerlin-avdec-doc' 'therion-doc' 'libkf5mediaplayer-data' 'gobjc++-8-sh4-linux-gnu' 'qgis-providers-common' 'python3-yaql' 'language-pack-uk-base' 'linux-tools-4.18.0-1008-azure' 'tryton-modules-commission-waiting' 'cadubi' 'python-twisted-web' 'libzzip-dev' 'mgetty-docs' 'libhfobjc-8-dev-armel-cross' 'winregfs' 'libjs-languages4translatewiki' 'blends-dev' 'ruby-mustermann' 'libthreadweaver4' 'libmediawiki-dumpfile-perl' 'libflickr-upload-perl' 'gobjc++-5-multilib-i686-linux-gnu' 'libosmocore6' 'rails' 'liblogging-stdlog-dev' 'linux-image-4.15.0-1050-gke' 'libghc-mbox-dev' 'xmms2-plugin-avcodec' 'freedink-engine' 'python3-yara' 'gstreamer1.0-x' 'libwsdl4j-java-doc' 'tesseract-ocr-oci' 'iestonian' 'lizardfs-common' 'python-pyqt5.qtpositioning' 'fcitx-config-gtk' 'libperldoc-search-perl' 'libncursesada-doc' 'python3-keras' 'nestopia' 'python3-yarl' 'libghc-bitarray-doc' 'php-horde-service-facebook' 'libvtk7-dev' 'python3-pkg-resources' 'ices2' 'bio-tradis' 'liboping-dev' 'webservice-office-zoho' 'libapache2-authcookie-perl' 'heimdal-docs' 'libterm-title-perl' 'libstdc++-7-dev-riscv64-cross' 'nvidia-driver-430' 'lighttpd-mod-magnet' 'hyantesite' 'libghc-hgettext-doc' 'lubuntu-restricted-extras' 'brandy' 'freedroidrpg-data' 'ruby-cocoon' 'libcrypt-urandom-perl' 'nvidia-driver-435' 'libgo11-dbg-armel-cross' 'fdroidcl' 'peace-look' 'node-querystringify' 'wcc' 'libgccjit-5-dev' 'gosa-plugin-mit-krb5' 'wcd' 'debian-reference-common' 'gsl-doc-pdf' 'libx32ubsan1-dbg' 'ulatency' 'libtest-taint-perl' 'python3-bitbucket-api' 'libgfortran5-powerpcspe-cross' 'libstring-random-perl' 'libbusiness-isbn-perl' 'qml-module-qtquick-extras' 'chuck' 'libgladeui-doc' 'php-horde-cache' 'ruby-origami' 'libcamomile-ocaml-data' 'libopencv3.2-jni' 'plymouth-theme-edubuntu' 'jigdo-file' 'fonts-tlwg-waree-ttf' 'tritium' 'fretsonfire-game' 'ocaml-ulex08' 'libandroid-ddms-ui-java' 'repro' 'uwsgi-dev' 'r-cran-genetics' 'python-karborclient' 'libstdc++6-7-dbg-powerpcspe-cross' 'libktorrent-dev' 'linux-headers-4.15.0-65-generic' 'libpcaudio0' 'python-passlib' 'node-media-typer' 'fcitx-module-autoeng-ng' 'cl-launch' 'elpa-ido-completing-read+' 'golang-github-naoina-go-stringutil-dev' 'libdbusada3-dev' 'med-epi' 'libeclipse-team-genericeditor-diff-extension-java' 'libgnustep-base1.25' 'libgo11-alpha-cross' 'libstring-toidentifier-en-perl' 'libghc-userid-dev' 'libparse-pidl-perl' 'wdm' 'python-rpy-doc' 'libgnat-8-mips64el-cross' 'linux-buildinfo-4.15.0-69-lowlatency' 'libasan3-i386-cross' 'phonon-backend-gstreamer-common' 'liblsan0-dbg-ppc64-cross' 'cpp-4.8-doc' 'php-fig-link-util' 'libglpk-java' 'libfelix-osgi-obr-java' 'libpam-yubico' 'pop3browser' 'libcache-cache-perl' 'evtest' 'libghc-map-syntax-dev' 'libghc-ekg-prof' 'linux-image-gke-4.15' 'libghc-stringprep-prof' 'libkf5compactdisc-dev' 'libghc-th-lift-instances-doc' 'gcc-6-multilib-powerpc64-linux-gnu' 'ketchup' 'obsession' 'python-posix-ipc' 'libppl14' 'python-pypump-doc' 'python3-tvdb-api' 'golang-github-klauspost-cpuid-dev' 'libghc-quickcheck-simple-prof' 'ceilometer-common' 'gcc-7-plugin-dev-riscv64-linux-gnu' 'libcrypto++-doc' 'libmoosex-attributehelpers-perl' 'linux-modules-extra-4.15.0-66-generic' 'gir1.2-ido3-0.1' 'tm-align' 'reglookup-doc' 'libatomic1-amd64-cross' 'coffeescript-doc' 'pbalign-doc' 'linux-image-unsigned-4.15.0-58-lowlatency' 'language-pack-pl-base' 'python-pyside.qtgui' 'ivy-doc' 'cl-opencv-apps' 'libismrmrd1.3' 'caml-crush-clients' 'libghc-resource-pool-dev' 'dietlibc-doc' 'epoptes-client' 'python-watson-developer-cloud' 'liballegro-dialog5-dev' 'libandroidsdk-hierarchyviewerlib-java' 'ruby-bogus' 'vmfs-tools' 'debian-cd' 'compiz-gnome' 'python-psphere' 'libyaml-libyaml-perl' 'libfreecontact0v5' 'python-bs4' 'node-regenerate' 'php-dev' 'bladerf-fpga-hostedx115' 'python-xkit' 'vdradmin-am' 'linux-signed-generic-hwe-18.04' 'libghc-control-monad-free-doc' 'stterm' 'uima-examples' 'linux-hwe-5.0-tools-5.0.0-41' 'ibus-table-cangjie-big' 'libasan3-dbg-armhf-cross' 'sawfish-themes' 'libgomp1-ppc64-cross' 'python3-jupyter-core' 'asciiart' 'spamoracle' 'liblrsgmp-dev' 'uhexen2' 'hasktags' 'libnacore-doc' 'libheartbeat2' 'golang-github-tendermint-go-clist-dev' 'lua-check' 'python-jira' 'gcc-arm-linux-gnueabihf' 'linux-modules-nvidia-390-5.0.0-1029-azure' 'debsecan' 'libgap-sage-doc' 'php7.2-xmlrpc' 'libparse-method-signatures-perl' 'gcc-5-plugin-dev-powerpc-linux-gnuspe' 'elpa-evil-paredit' 'libxmlsec1-gnutls' 'libwolfssl15' 'dict-freedict-eng-deu' 'mmass-modules' 'libghemical-dev' 'lib32objc4-dbg-sparc64-cross' 'libio-dirent-perl' 'grilo-plugins-0.3' 'mp4v2-dbg' 'python-gnome2-doc' 'ea-utils' 'libghc-ghc-mtl-dev' 'homer-api-mysql' 'pidgin-bot-sentry' 'libn32go11-dbg-mipsel-cross' 'linux-modules-extra-5.3.0-1010-gcp' 'linux-image-unsigned-4.15.0-62-lowlatency' 'qtdeclarative5-unity-action-plugin' 'libwim-dev' 'libyelp-dev' 'libmp4v2-dev' 'gforge-lists-mailman' 'genbackupdata' 'linux-tools-4.15.0-1023-azure' 'perl-byacc' 'libperl6-say-perl' 'linux-buildinfo-4.15.0-1050-oem' 'elpa-ps-ccrypt' 'ruby-fog-xml' 'node-os-tmpdir' 'speech-dispatcher-pico' 'libobject-multitype-perl' 'libahven27' 'orthanc-imagej' 'ipv6calc' 'linux-tools-4.15.0-1066-oem' 'fusiondirectory-plugin-personal-schema' 'zsh-static' 'libhepmc-dev' 'ruby-rainbow' 'isoqlog' 'ebsmount' 'lib32asan5-dbg-amd64-cross' 'libghc-happstack-jmacro-doc' 'linux-headers-4.15.0-1036-gke' 'libghc-setlocale-prof' 'php-symfony-polyfill-apcu' 'mash-doc' 'libgo7-ppc64-cross' 'scalapack-mpi-test' 'libcrypt-openssl-rsa-perl' 'libcmpiosbase-common0' 'php-twig' 'libgomp1-powerpc-cross' 'libgraph-readwrite-perl' 'libghc-test-framework-quickcheck2-prof' 'sass-spec' 'debian-el' 'asterisk-mobile' 'libdbus-glib2.0-cil' 'libautovivification-perl' 'linux-oem' 'libfreefem0' 'node-lazy-property' 'libvanessa-socket-pipe' 'icewm' 'gnustep-icons' 'gnat-8-sjlj-powerpc-linux-gnu' 'libmono-addins-msbuild-cil-dev' 'libgpp4-doc' 'lib64stdc++6-5-dbg' 'connectomeviewer' 'libzn-poly-0.9' 'libhkl-dbg' 'uwsgi-plugin-ldap' 'liblangtag-gobject0' 'xmms2-plugin-apefile' 'why' 'libpils2-dev' 'liblash-compat-1debian0' 'lilypond-doc-html-cs' 'kmetronome' 'stardict-plugin-espeak' 'libgnatprj5-armhf-cross' 'libnet-sftp-foreign-perl' 'libgroovefingerprinter-dev' 'node-babylon' 'libdatetime-format-http-perl' 'libx32gphobos-6-dev-amd64-cross' 'libzarith-ocaml-dev' 'eclipse-changelog' 'nvidia-cuda-toolkit' 'libn32stdc++-8-dev-mips64el-cross' 'libtree-rb-perl' 'mcollective-plugins-puppetral' 'python-pydap-doc' 'python-limits' 'libio-async-loop-epoll-perl' 'vbetool' 'opendrim-lmp-recordlog' 'libobjc-8-dev-armhf-cross' 'libuecc-dev' 'elpa-bind-map' 'libtest-identity-perl' 'libnet-dpap-client-perl' 'lib32gomp1-dbg-amd64-cross' 'darktable' 'frogr-data' 'php-horde-lz4' 'sat-templates' 'legacyhuman-theme' 'libcommons-codec-java' 'libjs-markdown-it-sub' 'linux-tools-5.0.0-1015-oem-osp1' 'nbibtex' 'lilypond-doc-html-de' 'libgmenuharness-dev' 'banshee-extension-lastfmfingerprint' 'libixion-doc' 'libhawtbuf-java' 'speedometer' 'libkf5akonadiprivate5' 'golang-github-dvsekhvalnov-jose2go-dev' 'fnfx-client' 'libpolyorb5' 'wit' 'ruby-validates-hostname' 'libavro-dev' 'libjs-markdown-it-sup' 'pysycache-buttons-wolf' 'libpoe-filter-ssl-perl' 'python3-flake8-polyfill' 'gcc-6-plugin-dev-mips-linux-gnu' 'libreoffice-script-provider-bsh' 'ladvd' 'wsclean-dev' 'adapterremoval-examples' 'golang-github-mailru-easyjson-dev' 'uvtool' 'r-cran-hmisc' 'libmath-int64-perl' 'libgetargs-long-perl' 'python-image-geometry' 'libgcc-7-dev-mips-cross' 'libcache-memcached-managed-perl' 'libakonadi-notes4' 'libgmavenplus-java' 'linux-buildinfo-4.15.0-1030-gcp' 'lua-systemd-dev' 'facter' 'linux-buildinfo-4.15.0-1018-oracle' 'libsfml-dev' 'libxinerama1-dbg' 'libasan4-ppc64-cross' 'ros-simulators-dev' 'libeclipse-jdt-apt-core-java' 'linux-headers-5.0.0-1033-oem-osp1' 'libghc-token-bucket-doc' 'libopenblas-base' 'dumb-init' 'python-blist' 'aolserver4-daemon' 'libtest-unit-perl' 'libgbtools0' 'libglib2.0-doc' 'language-pack-gnome-nds' 'open-infrastructure-apache-icons' 'r-cran-stringi' 'lilypond-doc-html-es' 'jacal' 'python-libavg' 'linux-tools-5.3.0-19-lowlatency' 'libjson-types-perl' 'libkidletime4' 'gkrellm-gkrellmpc' 'xfonts-mplus' 'libkf5kiontlm5' 'spacenavd' 'isakmpd' 'lua-rex-doc' 'r-cran-stringr' 'golang-github-opencontainers-go-digest-dev' 'mon-client' 'libsilo-bin' 'blends-doc' 'python-ballview' 'libcgi-uploader-perl' 'node-replace-ext' 'xplanet' 'libnet-amazon-s3-perl' 'linux-buildinfo-4.15.0-52-generic' 'imview' 'php-cache-lite' 'libghc-mbox-doc' 'libsombok-dev' 'python-yubico' 'php-text-figlet' 'python3-xstatic-qunit' 'libdevel-checkbin-perl' 'linux-modules-nvidia-390-4.15.0-64-lowlatency' 'wm2' 'libeot-dev' 'postgresql-contrib' 'probcons' 'shiki-wine-theme' 'python-pynfft' 'python-cloudkittyclient-doc' 'linux-gke-5.0-headers-5.0.0-1013' 'lilypond-doc-html-fr' 'linux-modules-4.15.0-1007-aws' 'linux-gke-5.0-headers-5.0.0-1015' 'libchemps2-2' 'node-jison-lex' 'linux-gke-5.0-headers-5.0.0-1017' 'mythtv' 'opensips-cpl-module' 'amideco' 'vala-panel-common' 'libdatetime-tiny-perl' 'libx32asan5-i386-cross' 'libghc-yesod-auth-hashdb-prof' 'libdmx-dev' 'apertium-ukr' 'libghc-unix-time-prof' 'libjboss-logmanager-java' 'libgrafx11-1-gfortran' 'wlc' 'dillo' 'libhkl-dev' 'hplip-doc' 'php7.2-soap' 'libghc-data-default-instances-old-locale-dev' 'ruby-brass' 'libgrantlee-dev' 'libcommons-math-java' 'ubuntu-app-launch-tools' 'collectd' 'libregexp-debugger-perl' 'libcanberra-pulse' 'hlins' 'hlint' 'libstdc++-5-pic-armel-cross' 'libgccjit-5-doc' 'manila-common' 'python-serial' 'linux-modules-5.0.0-1039-oem-osp1' 'collectl' 'libjs-angularjs-smart-table' 'golang-gopkg-hlandau-easyconfig.v1-dev' 'boolector' 'lua-luxio' 'linux-gke-5.0-headers-5.0.0-1020' 'fwsnort' 'libqrencode-dev' 'linux-tools-5.3.0-23-lowlatency' 'coccinelle-doc' 'libdata-pond-perl' 'linux-gke-5.0-headers-5.0.0-1022' 'linux-gke-5.0-headers-5.0.0-1023' 'dwww' 'linux-gke-5.0-headers-5.0.0-1025' 'liquidsoap' 'linux-gke-5.0-headers-5.0.0-1026' 'libnss-wrapper' 'pgmodeler-common' 'linux-gke-5.0-headers-5.0.0-1027' 'node-babel-helper-replace-supers' 'libbpp-phyl-dev' 'libgnatprj5-mips-cross' 'gobjc++-5-sparc64-linux-gnu' 'linux-gke-5.0-headers-5.0.0-1029' 'gscanbus' 'streamtuner2' 'liblua5.2-0' 'libapparmor-dev' 'pybridge' 'eog-plugins' 'librest-extras-0.7-0' 'wmf' 'python-wreport' 'libbusiness-hours-perl' 'python-qt4-gl' 'libguac-client-telnet0' 'libghc-vector-space-points-dev' 'wml' 'nsf-dev' 'ghostscript' 'plasma-scriptengine-javascript' 'yadifa' 'stegsnow' 'libsidplay2' 'mate-tweak' 'libesnacc180' 'icinga2-ido-mysql' 'axiom-graphics-data' 'python-misaka' 'pxsl-tools' 'linux-gke-5.0-headers-5.0.0-1030' 'procyon-decompiler' 'fsgateway' 'cpp-hppa-linux-gnu' 'libghc-userid-doc' 'caja-actions-common' 'libmatroska6v5' 'limereg' 'lilypond-doc-html-hu' 'linux-modules-nvidia-418-5.0.0-1020-gcp' 'barcode' 'pelican' 'xsensors' 'libactivemq-activeio-java' 'concavity' 'node-read-file' 'xmms2-plugin-flv' 'science-all' 'oem-config-kde' 'libctypes-ocaml-dev' 'python3-fonttools' 'libghc-map-syntax-doc' 'node-first-chunk-stream' 'gnuift-doc' 'gccgo-8-aarch64-linux-gnu' 'node-es5-ext' 'libowasp-java-html-sanitizer-java' 'finch' 'libomxil-bellagio0-components-xvideo' 'libdata-validate-domain-perl' 'libx32gcc-4.8-dev' 'erlang-cowlib' 'libcache-lru-perl' 'lua5.1-policy-dev' 'libnet-tclink-perl' 'prctl' 'libhash-flatten-perl' 'apprecommender' 'debmake-doc' 'robustirc-bridge' 'libsbml5-java-doc' 'roundcube-sqlite3' 'php-horde-javascriptminify' 'jmol-applet' 'remmina-plugin-xdmcp' 'ruby-simple-oauth' 'roslang' 'python3-gbulb' 'grub-ieee1275' 'libluajit-5.1-2' 'binutils-m68hc1x' 'clamtk' 'monotone-extras' 'mustang-testdata' 'libvisual-0.4-dev' 'golang-github-alecthomas-units-dev' 'libghc-tidal-prof' 'lilypond-doc-html-it' 'py3c-dev' 'python-mecavideo' 'libatomic1-arm64-cross' 'roundcube-mysql' 'xastir' 'ubuntustudio-audio' 'scim-m17n' 'libcamlpdf-ocaml-dev' 'mariadb-plugin-gssapi-server' 'python-ujson-dbg' 'gmt-gshhg-low' 'libkf5gravatar-dev' 'libgorm-dev' 'ruby-ace-rails-ap' 'libghc-resource-pool-doc' 'r-cran-vegan' 'libtemplate-plugin-calendar-simple-perl' 'lilypond-doc-html-ja' 'libmrpt-vision1.5' 'shatag' 'dict-freedict-mkd-bul' 'libghc-neat-interpolation-dev' 'linux-libc-dev-mips64-cross' 'libglx0' 'r-cran-g.data' 'libjaxb-api-java' 'libpackagekit-glib2-dev' 'lgrind' 'python-debianbts' 'bppphyview' 'libgetdns-dev' 'python3-kombu' 'libpcl-ml1.8' 'libmate-menu-dev' 'python-pyside.qtcore' 'libjs-handlebars.runtime' 'libmonosgen-2.0-1' 'libtypes-serialiser-perl' 'fonts-sawarabi-gothic' 'libboost-graph-parallel1.62.0' 'digikam-data' 'nfs-ganesha-xfs' 'libgmp3-dev' 'dircproxy' 'syncevolution-dbus' 'libmoose-autobox-perl' 'lutefisk' 'nagios3' 'libghc-newtype-generics-prof' 'decopy' 'python-nose-exclude' 'libxqdbm-dev' 'tcl8.5' 'gnat-mingw-w64' 'tcl8.6' 'libstrophe0' 'libxvmc-dev' 'libpmempool-dev' 'libprefork-perl' 'cutter' 'inn2-dev' 'libclipper-dev' 'dpm-srm-server-postgres' 'libcgi-application-plugin-forward-perl' 'liballeggl4.4' 'fonts-sil-lateef' 'lib32asan2-dbg-ppc64-cross' 'wpp' 'libmath-utils-perl' 'libjaudiotagger-java' 'qgis-plugin-grass-common' 'festival' 'libcolorcorrect5' 'packagekit' 'mcollective-plugins-filemgr' 'qml-module-qtsensors' 'golang-github-gucumber-gucumber-dev' 'python-gabbi-doc' 'libopencsv-java-doc' 'libisajet758-3-dev' 'libghc-ghc-mtl-doc' 'fusionforge-plugin-blocks' 'python-tmdbsimple' 'libsteptalk-dev' 'tcl8.6-tdbc-sqlite3' 'libp8-platform2' 'libwim-doc' 'qtdeclarative5-dee-plugin' 'virt-manager' 'linux-image-4.15.0-1064-oem' 'linux-image-5.0.0-1029-azure' 'linux-headers-4.15.0-1046-kvm' 'python-pyoptical' 'libtsan0-dbg-amd64-cross' 'libgom-1.0-0' 'libkf5identitymanagement-data' 'libwxsqlite3-3.0-0' 'openhpi-plugin-snmp-bc' 'libghc-propellor-prof' 'tesseract-ocr-ori' 'libsql-translator-perl' 'golang-gopkg-check.v1-dev' 'librngom-java' 'libgetopt-euclid-perl' 'libobject-insideout-perl' 'linux-image-5.0.0-1024-oem-osp1' 'audacity-data' 'ruby-rouge' 'cl-trivial-gray-streams' 'linux-modules-4.15.0-1029-kvm' 'oddjob-mkhomedir' 'libghc-incremental-parser-dev' 'libx264-dev' 'libghc-async-dev' 'staden-io-lib-examples' 'python-mathgl' 'audispd-plugins' 'libcolord2' 'pass-git-helper' 'mkdocs' 'zeroc-icegridgui' 'linux-tools-5.0.0-16-lowlatency' 'libzadc4' 'memlockd' 'r-cran-fitcoach' 'haskell-raaz-utils' 'nginx-extras' 'linux-buildinfo-4.15.0-1030-gke' 'python3-pymysql' 'libdbix-easy-perl' 'tesseract-ocr-osd' 'android-tools-adbd' 'libgnatvsn6-mipsel-cross' 'r-cran-haplo.stats' 'linux-modules-extra-5.0.0-1022-aws' 'golang-github-twstrike-gotk3adapter-dev' 'libakai0' 'liblsan0' 'libapache-mime4j-java-doc' 'libdata-section-simple-perl' 'burner-cdrkit' 'libterm-readline-zoid-perl' 'virt-viewer' 'linux-tools-4.15.0-1046-gke' 'gfortran-8-x86-64-linux-gnu' 'node-trim-newlines' 'language-pack-eo-base' 'geogebra' 'libzarith-ocaml-doc' 'libkf5tnef5' 'libconcord-dev' 'python-dicttoxml' 'ucimf-openvanilla' 'libblockdev-fs-dev' 'golang-github-golang-snappy-dev' 'golang-github-tendermint-go-rpc-dev' 'bindechexascii' 'ruby-pluggaloid' 'python-sqlitecachec' 'apertium-urd' 'python-pyqt5-dbg' 'python3-ssdeep' 'php-horde-template' 'libgcc-5-dev-powerpc-cross' 'gir1.2-colorhug-1.0' 'wesnoth-1.12-dm' 'kayali' 'libpathplan4' 'octave-lhapdf' 'libz3-cil' 'gobjc-5-multilib' 'qflow-tech-osu018' 'php-horde-hashtable' 'fonts-kristi' 'linux-image-4.15.0-39-generic' 'wesnoth-1.12-dw' 'libtrilinos-ml-dev' 'libfreeimage-dev' 'libgfortran-6-dev-ppc64-cross' 'squidguard-doc' 'gwsetup' 'cloudprint' 'linux-image-unsigned-5.0.0-1032-azure' 'meep' 'pybridge-common' 'libxmlunit-java-doc' 'libghc-github-dev' 'wirish' 'wsl' 'libmamdaoptions0' 'liblog4j-extras1.2-java' 'linux-buildinfo-5.0.0-1027-gke' 'google-android-platform-16-installer' 'golang-docker-credential-helpers' 'argonaut-samba' 'dpm-name-server-postgres' 'fonts-nakula' 'gir1.2-goa-1.0' 'wesnoth-1.12-ei' 'libfelix-osgi-obr-java-doc' 'lilypond-doc-html-nl' 'linux-image-4.15.0-1044-gcp' 'neovim' 'games-finest-light' 'libogre-1.9.0v5' 'libkf5akonadiwidgets5' 'libclasslojure-clojure' 'tcplay' 'haskell-cracknum-utils' 'libn32gfortran-5-dev-mips64el-cross' 'gosa-plugin-openxchange' 'python3-pyqt5.qtx11extras' 'linux-image-unsigned-4.15.0-1018-oem' 'rcs-blame' 'libgsmme1v5' 'libsfml-doc' 'sidplay-base' 'python-symeig' 'openvswitch-switch' 'pcb-common' 'picon-unknown' 'libnet-traceroute-perl' 'libunwind-setjmp0' 'ubuntu-wallpapers-bionic' 'gnustep-back0.26-art' 'linux-image-4.15.0-1009-oracle' 'linux-image-unsigned-5.0.0-1033-oem-osp1' 'libconvert-basen-perl' 'libring-anti-forgery-clojure' 'lib32stdc++6-5-dbg-mips64el-cross' 'cinder-common' 'libghc-bindings-sane-dev' 'libgnatprj5-dbg-i386-cross' 'libjava-gnome-java' 'zsync' 'lib32stdc++-5-dev-ppc64-cross' 'linux-tools-4.15.0-30-generic' 'python3-geoip' 'shared-mime-info' 'librivescript-perl' 'libgcc-5-dev-ppc64el-cross' 'libimage-exiftool-perl' 'ubuntu-vm-builder' 'gdc-8-multilib-i686-linux-gnu' 'fonts-gfs-olga' 'mcl-doc' 'jackd' 'libghc-lens-aeson-dev' 'elpa-python-environment' 'liblogforwarderutils2v5' 'python3-django-stronghold' 'libgnat-7-i386-cross' 'python-twisted-runner-dbg' 'libhtml-prettyprinter-perl' 'python-pyaudio-doc' 'libhttp-headers-fast-perl' 'qflow-tech-osu035' 'libossp-uuid-dev' 'gfortran-8-powerpc64le-linux-gnu' 'libopencv-imgproc-dev' 'nrss' 'libcmpicppimpl0' 'libmumps-dev' 'libusbmuxd-tools' 'science-dataacquisition-dev' 'transmageddon' 'r-cran-biasedurn' 'lib64go13-powerpc-cross' 'aoflagger-dev' 'linux-cloud-tools-4.15.0-69-lowlatency' 'python-corepywrap' 'libnsspem' 'libcrypt-unixcrypt-perl' 'python-libtcod' 'libjs-sizzle' 'python3-openssl' 'amavisd-new-postfix' 'linux-tools-4.15.0-1034-aws' 'libmono-system-web-services4.0-cil' 'peony' 'libnet-ipaddress-perl' 'libhkl-doc' 'libperl-metrics-simple-perl' 'xorriso-tcltk' 'node-punycode' 'libghc-data-default-instances-old-locale-doc' 'makehuman-data' 'libqcustomplot1.3' 'libnmz7' 'g++-multilib-i686-linux-gnu' 'g++-5-multilib-mips-linux-gnu' 'libyecht-java' 'python-rlp-doc' 'libboost1.62-tools-dev' 'libkf5mailimporter-dev' 'lxhotkey-core' 'libopencv-contrib-dev' 'xscreensaver-screensaver-dizzy' 'systemd' 'libsrtp0-dev' 'liblttng-ust-dev' 'libwmaker1' 'uncrustify' 'mythplugins' 'linux-cloud-tools-5.0.0-37-generic' 'python-scales' 'ruby-equalizer' 'games-programming' 'python-arrayfire-doc' 'libboost-atomic1.65.1' 'texworks-scripting-python' 'libc6-mipsn32-mips64-cross' 'pysycache-puzzle-photos' 'libghc-tasty-golden-prof' 'libtest-data-perl' 'libbintray-client-java' 'libstdx-allocator0' 'libmumps-scotch-5.1.2' 'libghc-cryptohash-sha256-prof' 'python3-jsondiff' 'python-qpid-proton' 'libjs-debugger' 'hyphen-show' 'python-pampy' 'python-oops-twisted' 'wordgrinder-doc' 'ruby-dropzonejs-rails' 'jgraph' 'libghc-hsx2hs-dev' 'libgomp1' 'ruby-unf' 'ruby-shoulda-matchers' 'openfoam' 'qflow-tech-osu050' 'gnome-split' 'libghc-vector-space-points-doc' 'libn32go11-mips-cross' 'libmodule-install-xsutil-perl' 'lib32gcc-8-dev-mips64el-cross' 'python-responses' 'monodoc-gtk2.0-manual' 'libvuser-google-api-perl' 'libjsch-java-doc' 'libghc-convertible-prof' 'python-can' 'libghc-active-dev' 'libsonic-java' 'signon-plugin-oauth2-tests' 'latex2rtf' 'tagainijisho' 'python-gpiv' 'appstream-doc' 'libtut-dev' 'libnanoxml2-java-doc' 'ibus-pinyin' 'libraul-dev' 'xmir' 'keystone-doc' 'libfstrm-dev' 'emelfm2-svg-icons' 'elpa-org' 'libcatalyst-plugin-unicode-perl' 'xmix' 'multimedia-broadcasting' 'wwl' 'libvolume-key1' 'mopidy-dleyna' 'mbpfan' 'perlbal' 'libactionlib-msgs-dev' 'plainbox-insecure-policy' 'libghc-vty-prof' 'libghc-data-default-class-dev' 'libjs-impress' 'science-nanoscale-physics' 'ruby-narray' 'fonts-lohit-beng-bengali' 'fp-units-multimedia-3.0.4' 'libmgl-fltk7.5.0' 'gnat-8-sjlj-m68k-linux-gnu' 'scsitools' 'gummi' 'libgo13-sparc64-cross' 'libgnatprj6-dbg-sparc64-cross' 'linux-image-aws-lts-18.04' 'libghc-xml-hamlet-dev' 'libgiza0' 'libtaningia-dev' 'libgoocanvas-2.0-common' 'pecomato' 'libghc-cereal-dev' 'python-extras' 'libobjc-6-dev-mips64el-cross' 'xml2' 'libasan5-dbg-powerpc-cross' 'libswt-gtk-4-java' 'imvirt' 'nicotine' 'deets' 'libcommons-validator-java-doc' 'mini-buildd' 'cthumb' 'harminv' 'fftw2' 'openteacher' 'node-mute-stream' 'php-tokenreflection' 'libtrapperkeeper-status-clojure' 'libproxy1-plugin-networkmanager' 'libm17n-im-config-dev' 'libghc-neat-interpolation-doc' 'python-cigi' 'pythia8-doc-html' 'python3-django-classy-tags' 'linux-modules-nvidia-390-4.15.0-1031-oracle' 'ruby-upr' 'libliggghts3' 'lib64ubsan1-powerpc-cross' 'ikiwiki' 'indicator-datetime' 'libwebkit2gtk-4.0-37' 'libstringtemplate-java' 'tcl-expect-dev' 'libgkeyfile-cil-dev' 'gnat-8-sjlj-powerpc64-linux-gnu' 'w3m-el-snapshot' 'libpacketdump3v5' 'ruby-hike' 'gcc-6-test-results' 'okteta' 'kexi-postgresql-driver' 'libsdl1.2debian' 'libcompress-raw-lzma-perl' '389-admin' 'libratbag4' 'libopencryptoki-dev' 'libdbus-glib-1-2' 'fonts-symbola' 'notmuch' 'libmorph' 'python-babel-doc' 'libreoffice-lightproof-en' 'uudeview' 'python-cdd' 'liblatex-driver-perl' 'linux-buildinfo-4.18.0-15-lowlatency' 'libghc-pandoc-citeproc-data' 'gedit-plugin-smart-spaces' 'python3-click-log' 'python-libbde' 'python3-pytest-multihost' 'linux-headers-4.18.0-1006-gcp' 'libclipper-doc' 'libghc-floatinghex-prof' 'xen-hypervisor-4.8-amd64' 'meld' 'libtrio-dev' 'tightvncserver' 'python3-cairosvg' 'python3-hpack' 'libgcc-5-dev-alpha-cross' 'libasan5-dbg-ppc64el-cross' 'xgammon' 'libmadness-dev' 'haskell98-report' 'gcc-7-plugin-dev-aarch64-linux-gnu' 'linux-cloud-tools-5.0.0-1020-azure' 'g15stats' 'libavfilter-extra6' 'idzebra-2.0-examples' 'libclass-insideout-perl' 'libghc-secret-sharing-dev' 'libghc-language-haskell-extract-dev' 'prometheus-bind-exporter' 'linux-tools-4.15.0-47-generic' 'melt' 'kpartsplugin' 'libtsan0-dbg-arm64-cross' 'ruby-retriable' 'python-kaa-imlib2' 'eclipse-cdt' 'libmono-system4.0-cil' 'libx32gfortran4-i386-cross' 'lazarus-doc' 'liblvm2-dev' 'xul-ext-kwallet5' 'libclass-dbi-pg-perl' 'blixem' 'libwxbase3.0-0v5' 'libhttp-cookiejar-perl' 'python-django-hyperkitty' 'libgnome-2-0' 'libbuild-helper-maven-plugin-java' 'libcmlutil-smlnj' 'hershey-font-gnuplot' 'golang-github-mrunalp-fileutils-dev' 'bplay' 'libghc-incremental-parser-doc' 'python-urwid-satext' 'libghc-async-doc' 'ruby-mixlib-shellout' 'node-lolex' 'libstdc++6-8-dbg-hppa-cross' 'lib32go11-dbg-x32-cross' 'qttestability-autopilot' 'cpp-8-mips64-linux-gnuabi64' 'xsystem35' 'libmenu-cache-bin' 'librelaxngcc-java' 'python-vcstools' 'gforge-db-remote' 'heat-api' 'nordugrid-arc-ws-monitor' 'linux-image-4.15.0-1044-gke' 'pm-utils' 'python-castellan' 'libgnuradio-audio3.7.11' 'presage-dbus' 'gnome-online-accounts' 'gfortran-7-sparc64-linux-gnu' 'linux-headers-5.0.0-1015-gke' 'liblombok-ast-java' 'linux-modules-4.15.0-1043-oem' 'libghc-hjsmin-prof' 'virtuoso-vad-demo' 'mzclient' 'lua-geoip' 'googleearth-package' 'libsmartcols1' 'lua-torch-sys' 'binutils-mips64el-linux-gnuabin32' 'code-of-conduct-signing-assistant' 'python3-geopy' 'libmaven-indexer-java' 'libubsan0-ppc64-cross' 'fcitx-frontend-gtk2' 'libgtkspellmm-3.0-dev' 'slurm-wlm-basic-plugins' 'auto-07p' 'fcitx-frontend-gtk3' 'ruby-temple' 'libzfcphbaapi0' 'libgnuradio-iqbalance3.7.11' 'libglvnd-core-dev' 'libauthen-simple-perl' 'libavis0' 'gir1.2-upowerglib-1.0' 'python-django-formtools-doc' 'libequinox-p2-operations-java' 'python-cvxopt' 'gccgo-sparc64-linux-gnu' 'golang-github-google-gopacket-dev' 'liblog-dispatch-perl-perl' 'android-libutils-dev' 'menu' 'ap-utils' 'ros-desktop-dev' 'language-pack-gnome-it-base' 'libtemplate-plugin-posix-perl' 'python-gpod' 'libruby' 'libgwrap-runtime2' 'libjaula1' 'pulseview' 'libh2-java-doc' 'libfile-searchpath-perl' 'funtools' 'libclassycle-java-doc' 'python-neutron-fwaas-dashboard' 'gauche-gdbm' 'libghc-github-doc' 'gcc-8-alpha-linux-gnu-base' 'libqt5core5a' 'libreoffice-lightproof-hu' 'libcommons-beanutils-java-doc' 'wesnoth-1.12-nr' 'libifd-cyberjack6' 'golang-github-templexxx-xor-dev' 'vamps' 'lua-yaml' 'libforms2' 'rivet-plugins-dev' 'xevil' 'libtrilinos-thyra12' 'xserver-xorg-video-amdgpu-hwe-18.04' 'phing' 'libfishsound1' 'libapache2-mod-uwsgi-dbg' 'banshee-extension-telepathy' 'aspcud' 'banshee-extension-magnatune' 'cpp-7-powerpc64le-linux-gnu' 'hol88-library' 'wrapsrv' 'linux-buildinfo-5.3.0-22-generic' 'python2-serpent' 'libgme0' 'libcleri-dev' 'libgeometry-primitive-perl' 'libsolv-tools' 'arachne-pnr-chipdb' 'jdupes' 'rfkill' 'python-babel' 'python3-pudb' 'libpango3.0-cil' 'linux-headers-4.15.0-1040-gcp' 'tcl-expect' 'libpal-java' 'libghc-http-common-prof' 'libghc-bindings-sane-doc' 'libkf5blog-dev' 'libec-dev' 'libsqlite3-mod-csvtable' 'bash-doc' 'courier-webadmin' 'ifenslave' 'xmpi' 'aolserver4-core' 'libtar0' 'python-chm' 'libmessage-passing-filter-regexp-perl' 'backstep' 'wesnoth-1.12-sotbe' 'libmbim-proxy' 'libsgutils2-dev' 'libubsan0-dbg-ppc64-cross' 'libcommons-exec-java' 'libghc-lens-aeson-doc' 'nexuiz-music' 'libhttp-response-encoding-perl' 'gir1.2-ebook-1.2' 'libsdl-perl' 'igtf-policy-unaccredited' 'linux-modules-4.15.0-1023-gcp' 'lua-supple-doc' 'python3-subnettree' 'libfst8-plugins-base' 'libavdevice57' 'libgsm0710mux3' 'python-icalendar' 'python3-django-impersonate' 'forked-daapd' 'charmap.app-common' 'gobjc-7-mipsel-linux-gnu' 'language-pack-gnome-gd-base' 'libglbsp-dev' 'hydrogen-drumkits' 'libfile-find-object-perl' 'libghc-stringsearch-dev' 'linux-image-4.15.0-1032-aws' 'wmpinboard' 'libheartbeat2-dev' 'guile-json' 'libghc-config-schema-prof' 'ros-perception-python-dev' 'retroarch-assets' 'autoconf-dickey' 'libktexteditor4' 'libsubunit0' 'libghc-cryptol-dev' 'libcanberra-gtk3-0' 'jsxgraph' 'latex-cjk-korean' 'libnss-rainbow2' 'fitscut' 'libghc-boolean-dev' 'chromium-tt-rss-notifier' 'nut-xml' 'libghc-io-streams-haproxy-dev' 'tryton-modules-product-attribute' 'libpod-abstract-perl' 'tlsh-tools' 'wpasupplicant' 'ibus-table-stroke5' 'libgnat-7-armel-cross' 'fp-units-fcl' 'polygen-data' 'linux-cloud-tools-4.15.0-39-generic' 'node-is-typedarray' 'python-egenix-mxtools-doc' 'python-rbtools' 'cpp-sh4-linux-gnu' 'libcrypt-openssl-bignum-perl' 'gnulib' 'python3-custodia' 'libdumb1-dev' 'libuwac0-dev' 'lightify-util' 'libn32gomp1-mips-cross' 'libomp-8-dev' 'gir1.2-gtd-1.0' 'libqxt-zeroconf0' 'lilypond-doc-html-zh' 'python-testing.postgresql' 'libjs-mochikit' 'libocxl-doc' 'librabbitmq-dbg' 'golang-golang-x-net-dev' 'libextutils-typemaps-default-perl' 'libpcl-kdtree1.8' 'fetchyahoo' 'libdata-miscellany-perl' 'php-horde-whups' 'python3-relational' 'libcutl-1.10' 'grap' 'libopenhpi3' 'libghc-hsx2hs-doc' 'libx32go13-amd64-cross' 'libobjc-5-dev' 'ubuntukylin-wallpapers-yakkety' 'libgcc-8-dev-riscv64-cross' 'cairo-dock-cairo-penguin-plug-in' 'dmtcp' 'imagej' 'libhttp-oai-perl' 'librtmidi4' 'python3-fitsio' 'r-cran-r.utils' 'libghc-bytestring-handle-prof' 'libhugs-fgl-bundled' 'python-statsmodels-doc' 'libspreadsheet-parseexcel-simple-perl' 'libmoosex-traitfor-meta-class-betteranonclassnames-perl' 'libtest-refcount-perl' 'libgeronimo-concurrent-1.0-spec-java' 'libvtkdicom0.7' 'golang-github-xtaci-kcp-dev' 'xcompmgr' 'python-manuel' 'python-pkgconfig' 'libufpidentity1' 'python-sunlight-doc' 'libxerces2-java' 'libghc-active-doc' 'libusbguard0' 'music123' 'libtachyon-serial-0' 'linux-modules-extra-5.0.0-1028-gcp' 'cl-fftw3' 'libsdo-api-java-doc' 'cubemap' 'r-cran-wikipedir' 'libraul-doc' 'ezstream' 'python-virtualenv' 'linux-modules-5.3.0-19-generic' 'lib64gfortran-6-dev-powerpc-cross' 'gozer' 'texlive-pstricks' 'bpython' 'gtk2-engines-nodoka' 'python-jaraco.itertools' 'python3-bson' 'liballegro-physfs5.2' 'php-horde-text-filter' 'elpa-ido-ubiquitous' 'python-django-html-sanitizer' 'libghc-cryptonite-dev' 'python-fcgi' 'libghc-data-default-class-doc' 'libinjeqt1' 'libdancer2-plugin-database-perl' 'python3-kerberos' 'libclass-dbi-plugin-retrieveall-perl' 'linux-tools-4.15.0-54-lowlatency' 'libxfce4ui-glade' 'linux-aws-headers-4.18.0-1006' 'libgeoclue0' 'liblucene++-dev' 'python3-soundfile' 'libobjc-6-dev-mips64-cross' 'linux-aws-headers-4.18.0-1007' 'glmark2-es2' 'python-nbconvert' 'linux-aws-headers-4.18.0-1008' 'linux-modules-nvidia-390-5.3.0-26-lowlatency' 'libykpers-1-1' 'tesseract-ocr-pan' 'libghc-xml-hamlet-doc' 'libghc-musicbrainz-prof' 'nload' 'libgdk-pixbuf2.0-bin' 'libisajet758-3-gfortran' 'perf-tools-unstable' 'linux-buildinfo-5.0.0-1037-oem-osp1' 'libsss-idmap-dev' 'libclass-date-perl' 'mkvtoolnix' 'goobox' 'gputils' 'osmocom-bsc' 'libghc-cereal-doc' 'gobjc-m68k-linux-gnu' 'libwala-java-doc' 'vdk2-tutorial' 'freecad' 'libnews-nntpclient-perl' 'uwsgi-plugin-ring-openjdk-8' 'python3-hyperlink' 'gtk2-engines-aurora' 'libcrypt-cast5-perl' 'mythmusic' 'linux-image-unsigned-4.15.0-29-generic' 'libghc-text-icu-dev' 'golang-github-14rcole-gopopulate-dev' 'u-boot-menu' 'python-stomp' 'linux-aws-headers-4.18.0-1011' 'libtag-extras-dev' 'dico-module-python' 'linux-aws-headers-4.18.0-1012' 'linux-aws-headers-4.18.0-1013' 'libx32atomic1-dbg-amd64-cross' 'linux-modules-4.15.0-48-lowlatency' 'gis-devel' 'linux-aws-headers-4.18.0-1016' 'octave-missing-functions' 'linux-aws-headers-4.18.0-1017' 'libambit0' 'linux-aws-headers-4.18.0-1018' 'lib64cilkrts5-x32-cross' 'ebook2cw' 'gobjc-6-multilib-powerpc64-linux-gnu' 'jack-midi-clock' 'diffmon' 'asymptote-doc' 'lib64objc-8-dev-x32-cross' 'gscan2pdf' 'shotwell' 'games-rogue' 'libftgl-dev' 'pyecm' 'librte-pmd-vhost17.11' 'pianobooster-dbg' 'libjs-backbone-deep-model' 'libcatalystx-component-traits-perl' 'mbrola-la1' 'gnat-7-arm-linux-gnueabi' 'python-sortedm2m' 'python3-guacamole' 'golang-github-cznic-b-dev' 'clamav-unofficial-sigs' 'ruby-rails-assets-jakobmattsson-jquery-elastic' 'dimbl' 'linux-aws-headers-4.18.0-1020' 'feed2imap' 'libcsv-ocaml-dev' 'python3-django-bitfield' 'librabbitmq-dev' 'libnb-org-openide-util-lookup-java' 'elpa-uuid' 'libmagickwand-6.q16-dev' 'libtesseract-dev' 'linux-modules-extra-5.0.0-1009-oracle' 'libmgl7.5.0' 'libpcp-trace2-dev' 'ruby-faraday-middleware-multi-json' 'globus-gram-job-manager-fork-setup-poll' 'teseq' 'trnascan-se' 'php-horde-mongo' 'elpa-discover-my-major' 'python-swift' 'how-can-i-help' 'python3-stardicter' 'libghc-wai-http2-extra-prof' 'libtext-reform-perl' 'gemrb-icewind-dale-2-data' 'librelaxng-datatype-java' 'linux-aws-edge' 'node-glob-parent' 'libtrilinos-komplex12' 'usbrelay' 'ccrypt' 'libcdio-cdda-dev' 'pokerth-server' 'lib32stdc++-8-dev-mips64-cross' 'dh-python' 'xbs' 'html2text' 'elpa-ibuffer-vc' 'python3-apsw-dbg' 'brother-cups-wrapper-ac' 'libweston-3-0' 'libghc-secret-sharing-doc' 'libcatalyst-plugin-cache-perl' 'libghc-language-haskell-extract-doc' 'xfe-themes' 'node-methods' 'quagga-ospf6d' 'libpreludecpp8' 'dgit-infrastructure' 'python3-hydroffice.bag' 'libxml-xslt-perl' 'grep' 'libcfg6' 'spacefm' 'libncbi-wvdb-dev' 'liberfa-dev' 'libstdc++-7-dev-armhf-cross' 'libgtkpod-dev' 'octave-ga' 'linux-modules-4.15.0-52-lowlatency' 'xca' 'xcb' 'libdispatch-dev' 'gdc-8-multilib-mips-linux-gnu' 'libtemplate-perl' 'libcdd0d' 'python-napalm-fortios' 'libatombus-perl' 'ruby-fog-rackspace' 'python-subunit' 'python3-mccabe' 'lib32stdc++6-5-dbg' 'python-oslo.reports' 'fonts-larabie-straight' 'openprinting-ppds' 'ruby-launchy-shim' 'libghc-nettle-prof' 'apertium-mlt-ara' 'plasma-integration' 'libpostgresql-jdbc-java-doc' 'linux-tools-virtual-hwe-18.04-edge' 'liblircclient0' 'liboro-java-doc' 'ruby-case-transform' 'freecdb' 'ansiweather' 'libchado-perl' 'python-zc.buildout' 'multimedia-samplers' 'libjackson2-dataformat-cbor' 'konwert-dev' 'libghc-skein-prof' 'gdl-mpfit' 'python-roscpp-msgs' 'tse3play' 'openstack-dashboard' 'blogofile' 'gcc-7-powerpc64-linux-gnu' 'libgsettings-qt1' 'golang-github-armon-circbuf-dev' 'gjacktransport' 'python-twisted-news' 'libghc-abstract-par-prof' 'cxref-doc' 'libgo11-dbg-ppc64-cross' 'ruby-minitest-stub-const' 'liburdf-parser-plugin-dev' 'lubuntu-nexus7-extra-files' 'geophar' 'linux-image-5.0.0-1022-gke' 'liberfa1' 'libkf5notifyconfig-dev' 'node-iferr' 'oneliner-el' 'libgtkspellmm-3.0-doc' 'elpa-golden-ratio' 'linux-headers-4.15.0-1040-gke' 'g++-multilib-mips-linux-gnu' 'gobjc++-8-multilib-mips64el-linux-gnuabi64' 'librope-ocaml' 'pocketsphinx-doc' 'nsca' 'xdm' 'libgv-ruby' 'xdo' 'nscd' 'tk-dev' 'libufo-dev' 'lemonldap-ng-handler' 'libvisp-vs-dev' 'pgadmin3-data' 'libpolyorb4-dev' 'euler' 'libobjc4-dbg-amd64-cross' 'lcl-nogui-1.8' 'xdu' 'cinnamon-settings-daemon-dev' 'libgridsite6' 'xdx' 'libutempter0' 'libaprutil1-dbg' 'node-ip-regex' 'libblockdev-lvm-dev' 'thunar' 'libghc-presburger-prof' 'python-cpl' 'libjson-pointer-perl' 'python3-pulp' 'libcanberra-dev' 'elpa-weechat' 'lib32go9-dbg' 'golang-github-jmespath-go-jmespath-dev' 'linux-image-unsigned-5.3.0-28-lowlatency' 'pcb2gcode' 'sugarplum' 'nitroshare-caja' 'linux-headers-5.3.0-24-generic' 'tryton-client-doc' 'tftp' 'libambix0' 'apertium-isl-eng' 'errno' 'libqpid-proton8-dev-examples' 'octave-io' 'rivet-plugins-doc' 'login' 'libtest-mojibake-perl' 'xserver-xorg-input-evdev' 'ripperx' 'qtubuntu-desktop' 'libplexus-sec-dispatcher-java' 'libghc-djinn-ghc-dev' 'python-xlib' 'libtypes-xsd-perl' 'apcupsd-cgi' 'libhtml-formattext-withlinks-perl' 'open-infrastructure-storage-tools' 'lubuntu-qt-core' 'xdmx-tools' 'libphonenumber-dev' 'python-storm' 'libcamitk4-doc' 'libqscintilla2-qt5-l10n' 'libguestfs-jfs' 'libssreflect-ocaml-dev' 'locate' 'libbloom-filter-perl' 'libc6-dbg-armel-cross' 'python-xattr' 'libsepol1-dev' 'language-pack-gnome-af-base' 'language-pack-ko-base' 'g++-6-multilib-mips64-linux-gnuabi64' 'openerp6.1-core' 'libwinpr-winhttp0.1' 'libhtml-encoding-perl' 'xfe' 'mono-upnp-bin' 'python3-azure-storage' 'gobjc-multilib-i686-linux-gnu' 'videotrans' 'unicode-cldr-core' 'lua-doc' 'python-tosca-parser' 'python-pykmip' 'libasan2-dbg-i386-cross' 'linux-generic-hwe-18.04' 'libghc-pointedlist-prof' 'grig' 'php-geoip' 'node-map-visit' 'grepmail' 'infon-viewer' 'libfontembed1' 'libzthread-dev' 'rzip' 'ruby-ethon' 'fuseiso9660' 'libssh-gcrypt-4' 'python3-ofxparse' 'libnet-stomp-perl' 'linux-headers-5.0.0-23-generic' 'grip' 'swfmill' 'linux-tools-5.0.0-23-generic' 'ruby-dbus' 'lib64gcc-8-dev-i386-cross' 'libhttpclient-java' 'libtrilinos-tpetra12' 'googler' 'libapophenia2-dev' 'libghc-stringsearch-doc' 'libgspell-1-1' 'libubertooth1' 'pithos' 'libxsom-java' 'libkf5mailtransport-dev' 'libmodule-signature-perl' 'hylafax-server' 'liboclgrind-16.10' 'libboost-exception-dev' 'gcc-5-plugin-dev-mips-linux-gnu' 'gir1.2-atspi-2.0' 'ngraph-gtk-plugin-ruby' 'python-emcee' 'libghc-cryptol-doc' 'libdav1d-dev' 'gnat-6-sh4-linux-gnu' 'sqlmap' 'libghc-boolean-doc' 'dh-make-elpa' 'flatpak-tests' 'gadmin-openvpn-server' 'lib64quadmath0-dbg-i386-cross' 'libghc-io-streams-haproxy-doc' 'pythia8-root-interface' 'python3-easygui' 'python-csa' 'python-csb' 'libdata-table-perl' 'ruby-rails-assets-emojione' 'linux-headers-4.15.0-48-generic' 'libgumbo1' 'vectoroids' 'pepperflashplugin-nonfree' 'vgrabbj' 'golang-collectd-dev' 'libomp-8-doc' 'libglu1-mesa' 'linux-buildinfo-5.0.0-1031-gcp' 'gnustep-gui-doc' 'gcc-8-arm-linux-gnueabihf' 'linux-modules-4.15.0-1011-aws' 'gedit-plugin-commander' 'cypher-lint' 'golang-github-audriusbutkevicius-kcp-go-dev' 'mcollective-plugins-registration-monitor' 'libaprutil1-dev' 'python-trollius' 'r-cran-combinat' 'libghc-th-orphans-prof' 'libghc-assert-failure-prof' 'git-repair' 'python3-botocore' 'python-offtrac' 'python-pysodium' 'gccgo-5-powerpc-linux-gnuspe' 'sciplot-dev' 'cpp-7-doc' 'protobuf-compiler-grpc' 'libgfortran-7-dev-hppa-cross' 'qmail-uids-gids' 'pixfrogger' 'libnss-sss' 'sisu-pdf' 'libapache2-mod-authz-unixgroup' 'libstdc++-8-dev-riscv64-cross' 'libmaa3' 'php-proxy-manager' 'python-django-taggit' 'libgfortran5-dbg-armel-cross' 'libvtk7.1-qt' 'python-gnocchi' 'xia' 'powertop' 'libobject-container-perl' 'splint-data' 'libdbicx-testdatabase-perl' 'libjaxe-java' 'libghc-wai-logger-prof' 'freeciv' 'libghc-permutation-dev' 'libcache-simple-timedexpiry-perl' 'python-keepkey' 'libnetclasses-dev' 'ganeti-htools-2.16' 'pff-tools' 'libstarpu-contribmpi-1.2-2' 'ruby-rack-test' 'libjboss-modules-java' 'cgroup-lite' 'python3-empy' 'bottlerocket' 'libghc-cryptonite-doc' 'linux-cloud-tools-4.18.0-15-lowlatency' 'vagrant-lxc' 'launchy-skins' 'libpulse-ocaml' 'gnome-nettool' 'python3-rfc3339' 'libpam-ufpidentity' 'libgnatvsn5-mips64el-cross' 'liblucene++-doc' 'libjsonp-java-doc' 'libtimezonemap1-dev' 'ruby-yell' 'libtest-leaktrace-perl' 'lib64gfortran-8-dev-mipsel-cross' 'liblld-9-dev' 'python-dipy-lib' 'w2do' 'gdc-multilib-mips64el-linux-gnuabi64' 'routino-dbg' 'fcitx-module-lua' 'libipmimonitoring-dev' 'cmatrix' 'scanlogd' 'ruby-climate-control' 'kodi-addons-dev' 'qtlocation5-doc-html' 'libgnat-7-s390x-cross' 'fusiondirectory-plugin-ldapmanager' 'sisu-complete' 'catdoc' 'golang-github-pborman-uuid-dev' 'hicolor-icon-theme' 'atfs-dev' 'liblttng-ctl-dev' 'python3-llfuse' 'usb-modeswitch-data' 'pianobooster' 'golang-github-go-macaron-cache-dev' 'minitube' 'node-base64-js' 'libghc-text-icu-doc' 'libxmlada-unicode4.6.2016' 'linux-headers-5.0.0-1020-oem-osp1' 'linux-modules-extra-5.0.0-1016-aws' 'libbytelist-java' 'libcgi-application-plugin-dbh-perl' 'libtest-harness-perl' 'libgo11' 'libcephfs-java' 'dbconfig-common' 'libgo13' 'nat-rtsp-dkms' 'libvibrant6b' 'csmash-demosong' 'node-generic-pool' 'python-piggyphoto' 'libglib-perl' 'libqalculate-dev' 'r-cran-recipes' 'gir1.2-gst-plugins-base-1.0' 'libgnome-autoar-doc' 'l2tpns' 'libowl-directsemantics-perl' 'eweouz' 'python3-purl' 'bve-train-br-class-323' 'libstdc++-7-pic-mips64el-cross' 'nsis' 'mpqc-openmpi' 'ruby-rails-assets-markdown-it-diaspora-mention' 'clamav-daemon' 'python3-reportbug' 'xfce4-appmenu-plugin' 'science-neuroscience-cognitive' 'libkf5purpose5' 'paxtest' 'ruby-power-assert' 'ruby-docker-api' 'libgcc1-mips64el-cross' 'linux-tools-5.0.0-1030-oem-osp1' 'golang-github-inconshreveable-mousetrap-dev' 'libxz-java-doc' 'jlex' 'uptimed' 'python3-abstract-rendering' 'libmoosex-params-validate-perl' 'node-normalize-path' 'logol' 'libnumber-fraction-perl' 'gobjc++-6-multilib-sparc64-linux-gnu' 'libace-tmcast-6.4.5' 'libgmt5' 'freebsd-mk' 'libnifti2' 'corosync-dev' 'libopenjfx-jni' 'libkmlxsd1' 'libglib3.0-cil-dev' 'xbmc-pvr-tvheadend-hts' 'libqhttpengine-examples' 'verilator' 'linux-buildinfo-4.18.0-15-generic' 'linux-modules-4.15.0-64-generic' 'golang-github-shiguredo-fuji-dev' 'libmad0' 'dqcache-run' 'python-xmmsclient' 'gobjc++-7-multilib-x86-64-linux-gnux32' 'xracer' 'openhpi-plugin-dynamic-simulator' 'breeze-icons-rcc' 'libghc-ixset-typed-prof' 'talkd' 'libattica0.4' 'glmemperf-data' 'libgssglue1' 'imanx' 'lib64stdc++6-4.8-dbg' 'python3-pyqt5.qtmultimedia-dbg' 'geoclue-examples' 'fusiondirectory-plugin-gpg' 'xli' 'shellcheck' 'libtext-soundex-perl' 'dash-el' 'lib32quadmath0' 'librg-blast-parser-perl' 'libconvert-uulib-perl' 'reiser4progs' 'libjersey1-atom-java' 'bwbasic' 'libghc-zeromq4-haskell-dev' 'lcdproc' 'libfwsi-dev' 'shogun-doc-cn' 'libbitstring-ocaml' 'galleta' 'pyqt4-dev-tools' 'golang-gopkg-square-go-jose.v1-dev' 'libsys-mmap-perl' 'libgnatprj6-dev-amd64-cross' 'dotter' 'libx32go13-dbg-amd64-cross' 'grok' 'libplot2c2' 'libobjc4-sh4-cross' 'libjs-rebar' 'node-glob' 'node-dirty' 'libfreeipmi-dev' 'android-libcrypto-utils' 'linux-oem-osp1-tools-5.0.0-1010' 'node-slash' 'libaldmb1-dev' 'libtest-nowarnings-perl' 'linux-oem-osp1-tools-5.0.0-1012' 'grop' 'signon-plugin-oauth2-dev' 'libqwtmathml-dev' 'binutils-mipsisa64r6el-linux-gnuabin32-dbg' 'libusbredirhost-dev' 'linux-oem-osp1-tools-5.0.0-1015' 'clamdscan' 'node-pathval' 'captagent' 'lubuntu-artwork' 'libbusiness-br-ids-perl' 'linux-oem-osp1-tools-5.0.0-1018' 'python-v-sim' 'libxsettings0-dbg' 'numlockx' 'liblua5.3-0' 'openscap-daemon' 'octicons' 'weston' 'g++-5-mips64-linux-gnuabi64' 'linux-headers-4.15.0-1050-kvm' 'librte-mempool-stack17.11' 'libsoqt-dev-common' 'libboost-fiber1.65.1' 'kde-l10n-ptbr' 'libx32stdc++6-6-dbg' 'python3-solv' 'scim-canna' 'libjna-java' 'libstdc++-5-pic-ppc64-cross' 'gdb-avr' 'xmp' 'sugar-pippy-activity' 'stilts-doc' 'sqlite3-pcre' 'python3-numexpr' 'scid-spell-data' 'python-jdcal' 'dict-freedict-eng-ell' 'libmono-system-reactive-windows-forms2.2-cil' 'rasterlite2-dbg' 'linux-oem-osp1-tools-5.0.0-1020' 'grpn' 'libnginx-mod-mail' 'kontrolpack' 'nx-x11-common' 'lib32objc4-dbg-mips64el-cross' 'linux-oem-osp1-tools-5.0.0-1022' 'osspd-alsa' 'linux-oem-osp1-tools-5.0.0-1024' 'golang-github-jacobsa-reqtrace-dev' 'linux-oem-osp1-tools-5.0.0-1025' 'tk-doc' 'libautobox-core-perl' 'libtachyon-serial-0-dev' 'linux-oem-osp1-tools-5.0.0-1027' 'libtbb2' 'hfst-ospell-dev' 'linux-oem-osp1-tools-5.0.0-1028' 'gobjc-7-multilib-x86-64-linux-gnux32' 'python-configglue' 'python3-pymzml' 'gobjc-5-x86-64-linux-gnux32' 'luola-nostalgy' 'libidzebra-2.0-dev' 'libsphde-dev' 'nageru' 'glabels-dev' 'tesseract-ocr-pol' 'golang-pb-dev' 'tryton-modules-stock-package-shipping-dpd' 'libcanberra-doc' 'linux-tools-4.15.0-1050-gke' 'g-wrap' 'weechat-scripts' 'tesseract-ocr-por' 'xmms2-plugin-gme' 'shogun-doc-en' 'helpviewer.app' 'etqw-server' 'jhead' 'deepin-calculator' 'libvaladoc-0.40-dev' 'language-pack-fur-base' 'libapache2-mod-apparmor' 'ruby-state-machines-activerecord' 'subcommander' 'dlz-ldap-enum' 'linux-oem-osp1-tools-5.0.0-1030' 'krb5-kdc' 'python-xlrd' 'ocp-indent' 'libgcc-7-dev-mips64el-cross' 'linux-oem-osp1-tools-5.0.0-1033' 'frogdata' 'cpl-plugin-muse-calib' 'lib32gfortran4-dbg-ppc64-cross' 'freecol' 'liblxi-dev' 'linux-oem-osp1-tools-5.0.0-1037' 'libghc-djinn-ghc-doc' 'linux-oem-osp1-tools-5.0.0-1039' 'linux-image-unsigned-5.3.0-1009-azure' 'grml-rescueboot' 'rygel' 'boxshade' 'libz3-dev' 'hodie' 'node-uniq' 'xnav' 'soapysdr-module-remote' 'libotbiogdal-6.4-1' 'libx11-guitest-perl' 'libconfigreader-perl' 'cpp-8-mipsel-linux-gnu' 'libgraphics-magick-perl' 'lua-sql-mysql' 'python-vobject' 'lib32phobos-5-dev-x32-cross' 'cl-mcclim' 'gcc-snapshot' 'vim-asciidoc' 'libreactivedata-ocaml-dev' 'fonts-tlwg-garuda-ttf' 'mpqc3-data' 'khmer-common' 'salt-cloud' 'extra-xdg-menus' 'macchanger' 'libgettext-ocaml' 'libsundials-ida2' 'linux-modules-4.15.0-1037-azure' 'linux-oem-osp1-tools-5.0.0-1040' 'tessa' 'libghc-yesod-test-dev' 'libqtpropertybrowser4' 'linux-image-4.15.0-1013-azure' 'libgfortran-6-dev-mips64-cross' 'libvibe-core-dev' 'tryton-modules-stock-split' 'libgeo-osm-tiles-perl' 'clutter-1.0-tests' 'linux-image-4.15.0-76-generic' 'xserver-xorg-input-mtrack-hwe-16.04' 'bless' 'lcl-utils-1.8' 'libalzabo-perl' 'kdiamond' 'b43-fwcutter' 'missidentify' 'libfont-afm-perl' 'libgettext-commons-java' 'libtrilinos-piro-dev' 'libzend-framework-php' 'lxhotkey-plugin-openbox' 'zapping' 'libghc-opengl-dev' 'libmono-system-data-datasetextensions4.0-cil' 'flexc++' 'cpufrequtils' 'ubertooth-firmware' 'linux-cloud-tools-lowlatency' 'libghc-iso8601-time-dev' 'xpn' 'python3-profitbricks' 'xpp' 'mate-menus' 'python3-semver' 'lua-rex-gnu-dev' 'libjfreechart-java-doc' 'libspring-aop-java' 'liblog-dispatch-perl' 'libgtkglextmm-x11-1.2-dev' 'dovecot-ldap' 'libcloog-ppl1' 'libghc-warp-prof' 'python3-objgraph' 'imgsizer' 'cpp-mipsel-linux-gnu' 'gobjc-multilib-mipsel-linux-gnu' 'marisa' 'libapogee-dev' 'ckon' 'screenkey' 'python-panko' 'libkf5style-dev' 'fonts-orya-extra' 'libcatmandu-xml-perl' 'cmospwd' 'node-builtins' 'budgie-core-dev' 'python-tackerclient' 'elpa-cider' 'libjs-jquery-fullscreen-plugin' 'codecgraph' 'cyrus-imspd' 'nrefactory-samples' 'libhttp-cookies-perl' 'xqf' 'libnoise0' 'tumbler-common' 'libqbsqtprofilesetup1.10' 'catdvi' 'libbs2b-dev' 'libfuzzylite-dev' 'xbubble' 'lua-sql-odbc-dev' 'libcatalyst-authentication-store-dbix-class-perl' 'libstdc++6-alpha-cross' 'pypy-pyaes' 'subversion-tools' 'linux-modules-extra-4.15.0-1037-gcp' 'libgnat-8-mipsel-cross' 'libsphinx-search-perl' 'python-egenix-mxstack' 'clamav-freshclam' 'trac-codecomments' 'libundead-dev' 'daa2iso' 'libxsettings-dev' 'rawtherapee-data' 'php-odbc' 'libdevice-serialport-perl' 'libpgtcl-dev' 'python3-seqdiag' 'lib32asan3-x32-cross' 'libwx-perl-datawalker-perl' 'vncsnapshot' 'libaspell-dev' 'libnet-opensrs-perl' 'mysql-testsuite-5.7' 'node-array-differ' 'android-sdk-build-tools' 'node-babel-preset-airbnb' 'minica' 'swift-account' 'libobjc-8-dev-alpha-cross' 'libtemplate-glib-1.0-dev' 'python3-gphoto2cffi' 'libclass-container-perl' 'libtemplate-glib-common' 'projectl' 'swift-plugin-s3' 'libkf5plotting-dev' 'vclt-tools' 'gnuplot-data' 'python-pymodbus-doc' 'nordugrid-arc-cache-service' 'python-zope.app.publication' 'libconvert-units-perl' 'linux-image-5.0.0-1039-oem-osp1' 'libpcl-registration1.8' 'icecast2' 'python-parsedatetime' 'eyes17' 'mupen64plus-audio-sdl' 'jnettop' 'debian-reference-zh-cn' 'dict-freedict-tur-deu' 'mapproxy-doc' 'libjets3t-java' 'libgnatprj5-dbg-mips-cross' 'mcstrans' 'velvet-example' 'openigtlink-doc' 'libghc-permutation-doc' 'gir1.2-brasero-3.0' 'grun' 'xnee' 'python-gribapi' 'php-horde-nag' 'python-psycopg2-dbg' 'libghc-test-framework-prof' 'arora' 'tcputils' 'warzone2100' 'mypaint-brushes' 'linux-headers-4.15.0-1031-azure' 'libgnat-7-mips-cross' 'tsung' 'libpentaho-reporting-flow-engine-java-doc' 'golang-github-bsm-pool-dev' 'libparse-cpan-packages-perl' 'linux-buildinfo-4.15.0-1034-kvm' 'pd-slip' 'exactimage' 'ubuntu-mobile-icons' 'libbrailleutils-java' 'libf2c2' 'libpegdown-java' 'libstring-crc32-perl' 'python-requestbuilder' 'libsundials-nvecparallel-mpi2' 'erlang-esdl' 'mlocate' 'golang-easyjson' 'ruby-text-table' 'swfdec-gnome' 'libssl-dev' 'libdontdie0' 'python-cachecontrol' 'pyro4-doc' 'json-glib-tools' 'php-symfony-web-profiler-bundle' 'android-platform-frameworks-native-headers' 'libotp0-heimdal' 'python3-webassets' 'ekeyd-egd-linux' 'libsvn-hooks-perl' 'libtest-needs-perl' 'libxml-feedpp-mediarss-perl' 'libgtkdatabox-dev' 'golang-x-text-dev' 'libimage-metadata-jpeg-perl' 'tesseract-ocr-jpn-vert' 'kde-thumbnailer-deb' 'python-llvmlite' 'golang-github-bgentry-go-netrc-dev' 'oggvideotools-dbg' 'linux-gke-5.0-tools-5.0.0-1013' 'linux-image-unsigned-5.0.0-1020-oem-osp1' 'libgo9-mips64-cross' 'libdatapager-perl' 'libghc-polynomial-prof' 'linux-gke-5.0-tools-5.0.0-1015' 'libqalculate-doc' 'libghc-x11-xft-dev' 'linux-gke-5.0-tools-5.0.0-1017' 'libghc-doctest-prof' 'python-tlslite-ng' 'libobjc4-dbg-hppa-cross' 'python-xlwt' 'gimp-gmic' 'python3-guess-language' 'ruby-escape-utils' 'libgnomeui-dev' 'tesseract-ocr-pus' 'libtemplate-plugin-datetime-perl' 'libomnievents-dev' 'prometheus-node-exporter' 'ledger' 'libtie-persistent-perl' 'xtv' 'cd-hit' 'totem-plugins' 'libavfilter-dev' 'mbrola-lt1' 'libgfortran5-dbg-s390x-cross' 'mbrola-lt2' 'utop' 'linux-gke-5.0-tools-5.0.0-1020' 'node-parse-asn1' 'node-underscore.string' 'linux-gke-5.0-tools-5.0.0-1022' 'python-hdate' 'deja-dup-caja' 'linux-gke-5.0-tools-5.0.0-1023' 'libdisorder0' 'android-logtags-tools' 'linux-headers-4.15.0-1029-oracle' 'libc6-mips32-mips64el-cross' 'linux-gke-5.0-tools-5.0.0-1025' 'corosync-doc' 'linux-gke-5.0-tools-5.0.0-1026' 'libfreefem++-dev' 'linux-gke-5.0-tools-5.0.0-1027' 'gobjc-8-multilib-mipsel-linux-gnu' 'libpmempool1' 'libghc-knob-prof' 'linux-gke-5.0-tools-5.0.0-1029' 'libauthen-pam-perl' 'libboost-locale-dev' 'liblingua-sentence-perl' 'aptly-publisher' 'sipwitch' 'libghc-repa-dev' 'python3-seaborn' 'logcentral-tools' 'python3-plainbox-doc' 'python-zope.app.schema' 'language-pack-gnome-km-base' 'uranium-tools' 'fonts-ipafont-gothic' 'python-autopilot' 'slrnpull' 'minify' 'mapnik-reference' 'libpam-encfs' 'jenkins-debian-glue' 'libc6-dev-powerpc-ppc64-cross' 'python3-pyodbc-dbg' 'linux-headers-4.15.0-1034-gcp' 'gfortran-6-powerpc-linux-gnuspe' 'gobjc-multilib-mips-linux-gnu' 'python3-zipstream' 'cantor-backend-qalculate' 'golang-github-juju-testing-dev' 'linux-gke-5.0-tools-5.0.0-1030' 'libparse-yapp-perl' 'libghc-zeromq4-haskell-doc' 'gobjc-7-mips64el-linux-gnuabi64' 'libbelcard-dev' 'xserver-xorg-dev' 'idle3-tools' 'python-oslo-versionedobjects' 'libgnatprj6-dev-arm64-cross' 'libclosure-compiler-java' 'udns-utils' 'gccgo-6-x86-64-linux-gnux32' 'pulseaudio-module-jack' 'navit-data' 'python-fixtures' 'xfdesktop4' 'purple-discord' 'golang-github-pelletier-go-toml-dev' 'python-ucltip' 'python-pycalendar' 'mono-basic-dbg' 'libspice-client-glib-2.0-8' 'libxfixes3' 'php-horde-queue' 'gkrellm-mldonkey' 'python-barbicanclient' 'linux-modules-4.15.0-1017-gcp' 'reglookup' 'g++-6-mipsel-linux-gnu' 'pandora' 'python3-repoze.lru' 'libgcc1-ppc64el-cross' 'xvt' 'libkf5dnssd5' 'libvibe-web-dev' 'libupnp-java-doc' 'libssl-utils-clojure' 'icewm-common' 'librubberband-dev' 'libjackson2-module-jaxb-annotations-java' 'freediams-doc-en' 'ruby-settingslogic' 'libxio0' 'python3-crank' 'lib32quadmath0-amd64-cross' 'ukui-window-switch' 'galileo' 'libgtk2-ex-entry-pango-perl' 'golang-github-hashicorp-golang-lru-dev' 'libmono-db2-1.0-cil' 'hovercraft' 'libscca1' 'coinor-csdp' 'libatd-ocaml-dev' 'libghc-lifted-async-dev' 'python-dap' 'python-hivex' 'qmmp' 'python3-vine' 'reprozip' 'libsdpa-dev' 'speech-dispatcher-festival' 'libjopendocument-java' 'gcc-7-arm-linux-gnueabi' 'dlmodelbox' 'cfengine2' 'powermanagement-interface' 'linux-modules-extra-5.0.0-41-generic' 'cfengine3' 'php-pecl-http-dev' 'libkvilib4' 'libsphde-doc' 'fonts-tlwg-mono-otf' 'libtotem0' 'python3-libfvde' 'gnat-6-aarch64-linux-gnu' 'python-dbf' 'libbpp-popgen-dev' 'python-dbg' 'libgcc-8-dev-armhf-cross' 'esperanza' 'node-is-buffer' 'lib64atomic1-dbg-x32-cross' 'freediams-doc-fr' 'python-pysynphot' 'gcc-5-hppa64-linux-gnu' 'tla-doc' 'python3-pbkdf2' 'python-imposm-parser' 'transfermii' 'fusiondirectory-plugin-cyrus' 'linux-headers-4.15.0-1011-oracle' 'xtightvncviewer' 'xxd' 'scons' 'xssproxy' 'golint' 'python-vine-doc' 'libcconv-dev' 'psrip' 'gmail-notify' 'leiningen' 'php-horde-imsp' 'globus-gram-audit' 'ldraw-parts' 'libgnatprj6-mipsel-cross' 'librg-exception-perl' 'libtrilinos-isorropia12' 'libglobus-xio-pipe-driver' 'elpa-go-autocomplete' 'erlang-common-test' 'python3-requests-cache' 'nbtscan' 'nomarch' 'aac-enc' 'librarian0' 'libio-pipely-perl' 'libtext-simpletable-perl' 'z88' 'ubuntu-gnome-desktop' 'python3-singledispatch' 'libpqtypes-dev' 'libaldmb1' 'amiga-fdisk-cross' 'linux-image-4.15.0-50-lowlatency' 'mbuffer' 'bash-builtins' 'linux-modules-extra-4.15.0-1037-gke' 'hyphy-common' 'lib64gcc-6-dev-i386-cross' 'linux-buildinfo-4.15.0-1038-oem' 'xye' 'fiona' 'libghc-yesod-test-doc' 'libmpdec-dev' 'libcrmservice3' 'pyftpd' 'planner-data' 'libghc-misfortune-prof' 'node-tweetnacl' 'eog-plugin-picasa' 'linux-tools-gcp-edge' 'gauche-gtk' 'libuninum-dev' 'linux-headers-4.15.0-34-lowlatency' 'libghc-opengl-doc' 'libsfgphobos76-armhf-cross' 'libcuneiform-dev' 'node-unc-path-regex' 'libgtkextra-3.0' 'libghc-iso8601-time-doc' 'node-modestmaps' 'binutils-sparc64-linux-gnu' 'pkcs11-dump' 'libfm-gtk-dbg' 'xserver-xorg-video-all' 'torsocks' 'libsmartcols-dev' 'lib64gcc1-mips-cross' 'python3-pefile' 'python-libturpial' 'libbpp-raa-dev' 'tryton-modules-product' 'ejabberd-mod-muc-log-http' 'libeclipse-emf-ecore-java' 'libgtkglextmm-x11-1.2-doc' 'python-webunit' 'python-ddt' 'libghc-hex-dev' 'qtikz' 'ibus-skk' 'mp3rename' 'python-secretstorage' 'libparse-pmfile-perl' 'libthai0' 'inetutils-talk' 'libappindicator1' 'golang-race-detector-runtime' 'compiz-mate' 'libghc-lucid-prof' 'libghc-universe-base-dev' 'libgfortran3-dbg-amd64-cross' 'python3-dracclient' 'libpocofoundation50' 'mythtv-transcode-utils' 'node-timers-browserify' 'xrdp-pulseaudio-installer' 'linux-cloud-tools-4.15.0-55-generic' 'qtile' 'gfortran-5-s390x-linux-gnu' 'qtdeclarative5-examples' 'g++-powerpc64le-linux-gnu' 'libgdata-cil-dev' 'linux-modules-nvidia-418-5.0.0-1030-oem-osp1' 'resapplet' 'node-grunt-contrib-concat' 'libtestu01-0' 'elpa-visual-regexp' 'libstring-crc-cksum-perl' 'gobjc++-8-s390x-linux-gnu' 'libaxis-java-doc' 'python-libcec' 'python-pyngus' 'libghc-pretty-show-dev' 'libx32stdc++-7-dev-i386-cross' 'php-mdb2-driver-pgsql' 'libgnatprj5-dbg-arm64-cross' 'linux-tools-5.0.0-27-lowlatency' 'kup-server' 'libasan5-dbg' 'libqupzilla1' 'tk8.6-blt2.5' 'python-kjbuckets' 'tgif' 'wine64' 'pommed' 'libtest-mockobject-perl' 'libghc-data-clist-dev' 'libperformance0.5-dbg' 'python-dev' 'libgnatvsn5-arm64-cross' 'wmmon' 'herisvm' 'guile-gnome2-glib' 's3switch' 'git-crecord' 'ruby-peek-gc' 'libgnatcoll-sqlite16.1.0-dev' 'python-tripleo-image-elements' 'pd-iemlib' 'libsoxr0' 'fonts-tlwg-sawasdee-ttf' 'libsoundio1' 'gccgo-7-multilib-s390x-linux-gnu' 'python3-gpxpy' 'sendpage-common' 'neutron-plugin-linuxbridge-agent' 'libhugs-haskell98-bundled' 'fis-gtm-6.3-003a' 'hoogle' 'dictem' 'python3-gst-1.0' 'libgutenprintui2-dev' 'qt4-qmlviewer' 'linux-cloud-tools-5.0.0-1012-azure' 'libpbdata-dev' 'veusz' 'libgssdp-1.0-3' 'libcompizconfig0' 'ferm' 'otcl-dbg' 'tdfsb' 'puppet-module-puppetlabs-apt' 'linux-cloud-tools-4.15.0-76-generic' 'libmaven-antrun-extended-plugin-java' 'bibshelf' 'python-snimpy' 'baresip-x11' 'denyhosts' 'msort-gui' 'libairspy0' 'python-zope.security' 'elasticsearch-curator' 'google-android-build-tools-23-installer' 'linux-image-4.15.0-1048-kvm' 'libjsonrpccpp-client0' 'linux-tools-5.0.0-31-lowlatency' 'libevdev-dev' 'python-simpleeval' 'opendrim-lmp-softwareupdate' 'ink-generator' 'syslinux-themes-ubuntu-xenial' 'libcutl-dev' 'gtk2-engines-oxygen' 'geneweb' 'python-zope.browser' 'mh-e' 'libssl-doc' 'libkf5kdegames-data' 'gfortran-4.8-multilib' 'fonts-jsmath' 'opencollada-tools' 'kpatch-build' 'libghc-tls-dev' 'vinagre' 'node-run-queue' 'python-cluster' 'libcipux-dog-perl' 'libghc-data-default-class-prof' 'kgraphviewer' 'gir1.2-abi-3.0' 'libgtkdatabox-doc' 'libsdes4j-java-doc' 'munin-plugins-java' 'gcc-6-plugin-dev-powerpc64-linux-gnu' 'libfile-util-perl' 'libfile-spec-native-perl' 'hylafax-client' 'linux-tools-4.15.0-1064-oem' 'libfm-gtk-dev' 'libqjdns-qt4-dbg' 'python-pyorbit' 'libpolkit-backend-1-0' 'libzmf-tools' 'linux-headers-4.15.0-1034-gke' 'libghc-x11-xft-doc' 'libfest-test-java-doc' 'libpar-perl' 'python-circuits' 'python3-git-os-job' 'gadmin-openvpn-client' 'libnet-rendezvous-publish-perl' 'rawdns' '389-dsgw' 'libjs-class.js-doc' 'linux-modules-4.15.0-1023-azure' 'python3-openslide' 'libbellesip0' 'libben-ocaml' 'libbiococoa-dev' 'ruby-serialport' 'libgnomeui-doc' 'libjs-es-module-loader-0.17' 'xine-ui' 'python-dhm' 'libgluegen2-jni' 'gcc-multilib-x86-64-linux-gnu' 'amora-cli' 'libdevhelp-dev' 'xgalaga' 'wadc' 'libsphde1' 'libwebpmux3' 'proj-ps-doc' 'python-portpicker' 'php-horde-nls' 'gcc-6-s390x-linux-gnu' 'python-pyasn1' 'libint2-dev' 'rawdog' 'html2ps' 'libspdylay-utils' 'gnome-todo-common' 'node-babel-plugin-syntax-dynamic-import' 'service-wrapper' 'libmoox-types-mooselike-numeric-perl' 'eog-plugin-fullscreen-background' 'libxmlrpc-core-c3' 'libcgi-application-perl' 'kubuntu-wallpapers-artful' 'libbitstream-dev' 'fcitx-sayura' 'python3-pluggy' 'gobjc-5-mips64-linux-gnuabi64' 'python3-txzmq' 'libavahi-gobject0' 'libghc-repa-doc' 'ruby-rbpdf-font' 'librte-pmd-vmxnet3-uio17.11' 'linux-image-unsigned-4.15.0-66-generic' 'language-pack-gnome-bg-base' 'libroutino-dev' 'libghc-glib-prof' 'scour' 'libogg-vorbis-header-pureperl-perl' 'coinor-libcgl1' 'tcl8.6-tdbc-postgres' 'python-setuptools-git' 'lib64gfortran-7-dev-x32-cross' 'ruby-subexec' 'mussh' 'python3-enet' 'boa-constructor' 'libatomic1-s390x-cross' 'foomatic-db' 'libjs-sciencejs' 'simple-image-reducer' 'python3-sortedcontainers' 'librime1' 'libjogl2-toolkits' 'linux-azure-cloud-tools-5.0.0-1014' 'scilab-test' 'r-bioc-interactivedisplaybase' 'python-pytest-pylint' 'binutils-riscv64-linux-gnu-dbg' 'linux-azure-cloud-tools-5.0.0-1016' 'treeview' 'linux-azure-cloud-tools-5.0.0-1018' 'geda-utils' 'libgutenprint2' 'libpurple-bin' 'linux-modules-nvidia-430-5.3.0-28-lowlatency' 'libclhep-dev' 'python-psycopg2-doc' 'libfreehep-graphicsio-svg-java' 'libxatracker-dev' 'python-multipletau' 'node-babel-plugin-transform-async-generator-functions' 'libfm-qt3' 'libclass-prototyped-perl' 'lua-torch-paths' 'libguichan-sdl-0.8.1-1v5' 'linux-modules-nvidia-390-5.0.0-1007-oracle' 'libgpiod1' 'libnetpbm9' 'libmsv-java' 'libclutter-gst-3.0-dev' 'janus-tools' 'uuid-dev' 'camlidl-doc' 'python-pisock' 'dmucs' 'libhtml-clean-perl' 'linux-tools-4.15.0-1044-gcp' 'sblim-cmpi-base' 'libgnat-7-ppc64-cross' 'libgnomevfs2-0-dbg' 'libaudio-mixer-perl' 'lemon' 'libghc-system-filepath-dev' 'libshogun16' 'cdrdao' 'linux-azure-cloud-tools-5.0.0-1020' 'linux-azure-cloud-tools-5.0.0-1022' 'marble-qt' 'stopmotion' 'libghc-lifted-async-doc' 'linux-azure-cloud-tools-5.0.0-1023' 'ko.tex-extra' 'fusiondirectory-plugin-ppolicy-schema' 'arb-doc' 'linux-azure-cloud-tools-5.0.0-1025' 'openafs-client' 'gobjc++-7-powerpc-linux-gnu' 'qml-module-org-kde-kholidays' 'libghc-regex-applicative-text-dev' 'linux-azure-cloud-tools-5.0.0-1027' 'linux-modules-nvidia-430-5.3.0-26-generic' 'pyfai' 'scolasync' 'ruby-hashie' 'linux-azure-cloud-tools-5.0.0-1028' 'llvm-8-tools' 'linux-azure-cloud-tools-5.0.0-1029' 'libgtp-dev' 'libpoe-component-schedule-perl' 'fusiondirectory-plugin-audit-schema' 'ktimer' 'uronode' 'libstdc++-7-pic-m68k-cross' 'libvisp-klt3.1' 'libghc-asn1-encoding-prof' 'libhsail-rt-8-dev-x32-cross' 'gnome-shell-extension-appindicator' 'python-btchip' 'libxml-namespacesupport-perl' 'dpm-server-postgres' 'libscalar-properties-perl' 'libsndio-dev' 'libjcifs-java' 'python-aptdaemon' 'clevis' 'libqjdns-qt4-dev' 'docx2txt' 'libproc-waitstat-perl' 'scowl' 'liburi-find-perl' 'smlnj-doc' 'libdebug0-dev' 'gcc-alpha-linux-gnu' 'ruby-thread-order' 'linux-headers-lowlatency-hwe-18.04-edge' 'ruby-metriks' 'mlpost' 'libgammu-i18n' 'python-stomp-doc' 'xserver-xorg-video-ast' 'asciinema' 'linux-buildinfo-5.0.0-1025-gcp' 'libmamda-options-java' 'linux-azure-cloud-tools-5.0.0-1031' 'colord-kde' 'linux-azure-cloud-tools-5.0.0-1032' 'linux-buildinfo-5.0.0-1024-oem-osp1' 'python-django-contact-form' 'python3-zzzeeksphinx' 'linux-headers-5.3.0-40-generic' 'linux-tools-5.3.0-40-generic' 'gcc-7-alpha-linux-gnu' 'libb-lint-perl' 'python3-rosinstall-generator' 'sfront' 'libdlib-dev' 'libtemplate-timer-perl' 'libxml-libxml-simple-perl' 'lua-soap' 'augeas-tools' 'mia-doctools' 'python3-pyqtgraph' 'python-ironic-inspector-client' 'golang-gopkg-olivere-elastic.v2-dev' 'debhelper' 'libpfs-dev' 'lib32gcc-7-dev-ppc64-cross' 'xserver-xorg-video-ati' 'sqitch' 'icinga' 'python3-rrdtool' 'libijs-0.35' 'xmms2-plugin-alsa' 'php-net-url' 'libcunit1-ncurses-dev' 'libeztrace0-contrib' 'libhfgfortran5-dbg-armel-cross' 'wmweather' 'qtwebkit5-examples' 'yad' 'linux-image-unsigned-4.15.0-64-lowlatency' 'libjsonrpccpp-stub0' 'pypy-pretend' 'python-grib-doc' 'cpp-5-sparc64-linux-gnu' 'node-tape' 'libcatalyst-plugin-session-store-file-perl' 'libsocket-wrapper' 'libshisa-dev' 'libghc-refact-prof' 'node-globule' 'lib32gfortran3-mips64el-cross' 'yap' 'lgc-pg' 'fp-units-gfx' 'python-transaction' 'gir1.2-libvirt-sandbox-1.0' 'libmpdec-doc' 'python3-ccdproc' 'node-lazy-debug-legacy' 'linux-buildinfo-5.3.0-26-generic' 'libelementary2' 'yaz' 'libmumps-seq-5.1.2' 'python3-pygetdata' 'dvd+rw-tools-dbg' 'libcharon-extra-plugins' 'astro-frameworks' 'golang-github-hashicorp-go-checkpoint-dev' 'libgcc-7-dev-powerpcspe-cross' 'ghostess' 'libkf5i18n-dev' 'belenios-tool' 'python3-zope.i18n' 'mpb-dev' 'tryton-modules-project-plan' 'qrfcview' 'node-ordered-read-streams' 'hmmer2-doc' 'liblimba-dev' 'scalable-cyrfonts-tex' 'cairo-dock-system-monitor-plug-in' 'python-pysqlite2' 'groonga-tokenizer-mecab' 'libghc-fast-logger-dev' 'loki-doc' 'python-zope.pluggableauth' 'libghc-hex-doc' 'openmsx-catapult' 'dvdbackup-dbg' 'python3-croniter' 'libterm-twiddle-perl' 'libgnatvsn5-dev-armel-cross' 'debian-reference-zh-tw' 'python3-xstatic-jasmine' 'xfe-i18n' 'python-poster' 'libinih-dev' 'python-pandas-lib' 'libequinox-ip-java' 'profile-sync-daemon' 'pipenightdreams' 'python3-alembic' 'linux-image-unsigned-4.18.0-15-lowlatency' 'xtermset' 'libghc-universe-base-doc' 'eject' 'libspark-java' 'libgfortran3-dbg-arm64-cross' 'lib64atomic1-dbg-powerpc-cross' 'linux-headers-4.15.0-64-generic' 'xfwm4-themes' 'grub2' 'msva-perl' 'libgomp1-dbg-hppa-cross' 'python3-hiredis' 'fadecut' 'libsegyio1' 'libio-string-perl' 'libtask-kensho-async-perl' 'python3-requests-toolbelt' 'python-dns' 'adplug-utils' 'libghc-pretty-show-doc' 'libtsk13' 'libfreerdp-utils1.1' 'opensips-geoip-module' 'emboss-test' 'cairo-dock-kde-integration-plug-in' 'igalician-minimos' 'libopenoffice-oodoc-perl' 'language-pack-hi-base' 'node-is-arrayish' 'linux-buildinfo-5.0.0-25-generic' 'ruby-peek-pg' 'thunar-vcs-plugin' 'libhogweed4' 'librhash-dev' 'crafty-bitmaps' 'libghc-parsec3-dev' 'libmail-bulkmail-perl' 'fcitx-table-scj6' 'libghc-data-clist-doc' 'python-doc' 'python3-imageio' 'globus-gram-job-manager-fork' 'linux-image-4.15.0-1019-azure' 'libtre-dev' 'libvisp-mbt3.1' 'ditrack' 'kball-data' 'pd-hexloader' 'vim-pathogen' 'ruby-netcdf' 'python-agateexcel-doc' 'libblimps3-dev' 'libcephfs-jni' 'libnfnetlink-dev' 'python-pykka' 'libgnat-8-x32-cross' 'slurm-wlm-doc' 'opensips-xmpp-module' 'itstool' 'git-email' 'etsf-io' 'dynare-matlab' 'libextractor-java0' 'fonts-cns11643-kai' 'libibmad-dev' 'libeclipse-jdt-core-java' 'python-collada' 'node-to-fast-properties' 'accounts-qml-module-doc' 'llvm-9-dev' 'python-pyperclip' 'xtrace' 'linux-image-4.18.0-1008-gcp' 'wukrainian' 'libcggl' 'cl-acl-compat' 'gnu-smalltalk-common' 'python-terminado-doc' 'gtans' 'libmath-geometry-voronoi-perl' 'hexchat-python2' 'python-sphinx-bootstrap-theme' 'sdf-doc' 'hexchat-python3' 'ndiswrapper-source' 'lib32stdc++-8-dev-s390x-cross' 'python-txaio' 'libghc-operational-prof' 'mono-dbg' 'libcmph-dev' 'libt4k-common0' 'kubuntu-debug-installer-dbg' 'linux-tools-4.18.0-1023-azure' 'libphutil' 'python-dpm' 'ruby-faker' 'eog-plugin-send-by-mail' 'xsynth-dssi' 'r-cran-praise' 'libfreebsd-glue-0' 'golang-github-influxdb-enterprise-client-dev' 'libevdev-doc' 'python-persistent-doc' 'dwarf-fortress' 'libzed-ocaml-dev' 'libgeo-ipfree-perl' 'fusiondirectory-plugin-ppolicy' 'libgnatvsn5' 'python3-keyutils' 'dbmix' 'libgnatvsn6' 'libgnatvsn7' 'linux-modules-nvidia-390-4.15.0-66-lowlatency' 'libgnatvsn8' 'linux-headers-4.15.0-1044-kvm' 'acpitail' 'libgl1-mesa-dev' 'eclipse-subclipse' 'libghc-tls-doc' 'node-ast-util' 'scorched3d-data' 'hashcat-nvidia' 'perlprimer-doc' 'hamradio-satellite' 'gdcm-doc' 'minizinc' 'minicoredumper-utils' 'libusbtc08-1' 'libcogl-pango-dev' 'nautilus-sendto' 'clang-8-examples' 'libghc-exact-pi-dev' 'globus-gfork-progs' 'umlet' 'ignore-me' 'python-freshen' 'linux-modules-4.15.0-1027-kvm' 'mysql-common' 'lib32objc4-ppc64-cross' 'racoon' 'libspectrum-dev' 'gcc-7-m68k-linux-gnu' 'gcc-7-plugin-dev-sh4-linux-gnu' 'android-sdk-build-tools-common' 'libaether-ant-tasks-java' 'fntsample' 'dianara' 'gav-themes' 'libtrilinos-kokkos-kernels-dev' 'rrootage-data' 'libbio-coordinate-perl' 'flexbar' 'libxxf86dga1' 'emacsen-common' 'nted' 'flite' 'sweep' 'libaqsis1' 'libsfgphobos71-dbg-armhf-cross' 'libdbix-class-inflatecolumn-ip-perl' 'wims-java-applets' 'golang-github-gtank-cryptopasta-dev' 'hachu' 'rerun' 'slurmctld' 'libghc-colour-dev' 'linux-tools-4.15.0-1044-gke' 'linux-headers-4.15.0-1037-azure' 'libhdb9-heimdal' 'cyrus-sasl2-doc' 'seahorse-daemon' 'gdc-5-x86-64-linux-gnux32' 'libio-pty-perl' 'cleo' 'libweupnp-java' 'lib64atomic1-mips-cross' 'libc6-dbg-ppc64-cross' 'libpipebang-camlp4-dev' 'ruby-fog-radosgw' 'libkf5windowsystem5' 'aroarfw-dev' 'libcorkipset-dev' 'clex' 'linux-modules-nvidia-390-4.15.0-70-lowlatency' 'dh-php' 'libdatetime-timezone-systemv-perl' 'python-pycallgraph' 'libvoms-api-java-java-doc' 'python-djangocms-admin-style-common' 'libsilo-dev' 'ncurses-bin' 'libfontchooser-java' 'node-js-yaml' 'libghc-dependent-map-prof' 'node-daemon' 'uim-gtk2.0-immodule' 'libxml-parser-lite-tree-perl' 'xgridfit-doc' 'libwinpr-heap0.1' 'cpp-6-sh4-linux-gnu' 'libobjc-6-dev-armhf-cross' 'libuwac0-0' 'collectd-core' 'node-constantinople' 'libdevel-stacktrace-perl' 'libwnn-dev' 'libwebsocket-api-java' 'linux-buildinfo-5.0.0-1025-gke' 'powerline' 'libghc-pwstore-fast-prof' 'libcoverart-dev' 'djview-plugin' 'linux-modules-5.0.0-19-lowlatency' 'tryton-modules-sale-stock-quantity' 'hexchat-common' 'xmms2-plugin-pulse' 'libc6-mips32-mips64r6-cross' 'assword' 'linux-image-4.15.0-1042-gcp' 'libmlt++-dev' 'webcamoid-plugins' 'python-dsv' 'libcommon-sense-perl' 'linux-headers-5.0.0-1013-gcp' 'hdf4-tools' 'python3-pyside.qtwebkit' 'libmng-dev' 'python3-sepolgen' 'quantlib-python' 'php-symfony-config' 'psensor-server' 'libclutter-gst-3.0-doc' 'libhoel-dev' 'claws-mail-clamd-plugin' 'libjaxe-java-doc' 'cmatrix-xfont' 'caribou-antler' 'gff2ps' 'libmemkind0' 'libdkim-dev' 'libghc-system-filepath-doc' 'libgtkdatabox-0.9.3-0-libglade' 'python-slixmpp-doc' 'libestr0' 'libghc-pipes-parse-prof' 'libustr-1.0-1-dbg' 'libfontconfig1' 'libunixsocket-java' 'uucp' 'libcurses-ui-perl' 'zenmap' 'libghc-regex-applicative-text-doc' 'libgfortran-7-dev-amd64-cross' 'installation-guide-amd64' 'linux-signed-image-lowlatency-hwe-18.04-edge' 'libvisp-vision-dev' 'libcpprspserver-dev' 'libclang1-3.9-dbg' 'python-oslo.cache' 'linux-modules-nvidia-390-5.0.0-1033-oem-osp1' 'ruby-vmstat' 'python3-versiontools' 'libghc-cmark-prof' 'libeclipse-e4-core-di-java' 'plymouth-theme-hamara' 'fusionforge-plugin-foafprofiles' 'linux-tools-4.15.0-65-lowlatency' 'python-uritools' 'python-cachetools' 'gri-el' 'libghc-monads-tf-dev' 'hol88-help' 'libtinyxml2.6.2v5' 'libghc-digest-dev' 'dhewm3' 'fex-utils' 'python3-django' 'lincity-ng-data' 'rhythmbox-plugin-magnatune' 'libwnck-3-0' 'libpetsc3.7.7' 'gir1.2-totem-1.0' 'linux-modules-5.0.0-23-lowlatency' 'linux-image-unsigned-5.0.0-32-generic' 'fusiondirectory-plugin-ldapdump' 'ir-keytable' 'phpsysinfo' 'linux-tools-4.15.0-1032-aws' 'libgfortran5-dbg-ppc64-cross' 'g3data' 'python-setuptools' 'python-k8sclient' 'libtools-trace-clojure' 'nut-ipmi' 'libzltext0.13' 'ocamlmakefile' 'libtrilinos-zoltan-dev' 'ibus-table-yong' 'opencl-1.2-html-doc' 'lib32stdc++-6-dev-amd64-cross' 'libgetdata-tools' 'linux-image-4.18.0-22-generic' 'libleveldb1v5' 'oaklisp' 'linux-buildinfo-4.15.0-51-generic' 'libignition-common' 'libghc-dynamic-state-prof' 'gsmc' 'libwps-tools' 'puppet-module-manila' 'libsnowball-swedish-perl' 'comet-ms' 'fonts-dejima-mincho' 'libobject-remote-perl' 'libotbqtadapters-6.4-1' 'node-regexpu-core' 'flickcurl-utils' 'language-pack-as-base' 'clif' 'gtester2xunit' 'libclutter-perl' 'libinsighttoolkit4-dev' 'flamethrower' 'libkxml2-java-doc' 'libpam-modules-bin' 'lighttpd-mod-authn-mysql' 'libsdformat6' 'libjs-bootstrap' 'hunspell-gug' 'r-cran-evaluate' 'python-cherrypy3-doc' 'google-android-platform-21-installer' 'transmission-cli' 'libx12-parser-perl' 'python3-systemfixtures' 'python3-pyaudio' 'libjs-typedarray-to-buffer' 'linux-buildinfo-4.15.0-1028-kvm' 'golang-github-nebulouslabs-entropy-mnemonics-dev' 'python-treetime-examples' 'libhtml-template-expr-perl' 'libgeronimo-jta-1.1-spec-java' 'neopi' 'mpb-doc' 'uftrace' 'puredata-dev' 'libghc-uglymemo-prof' 'vsearch' 'cairo-dock-desklet-rendering-plug-in' 'libgkarrays1' 'librte-pmd-bond17.11' 'libwpd-dev' 'streamripper' 'libghc-fast-logger-doc' 'falcon' 'libapache2-mod-intercept-form-submit' 'cyphesis-cpp' 'libkmod-dev' 'libgetopt-mixed-perl' 'python-qt4-dbus' 'ltsp-cluster-lbserver' 'itcl3' 'linux-buildinfo-4.15.0-72-generic' 'graphlan' 'g++-6-sparc64-linux-gnu' 'linux-modules-4.15.0-1058-aws' 'php-horde-ingo' 'remmina-plugin-spice' 'python-pyknon' 'python-venusian' 'lxd-tools' 'libsoup2.4-cil' 'node-compression' 'cantor-backend-sage' 'gfortran-7-sh4-linux-gnu' 'metastudent-data-2' 'rabbit' 'lib64cilkrts5-dbg' 'apt-show-versions' 'libgiftiio-dev' 'openssh-server' 'libghc-base64-bytestring-prof' 'libgfortran-5-dev-ppc64el-cross' 'libcapi20-dev' 'libjs-jquery-ui-theme-cupertino' 'gnome-core' 'gdc-5-sh4-linux-gnu' 'libusbredirparser-dev' 'txt2pdbdoc' 'ruby-concurrent' 'libnm-dev' 'golang-gopkg-macaroon-bakery.v2-dev' 'neutron-openvswitch-agent' 'bitstormlite' 'python-pattern' 'bin86' 'libghc-parsec3-doc' 'beets' 'ubuntu-budgie-themes' 'r-cran-zelig' 'libhttp-exception-perl' 'libmrmpi-dev' 'python-xmpp' 'crtmpserver-apps' 'libdata-phrasebook-loader-yaml-perl' 'libexplain-dev' 'libwww-csrf-perl' 'libglademm-2.4-dbg' 'spotlighter' 'libubsan0-dbg' 'kf5-kdepim-apps-libs-data' 'libasyncns0' 'python-tackerclient-doc' 'ruby-jekyll-sass-converter' 'libpcp-mmv1-dev' 'libognl-java' 'fonts-glewlwyd' 'ubuntuone-dev-tools' 'lib64itm1-i386-cross' 'apcupsd-doc' 'pdns-backend-remote' 'libotbextendedfilename-6.4-1' 'lib64gfortran-8-dev-i386-cross' 'rtpg-www' 'unity-autopilot' 'pitivi' 'fonts-mlym' 'llvm-9-doc' 'libemail-filter-perl' 'ndpmon' 'python-cloudfiles' 'gobjc++-5-multilib-powerpc64-linux-gnu' 'python3-osmalchemy' 'libgphobos76-armel-cross' 'libmbt1-dev' 'gearhead-sdl' 'gfortran-s390x-linux-gnu' 'libtranscript1' 'libmail-srs-perl' 'apt-utils' 'python-pyroma' 'libkf5plasmaquick5' 'libcalendarsupport4' 'dibbler-server-dbg' 'libghc-th-abstraction-dev' 'libghc-jmacro-prof' 'libdb4o8.0-cil' 'linux-headers-4.15.0-1028-gcp' 'gir1.2-gcab-1.0' 'tmexpand' 'golang-github-docker-go-metrics-dev' 'trac-privatetickets' 'libck-dev' 'libsphinxbase-dev' 'linux-headers-4.18.0-1004-gcp' 'i3lock' 'libconvert-binary-c-perl' 'libladspa-ocaml-dev' 'gobjc-8-sh4-linux-gnu' 'mariadb-plugin-tokudb' 'uuid' 'libuninum5' 'libx11-data' 'libctemplate-dev' 'libgraphite2-dev' 'git-secret' 'libsfgphobos76-dbg-armhf-cross' 'linux-headers-4.18.0-1008-azure' 'apt-config-auto-update' 'libgphobos71-dbg-armhf-cross' 'libtet1.5' 'libphp-simplepie' 'dh-virtualenv' 'python-socketio-client' 'python-portalocker' 'gosa-plugin-rolemanagement' 'lib64gcc-8-dev' 'libghc-bindings-nettle-dev' 'libmono-2.0-1' 'gir1.2-hkl-5.0' 'libx32stdc++-7-dev' 'stk-doc' 'python3-rtree' 'compiz' 'node-jssip' 'libindicate5' 'jellyfish1' 'libclxclient3' 'libghc-exact-pi-doc' 'libblockdev-utils2' 'liblld-7' 'liblld-8' 'sqlitebrowser' 'astrometry-data-tycho2-08-littleendian' 'liblld-9' 'libjogl2-java-doc' 'geany-plugin-spellcheck' 'libcss-perl' 'libfuzzer-9-dev' 'libstfl-ruby1.8' 'linux-modules-4.15.0-47-generic' 'mokutil' 'cl-sql-mysql' 'gcc-7-multilib-sparc64-linux-gnu' 'libexception-class-dbi-perl' 'gnome-twitch' 'libcddb-perl' 'linux-cloud-tools-5.0.0-1018-azure' 'linux-image-4.15.0-1042-gke' 'gobjc-5-multilib-powerpc64-linux-gnu' 'linux-headers-5.0.0-1013-gke' 'python-simpleparse-mxtexttools' 'libtcd0' 'iproute2' 'python-jpype' 'libjs-jquery-ui-theme-vader' 'g++-8-multilib-mips64el-linux-gnuabi64' 'ruby-descendants-tracker' 'python-imaging-doc-html' 'inoticoming' 'fuse-posixovl' 'libghc-colour-doc' 'xserver-xorg-video-amdgpu-dbg' 'libsysstat-qt5-0' 'libregexp-reggrp-perl' 'libgssapi-perl' 'libnetsvcs-dev' 'libmock-quick-perl' 'python3-lazr.delegates' 'tcl8.6-dev' 'arpon' 'lib64gomp1-mipsel-cross' 'gperf-ace' 'libfftw3-long3' 'courier-authlib-userdb' 'libfile-homedir-perl' 'librlog-dev' 'salt-formula-nova' 'libayatana-indicator3-dev' 'libghc-cryptohash-dev' 'jison' 'libn32go13-mips-cross' 'cloc' 'aroarfw-doc' 'libcorkipset-doc' 'libglademm-2.4-dev' 'libhaapi1' 'python3-pyqt5.qtopengl' 'clog' 'libghc-xmonad-extras-prof' 'libmaven-source-plugin-java' 'sweethome3d-textures-editor' 'textdraw' 'libfam0' 'libclass-loader0d' 'grunt' 'php-fpm' 'matchbox-themes-extra' 'golang-github-mxk-go-flowrate-dev' 'libexodusii5' 'ghostscript-x' 'libgnome-games-support-common' 'libxml-atom-simplefeed-perl' 'libdwarf1' 'python3-selenium' 'golang-github-blevesearch-bleve-dev' 'ibsim-utils' 'python-cobra-data' 'libcsfml-window2.4' 'tahoe-lafs' 'libboost-program-options1.65.1' 'wmnet' 'sml-mode' 'libamu-dev' 'libgmtk1-data' 'libcoverart-doc' 'festvox-rablpc8k' 'python-pybigwig' 'python-q' 'libvibe-redis0' 'xfonts-bolkhov-koi8u-75dpi' 'libthunarx-2-dev' 'libvlfeat1' 'libtango-dev' 'ruby-metaclass' 'gadmin-bind-dbg' 'lubuntu-artwork-16-04' 'libmhash2' 'python3-slimmer' 'libghc-these-dev' 'libgeo-coordinates-itm-perl' 'libghc-abstract-par-dev' 'kakasi' 'libhe5-hdfeos0' 'openttd-opensfx' 'libghc-flexible-defaults-dev' 'libpycaml-ocaml' 'karbon' 'plasma-workspace-dev' 'libclass-std-utils-perl' 'linux-image-4.15.0-38-generic' 'mgltools-scenario2' 'libllvm-8-ocaml-dev' 'nvidia-340-updates-dev' 'linux-image-5.0.0-1020-gcp' 'pipebench' 'golang-github-influxdb-usage-client-dev' 'libgl1-mesa-dri' 'libgoocanvasmm-2.0-6' 'postgresql-10-pgq-node' 'libgo13-amd64-cross' 'pinentry-fltk' 'gobjc-7-multilib-mipsel-linux-gnu' 'node-delve' 'python-factory-boy-doc' 'libclass-factory-util-perl' 'xdotool' 'python-sunlight' 'libjnr-ffi-java-doc' 'libmate-panel-applet-4-1' 'checkit-tiff' 'python-openturns' 'libghc-tabular-dev' 'hdhomerun-config-gui' 'lightdm-remote-session-x2go' 'libgfortran-7-dev-arm64-cross' 'libecm1-dev-common' 'lubuntu-artwork-16-10' 'python-colorama' 'open-invaders-data' 'plasma-applet-redshift-control' 'golang-github-hashicorp-errwrap-dev' 'openscenegraph-doc' 'libgfortran5-mipsel-cross' 'lib32gfortran-7-dev-mips64-cross' 'libtifiles-dev' 'libgrilo-0.3-bin' 'python3-simple-cdd' 'libghc-hdbc-session-dev' 'golang-github-kyokomi-emoji-dev' 'libdataquay0' 'fonts-hack-web' 'debroster' 'libgnat-8-sparc64-cross' 'dvi2ps-fontdata-three' 'python-prompt-toolkit' 'linux-modules-4.15.0-1021-gcp' 'node-ap' 'libcddb2' 'libc-client2007e' 'libghc-hgettext-prof' 'gcc-5-powerpc-linux-gnu' 'golang-github-coreos-bbolt-dev' 'python3-aiozmq' 'golang-github-mitchellh-hashstructure-dev' 'ipband' 'libghc-glob-prof' 'libquazip-headers' 'libreoffice-help-zh-cn' 'ruby-kakasi-ffi' 'ubuntu-gnome-default-settings' 'libstdc++-8-pic-armel-cross' 'golang-github-cznic-fileutil-dev' 'libghc-monads-tf-doc' 'libotbossimadapters-6.4-1' 'scrollz' 'nanoblogger-extra' 'node-gulp-load-plugins' 'php-text-wiki' 'python3-isodate' 'libghc-digest-doc' 'linux-modules-extra-5.0.0-1022-azure' 'libxdelta2' 'owncloud-client' 'golang-github-nebulouslabs-go-upnp-dev' 'otb-bin' 'mgen' 'ruby-sequel' 'calligra-libs' 'libghc-cipher-blowfish-dev' 'python3-plotly' 'python-pyqrcode' 'libconfig-model-itself-perl' 'liboath0' 'gbutils' 'amavisd-milter-dbg' 'dict-freedict-eng-fra' 'sollya' 'python3-ironic-inspector-client' 'liblwt-ocaml' 'cl-split-sequence' 'gobjc-7-multilib' 'libgnat-6-alpha-cross' 'node-bl' 'python-iniparse' 'python3-cxx-dev' 'beets-doc' 'indelible' 'elpa-which-key' 'python3-plplot-qt' 'm17n-lib-bin' 'libswscale4' 'gnome-commander-data' 'libubsan1-dbg-amd64-cross' 'ii-esu' 'synphot-data' 'fltk1.1-games' 'genius-common' 'libn32objc-7-dev-mips64-cross' 'libfile-copy-recursive-perl' 'libogmrip-dev' 'libx32go9-dbg' 'opensips-compression-module' 'libfap6' 'liblogg4.4' 'picard-tools' 'chessx' 'libghc-asn1-parse-dev' 'tesseract-ocr-que' 'libcommoncpp2-dbg' 'libtrilinos-trilinoscouplings-dev' 'r-cran-cairo' 'libgfortran3-dbg-powerpcspe-cross' 'chalow' 'node-d3-path' 'linux-image-unsigned-4.15.0-1069-oem' 'qasmixer' 'libluajit-5.1-common' 'liblscp6' 'libjs-pie-doc' 'golang-github-svent-go-flags-dev' 'aspell' 'golang-1.10-go' 'globus-gram-job-manager' 'libparse-mediawikidump-perl' 'doctorj' 'node-co' 'libxmlezout4' 'libdefhash-perl' 'libnet-idn-encode-perl' 'linux-headers-4.15.0-1023-azure' 'libafflib0v5' 'ruby-seamless-database-pool' 'liboggz2' 'pypy-hypothesis' 'jmol' 'terminator' 'asciidoc-doc' 'liblog-message-simple-perl' 'python3-wsaccel' 'libfile-tail-perl' 'linux-tools-4.15.0-50-generic' 'linux-modules-extra-5.0.0-1026-gcp' 'libtest-synopsis-perl' 'libghc-x509-store-dev' 'libgnome-games-support-1-3' 'libgolang-1.8-std1' 'golang-github-mitchellh-colorstring-dev' 'puredata-doc' 'apt-listdifferences' 'cl-tf2-msgs' 'libtowitoko2' 'python-keyring' 'libkf5webkit5' 'php-symfony-monolog-bridge' 'libwpd-doc' 'libnl-3-dev' 'fdm-materials' 'libstd-rust-1.24' 'linux-modules-extra-4.15.0-1041-gke' 'bzrtools' 'libstd-rust-1.25' 'libghc-icalendar-dev' 'libm4rie-dev' 'psl-make-dafsa' 'mythnews' 'oneisenough' 'r-cran-learnbayes' 'yum' 'rrdcollect-dbg' 'libstd-rust-1.28' 'libtomcat8-embed-java' 'golang-github-nebulouslabs-bolt-dev' 'os-brick-common' 'kwin-x11' 'libopenrawgnome7' 'xtitle' 'libwant-perl' 'libqxmpp0-dbg' 'libpmemblk1' 'unity-settings-daemon-dev' 'cltl' 'libngs-sdk-dev' 'php-psr-log' 'eclipse-cdt-profiling-framework-remote' 'taskwarrior' 'python3-sklearn-lib' 'libminpack1' 'google-android-platform-19-installer' 'hydra-gtk' 'node-hashish' 'python3-aptly' 'vdmfec' 'libstd-rust-1.30' 'libclaw-configuration-file-dev' 'librsskit0d-dbg' 'fonts-lohit-taml' 'libstd-rust-1.31' 'libpcre++0v5' 'python3-spur' 'ruby-numerizer' 'libstd-rust-1.32' 'libtheschwartz-perl' 'python-logging-tree' 'libstd-rust-1.34' 'libstd-rust-1.35' 'libtext-glob-perl' 'manderlbot' 'python-phply' 'libstd-rust-1.36' 'ethstatus' 'libstd-rust-1.37' 'members' 'python-grib' 'freeipa-server' 'liblog-any-adapter-tap-perl' 'libv4l2rds0' 'python3-pypump' 'libstd-rust-1.39' 'ifmail' 'gddccontrol' 'lib32asan5-dbg-x32-cross' 'libbalooxapian4' 'libghc-uglymemo-dev' 'libfko-doc' 'check-mk-agent' 'libcangjie2-dbg' 'libmirrenderer-dev' 'gedit-plugin-find-in-files' 'libgroonga0' 'gutenprint-locales' 'libexplain-doc' 'acedb-other-dotter' 'golang-github-snapcore-snapd-dev' 'libapache2-mod-removeip' 'gap-prim-groups' 'libjs-img.srcset' 'libjs-source-map' 'linux-image-unsigned-5.0.0-1016-azure' 'xscavenger' 'watcher-api' 'ruby-mercenary' 'python-arrayfire' 'cpp-5-mips64el-linux-gnuabi64' 'fusiondirectory-plugin-webservice' 'libgphobos76-dbg-armhf-cross' 'verbiste' 'virt-sandbox' 'libjs-jquery-resize-doc' 'ruby-byebug' 'exfat-fuse' 'libterm-shellui-perl' 'libgwengui-gtk3-dev' 'lib64gcc-6-dev-mips-cross' 'libmono-webmatrix-data4.0-cil' 'vpnc-scripts' 'libmenu-cache-dev' 'ulogd2-dbi' 'okular-mobile' 'libghc-th-abstraction-doc' 'mikutter' 'libcommoncpp2-dev' 'libmockobjects-java' 'libjboss-logging-java-doc' 'atanks' 'libxrender-dev' 'libmigrate-parsetree-ocaml' 'libsphinxbase-doc' 'libxml-libxml-perl' 'starlink-table-java-doc' 'pfsglview' 'lx-gdb' 'nilfs-tools' 'patcher' 'libghc-esqueleto-prof' 'gobjc++-7-multilib-mips64el-linux-gnuabi64' 'clvm' 'argus-server' 'git-buildpackage-rpm' 'freemedforms-emr-resources' 'swift-bench' 'lib32go11' 'libgraphite2-doc' 'lib32go13' 'libkf5service-data' 'libperformance0.5' 'libcrypt-pbkdf2-perl' 'python3-dask' 'sword-dict-strongs-greek' 'cyclist' 'libkpimgapitasks5' 'libboost1.65-tools-dev' 'libghc-bindings-nettle-doc' 'libavifile-0.7-bin' 'python-django-piston' 'ubuntukylin-wallpapers-utopic' 'librdf-prefixes-perl' 'dict-freedict-nld-deu' 'libttfautohint1' 'nfqueue-bindings-python' 'gtk2-engines-blueheart' 'hexxagon' 'gcc-5-mips64-linux-gnuabi64-base' 'python-fontconfig' 'uhd-host' 'linux-image-4.15.0-1052-kvm' 'mate-user-guide' 'alsaplayer-daemon' 'mbrola-mx1' 'libgst-dev' 'mbrola-mx2' 'kaccessible-dbg' 'fonts-tlwg-typo-ttf' 'ttf-ubuntu-font-family' 'gobjc++-mingw-w64-x86-64' 'libunity-gtk2-parser-dev' 'golang-gopkg-alecthomas-kingpin.v2-dev' 'linux-headers-4.15.0-1016-aws' 'fonts-arabeyes' 'libjs-swfobject' 'libcommons-math3-java' 'libreadline5' 'golang-github-cloudflare-redoctober-dev' 'libreadline7' 'libafsrpc2' 'opari' 'node-he' 'python3-nose-yanc' 'linux-cloud-tools-4.15.0-23-lowlatency' 'paco' 'gap-guava' 'libtntnet12v5' 'python-pex-cli' 'liblingua-translit-perl' 'libclass-errorhandler-perl' 'scim-unikey' '9base' 'linux-image-5.0.0-1020-gke' 'golang-github-azure-go-pkcs12-dev' 'mrmpi-doc' 'tcl8.6-doc' 'jmeter' 'strigi-dbg' 'debian-xcontrol' 'crossbuild-essential-arm64' 'metainit' 'tk-fsdialog' 'libghc-cryptohash-doc' 'asl-tools' 'partimage-doc' 'libcangjie2-dev' 'python3-curtsies' 'libastrometry0' 'libglademm-2.4-doc' 'python-pbh5tools' 'librocksdb-dev' 'ruby-dataobjects-mysql' 'libghc-boundedchan-prof' 'pentobi' 'vsd2odg' 'librosconsole2d' 'libandroidsdk-swtmenubar-java' 'python-pytimeparse' 'libjs-jquery-ui-theme-sunny' 'lxlock' 'python3-django-dirtyfields' 'libopencc-dev' 'libisorelax-java' 'libcairomm-1.0-1v5' 'libdirgra-java-doc' 'gammaray-plugin-kjobtracker' 'gobjc++-6-multilib-x86-64-linux-gnux32' 'python3-msrestazure' 'prodigal' 'python-pastedeploy-tpl' 'libqt5x11extras5-dev' 'pads' 'lib32go7-dbg' 'python3-eyed3' 'xymon' 'libpgm-dbg' 'libleveldb-cil-dev' 'kiriki' 'fillets-ng-data' 'python3-zeroc-ice' 'python3-dbus.mainloop.pyqt5' 'node-ip' 'python-googleapi' 'python3-reprounzip' 'libreswan' 'urjtag' 'ldaptor-utils' 'linux-cloud-tools-4.18.0-18-generic' 'python-opengm-doc' 'mir-demos' 'libtango-doc' 'libjs-prettify' 'gir1.2-coglgst-2.0' 'dict-freedict-tur-eng' 'libical-parser-perl' 'libghc-these-doc' 'libghc-abstract-par-doc' 'linux-modules-nvidia-390-5.3.0-28-lowlatency' 'ncl-ncarg' 'libembryo1' 'libghc-flexible-defaults-doc' 'libobjc-5-dev-m68k-cross' 'thin' 'libwulf-dev' 'libconfig-find-perl' 'libsqlite0-dev' 'sa-compile' 'libghc-graphscc-dev' 'python-axiom' 'libqmi-utils' 'python-libusb1' 'libghc-pipes-zlib-dev' 'wbar' 'libvirt-daemon-driver-storage-sheepdog' 'placnet' 'moonshot-gss-eap' 'ejabberd-mod-cron' 'xfonts-x3270-misc' 'libgo13-arm64-cross' 'libspiro0' 'python-flask-openid-doc' 'linux-image-unsigned-5.0.0-1009-oracle' 'antiword' 'libwine-development' 'libcilkrts5-dbg-x32-cross' 'libghc-tabular-doc' 'libroar2' 'brickos-doc' 'ruby-avl-tree' 'gnunet' 'libmbt1' 'libghc-hdbc-session-doc' 'gcc-5-mips64el-linux-gnuabi64' 'python3-pyside.phonon' 'hilive' 'designate-common' 'cloog-isl' 'multimedia-devel' 'gccgo-5-multilib-x86-64-linux-gnux32' 'python3-lasagne' 'libtango9' 'python-whitenoise' 'libatinject-jsr330-api-java' 'libx32objc4-dbg-i386-cross' 'elpa-ledger' 'python3-iptables' 'lib64go11-dbg-powerpc-cross' 'roundcube' 'marsshooter' 'libmaven-script-interpreter-java' 'python3-djangorestframework-haystack' 'libwandio1-dev' 'libpawlib-lesstif3-dev' 'libyaml-appconfig-perl' 'libgvpr2' 'libmediaart-2.0-dev' 'libsvmloc-dev' 'pysycache-click-dinosaurs' 'libopencryptoki0' 'linux-modules-extra-5.0.0-1026-gke' 'nagios2mantis' 'pypy-fastimport' 'libdleyna-core-1.0-3' 'libghc-cipher-blowfish-doc' 'linux-tools-4.15.0-88-generic' 'yydebug' 'libupower-glib3' 'popfile' 'libknet1' 'cpp-m68k-linux-gnu' 'node-detect-indent' 'shoogle' 'z80dasm' 'python-zope.app.http' 'libhash-asobject-perl' 'libfilesys-diskspace-perl' 'libgfortran3-amd64-cross' 'libtasn1-6-dev' 'xmms2-plugin-airplay' 'libmath-fibonacci-perl' 'r-bioc-variantannotation' 'python3-sphinxcontrib.programoutput' 'libgnat-7-dbg-x32-cross' 'libostyle1c2' 'python-guiqwt-doc' 'ruby-em-hiredis-doc' 'libgdk-pixbuf2.0-common' 'fake-hwclock' 'libchart-clicker-perl' 'libgnatvsn5-dev-i386-cross' 'gcc-8-arm-linux-gnueabi' 'libubsan1-dbg-arm64-cross' 'python3-urwidtrees' 'libghc-asn1-parse-doc' 'libopenexr22' 'python-neutron-vpnaas' 'libsmbclient' 'prosody-modules' 'libtext-flow-perl' 'courier-authlib-sqlite' 'r-cran-futile.logger' 'libgdk-pixbuf2.0-dev' 'python3-pysolr' 'pandoc-citeproc-preamble' 'vdetelweb' 'python-oslo.service' 'mwaw2odf' 'shotdetect' 'gjs-tests' 'xfce4-notes-plugin' 'libpythonqt-qt5-python2-dev' 'libtest-deep-type-perl' 'gir1.2-harfbuzz-0.0' 'libminlog-java' 'node-on-headers' 'libpgm-dev' 'pidgin-nateon' 'libpadwalker-perl' 'cpp-5-doc' 'node-fs-exists-sync' 'linux-cloud-tools-4.15.0-38-generic' 'liblas-c3' 'python-blockdiag' 'python-circuits-doc' 'nautilus-filename-repairer' 'revelation' 'bcache-tools' 'gcc-7-riscv64-linux-gnu' 'python-flask-oldsessions' 'unzip' 'python3-django-recurrence' 'libmodule-package-rdf-perl' 'clearcut' 'libghc-x509-store-doc' 'gobjc-7-s390x-linux-gnu' 'med-his' 'libnewtonsoft-json-cil-dev' 'debdry' 'ttf-xfree86-nonfree' 'quassel' 'python3-dj-database-url' 'linux-image-unsigned-4.15.0-1049-gke' 'lib32asan2-ppc64-cross' 'libtrilinos-thyra-dev' 'linux-image-4.15.0-1056-oem' 'linux-headers-4.15.0-1038-kvm' 'node-ms' 'gnustep-base-runtime' 'libghc-icalendar-doc' 'libstdc++-8-pic-s390x-cross' 'libmaven-repository-builder-java-doc' 'late-data' 'cinnamon-settings-daemon' 'python-sklearn' 'python-feed' 'xnest' 'yoshimi-doc' 'dict-freedict-kur-tur' 'language-pack-gnome-te-base' 'node-mz' 'simutrans' 'libogg-dbg' 'python-oslo.concurrency' 'vo-amrwbenc-dbg' 'libnet-whois-raw-perl' 'node-babel-plugin-transform-regenerator' 'libgtkmm-2.4-dev' 'digikam-private-libs' 'libdlib18' 'jigzo-data' 'python3-retrying' 'ldmtool' 'gfortran-6-multilib-powerpc-linux-gnu' 'libmixin-linewise-perl' 'kterm' 'libduo3' 'liblld-7-dev' 'hamradio-tasks' 'node-json-loader' 'libvisp-me-dev' 'lib32go11-amd64-cross' 'libx32atomic1-amd64-cross' 'princeprocessor' 'pd-lyonpotpourri' 'dmg2img' 'xfce4-clipman' 'fcitx-modules' 'r-cran-taxize' 'lib32ncursesw5' 'xorg' 'linux-image-unsigned-4.15.0-1010-oracle' 'linux-modules-extra-5.0.0-1014-aws' 'ruby-extendmatrix' 'libghc-uglymemo-doc' 'libwxgtk-webview3.0-gtk3-0v5' 'libnx-x11-6' 'xorp' 'smartmontools' 'libspeexdsp1' 'lib64cilkrts5-i386-cross' 'xdg-desktop-portal-tests' 'libghc-iso8601-time-prof' 'rygel-gst-launch' 'libtest-fake-httpd-perl' 'gnome-shell-extension-pixelsaver' 'libgeronimo-annotation-1.3-spec-java' 'libtoml-parser-perl' 'moon-lander' 'tmux-plugin-manager' 'libmath-calculus-differentiate-perl' 'ruby-debug-inspector' 'python-cgcloud-core' 'nautilus-ideviceinfo' 'libmpeg2-4' 'python-libuser' 'elpa-openwith' 'pkg-config-riscv64-linux-gnu' 'monopd' 'gir1.2-gda-5.0' 'libgcc-8-dev-alpha-cross' 'ntpsec-ntpviz' 'libboost-locale1.65.1' 'vitables' 'noblenote' 'stdsyslog' 'libindirect-perl' 'python-pycoast-doc' 'python-pysnmp4-mibs' 'testdrive' 'libgphobos-8-dev' 'libmrpt-nav1.5' 'libtopic-tools-dev' 'smbclient' 'python3-django-maintenancemode' 'lib64gfortran-6-dev-mipsel-cross' 'haskell-hosc-utils' 'libmenu-cache-doc' 'xneur' 'qemu-user-binfmt' 'puppet-module-richardc-datacat' 'libfaac-dev' 'golang-github-markbates-inflect-dev' 'libfreefem++' 'python-betamax-doc' 'libghc-hspec-prof' 'python3-diskimage-builder' 'libxen-4.9' 'libcommoncpp2-doc' 'z-push-backend-kopano' 'libequinox-p2-discovery-java' 'libghc-configfile-prof' 'texlive-fonts-extra-links' 'owncloud-client-cmd' 'libknot-dev' 'libhealpix-java' 'librte-member17.11' 'python3-dbus-tests' 'hoz-gui' 'wmnut' 'linux-image-4.15.0-1036-gcp' 'libgnuradio-comedi3.7.11' 'libgconf2.0-cil' 'libeccodes-tools' 'courier-mlm' 'linux-image-4.18.0-1012-gcp' 'adlint' 'gnome-shell-pomodoro-data' 'libdashel-dev' 'python-gst-1.0-dbg' 'libmono-upnp-cil-dev' 'gobjc-8-alpha-linux-gnu' 'libconfig-inifiles-perl' 'linux-modules-nvidia-418-5.0.0-1020-azure' 'libcgi-ssi-parser-perl' 'libandroid-uiautomator-23-java' 'gstreamer1.0-vaapi-doc' 'libjemalloc1' 'node-applause' 'flatpak-builder' 'python-pytest-httpbin' 'libpils2' 'liblog-dispatch-config-perl' 'python-pytest-multihost' 'libglobus-common-dev' 'libx32gphobos76-amd64-cross' 'xl2tpd' 'vagrant-mutate' 'linux-buildinfo-5.0.0-1039-oem-osp1' 'python3-libfwnt' 'libasan2-x32-cross' 'ruby-buff-ruby-engine' 'ucommon-doc' 'plasmidomics' 'php-constant-time' 'gobjc-7-x86-64-linux-gnu' 'smpeg-gtv' 'libpuzzle1' 'orbit2-nameserver' 'qml-module-io-thp-pyotherside' 'node-hash-test-vectors' 'palo' 'libogg-dev' 'palp' 'libsdl2-2.0-0' 'neutron-bgp-dragent' 'php-gmagick' 'libqt5bluetooth5' 'ublock-origin-doc' 'gtk2-engines-equinox' 'python-ecryptfs' 'linux-headers-4.15.0-45-lowlatency' 'libjs-tinycon' 'libodb-boost-2.4' 'gajim-antispam' 'node-qs' 'foxeye-dbg' 'fnotifystat' 'predict' 'libfile-data-perl' 'zaz' 'tilecache' 'php-all-dev' 'python3-wxgtk4.0' 'python-biom-format-doc' 'node-qw' 'python-rdkit' 'python-utmp' 'python-migrate' 'libcommons-modeler-java' 'libghc-sbv-dev' 'openssh-client' 'flobopuyo' 'libqt5versit5' 'libfwupd2' 'steghide' 'liblapacke-dev' 'libghc-dynamic-state-dev' 'rally' 'elki-dev' 'libkatepartinterfaces4' 'linux-modules-4.15.0-1031-kvm' 'node-rc' 'eclipse-emf' 'formencode-i18n' 'paml' 'wims-moodle' 'emacs-nox' 'libmondrian-java' 'libgnat-8-dbg-armel-cross' 'ulogd2-mysql' 'libapache2-mod-perl2' 'keepass2-doc' 'ats-lang-anairiats' 'lib32gfortran-4.8-dev' 'printer-driver-hpijs' 'libdata-amf-perl' 'muffin' 'libhfasan5-armel-cross' 'rdp-alignment' 'haskell-misfortune' 'fonts-beng' 'node-accepts' 'pike7.8-reference' 'speex' 'libgnatcoll-gmp16.1.0-dev' 'gcc-8-powerpc64-linux-gnu-base' 'libresult-ocaml' 'node-rw' 'python-quixote1' 'node-rx' 'asciidoc' 'lib64gfortran3-i386-cross' 'python3-django-taggit' 'libcacard-tools' 'libwagon-ssh-java' 'libmoose-perl' 'mono-xsp4' 'libreoffice-help-zh-tw' 'python3-pyqt4.qtopengl-dbg' 'grub-efi-amd64' 'libcmtspeechdata0' 'libcuneiform0' 'lib64gfortran-4.8-dev' 'libjs-jquery-ui-theme-trontastic' 'libstdc++-6-pic-amd64-cross' 'libn32gcc-7-dev-mipsel-cross' 'r-cran-registry' 'cpp-7-s390x-linux-gnu' 'binfmt-support' 'camlmix' 'libdb5.3' 'hydrogen-data' 'plymouth-theme-kubuntu-logo' 'streamer' 'mariadb-client-10.1' 'libqt4-sql' 'globus-gram-job-manager-scripts-doc' 'libregf1' 'libjs-json' 'libgnatvsn5-dev-ppc64-cross' 'samba-common-bin' 'python-networkmanager' 'libxs-dev' 'libghc-graphscc-doc' 'yaz-icu' 'libgxw-dev' 'emacs25-common-non-dfsg' 'libflxmlrpc1v5' 'libghc-pipes-zlib-doc' 'libgnustep-dl2-dev' 'libblockdev-utils-dev' 'libcommons-configuration2-java' 'python3-flask-mail' 'pd-gil' 'onscripter' 'lua-md5-dev' 'trinityrnaseq' 'ruby-openstack' 'linux-headers-5.3.0-23-generic' 'linux-tools-5.3.0-23-generic' 'neko-dev' 'liblldb-8-dev' 'wmbubble' 'python-zope.securitypolicy' 'libbonoboui2-0' 'libvirt-glib-1.0-0' 'libxsettings-client-dev' 'php-symfony-property-access' 'lazarus-ide-gtk2-1.8' 'libpano13-3' 'libalkimia5-7' 'asclock-themes' 'libcrypt-des-perl' 'libmysofa0' 'xfonts-intl-arabic' 'golang-github-tendermint-log15-dev' 'libvhdi1' 'calligrawords' 'qtcharts5-doc-html' 'libx32gcc-8-dev-i386-cross' 'r-cran-robustbase' 'lib32gfortran5-dbg-amd64-cross' 'librte-net17.11' 'golang-github-juju-mutex-dev' 'python3-django-crispy-forms' 'python-celery' 'libghc-x509-system-prof' 'python-epr' 'libprintsys' 'libxmlrpc3-client-java' 'php-xml-svg' 'zec' 'libgnatprj6-dbg-hppa-cross' 'foxeye-dev' 'python-pygresql-doc' 'golang-github-pointlander-compress-dev' 'triggerhappy' 'fastlink' 'sbc-tools' 'eclipse-wtp-xsl' 'libgnomekbd-dev' 'libapp-control-perl' 'saods9-doc' 'ruby-rack-protection' 'libswt-cairo-gtk-3-jni' 'mcollective' 'libgnatprj6-dev-s390x-cross' 'libgfortran3-arm64-cross' 'gobjc++-8-powerpc-linux-gnu' 'paps' 'r-cran-memoise' 'libintellij-annotations-java' 'par2' 'python-ly-doc' 'python-pydoubles' 'vpb-utils' 'libcipux-passwd-perl' 'python-pyruntest' 'libghc-recaptcha-dev' 'libgeis-dev' 'python3-libfwsi' 'libghc-ofx-dev' 'libghc-monoid-extras-prof' 'linux-modules-extra-4.15.0-1023-oracle' 'libonig4' 'libghc-sdl-dev' 'r-cran-leaps' 'python-flickrapi' 'libmwaw-0.3-3' 'libgdk-pixbuf2.0-doc' 'libcanlock2' 'ruby-flexmock' 'python-futurist-doc' 'lua-dbi-common' 'python3-nose-exclude' 'libcrypto++6-dbg' 'homebank' 'python-automaton' 'omniorb-doc' 'nordugrid-arc-plugins-needed' 'ubuntu-mate-wallpapers' 'linux-headers-4.15.0-47-generic' 'libsodium23' 'node-recast' 'python-fs-browser' 'cpp-8-alpha-linux-gnu' 'discus' 'python3-pybtex' 'node-babel-plugin-syntax-flow' 'libpfqueue0' 'librpcsecgss-dev' 'ripe-atlas-tools' 'cider-doc' 'libsql-statement-perl' 'golang-github-tchap-go-patricia-dev' 'pgbackrest-doc' 'libghc-magic-prof' 'linux-modules-extra-5.0.0-1028-azure' 'libvncserver-dev' 'libswt-glx-gtk-4-jni' 'pkgconf' 'libgnome-menu-3-0' 'libgnat-5-dbg-ppc64el-cross' 'pcp-import-sheet2pcp' 'libindicator3-tools' 'tesseract-ocr-script-taml' 'libjavascriptcoregtk-1.0-dev' 'gfortran-multilib-arm-linux-gnueabi' 'python-taskw' 'cpp-6-sparc64-linux-gnu' 'pylint' 'node-global-prefix' 'xpaint-dev' 'ansible-tower-cli-doc' 'python-isoweek' 'python-dirspec' 'lua-wsapi-doc' 'libgtkmm-2.4-doc' 'r-cran-bayesm' 'libvisp-vision3.1' 'libcommons-modeler-java-doc' 'python-libsmraw' 'libghc-conduit-dev' 'libkdb3-driver-sqlite' 'libmodello-java' 'linux-buildinfo-4.15.0-1032-kvm' 'netdata' 'libmpdclient-dev' 'libghc-text-postgresql-prof' 'node-ws' 'libopenhft-affinity-java' 'libv4l-dev' 'mdfinder.app' 'libmath-vector-real-kdtree-perl' 'libpam-cgfs' 'liblogservicecomponentbase2v5' 'gcc-arm-none-eabi' 'linux-modules-extra-4.15.0-48-generic' 'libjs-flot' 'dcap-tunnel-krb' 'linux-tools-4.15.0-1048-kvm' 'gromacs-openmpi' 'freeradius-yubikey' 'gmanedit' 'libmath-basecalc-perl' 'dislocker' 'nodejs-mozilla' 'linux-image-4.15.0-1036-gke' 'moonshot-trust-router' 'libffmpegthumbnailer-dev' 'binutils-mips64-linux-gnuabin32-dbg' 'libxineliboutput-fbfe' 'courier-mta' 'node-faye-websocket' 'libzeus-jscl-java-doc' 'libtime-parsedate-perl' 'linux-modules-4.15.0-1035-oem' 'lua-socket-dev' 'libghc-retry-dev' 'potool' 'lxqt-runner' 'libqt4-svg' 'pyside-tools' 'remotetea' 'syslog-ng-mod-perl' 'fcitx-ui-light' 'virtualbox-guest-source' 'gobjc++-8-x86-64-linux-gnux32' 'pass' 'libccfits-dev' 'aptdaemon-data' 'libdicomscope-jni' 'cmocka-doc' 'libchm1' 'libcilkrts5-amd64-cross' 'python-pyqt5.qtwebchannel-dbg' 'wbox' 'libje-perl' 'libqtgconf-dev' 'libidzebra-2.0-mod-grs-regx' 'libsoup2.4-dev' 'python3-certbot-apache' 'libapache2-mod-mono' 'tegaki-zinnia-traditional-chinese' 'python-rospy' 'abinit' 'libzdb11' 'node-bootstrap-sass' 'neutron-server' 'geany-plugin-autoclose' 'linux-modules-nvidia-390-5.0.0-1020-oem-osp1' 'node-d3-time' 'qtspeech5-flite-plugin' 'emboss' 'python3-epr-dbg' 'python-castellan-doc' 'libghc-exception-transformers-prof' 'lvm2-lockd' 'libecryptfs-dev' 'nordugrid-arc-egiis' 'php-guestfs' 'libobjc-7-dev-i386-cross' 'python-flufl.password' 'libayatana-appindicator1' 'datovka' 'drkonqi' 'caja-admin' 'gcc-6-arm-linux-gnueabi-base' 'ghc-testsuite' 'libdb5.3-java-jni' 'libfli-dev' 't1-cyrillic' 'spell' 'flowgrind-dbg' 'libdns-export1100' 'zim' 'erlang-redis-client' 'libmagickcore-6.q16-3' 'libjavaewah-java' 'python-pycadf' 'libjs-jquery-ui-theme-start' 'zip' 'games-arcade' 'autodock-vina' 'neo4j-client' 'libkres-dev' 'python-slimit' 'python-pyxb-doc' 'libghc-decimal-prof' 'libjsr311-api-java-doc' 'jaminid' 'python-pysqlite2-dbg' 'libgnat-8-dbg-mips64-cross' 'linux-modules-extra-4.15.0-69-generic' 'python-fastkml' 'libsoapysdr-dev' 'libcwidget3v5' 'libghc-quickcheck-instances-dev' 'pymca-doc' 'libsdl-net1.2' 'lib32gcc-5-dev-s390x-cross' 'libstaroffice-0.0-0' 'rbootd' '4store' 'rust-src' 'libgnatprj5-dbg-s390x-cross' 'libcerf1' 'php-fxsl' 'libstonith1' 'libiptc-dev' 'libokular5core8' 'topal' 'subunit' 'libc6-mipsn32r6el-cross' 'proftpd-mod-vroot' 'linux-headers-4.15.0-1032-gcp' 'openvanilla-imgeneric-data-all' 'python3-proxmoxer' 'libglobus-common-doc' 'debian-paketmanagement-buch' 'gfxboot-theme-ubuntu' 'lua-rex-gnu' 'aragorn' 'libsord-0-0' 'gnustep-make' 'diamond-aligner' 'language-pack-sq-base' 'gtml' 'ruby-request-store' 'eclipse-emf-examples' 'linux-buildinfo-4.18.0-14-generic' 'libgmbal-java' 'libgupnp-av-1.0-dev' 'libspatialindex-dbg' 'liblcmaps0' 'hedgewars' 'libjdom1-java-doc' 'lam4-dev' 'ksysguard-data' 'python3-rtmidi' 'linux-modules-4.15.0-1015-gcp' 'odbcinst' 'libfltk-cairo1.3' 'libc6-mips64-mips-cross' 'linux-headers-5.0.0-1022-oem-osp1' 'btscanner' 'icinga2-common' 'python-cryptography-vectors' 'libkido-optimizer-ipopt0.1' 'libio-tiecombine-perl' 'linux-modules-nvidia-390-5.0.0-1032-azure' 'libmrpt-gui1.5' 'libglobus-gsi-cert-utils-dev' 'simulavr' 'libdynamicedt3d1.8' 'libghc-sbv-doc' 'python3-pyvisa' 'ruby-fastimage' 'python3-google-apputils' 'toxiproxy-cli' 'dreamchess-data' 'gtk-doc-tools' 'usbguard-applet-qt' 'libghc-dynamic-state-doc' 'libgnatprj5-dev-sparc64-cross' 'libasan5-amd64-cross' 'freeipa-client' 'android-libnativeloader-dev' 'gnujump-data' 'libtaglib-ocaml-dev' 'opensmtpd' 'libdbd-excel-perl' 'iputils-ping' 'libopenraw-dev' 'lib64gfortran-8-dev-mips-cross' 'sword-comm-mhcc' 'isympy3' 'sendfile' 'libburner-media3-1' 'libmedc-dev' 'python-oslo.context-doc' 'coinor-libosi1v5' 'python3-rawkit' 'libfreehep-swing-java' 'golang-github-xiaq-persistent-dev' 'libjs-jsxc' 'qconf' 'libbio-perl-run-perl' 'libcommons-discovery-java' 'libpam-mysql' 'fiona-doc' 'libweed-dev' 'icinga-cgi-bin' 'clsync' 'jxplorer' 'python3-sfml-dbg' 'python-napalm-base' 'libcheshire-clojure' 'afterstep-data' 'xpilot-ng-client-x11' 'anarchism' 'libjs-prefix-free' 'cpp-8-powerpc64le-linux-gnu' 'python-libxml2' 'libbiojava4-java' 'libgraph-d3-perl' 'libstdc++-6-pic-arm64-cross' 'mbrola-nl2' 'shorewall6-lite' 'dballe' 'sgt-puzzles' 'ruby-rails-assets-diaspora-jsxc' 'panoramisk' 'ant-doc' 'fonts-dosis' 'kopano-search' 'check-manifest' 'xul-ext-pdf.js' 'libgtk2.0-common' 'python-gmpy2-doc' 'voctomix-core' 'linux-image-4.18.0-1013-azure' 'linux-modules-5.0.0-1028-oem-osp1' 'libclass-dbi-pager-perl' 'argus-client' 'python3-redmine' 'python-feedparser' 'qttools5-doc-html' 'libjing-java' 'libgnome2-canvas-perl' 'libmono-system-json-microsoft4.0-cil' 'thrift-compiler' 'liblouisutdml-bin' 'python3-sphinx-autorun' 'dlm-controld' 'libservlet-api-java' 'golang-github-facebookgo-clock-dev' 'i2pd' 'libimlib2-dev' 'apertium-is-sv' 'libghc-regex-base-prof' 'libscca-dev' 'python3-parse-type' 'dict-freedict-eng-gle' 'python3-factory-boy' 'coyim' 'libpisync1' 'mame-tools' 'python3-unidecode' 'linux-image-unsigned-5.0.0-15-generic' 'libtie-encryptedhash-perl' 'linux-buildinfo-4.15.0-1036-oem' 'libopenbabel-dev' 'libxsettings-client-doc' 'ruby-contracts' 'gir1.2-caja-2.0' 'ruby-omniauth-multipassword' 'liburi-find-simple-perl' 'golang-github-btcsuite-btcd-btcec-dev' 'libmgl-dev' 'libtdb1' 'libosmesa6' 'r-recommended' 'unity-greeter-badges' 'php-gmp' 'libswtchart-java' 'erlang-folsom' 'mod-gearman-module' 'ruby-securecompare' 'znc' 'libspatialindex-dev' 'libnfs11' 'php-patchwork-utf8' 'python3-cap-ng' 'libslepc3.7-dev' 'console-log' 'tesseract-ocr-ron' 'python-pyghmi' 'fusiondirectory-plugin-supann-schema' 'node-cson-parser' 'libtemplate-glib-doc' 'lib32objc-6-dev-ppc64-cross' 'octave' 'libpmi-pmix-dev' 'pakcs' 'liboctave4' 'libnet-sftp-sftpserver-perl' 'libopenscenegraph-dev' 'node-npmlog' 'med-pharmacy' 'libghc-th-lift-dev' 'puredata-import' 'tomcat9-examples' 'vim-gui-common' 'libtest-prereq-perl' 'libblockdev-mpath-dev' 'python-openstacksdk' 'xpad' 'sosreport' 'ardentryst' 'ruby-rspec-pending-for' 'libtemplate-plugin-textile2-perl' 'shim-signed' 's-el' 'ofono-dev' 'pvrg-jpeg' 'lib32gcc1-s390x-cross' 'mailsync' 'libeditline0' 'guestfsd' 'libghc-recaptcha-doc' 'liblaser-geometry-dev' 'texlive-lang-czechslovak' 'libgeis-doc' 'mhap' 'libghc-ofx-doc' 'libviennacl-dev' 'ruby-sys-filesystem' 'python-requests-kerberos' 'libmodule-install-automanifest-perl' 'voro++' 'sane-dbg' 'plymouth-theme-lubuntu-text' 'libasan3-dbg' 'libghc-sdl-doc' 'node-merge-stream' 'liblirc-dev' 'gobjc-6-multilib-mipsel-linux-gnu' 'libghc-pointedlist-dev' 'linux-image-5.0.0-23-lowlatency' 'libvisp-me3.1' 'lib32gomp1-sparc64-cross' 'zpspell' 'libplexus-velocity-java-doc' 'libharminv3' 'libboost-graph-parallel1.65.1' 'libproc-reliable-perl' 'libgfortran4-dbg-mips64-cross' 'python-testpath' 'libimage-math-constrain-perl' 'libnet-ip-minimal-perl' 'libwaili-dev' 'ballerburg' 'libfsntfs-utils' 'libxfont-dev' 'libjs-jquery-typeahead' 'ruby-semantic-puppet' 'barbican-keystone-listener' 'golang-github-gorilla-websocket-dev' 'linux-image-unsigned-4.15.0-1073-oem' 'python3-bsddb3-dbg' 'soundgrain' 'sni-qt' 'manpages-dev' 'bzr-builddeb' 'hp-search-mac' 'libmysqlclient20' 'fmtools' 'libgfortran-6-dev-powerpc-cross' 'linux-image-4.15.0-48-lowlatency' 'arduino-core' 'node-finalhandler' 'python-pylxd' 'libandroidsdk-sdkstats-java' 'linux-image-4.15.0-1046-kvm' 'libomxil-bellagio0-components-mad' 'libvirt-ocaml' 'libkf5calendarutils5abi1' 'python3-cement' 'mandoc' 'cramfsswap' 'libghc-conduit-doc' 'lupin-support' 'linux-modules-4.15.0-1029-oracle' 'libmpdclient-doc' 'libhfubsan0-armel-cross' 'libgoffice-0.10-10-common' 'gdc-powerpc64-linux-gnu' 'libnet-ident-perl' 'libc6-dev-riscv64-cross' 'live-manual-epub' 'ruby-gdk-pixbuf2' 'linux-tools-5.3.0-40-lowlatency' 'libcss-dom-perl' 'qtltools' 'perl6' 'esptool' 'r-cran-base64enc' 'libnexus0v5' 'linux-image-5.0.0-29-generic' 'mandos' 'libghc-retry-doc' 'libtest-time-perl' 'libquvi-0.9-dev' 'r-cran-vcdextra' 'python-pyside.qtnetwork' 'linux-buildinfo-4.15.0-1030-oracle' 'mopidy-podcast' 'libsdl2-gfx-1.0-0' 'xpdf' 'libjs-mathjax-doc' 'xmountains' 'python-doit-doc' 'libocas0' 'axiom-graphics' 'python3-hidapi' 'python3-posix-ipc' 'libjs-angular-schema-form' 'fonts-samyak' 'kde-l10n-engb' 'libccfits-doc' 'asterisk-mysql' 'language-pack-gnome-br-base' 'ubuntu-core-config' 'linux-headers-4.15.0-1032-gke' 'linux-tools-4.15.0-1031-oracle' 'libsvn-look-perl' 'libapache2-mod-scgi' 'elpa-visual-fill-column' 'golang-github-howeyc-gopass-dev' 'lives' 'libsoup2.4-doc' 'liballegro-ttf5-dev' 'gcc-7-aarch64-linux-gnu' 'g++-7-sparc64-linux-gnu' 'libc3p0-java' 'libeasybind-java' 'node-nopt' 'c++-annotations' 'libparse-errorstring-perl-perl' 'hplip-gui' 'libgfortran3-mips64-cross' 'linux-tools-lowlatency-hwe-18.04' 'python-google-compute-engine' 'libtrilinos-shylu12' 'libc6-dbg-hppa-cross' 'libnss-systemd' 'libmessage-filters-dev' 'python-networking-arista' 'cl-cxml' 'libgs9-common' 'tryton-modules-stock-lot-sled' 'awscli' 'libghc-dns-prof' 'php-horde-spellchecker' 'node-string-width' 'python-map-msgs' 'linux-image-unsigned-4.15.0-23-lowlatency' 'node-pinkyswear' 'r-cran-flashclust' 'linux-azure-tools-4.18.0-1011' 'libgfortran-6-dev-ppc64el-cross' 'libfdt-dev' 'libdansguardian-perl' 'linux-image-4.15.0-52-lowlatency' 'spl-dkms' 'linux-azure-tools-4.18.0-1013' 'librime-data-array30' 'linux-azure-tools-4.18.0-1014' 'telepathy-salut-dbg' 'stressant-doc' 'libghc-css-text-dev' 'tryton-modules-account-stock-landed-cost-weight' 'dita-ot-doc' 'libqgis-dev' 'qupzilla-plugin-kwallet' 'linux-azure-tools-4.18.0-1018' 'linux-azure-tools-4.18.0-1019' 'liquidprompt' 'elpa-ert-async' 'libdatetime-format-db2-perl' 'bzip2' 'libaec-dev' 'ruby-doorkeeper' 'libghc-typed-process-dev' 'libghc-stringbuilder-prof' 'lldpad-dev' 'openresolv' 'smlnj-runtime' 'libgraxxia-java' 'cpp-8-x86-64-linux-gnu' 'libgfortran3-dbg-s390x-cross' 'linux-modules-extra-4.15.0-1031-azure' 'zsh' 'libsoapysdr-doc' 'python3-hiro' 'language-pack-ms-base' 'libghc-quickcheck-instances-doc' 'libsixel1' 'libc6-m68k-cross' 'libopenlayer-dev' 'redsocks' 'libpasswdqc-dev' 'fonts-meera-taml' 'libgtksourceview-3.0-1' 'libido-0.1-0' 'libcaffe-cuda-dev' 'mblaze' 'libnuxwdog-java' 'libconfig-jfdi-perl' 'gnome-initial-setup' 'libgnatvsn6-dev-sparc64-cross' 'polari' 'libsdsl-dev' 'libkblog4' 'fwupd-signed' 'gnome' 'lcmaps-plugins-basic-localaccount' 'linux-azure-tools-4.18.0-1020' 'libmaven-dependency-analyzer-java' 'libghc-relational-record-doc' 'linux-azure-tools-4.18.0-1023' 'libmono-system-web-dynamicdata4.0-cil' 'linux-azure-tools-4.18.0-1024' 'libghc-ed25519-dev' 'libgnatprj6-powerpc-cross' 'linux-azure-tools-4.18.0-1025' 'avahi-autoipd' 'opennebula-sunstone' 'libstdc++-8-pic-ppc64-cross' 'granule-docs' 'bzflag-server' 'espctag' 'python-maxminddb' 'libx32ubsan0' 'libx32ubsan1' 'keyboard-configuration' 'linux-modules-4.15.0-1011-oracle' 'gobjc-5-multilib-mips64-linux-gnuabi64' 'libhfgfortran-5-dev-armel-cross' 'boinc-dev' 'libtk-filedialog-perl' 'libghc-classy-prelude-conduit-prof' 'gmlive' 'libitm1-s390x-cross' 'qgis-server' 'ceilometer-polling' 'pkg-config-aarch64-linux-gnu' 'libhttp-headers-actionpack-perl' 'libvte-dev' 'libstarlink-ast-err0' 'linux-modules-nvidia-390-5.3.0-1009-gcp' 'mariadb-server' 'libcpanplus-perl' 'libstxxl1-bin' 'tesseract-ocr-rus' 'blender-ogrexml-1.9' 'libeigen-stl-containers-dev' 'libpmi1-pmix' 'cpp-x86-64-linux-gnu' 'gfortran-7-powerpc64-linux-gnu' 'linux-tools-4.15.0-1042-gcp' 'gobjc-multilib-x86-64-linux-gnu' 'linux-tools-5.0.0-29-lowlatency' 'scilab-celestlab' 'golang-github-geertjohan-go.incremental-dev' 'linux-image-unsigned-5.0.0-1022-oem-osp1' 'loadwatch' 'libglobus-gsi-cert-utils-doc' 'zita-rev1' 'golang-github-nfnt-resize-dev' 'gcc-6-x86-64-linux-gnux32-base' 'hdf-compass-doc' 'cpp-7-powerpc-linux-gnu' 'claws-mail-attach-remover' 'asterisk-core-sounds-es-gsm' 'linux-modules-extra-5.0.0-1014-azure' 'libghc-optparse-applicative-dev' 'elpa-move-text' 'libsynthesis-dev' 'libcompress-lzf-java' 'python-django-macaddress' 'docker-runc' 'libcrcutil-dev' 'libasan5-arm64-cross' 'libgo9-dbg-powerpc-cross' 'libghc-relational-query-hdbc-prof' 'cmst' 'libmialm-dev' 'libscotchmetis-dev' 'libcds-moc-java-doc' 'gnat-6-mipsel-linux-gnu' 'cproto' 'science-chemistry' 'linux-buildinfo-5.3.0-1007-azure' 'linux-headers-4.15.0-1020-aws' 'sblim-cmpi-common' 'g++-7-multilib-s390x-linux-gnu' 'gcc-8-multilib-i686-linux-gnu' 'linux-tools-4.18.0-13-generic' 'libx32gphobos71-dbg-amd64-cross' 'libgraph-writer-graphviz-perl' 'qml-module-qtquick-templates2' 'python-ntdb' 'cm-super-x11' 'libgcc1-x32-cross' 'eekboek' 'libchipmunk0d3' 'libtest-simple-perl' 'unity-china-video-scope' 'bsdutils' 'ld10k1' 'spring-javaai' 'libghc-cairo-prof' 'golang-github-tinylib-msgp-dev' 'php-horde-pdf' 'cmtk' 'linux-oem-osp1' 'libalglib-dev' 'python-distro-info' 'sensors-applet' 'libcrmcluster-dev' 'autofs' 'librplay3-dev' 'hostapd' 'pd-syslog' 'astro-education' 'libgcc-6-dev-armhf-cross' 'libtwofish0' 'remotetrx' 'node-deep-equal' 'libfile-next-perl' 'node-loose-envify' 'digitemp' 'libcomedi0' 'python3-scapy' 'python3-zope.security' 'gpstrans' 'libpython3.7-testsuite' 'gcc-x86-64-linux-gnux32' 'dlint' 'libmariadbd-dev' 'python-pysqlite2-doc' 'tidy' 'golang-github-mitchellh-prefixedio-dev' 'grepcidr' 'projectm-data' 'ruby-configurate' 'xfonts-thai' 'gcc-7-aarch64-linux-gnu-base' 'golang-github-nicksnyder-go-i18n-dev' 'menulibre' 'libgxps-utils' 'libmyguiengine3debian1v5' 'humanfriendly' 'libgo9-dbg-ppc64el-cross' 'libghc-wreq-prof' 'python3-pyisomd5sum' 'libghc-xmonad-contrib-prof' 'cmus' 'memtool' 'livescript' 'python-wand' 'libopenbabel-doc' 'libwombatcommon0' 'golang-github-aviau-gopass-dev' 'diffpdf' 'python-pgmagick' 'fonts-samyak-mlym' 'libxpp3-java' 'libnfc-bin' 'warmux-servers' 'android-liblog-dev' 'libxml-security-c-dev' 'libnetfilter-cttimeout-dev' 'ko.tex-extra-hlfont' 'libghc-intervals-dev' 'libghc-tasty-prof' 'strongswan-tnc-ifmap' 'windows-el' 'palapeli' 'elpa-jinja2-mode' 'ruby-atomic' 'lib64objc-7-dev' 'libhtml-widgets-navmenu-perl' 'ruby-roxml' 'libcal3d-doc' 'lib32gcc-8-dev-amd64-cross' 'language-pack-gnome-zh-hans' 'language-pack-gnome-zh-hant' 'pingus-data' 'pd-iemnet' 'python3-redis' 'qonk' 'safeeyes' 'gdc-6-alpha-linux-gnu' 'libeclipse-e4-ui-di-java' 'bind9' 'libjs-autonumeric' 'golang-github-quobyte-api-dev' 'gkrellm-volume' 'libghc-th-lift-doc' 'python-dynamic-reconfigure' 'lib32stdc++6-6-dbg-s390x-cross' 'zonemaster-cli' 'pathogen' 'xserver-xorg-input-synaptics-hwe-18.04' 'thunderbird' 'dia-rib-network' 'libexporter-declare-perl' 'librdf-generator-http-perl' 'cantor-backend-python2' 'fusionforge-plugin-globalsearch' 'gfaim' 'cantor-backend-python3' 'ibus-input-pad' 'openacs' 'libosgearth5' 'linux-modules-extra-4.15.0-1030-oracle' 'tracker' 'gnome-shell-extensions' 'libcipux-rpc-client-perl' 'linux-cloud-tools-5.0.0-19-generic' 'perdition-odbc' 'libviennacl-doc' 'expand-region-el' 'gfortran-8-arm-linux-gnueabihf' 'schroot-common' 'pypy-setuptools-scm' 'libhttp-parser-perl' 'python-openstack-compute' 'libmunge-maven-plugin-java' 'warmux-data' 'libcunit1-dev' 'liblog-handler-perl' 'linux-headers-virtual' 'gnat-7-sjlj-sh4-linux-gnu' 'libthrust-dev' 'gsfonts' 'libghc-pointedlist-doc' 'libghc-numeric-extras-dev' 'linux-modules-extra-5.0.0-1030-gke' 'gobjc-8-powerpc64-linux-gnu' 'gobjc-8-multilib-x86-64-linux-gnu' 'libxy3v5' 'libmimelib1-dev' 'libghc-path-pieces-prof' 'libsymbol-global-name-perl' 'opam-docs' 'hello-traditional' 'gobjc++-multilib-s390x-linux-gnu' 'boats' 'linux-cloud-tools-5.3.0-1012-azure' 'choosewm' 'qbs-dev' 'freeradius-rest' 'libvalidate-yubikey-perl' 'golang-github-hashicorp-raft-dev' 'ruby-spoon' 'libpcscada5-dev' 'libjboss-threads-java' 'tworld' 'librelion+mpi-dev' 'libgluegen2-rt-java' 'libgooglepinyin0' 'fortunes-ubuntu-server' 'chaksem' 'python3-pytest-pylint' 'gfal2' 'fusiondirectory-plugin-newsletter' 'libasr-dev' 'libpcre-ocaml' 'jp2a' 'lierolibre' 'python-fdb' 'libghc-ftphs-prof' 'libitm1-dbg-ppc64el-cross' 'kirigami-gallery' 'gir1.2-dbusmenu-glib-0.4' 'binutils-common' 'libapache2-mod-auth-radius' 'libghc-feed-dev' 'libmoosex-method-signatures-perl' 'treeviewx' 'llvm-7-dev' 'linux-image-4.18.0-1006-gcp' 'libnet-dhcpv6-duid-parser-perl' 'python3-mutagen' 'python-lockfile-doc' 'statsvn' 'libpowerman0-dev' 'madbomber' 'libhamlib2-tcl' 'agenda.app' 'libglewmx1.13' 'libtabixpp-dev' 'libghc-case-insensitive-dev' 'node-path-dirname' 'freemedforms-theme' 'gdb-dbg' 'lure-of-the-temptress' 'shorewall6' 'libghc-chart-prof' 'libboost-filesystem1.62.0' 'g++-6-x86-64-linux-gnu' 'cpl-plugin-xshoo' 'cpp-5-m68k-linux-gnu' 'gmysqlcc' 'gimp-gutenprint' 'apt-config-icons-hidpi' 'libiberty-dev' 'python3-dbus' 'python3-tblib' 'libmousex-foreign-perl' 'fusioninventory-agent-task-deploy' 'gnote' 'ebook2epub' 'libgrapple-dev' 'libgomp1-sparc64-cross' 'almanah' 'elpa-iedit' 'node-xmlhttprequest-ssl' 'mpikmeans-tools' 'ruby-rails-assets-jquery-fullscreen-plugin' 'librestbed-dev' 'libgnatcoll-doc' 'libasound2' 'kde-telepathy-kpeople' 'linux-headers-4.15.0-1042-kvm' 'libdico1' 'libgail-dev' 'python-pymad' 'linux-modules-4.18.0-1023-azure' 'srptools' 'libquvi-0.9-doc' 'libmini18n-dev' 'libusbhid-common' 'linux-buildinfo-5.0.0-1022-azure' 'krb5-config' 'fastboot' 'gcc-6-s390x-linux-gnu-base' 'libaccounts-glib0' 'libobjc-5-dev-i386-cross' 'golang-github-alicebob-miniredis-dev' 'linux-image-4.15.0-1021-oracle' 'vizigrep' 'mistral-event-engine' 'linux-modules-4.15.0-1025-kvm' 'python3-gi-dbg' 'python3-pycares' 'gnu-smalltalk-browser' 'libgnatvsn5-dev-mips-cross' 'golang-github-jacobsa-gcloud-dev' 'linux-tools-5.0.0-1027-azure' 'python-ffc' 'libcatalyst-authentication-store-htpasswd-perl' 'jupyter-notebook' 'default-jdk-headless' 'bambam' 'libcaf-dev' 'carmetal' 'maas-region-api' 'node-esrecurse' 'libcommons-jxpath-java-doc' 'python-txlongpoll' 'docky' 'libpurple-dev' 'libunity-scopes-json-def-phone' 'libball1.4-dev' 'node-parseurl' 'globus-gram-job-manager-lsf-setup-poll' 'lemonldap-ng-fastcgi-server' 'libcatalyst-plugin-fillinform-perl' 'ndctl' 'libopentoken9.1' 'kiki-the-nano-bot-data' 'sphde-utils' 'python-ethtool' 'qml-module-qtcharts' 'libopenzwave1.5' 'libbamtools-dev' 'libgrapple-1.0-1' 'libfast-zip-clojure' 'linux-tools-4.15.0-1042-gke' 'kscreenlocker-dev' 'libflickcurl-dev' 'libghc-css-text-doc' 'geany-plugin-latex' 'dmtracedump' 'xiphos-data' 'libhamlib2++c2' 'node-is-module' 'python-pex-doc' 'gcc-7-plugin-dev-hppa-linux-gnu' 'libjs-reqwest' 'libkf5textwidgets-dev' 'texlive-lang-arabic' 'minetest-mod-maidroid' 'libghc-typed-process-doc' 'libglobus-xio-gridftp-multicast-dev' 'autofs5-hesiod' 'opendrim-lmp-dhcp' 'python3-debianbts' 'minetest-server' 'libghc-pqueue-prof' 'libtrilinos-kokkos12' 'txt2man' 'tcpreplay' 'sd2epub' 'python-qt4-dbus-dbg' 'python3-django-redis-admin' 'myrepos' 'libubsan1-amd64-cross' 'linux-tools-4.15.0-29-generic' 'linux-libc-dev-mipsn32r6el-cross' 'yara-doc' 'libghc-servant-dev' 'filezilla-common' 'gnome-screensaver' 'libevent-core-1.4-2' 'automx' 'libgnat-6-dbg-arm64-cross' 'mir-platform-input-evdev7' 'libghc-ed25519-doc' 'crossfire-server' 'libgomp1-dbg-powerpcspe-cross' 'gprolog' 'dnaclust' 'node-oauth-sign' 'libole-storage-lite-perl' 'telepathy-haze' 'ruby-messagebus-api' 'linux-buildinfo-5.0.0-1023-gke' 'libgeronimo-osgi-support-java-doc' 'libx32gphobos76-dbg-amd64-cross' 'flexloader' 'libsane-hpaio' 'claws-mail-bsfilter-plugin' 'maradns' 'gtk2hs-buildtools' 'libghc-syb-with-class-dev' 'linux-image-unsigned-4.18.0-17-lowlatency' 'network-manager-config-connectivity-ubuntu' 'python3-neuron' 'libopendbx1-mysql' 'libtrilinos-trilinosss-dev' 'ruby-svg-graph' 'fonts-tlwg-typist-otf' 'gem-plugin-magick' 'linux-image-4.15.0-1040-gcp' 'autoradio' 'linux-headers-5.0.0-1011-gcp' 'libiksemel-utils' 'libopenjpip-viewer' 'python-ntlm' 'libvte-doc' 'libntru-0.5' 'utfout' 'golang-github-mattn-go-runewidth-dev' 'tomcat8-docs' 'libftdipp1-dev' 'python-pyatspi' 'duktape' 'tuareg-mode' 'libmpdclient2' 'libwagon-file-java' 'dict-freedict-fra-nld' 'miniasm' 'psutils' 'libssl1.0-dev' 'libsynctex1' 'python3-w3lib' 'dm-writeboost-dkms' 'linux-modules-nvidia-390-azure-edge' 'libclass-accessor-classy-perl' 'linux-modules-5.3.0-1013-azure' 'node-ignore-by-default' 'fonts-yrsa-rasa' 'libsys-cpu-perl' 'libmono-profiler-gui-thread-check' 'libkf5incidenceeditor5abi2' 'libghc-optparse-applicative-doc' 'libfreerdp-cache1.1' 'r-cran-expm' 'lorene-doc' 'libcrcutil-doc' 'gdc-multilib-powerpc-linux-gnu' 'libmialm-doc' 'libstdc++-7-pic' 'libtclcl1-dev' 'ocaml-mode' 'libbenchmark-tools' 'bzr-fastimport' 'notify-osd' 'libcib4' 'node-content-disposition' 'libnet-nbname-perl' 'ruby-underscore-rails' 'libglobus-gss-assist-dev' 'libgeomview-dev' 'ekiga-plugin-evolution' 'linux-modules-nvidia-390-4.15.0-72-generic' 'time' 'libjstun-java-doc' 'gaffitter' 'lua-redis' 'libphonon4qt5-4' 'libjs-strophe' 'libuninameslist1' 'libace-flreactor-dev' 'libtiles-request-java' 'python-fiu' 'lib64phobos-5-dev-i386-cross' 'lib64z1-dev' 'autopilot-qt4' 'linux-modules-extra-4.15.0-1029-gcp' 'pd-hcs' 'cl-plus-ssl' 'autopilot-qt5' 'r-cran-deoptimr' 'icc-profiles-free' 'supercollider-gedit' 'libgdata2.1-cil' 'libghc-fgl-arbitrary-prof' 'libnini-doc' 'python3-dicttoxml' 'libnewlib-arm-none-eabi' 'python-monasca-statsd-doc' 'linux-image-unsigned-4.18.0-21-lowlatency' 'ruby-jekyll-coffeescript' 'libtf0d' 'node-unicode-property-aliases-ecmascript' 'mame-doc' 'klatexformula' 'libparmetis4.0' 'xpra' 'puppet-module-sahara' 'librep-dbg' 'g++-8-multilib-mips64-linux-gnuabi64' 'libxqdbm3c2' 'g++-8-powerpc-linux-gnu' 'ruby-rgen' 'g++-5-powerpc64le-linux-gnu' 'libtext-vcard-perl' 'tina' 'libimage-seek-perl' 'ttf-denemo' 'r-cran-tensor' 'ruby-http-cookie' 'python3-reprozip-dbg' 'golang-github-kurin-blazer-dev' 'tinc' 'libxfixes-dev' 'libfdk-aac-dev' 'mpack' 'libsemanage1-dev' 'python-ubuntuone-devtools' 'libclaw-logger-dev' 'perl-depends' 'libclassycle-java' 'libxine2-all-plugins' 'libarray-iterator-perl' 'libglib3.0-cil' 'golang-github-hashicorp-go-getter-dev' 'python3-jieba' 'libgpr16.1.2016' 'unity-accessibility-profiles' 'libapp-cli-perl' 'eclipse-cdt-autotools' 'linux-image-unsigned-5.3.0-1010-azure' 'binkd' 'gnome-keysign' 'node-absolute-path' 'usbutils' 'ruby-rgfa' 'libmpeg3-2' 'python-murano' 'python3-rospkg' 'nvidia-331-updates-dev' 'tint' 'lcmaps-plugins-basic-posixenf' 'libmapcache1' 'ytree' 'libghc-src-meta-prof' 'node-cross-spawn-async' 'php-enchant' 'xmlrpc-api-utils' 'optipng' 'hexchat-lua' 'libdispatch0' 'golang-golang-x-sync-dev' 'libgen-ocaml-dev' 'xserver-xorg-video-intel-hwe-16.04' 'python-pandocfilters' 'linux-buildinfo-5.0.0-1011-aws' 'libmina2-java-doc' 'libhidrd0' 'ruby-open-graph-reader' 'libdevel-checkcompiler-perl' 'gdc-6-multilib-mips-linux-gnu' 'lingot' 'gccgo-mips64-linux-gnuabi64' 'libghc-intervals-doc' 'libblockdev-part-err2' 'libfile-find-rule-vcs-perl' 'fusiondirectory-plugin-newsletter-schema' 'libbpp-seq12' 'dict-freedict-nld-eng' 'siege' 'axiom-doc' 'libcatmandu-template-perl' 'python-openslide-examples' 'exiftags' 'libghc-decimal-dev' 'kaccessible' 'libasound2-dev' 'lua-lpeg' 'tesseract-ocr-san' 'python-casacore' 'libtemplate-plugin-html-strip-perl' 'python-pyxb-bundles-saml20' 'giella-sme' 'libiperf0' 'libsrtp0' 'jvim-canna' 'python-certbot-dns-dnsimple-doc' 'librte-bus-vdev17.11' 'kmscube' 'lsb-printing' 'qml-module-qt3d' 'devtodo' 'mdetect' 'ruby-acts-as-taggable-on' 'python-recommonmark' 'linux-modules-4.15.0-1056-aws' 'gnome-session-bin' 'dvbtune' 'rbdoom3bfg' 'tipa' 'libfast5-dev' 'linux-image-4.18.0-1019-azure' 'picolisp' 'libusb-ocaml' 'camera.app' 'python-trove' 'bombono-dvd-data' 'libjs-protoaculous' 'fusiondirectory-plugin-alias-schema' 'syslinux-legacy' 'tclodbc' 'python-nwsclient' 'gprename' 'desktop-base' 'python-openctm' 'libandroid-tools-analytics-library-java' 'libcunit1-doc' 'qemu-kvm' 'elpa-meson-mode' 'lib64gfortran3-mips-cross' 'autotrash' 'geoclue-skyhook' 'libghc-numeric-extras-doc' 'python-dockerpycreds' 'libifstat-dev' 'linux-cloud-tools-4.15.0-34-lowlatency' 'libargs4j-java-doc' 'menhir' 'rng-tools' 'lrslib' 'ldap-utils' 'liquidsoap-plugin-voaacenc' 'libocamlviz-ocaml-dev' 'qbs-doc' 'libnm-gtk0' 'qgis-providers' 'liboptions-java' 'pypy-simplejson' 'libgroove4' 'libstdc++6-7-dbg-riscv64-cross' 'roodi' 'lphdisk' 'libjs-jscommunicator' 'tiptop' 'libjswingreader-java' 'python-simpleparse-doc' 'libgcc1-dbg-amd64-cross' 'owncloud-client-doc' 'ruby-stud' 'libasound2-plugins' 'libqgis-gui2.18.17' 'librep-dev' 'pyscrabble' 'lxqt-about-l10n' 'x11-xserver-utils' 'libpdl-linearalgebra-perl' 'libghc-feed-doc' 'libautounit2' 'trac-diavisview' 'llvm-7-doc' 'python-libemu' 'libgavl-ocaml-dev' 'pacemaker-cli-utils' 'linux-cloud-tools-azure' 'xotcl' 'libalt-perl' 'libghc-pipes-safe-prof' 'libghc-charsetdetect-ae-dev' 'libc6-dev-mipsn32-mips64-cross' 'libtextwrap-dev' 'sylpheed-i18n' 'rubygems-integration' 'g++-7-multilib-mips64el-linux-gnuabi64' 'libghc-case-insensitive-doc' 'gstreamer1.0-omx-generic-config' 'libreofficekit-dev' 'tclgeoip' 'openbox-menu' 'lvtk-tools' 'libghc-hsyslog-prof' 'trove-taskmanager' 'linux-headers-4.15.0-1026-gcp' 'mailman3-full' 'fetchmailconf' 'gnat-5-i686-linux-gnu' 'libplexus-build-api-java' 'hotswap-text' 'python-backports-shutil-get-terminal-size' 'libradcli-dev' 'golang-github-cloudfoundry-gosigar-dev' 'libqpid-proton8-dev' 'libghc-aeson-dev' 'libghc-either-dev' 'fonts-hanazono' 'jmeter-apidoc' 'autofs-ldap' 'emboss-explorer' 'libmono-system-transactions4.0-cil' 'libxml-feedpp-perl' 'smlnj' 'linux-modules-4.15.0-1009-gcp' 'syrthes-gui' 'italc-master' 'python3-ironic-lib' 'libvirt0' 'libmetacpan-client-perl' 'libgnat-8-dbg-ppc64-cross' 'libipa-hbac0' 'libxs-object-magic-perl' 'ttf-tiresias' 'node-babel-traverse' 'libjodconverter-java-doc' 'libn32stdc++6-5-dbg-mips64el-cross' 'libgail-doc' 'libace-xml-utils-6.4.5' 'lib64gcc-6-dev' 'libstdc++-6-dev-powerpcspe-cross' 'libx32stdc++-5-dev' 'gir1.2-parlatype-1.0' 'libcatalyst-actionrole-requiressl-perl' 'libunwind8' 'python3-libvoikko' 'gis-osm' 'inetutils-traceroute' 'linux-modules-5.0.0-25-lowlatency' 'libgo7-powerpc-cross' 'evolver-nox' 'rsakeyfind' 'pd-hid' 'backintime-qt4' 'lsmbox' 'language-pack-gnome-ka-base' 'libio-interface-perl' 'libcv-bridge-dev' 'libmatch-simple-perl' 'bluewho' 'node-caller' 'linux-image-unsigned-4.18.0-1024-azure' 'ruby-turbolinks' 'gufw' 'ruby-raindrops' 'libfuzzer-7-dev' 'genisoimage' 'ifrench' 'lib32gcc1-ppc64-cross' 'linux-tools-4.15.0-1052-kvm' 'python3-pecan' 'tamil-gtk2im' 'libopencv-videostab3.2' 'g++-6-powerpc64-linux-gnu' 'linux-image-4.15.0-1040-gke' 'libball1.4-doc' 'libcss-squish-perl' 'libgraphite2-3' 'scilab-full-bin' 'libtorrent-rasterbar-dbg' 'mercurial-common' '389-admin-console' 'libgpm2' 'libtrilinos-stokhos12' 'x11proto-input-dev' 'linux-tools-4.18.0-18-lowlatency' 'libcurl3-nss' 'libbamtools-doc' 'python-rediscluster-doc' 'libobjc-8-dev-sparc64-cross' 'libwrap0-dev' 'ggobi' 'libjs-websocket' 'qtbase5-dev' 'libmeep-lam4-8' 'aoetools' 'toxiproxy-dev' 'indicator-cpufreq' 'auctex' 'fastjar' 'openwince-jtag' 'libxml-treebuilder-perl' 'freefem' 'bandwidthd' 'liblwjgl-java' 'groonga-server-gqtp' 'spring-mods-kernelpanic' 'arandr' 'python-pluginbase' 'libfixposix0' 'libwinpr-path0.1' 'python-smbpasswd' 'birthday' 'libnet-tftp-perl' 'libstdc++-5-pic-powerpcspe-cross' 'libubsan1-arm64-cross' 'live-wrapper-doc' 'python-gccjit-dbg' 'libghc-servant-doc' 'libjexcelapi-java-doc' 'libxxf86vm1' 'libgo7-ppc64el-cross' 'libfilezilla0' 'libghc-parsers-prof' 'python3-pyqt5.qtwebsockets' 'haml-elisp' 'libkf5prison-dev' 'cl-move-base-msgs' 'qtxmlpatterns5-doc' 'python-nevow' 'snacc-doc' 'socks4-server' 'language-pack-gnome-hr-base' 'linux-modules-4.15.0-65-lowlatency' 'opensips-lua-module' 'monodoc-notify-sharp-manual' 'libghc-syb-with-class-doc' 'ebnetd' 'gdb-doc' 'libecore-con1' 'libkf5kdcraw-dev' 'libghc-ncurses-prof' 'libbridge-method-injector-java' 'libghc-expiring-cache-map-prof' 'python-webcolors' 'linux-buildinfo-4.15.0-1057-aws' 'libio-file-withpath-perl' 'hello' 'libalgorithms1' 'berkeley-express-doc' 'libstreams-dev' 'tomboy-latex' 'linux-tools-4.18.0-22-lowlatency' 'wmcalc' 'sloccount' 'fusionforge-plugin-sysauthldap' 'csoundqt-examples' 'python-sortedcontainers' 'mariadb-client-core-10.1' 'libstatistics-normality-perl' 'gbrainy' 'libxmlbird1' 'python3-sepolicy' 'mail-notification' 'nx-x11proto-render-dev' 'cnee' 'python-tornado-pyvows' 'libostree-1-1' 'libjs-jquery-isonscreen' 'python3-bytesize' 'gosa-plugin-dns-schema' 'lockdown' 'ratpoints' 'linux-modules-nvidia-390-5.3.0-1009-azure' 'linux-modules-extra-4.15.0-1037-azure' 'monajat-mod' 'trac-mastertickets' 'golang-github-hashicorp-go-memdb-dev' 'golang-github-tideland-golib-dev' 'pkg-config-i686-linux-gnu' 'libreligion-islam-prayertimes-perl' 'libglobus-gss-assist-doc' 'okular-dev' 'python3-castellan' 'python3-tackerclient' 'librxp0' 'libgauche-0.9-0' 'libxfce4util-bin' 'libboost-date-time-dev' 'syslog-ng-mod-stomp' 'qdbus-qt5' 'linux-modules-4.18.0-16-lowlatency' 'libghc-reform-dev' 'python-limits-doc' 'libio-compress-lzma-perl' 'cadaver' 'makeself' 'python3-lensfun' 'php-text-languagedetect' 'starlink-datanode-java-doc' 'opendrim-lmp-systemmemory' 'linux-gcp-tools-5.0.0-1020' 'pth-dbg' 'python3-psycopg2' 'linux-gcp-tools-5.0.0-1021' 'python-ipython' 'python-schema-salad' 'linux-gcp-tools-5.0.0-1025' 'qml-module-org-kde-kwindowsystem' 'libwings-dev' 'linux-gcp-tools-5.0.0-1026' 'libidn2-0-dev' 'linux-gcp-tools-5.0.0-1028' 'libfftw3-double3' 'linux-gcp-tools-5.0.0-1029' 'libtorrent-rasterbar-dev' 'python3-django-openstack-auth' 'libkf5kcmutils-data' 'python-pymoc' 'kde-telepathy-legacy-presence-applet' 'libzeitgeist-cil-dev' 'libx32tinfo5' 'python-rosgraph' 'php-yaml' 'python-pika-doc' 'libxine2-misc-plugins' 'libcheese-gtk25' 'ruby-rack-flash3' 'libpmemobj1' 'libgraph-writer-dsm-perl' 'r-bioc-cummerbund' 'r-cran-seqinr' 'tesseract-ocr-sin' 'python3-mir-perf-framework' 'elpa-ido-vertical-mode' 'p7zip-rar' 'g++-7-arm-linux-gnueabihf' 'crossbuild-essential-armel' 'libx32go7-dbg' 'linux-gcp-tools-5.0.0-1031' 'python-fte' 'science-viewing-dev' 'libx11-dev' 'node-multipipe' 'libnet-oauth-perl' 'libapache2-mod-form' 'libhtml-autopagerize-perl' 'linux-image-unsigned-4.15.0-1067-oem' 'crawl-common' 'linux-image-unsigned-5.0.0-31-generic' 'connman-dev' 'remmina-plugin-rdp' 'libghc-js-flot-dev' 'python3-psycopg2-dbg' 'libghc-web-routes-prof' 'python3-tunigo' 'eureka' 'libpurple0' 'fortunes' 'antlr4-doc' 'libjanino-java' 'linux-image-4.18.0-21-generic' 'facedetect' 'francine' 'libplplotcxx13' 'libatomicparsley0' 'xserver-xorg-core-hwe-16.04' 'linux-modules-4.18.0-20-lowlatency' 'bzflag-client' 'llvm-7-examples' 'liblocale-msgfmt-perl' 'python3-graphviz' 'libucto-dev' 'synfigstudio-dbg' 'libjs-jquery-fullscreen' 'libitm1-ppc64-cross' 'fonts-atarismall' 'libhttp-server-simple-psgi-perl' 'libexport-attrs-perl' 'libghc-decimal-doc' 'ruby-mecab' 'libasound2-doc' 'liblttng-ust-ctl4' 'libhtmlunit-core-js-java' 'google-cloud-print-connector' 'mariadb-client' 'nfs-ganesha-ceph' 'plymouth' 'libctpl-dev' 'munipack-cli' 'lua-torch-sundown' 'python3-cachecontrol' 'key-mon' 'gulp' 'libcli1.9' 'language-pack-gnome-cs-base' 'catfish' 'libmdb2' 'libcgsi-gsoap-dev' 'libkf5iconthemes-data' 'libmono-system-identitymodel4.0-cil' 'node-for-own' 'php-redis' 'libfltk-forms1.3' 'pari-gp' 'libghc-src-exts-prof' 'python-roslaunch' 'linux-tools-4.15.0-1056-oem' 'coinor-libcbc-dev' 'python3-icalendar' 'akqml' 'libjpeg-turbo8' 'libghc-pandoc-types-dev' 'lib64objc4-powerpc-cross' 'libitm1-dbg-sh4-cross' 'libx32objc4-amd64-cross' 'python3-construct' 'gobjc++-6-multilib-mips64el-linux-gnuabi64' 'junit4' 'libocamlnet-ssl-ocaml' 'jconvolver' 'python-pygments-doc' 'ntrack-module-libnl-0' 'pidgin-mra' 'python-pexif' 'elpa-seq' 'kf5-messagelib-data' 'libbenchmark-dev' 'dict-freedict-eng-hin' 'libexpat-gst' 'wireless-crda' 'linux-image-4.15.0-20-generic' 'libsharyanto-utils-perl' 'wmauda' 'libchise-dev' 'libghc-texmath-dev' 'python3-fisx-dbg' 'libmdc2' 'ruby-metaid' 'scram' 'cockpit-dashboard' 'fusiondirectory-plugin-ipmi' 'emacs' 'themole' 'dot-forward' 'golang-github-coreos-gexpect-dev' 'libocamlviz-ocaml-doc' 'mp3cd' 'libuchardet0' 'node-run-sequence' 'libkreport3-4' 'node-is-negated-glob' 'libgomp1-dbg-mipsel-cross' 'libcurator-test-java' 'yasnippet-snippets' 'libghc-lrucache-dev' 'lib64asan3-powerpc-cross' 'python-libevt' 'libopenthreads20' 'tesseract-ocr-slk' 'crossbuild-essential-armhf' 'r-bioc-dnacopy' 'libgnat-6-dbg-powerpc-cross' 'libconvert-pem-perl' 'libkwin4-effect-builtins1' 'python-pyramid-tm' 'libgcc1-dbg-arm64-cross' 'libmrpt-maps1.5' 'golang-github-cockroachdb-cmux-dev' 'python-configobj' 'libgambit4' 'python3-amqplib' 'libretro-gtk-0.14-dev' 'gyoto-bin' 'libmath-prime-util-perl' 'tesseract-ocr-slv' 'python-openstackdocstheme' 'libghc-charsetdetect-ae-doc' 'linux-headers-5.0.0-1037-oem-osp1' 'libqtscript4-network' 'xserver-xorg-input-wacom-hwe-16.04' 'go-dep' 'python-libewf' 'python3-glyphslib' 'libpdal-plugin-greyhound' 'libmckoisqldb-java' 'puppet-module-puppetlabs-rabbitmq' 'dleyna-server-dbg' 'libdist-zilla-plugin-test-kwalitee-perl' 'xbubble-data' 'fp-units-gtk2-3.0.4' 'python3-xstatic-bootswatch' 'libcanna1g' 'libkf5newstuffcore5' 'libemos0d' 'libcgi-formalware-perl' 'python3-mapproxy' 'libxcomp-dev' 'liburweb-fastcgi0' 'blackbird-gtk-theme' 'libkf5jobwidgets-data' 'libdatetime-event-sunrise-perl' 'flickrbackup' 'aeskulap' 'libghc-foundation-prof' 'gcc-5-i686-linux-gnu' 'libcrypt-smime-perl' 'libace-xml-utils-dev' 'libsaxon-java' 'golang-github-fatih-color-dev' 'ekg2-gnupg' 'libghc-aeson-doc' 'libghc-either-doc' 'pdns-backend-sqlite3' 'gobjc-5-multilib-mipsel-linux-gnu' 'linux-headers-4.15.0-60-lowlatency' 'libdrumstick-dev' 'linux-tools-4.15.0-1007-oracle' 'virtuoso-vad-syncml' 'thunar-dropbox-plugin' 'cairo-dock-musicplayer-plug-in' 'node-file-loader' 'dupload' 'pysycache' 'libosmvendor4' 'pgn2web' 'linux-tools-4.15.0-1036-gcp' 'libcapi20-3' 'libmailutils5' 'maliit-dbus-activation' 'libapr1-dbg' 'ncurses-doc' 'libhtml-template-perl' 'libc++abi-8-dev' 'node-array-union' 'tesseract-ocr-snd' 'libclutter-imcontext-0.1-0' 'gobjc-6-powerpc-linux-gnuspe' 'libwebservice-musicbrainz-perl' 'libzookeeper-mt2' 'libgnat-6-dbg-ppc64el-cross' 'kicad-doc-ca' 'libpciaccess-dev' 'libsfgfortran5-armhf-cross' 'linux-cloud-tools-4.18.0-1019-azure' 'physamp' 'python3-nbconvert' 'lib32stdc++6-6-dbg-ppc64-cross' 'liblablgtksourceview2-ocaml-dev' 'linux-image-4.15.0-1050-kvm' 'php-timer' 'libmatekbd4' 'python-pymtp' 'scottfree' 'libghc-hsh-dev' 'libscope-guard-perl' 'linux-buildinfo-4.18.0-1025-azure' 'omins' 'python-fftw' 'ruby-maven-libs' 'mythexport' 'lib64atomic1-dbg' 'libmojo-jwt-perl' 'odt2txt' 'libfuzzer-3.9-dev' 'gnome-phone-manager' 'gromacs-mpich' 'request-tracker4' 'libghc-hxt-tagsoup-dev' 'mew-bin' 'libidw-java' 'light-themes' 'dictionaryreader.app' 'libclipper2v5-dbg' 'qpdf' 'libsdl-ocaml' 'kdeaccessibility' 'python-zope.sqlalchemy' 'xfonts-cronyx-isocyr-75dpi' 'aeskeyfind' 'libgps-point-perl' 'google-android-platform-24-installer' 'python-kajiki' 'source-highlight' 'libreoffice-nlpsolver' 'linux-cloud-tools-5.3.0-40-generic' 'john' 'libvisual-0.4-0' 'visualvm' 'python-zope.untrustedpython' 'kturtle' 'libmeasurement-kit-0.7.1-0' 'python-gencpp' 'glue-sprite' 'libjmxetric-java' 'libstdc++-5-dev-sparc64-cross' 'jabref' 'qtbase5-doc' 'libosmonetif3' 'node-stringstream' 'kicad-doc-de' 'xbmc-eventclients-ps3' 'libosgi-foundation-ee-java' 'docbook2x' 'libkpimgapiblogger5' 'libtest-hasversion-perl' 'dqcache' 'swift-proxy' 'gnat-5-powerpc64le-linux-gnu' 'neuron-dev' 'linux-modules-4.15.0-46-generic' 'geiser' 'linux-modules-5.3.0-19-lowlatency' 'libghc-chell-prof' 'mp3fs' 'ubuntustudio-publishing' 'watchdog' 'libxmlb-dev' 'lout-common' 'supertuxkart-dbg' 'hamradio-nonamateur' 'libopencore-amrnb-dev' 'libsejda-eventstudio-java' 'fonts-wine' 'libgsound0' 'libgrilo-0.3-dev' 'pysolfc' 'deltarpm' 'python3-sortedm2m' 'smp-utils' 'libopendmarc2' 'libgnatvsn5-dbg-sh4-cross' 'liboasis-ocaml' 'postgresql-q3c' 'libphobos-5-dev-x32-cross' 'filler' 'python3-prettytable' 'tesseract-ocr-spa' 'libbrasero-media3-1' 'cksfv' 'linux-modules-extra-4.18.0-1008-azure' 'bzr-search' 'libjaxb-java' 'linux-buildinfo-5.0.0-1028-azure' 'libsam-dev' 'lib64gfortran3-powerpc-cross' 'python-pycodestyle' 'libghc-open-browser-prof' 'ruby-hmac' 'libghc-yi-frontend-pango-dev' 'golang-github-ctdk-chefcrypto-dev' 'haserl' 'libkf5globalaccel-bin' 'ltsp-cluster-pxeconfig' 'libubsan1-dbg-ppc64el-cross' 'golang-github-tendermint-go-event-meter-dev' 'python-josepy-doc' 'python3-pytest-benchmark' 'kicad-doc-en' 'c-icap' 'gridengine-qmon' 'systemd-bootchart' 'wigeon' 'anc-api-tools' 'aubio-tools' 'kicad-doc-es' 'libtse3-0.3.1c2a' 'python-zope.formlib' 'lua-lpty' 'libkunitconversion4' 'libkdepimdbusinterfaces4' 'libghc-configurator-dev' 'libsvm-tools' 'tesseract-ocr-sqi' 'python-cliff-doc' 'gmidimonitor' 'gobjc-5-powerpc64le-linux-gnu' 'libbullet2.87' 'linux-modules-5.3.0-23-lowlatency' 'seqsero' 'libsfgcc1-armhf-cross' 'ogmtools' 'libapr1-dev' 'node-object-path' 'libgnome-keyring0' 'iscsiuio' 'budgie-dropby-applet' 'procenv' 'awesome' 'kicad-doc-fr' 'node-type-is' 'python3-pypureomapi' 'screen-resolution-extra' 'libdewalls-dev' 'dustracing2d-data' 'libghc-reform-doc' 'lib64mpx0' 'python-amqp-doc' 'golang-github-hashicorp-raft-boltdb-dev' 'lib64mpx2' 'xracer-tools' 'freeradius-memcached' 'libddccontrol-dev' 'libjs-jquery-i18n' 'flexdll' 'lua-rex-tre-dev' 'libtorrent-rasterbar-doc' 'taopm' 'libtimbl4' 'libmessaging-menu0' 'libvisa0' 'ibus-chewing' 'python-gnupg' 'libsysstat-qt5-0-dev' 'libaudiofile1' 'linux-image-gcp' 'buildd' 'gnome-applets' 'tesseract-ocr-srp' 'nodejs-dev' 'swfdec-mozilla' 'k3b-extrathemes' 'libblockdev-swap-dev' 'batctl' 'libtotem-pg-dev' 'libawl-php' 'debichem-modelling' 'python-more-itertools' 'gdc-8-powerpc64-linux-gnu' 'gnocchi-api' 'r-cran-rmpi' 'genometools-doc' 'libghc-transformers-compat-prof' 'libsigrokcxx4' 'liblunar-1-dev' 'gap-dev' 'libmodule-optional-perl' 'asciidoctor-doc' 'libobjc-7-dev-sh4-cross' 'linux-modules-nvidia-430-azure-edge' 'libstdc++-7-pic-x32-cross' 'linux-headers-4.18.0-1023-azure' 'libgcab-1.0-0' 'libnet-imap-perl' 'cairo-dock-icon-effect-plug-in' 'libdist-inkt-perl' 'nvpy' 'libx11-doc' 'cpl-plugin-naco' 'gir1.2-ayatanaappindicator3-0.1' 'bygfoot-data' 'owncloud-client-l10n' 'libdatetime-format-ical-perl' 'g++-5-multilib-arm-linux-gnueabi' 'connman-doc' 'python-gccjit-doc' 'libghc-psqueue-prof' 'gnat-5-mips-linux-gnu' 'gnome-characters' 'flare-engine' 'libghc-js-flot-doc' 'ltsp-cluster-lbagent' 'libossim-dev' 'libpulse-jni' 'libmath-base-convert-perl' 'linux-modules-nvidia-430-lowlatency-hwe-18.04' 'libarchive-extract-perl' 'cockpit-bridge' 'linux-image-4.15.0-58-generic' 'gtk-vector-screenshot' 'brotli' 'crossfire-client' 'gobjc-7-multilib-powerpc-linux-gnu' 'libmono-i18n-rare4.0-cil' 'gobjc-5-mips64el-linux-gnuabi64' 'pythonpy' 'python-iowait' 'librte-reorder17.11' 'linux-image-5.0.0-1028-oem-osp1' 'libncursesada5' 'gobjc++-7-multilib-arm-linux-gnueabi' 'cl-unicode' 'linux-libc-dev-powerpcspe-cross' 'cpp-4.8' 'libonemind-commons-invoke-java' 'libglib2.0-data' 'r-cran-batchjobs' 'exim4' 'abootimg' 'python-tinyrpc' 'python3-nagiosplugin' 'libsnowball-norwegian-perl' 'python-cassandra-dbg' 'binutils-mipsisa32r6el-linux-gnu-dbg' 'brickos' 'libmqtt-client-java' 'libstdc++6-7-dbg-s390x-cross' 'python3-aiohttp-dbg' 'libctpl-doc' 'libsoprano-dbg' 'libcg3-1' 'node-get-func-name' 'linux-headers-4.15.0-1036-kvm' 'gsl-doc-info' 'kicad-doc-id' 'libmath-bezier-perl' 'python-django-tastypie' 'ibam' 'libalsa-ocaml-dev' 'golang-golang-x-exp-dev' 'r-cran-bbmisc' 'libzookeeper-java' 'gcc-7-m68k-linux-gnu-base' 'gobjc-8-mipsel-linux-gnu' 'php-net-publicsuffix' 'libzita-alsa-pcmi-dev' 'bpfcc-lua' 'ltrace' 'coinor-libcbc-doc' 'libnettle6' 'libghc-pandoc-types-doc' 'python-pygit2' 'kicad-doc-it' 'tilix-common' 'grub-efi-ia32' 'linux-modules-4.15.0-1019-kvm' 'jbuilder' 'cheese-common' 'libkfbapi-dev' 'libkgantt2-l10n' 'libkf5kexiv2-15.0.0' 'dict-freedict-eng-hrv' 'wks2ods' 'eclipse-mylyn-tasks-trac' 'ruby-github-api' 'python3-fontmake' 'bluez-obexd' 'apport-retrace' 'python-zope.proxy' 'bitlbee-plugin-otr' 'python-cmd2' 'dolphin-emu-data' 'kicad-doc-ja' 'yubikey-server-c' 'libfontbox-java' 'perforate' 'libghc-texmath-doc' 'libbladerf1' 'fonts-nanum-coding' 'corebird' 'libgtkd-3-0' 'tesseract-ocr-sun' 'shadowsocks' 'libtest-lwp-useragent-perl' 'linux-modules-extra-5.0.0-1012-aws' 'testrepository' 'oidentd' 'python3-textile' 'libghc-css-text-prof' 'linux-tools-4.15.0-1036-gke' 'language-pack-en-base' 'python3-dcos' 'libghc-lrucache-doc' 'tryton-modules-analytic-sale' 'ircp-tray' 'node-fbjs' 'libavifile-0.7-dev' 'lxdm-dbg' 'physlock' 'libcompizconfig0-dev' 'virtuoso-vad-sparqldemo' 'libn32gcc-8-dev-mips64el-cross' 'saytime' 'libjackrabbit-java' 'libpinyin13-dev' 'libghc-base-orphans-prof' 'kea-dhcp6-server' 'libmodule-install-perl' 'linux-modules-extra-4.15.0-1023-azure' 'gccgo-5-multilib-mips64-linux-gnuabi64' 'autofs-hesiod' 'python-sqlparse' 'mrtgutils-sensors' 'golang-github-puerkitobio-purell-dev' 'libghc-gtk-traymanager-dev' 'fonts-lato' 'postfix-pgsql' 'libdecentxml-java-doc' 'opendnssec-enforcer-sqlite3' 'libgphobos-6-dev' 'python3-astropy-helpers' 'gnat-6-sjlj-aarch64-linux-gnu' 'asciidoc-fop' 'gcc-6-multilib-mips64-linux-gnuabi64' 'cfourcc' 'libmpcdec6' 'qapt-batch' 'rt4-apache2' 'linux-image-unsigned-5.0.0-1037-oem-osp1' 'r-cran-irlba' 'libigraph0-dev' 'linux-cloud-tools-4.18.0-21-generic' 'libapache-poi-java' 'libsdsl3' 'python3-model-mommy' 'r-other-curvefdp' 'python-oslo.i18n-doc' 'linux-buildinfo-5.0.0-1017-gke' 'rkflashtool' 'libcatalyst-plugin-authorization-acl-perl' 'gcc-8-plugin-dev-powerpc64-linux-gnu' 'lib32go13-mips64el-cross' 'ruby-dataobjects-sqlite3' 'cp2k' 'gftp-text' 'qmidiroute' 'apticron' 'linux-image-4.15.0-1034-gcp' 'libvarnishapi1' 'gobjc++-5-arm-linux-gnueabihf' 'golang-github-nwidger-jsoncolor-dev' 'libgtkada16.1.0' 'tesseract-ocr-swa' 'php-xmlrpc' 'smbios-utils' 'nvtv' 'libatlas-cpp-0.6-2' 'libsexplib-ocaml-dev' 'libotbsupervised-6.4-1' 'libgfortran5-sparc64-cross' 'tesseract-ocr-swe' 'gobjc-7-multilib-x86-64-linux-gnu' 'syslog-ng-mod-json' 'linux-image-unsigned-4.15.0-1008-oem' 'sa-exim' 'python-uritemplate' 'libobjc-7-dev-mips64-cross' 'liblo-ocaml' 'libghc-ekg-data' 'libhyphen-dev' 'libghc-mmap-dev' 'libgsm0710-dev' 'gfortran-sh4-linux-gnu' 'python-turbojson' 'libkf5kontactinterface-dev' 'libgeronimo-osgi-support-java' 'libsfubsan0-dbg-armhf-cross' 'libkf5khtml-data' 'libghc-mwc-random-dev' 'amule-utils' 'libsoprano-dev' 'magicrescue' 'ruby-faraday' 'dict-freedict-eng-hun' 'pkg-config-mips-linux-gnu' 'libghc-hsh-doc' 'switcheroo-control' 'gcc-5-multilib-s390x-linux-gnu' 'lua5.1-policy' 'python-webtest-doc' 'node-graceful-readlink' 'libkf5mimetreeparser-dev' 'kde-service-menu-fuseiso' 'python-gtk2' 'libgtextutils-dev' 'libdbusmenu-gtk3-4' 'openafs-fileserver' 'libghc-hxt-tagsoup-doc' 'libdist-zilla-plugin-test-eol-perl' 'golang-github-denisenkom-go-mssqldb-dev' 'ocfs2-tools' 'python-stsci.tools' 'gcc-5-powerpc-linux-gnuspe' 'linux-cloud-tools-4.15.0-20-generic' 'libogg-ocaml-dev' 'libdbusmenu-tools' 'xfig-doc' 'libpetsc3.7-dev' 'hyphen-pt-br' 'libqdbm-java' 'pcal' 'python-park' 'libmarkdown2' 'javahelp2' 'libsc7v5' 'libpmem1-debug' 'python-recaptcha' 'libtsan0-ppc64-cross' 'local-apt-repository' 'libghc-graphscc-prof' 'dssi-dev' 'libkf5contacteditor-dev' 'lib64gcc1-dbg-mips-cross' 'quassel-data' 'python-tnetstring' 'dodgy' 'libtest-differences-perl' 'gcc-8-x86-64-linux-gnux32' 'mkgmap' 'fonts-dzongkha' 'fonts-tlwg-loma-ttf' 'games-thumbnails' 'libheadius-options-java' 'php-mbstring' 'python-hippocanvas' 'lib64gomp1-dbg-powerpc-cross' 'liblablgl-ocaml' 'libstreamanalyzer-dev' 'festival-ca' 'bashburn' 'socklog-run' 'libopenrawgnome-dev' 'radeontop' 'libgrilo-0.3-doc' 'python-whiteboard' 'gcc-8-mips-linux-gnu-base' 'liblist-compare-perl' 'lxmusic' 'dvd-slideshow' 'libsvncpp-dev' 'vlc-plugin-video-splitter' 'libqt5positioning5-plugins' 'speech-tools-doc' 'linux-modules-extra-5.3.0-24-generic' 'maliit-inputcontext-gtk2' 'python-forgetsql' 'tesseract-ocr-syr' 'maliit-inputcontext-gtk3' 'kicad-doc-nl' 'libkkc-common' 'libcolord-gtk1' 'libghc-iconv-dev' 'libpcre++-dev' 'mate-netbook-common' 'python-crcmod' 'lua-curses-dev' 'ruby-model-tokenizer' 'pong2' 'libghc-yi-frontend-pango-doc' 'xapian-doc' 'lib32stdc++-6-dev-mips64el-cross' 'jose' 'crrcsim-data' 'ufoai-server' 'libghc-generics-sop-prof' 'memcached' 'python-django-sitetree' 'python3-virtkey' 'cfortran' 'php-snmp' 'libhfstdc++6-armel-cross' 'libept1.5.0' 'libjersey1-guice-java' 'josm' 'giftrans' 'bfgminer' 'python3-markups' 'libbusiness-onlinepayment-payconnect-perl' 'linux-image-gke' 'fades' 'ros-sensor-msgs' 'node-iconv' 'libgtk2-perl-doc' 'asterisk-prompt-it-menardi' 'scrot' 'libitm1-dbg-arm64-cross' 'ruby-recursive-open-struct' 'python-path' 'libxmlrpc-epi0' 'libdc1394-utils' 'munin-plugins-openstack' 'libubuntu-app-launch3-dev' 'python3-tables-lib' 'nvidia-visual-profiler' 'ruby-mustache' 'libd3dadapter9-mesa' 'libcourriel-perl' 'libconfig-auto-perl' 'libghc-configurator-doc' 'libstdc++6-5-dbg-sh4-cross' 'gcc-6-plugin-dev-hppa-linux-gnu' 'golang-go.uber-multierr-dev' 'g15daemon' 'matlab2tikz' 'libpod-wordlist-hanekomu-perl' 'libghc-map-syntax-prof' 'smartgit' 'libjs-jquery-countdown' 'printer-driver-pnm2ppa' 'herbstluftwm' 'libobjc-5-dev-mips-cross' 'libscamperfile0-dev' 'libqscintilla2-qt4-dev' 'gdc-5-multilib' 'libopenni-sensor-primesense0' 'crm114' 'lib32atomic1-x32-cross' 'hitch' 'python-gdl' 'scim-skk' 'node-mapnik' 'aranym' 'ospics' 'libparlatype1' 'libcommons-collections4-java-doc' 'linux-modules-extra-5.0.0-23-generic' 'libgo9-dbg-mipsel-cross' 'libxray-absorption-perl' 'golang-codegangsta-cli-dev' 'python-dogpile.cache-doc' 'libpackage-deprecationmanager-perl' 'tryton-modules-stock' 'ncurses-base' 'node-abstract-leveldown' 'octave-image' 'lib32ubsan1-sparc64-cross' 'lib64stdc++6-x32-cross' 'enigma-data' 'libxml-nodefilter-perl' 'libplack-middleware-file-sass-perl' 'w1retap' 'qtsvg5-examples' 'libgnatvsn6-dev-amd64-cross' 'libkf5widgetsaddons5' 'kicad-doc-pl' 'libfile-dropbox-perl' 'libandroid-json-java-doc' 'libjutils-java' 'libykclient-dev' 'djvulibre-plugin' 'libswt-gtk-3-java' 'libxtables12' 'rust-lldb' 'libthepeg15' 'libopengl-xscreensaver-perl' 'webfs' 'libfile-mmagic-xs-perl' 'vagalume' 'cpp-8-powerpc-linux-gnu' 'nodejs-doc' 'libx32quadmath0-i386-cross' 'aqemu' 'libp8-platform-dev' 'libemail-address-xs-perl' 'libghc-reflection-prof' 'libf95getdata7' 'libtifiles2-9-dbg' 'python-taurus-doc' 'zabbix-frontend-php' 'ibid' 'python-pynag' 'libvorbisspi-java' 'cantor' 'libsfst1-1.4-dev' 'node-stringmap' 'libcpputest-dev' 'kodi-pvr-dvbviewer' 'python-backup2swift' 'pdb2pqr-doc' 'r-cran-phangorn' 'pompem' 'eclipse-gef' 'liblunar-1-doc' 'gap-doc' 'libunity-misc4' 'loadmeter' 'linux-buildinfo-4.18.0-1011-azure' 'linux-modules-nvidia-390-5.0.0-1025-aws' 'trabucco' 'linux-modules-extra-4.15.0-1033-gcp' 'ruby-delayer' 'python3-reno' 'songwrite' 'binutils-mipsel-linux-gnu-dbg' 'smstools' 'dbus-1-doc' 'breeze-icon-theme' 'r-cran-rprotobuf' 'gir1.2-mediaart-2.0' 'jove' 'apertium-lex-tools' 'libjpfcodegen-java' 'mina' 'libghc-quickcheck-simple-dev' 'linux-modules-5.0.0-20-generic' 'libboost-locale1.65-dev' 'python-openstack-doc-tools' 'exiv2' 'gnupg1' 'gcc-5-mips-linux-gnu' 'gnupg2' 'libcolpack-dev' 'gnome-shell-extension-remove-dropdown-arrows' 'erlang-parsetools' 'python3-leveldb' 'libstaden-read-dev' 'ecere-sdk' 'golang-github-unknwon-goconfig-dev' 'libstdc++-6-dev-sh4-cross' 'libdisorder-tools' 'liblinphone-dev' 'octave-signal' 'node-jsonminify' 'db5.3-sql-util' 'gtrayicon' 'openhpi-clients' 'evolver-ogl' 'python-pycoast' 'libanyevent-connection-perl' 'linux-headers-4.15.0-47-lowlatency' 'libfpga0' 'ubuntu-wallpapers-yakkety' 'libx32objc-6-dev-amd64-cross' 'libn32gfortran4-mipsel-cross' 'r-bioc-iranges' 'libnanoxml2-java' 'libnb-ide14-java' 'libalien-sdl-dev-perl' 'kicad-doc-ru' 'python-link-grammar' 'trilinos-all-dev' 'libib-util' 'libkf5coreaddons-dev' 'libxdamage1' 'php-symfony-phpunit-bridge' 'gir1.2-gdesktopenums-3.0' 'libarmadillo-dev' 'libghc-setenv-prof' 'libgrooveplayer-dev' 'libatrilview3' 'fonts-khmeros-core' 'linux-buildinfo-5.0.0-1014-azure' 'qt4-doc-html' 'lib32go7-mips64-cross' 'libghc-monadplus-prof' '4ti2-doc' 'node-is-accessor-descriptor' 'libjs-rainbow' 'python3-fontmath' 'python-application' 'libdevel-declare-parser-perl' 'linux-headers-4.15.0-1050-oem' 'linux-buildinfo-4.15.0-1030-kvm' 'libconcurrentlinkedhashmap-java-doc' 'festival-hi' 'libosmpbf-dev' 'libtest-distribution-perl' 'libghc-ghc-mtl-prof' 'linux-tools-4.15.0-1046-kvm' 'libresiprocate-turn-client-1.11-dev' 'python3-pyx-doc' 'libcrypt-u2f-server-perl' 'libssh-dev' 'cl-webactions' 'linux-modules-5.0.0-41-generic' 'linux-buildinfo-5.0.0-19-lowlatency' 'python-gflags' 'kamailio-utils-modules' 'linux-image-4.15.0-1034-gke' 'libcliquer-dev' 'python-memcache' 'nutcracker' 'fonts-nafees' 'libdbd-pgsql' 'linux-modules-4.15.0-1033-oem' 'fusiondirectory-plugin-dovecot-schema' 'info2www' 'libkf5libkleo-data' 'libnginx-mod-http-lua' 'openjdk-8-jre-headless' 'python3-pydl' 'python-flask-restful' 'libticket-simple-perl' 'mipe' 'linux-headers-5.3.0-1008-gcp' 'python-macaron' 'linux-modules-4.15.0-1060-aws' 'libmpv-dev' 'xfce4-genmon-plugin' 'libtxw2-java' 'soapysdr-module-osmosdr' 'r-cran-modelmetrics' 'minlog' 'libu1db-dev' 'libhtsengine1' 'linux-headers-4.15.0-51-lowlatency' 'libmagplus3v5' 'libgtk-vnc-1.0-dev' 'rake-compiler' 'qtsensors5-examples' 'libpythonqt-qtall-qt5-python3-dev' 'libghc-sdl-gfx-dev' 'librscode-dbg' 'python-pyorbital-doc' 'libautopilot-qt-autopilot' 'xplanet-images' 'libghc-gtk-traymanager-doc' 'libgfortran4-dbg-i386-cross' 'scrub' 'python3-pyee' 'python-zope.viewlet' 'language-pack-gnome-is-base' 'adapterremoval' 'linux-cloud-tools-4.15.0-58-generic' 'jdns-dbg' 'kopano-webapp-titlecounter' 'libnetxx-dev' 'pidgin-mra-dbg' 'roguenarok' 'libsocket6-perl' 'shibboleth-sp2-utils' 'python-caldav' 'r-cran-tibble' 'git-annex' 'linux-buildinfo-4.15.0-1013-oracle' 'python3-ecflow' 'language-pack-ast' 'python-novaclient' 'raster3d-doc' 'python-git' 'kamailio-extra-modules' 'fonts-jura' 'python-subversion' 'liquidsoap-plugin-alsa' 'pdfgrep' 'gorm.app' 'linux-tools-4.15.0-1014-oracle' 'haskell-stack' 'libvisp-io3.1-dbg' 'linux-buildinfo-5.0.0-23-lowlatency' 'libzpool2linux' 'nvidia-361-dev' 'scummvm' 'nadoka' 'python-betamax' 'crafty-books-small' 'fusiondirectory-plugin-repository-schema' 'linux-tools-gcp' 'r-cran-lmertest' 'isympy-common' 'libghc-hdbc-session-prof' 'lyx-common' 'python3-pyfg' 'google-android-platform-8-installer' 'ruby-kgio' 'libghc-mmap-doc' 'golang-github-eknkc-amber-dev' 'liggghts-doc' 'gobjc-7-mips-linux-gnu' 'python3-galpy' 'ruby-fog-google' 'libghc-configfile-dev' 'soundstretch' 'linux-headers-4.15.0-1030-gcp' 'python-restrictedpython' 'node-split' 'nacl-tools' 'docbook-utils' 'libghc-mwc-random-doc' 'libbusiness-us-usps-webtools-perl' 'libsoprano-doc' 'liblbfgsb0' 'python3-plumbum' 'node-spdx-correct' 'bluebird-gtk-theme' 'lxqt-config-l10n' 'lib32gfortran-8-dev-ppc64-cross' 'libpgobject-util-dbchange-perl' 'python-colour' 'libecore-file1' 'wx-common' 'libnet-inet6glue-perl' 'libx32asan3-dbg-i386-cross' 'libkxl0' 'node-stylus' 'libgnat-7-dbg-m68k-cross' 'libmono-system-numerics-vectors4.0-cil' 'libhfstdc++6-7-dbg-armel-cross' 'libapp-rad-perl' 'libkeybinder-3.0-dev' 'fcitx-table-array30-big' 'libobjc-5-dev-powerpcspe-cross' 'tokyotyrant-utils' 'liquidsoap-plugin-xmlplaylist' 'libgraph-perl' 'xserver-xorg-input-synaptics-dev' 'bart' 'galera-arbitrator-3-dbg' 'php-gettext' 'r-bioc-phyloseq' 'lib64objc-6-dev-i386-cross' 'python3-dictobj' 'cups-filters-core-drivers' 'node-iscroll' 'python3-django-picklefield' 'xserver-xorg-video-ati-dbg' 'xfonts-cyrillic' 'openjdk-11-jre-dcevm' 'eclipse-eclox' 'ruby-ffi-rzmq-core' 'python-django-piston3' 'libodb-mysql-2.4' 'rmlint' 'bombardier' 'libfpga-dev' 'libdbix-xml-rdb-perl' 'libjgoodies-forms-java' 'apt-file' 'autopkgtest' 'squareness' 'lirc-drv-irman' 'gdc-5-sparc64-linux-gnu' 'pd-iem' 'ibod' 'r-doc-pdf' 'python-cmor' 'solfege-doc' 'passwdqc' 'bash' 'ruby-dalli' 'libhfasan2-dbg-armel-cross' 'appmenu-gtk-module-common' 'libghc-persistable-record-prof' 'dcfldd' 'cairo-dock-showmouse-plug-in' 'python3-ldappool' 'xwrited' 'node-security' 'tesseract-ocr-tam' 'libntrack0' 'libgnat-8-amd64-cross' 'libghc-blaze-textual-prof' 'libelemental0' 'linux-image-unsigned-4.15.0-48-generic' 'libnet-ldap-sid-perl' 'tesseract-ocr-tat' 'libbondcpp-dev' 'libswtcalendar-java' 'crack-attack' 'libpdfbox2-java-doc' 'fillets-ng' 'fusionforge-plugin-scmsvn' 'invada-studio-plugins-lv2' 'golang-github-containerd-cgroups-dev' 'linux-modules-extra-4.15.0-30-generic' 'debfoster' 'librsb-dev' 'libqt5opengl5' 'libtelepathy-glib0' 'ruby-omniauth-oauth2' 'python-phabricator' 'ninja-build' 'python-gtts' 'libghc-iconv-doc' 'xmms2-plugin-wavpack' 'librscode-dev' 'docbook-defguide' 'pd-chaos' 'libgd-graph3d-perl' 'dvgrab' 'librest-0.7-0' 'liblqr-1-0-dev' 'libstdc++6-5-dbg-arm64-cross' 'libghc-hxt-curl-dev' 'libgomp1-armhf-cross' 'libcrypt-x509-perl' 'libghc-idna-prof' 'science-imageanalysis' 'kdetoys' 'libgfortran5-armel-cross' 'gir1.2-coglpango-1.0' 'ruby-oauth2' 'bats' 'eb-utils' 'pxe-kexec' 'gnustep-base-common' 'gobjc-5-i686-linux-gnu' 'libosmo-sccp-dev' 'libarrayfire-unified-dev' 'gcc-5-plugin-dev-powerpc-linux-gnu' 'node-difflet' 'h5utils' 'python3-autopilot' 'festival-mr' 'python-oslo.service-doc' 'gosa-plugin-ssh-schema' 'golang-github-rkt-rkt-dev' 'sdcc-libraries' 'wdiff-doc' 'libghc-wai-conduit-dev' 'freetds-bin' 'libjs-bowser' 'starlink-util-java' 'dictionaries-common' 'tuptime' 'bloboats' 'libmatthew-java-doc' 'linux-cloud-tools-virtual' 'hesiod' 'libsnapd-glib-dev' 'gcin-qt5-immodule' 'python-logbook-doc' 'python3-pyxb-bundles-dc' 'linux-modules-extra-4.15.0-1033-gke' 'pglistener' 'linux-image-unsigned-4.15.0-69-generic' 'lua-curses' 'liquidsoap-plugin-pulseaudio' 'linux-buildinfo-4.15.0-1034-oem' 'python-oslo-vmware-doc' 'ruby-get-process-mem' 'libzip-ocaml-dev' 'bve-train-br-class-323-3dcab' 'fonts-mona' 'libvendorlib-perl' 'ruby-rspec-puppet' 'librapidxml-dev' 'qemu-efi-arm' 'gir1.2-ayatanaido3-0.4' 'node-highlight' 'libsybdb5' 'cpl-plugin-vimos' 'python-networking-odl' 'python-webflash' 'libpdf-table-perl' 'libghc-regex-pcre-prof' 'dwarves' 'libghc-servant-client-dev' 'gedit-plugin-code-comment' 'libgo7-armhf-cross' 'policykit-1' 'cipux-storage-tools' 'linux-buildinfo-4.15.0-88-lowlatency' 'manila-scheduler' 'libgnatvsn6-dev-arm64-cross' 'myspell-fr-gut' 'caribou' 'language-pack-gnome-el-base' 'linux-tools-5.3.0-22-generic' 'libjs-excanvas' 'libsprng2-dev' 'libboost-atomic1.65-dev' 'ksysguardd' 'libkf5dnssd-dev' 'bogofilter' 'lib32go7-dbg-sparc64-cross' 'libmono-system-servicemodel-routing4.0-cil' 'python-chameleon' 'moonshot-trust-router-dbg' 'libbrotli-dev' 'pkgme' 'libxio0-dbg' 'rsplib-tools' 'libweb-simple-perl' 'libhtmlparser-java-doc' 'openwsman' 'qml-module-qtmultimedia' 'libtaoframework-freeglut-cil-dev' 'cytadela-dbg' 'libany-template-processdir-perl' 'openbox' 'python3-nbformat' 'libgtk2-notify-perl' 'mono-gac' 'bombono-dvd' 'libsort-naturally-perl' 'qperf' 'r-cran-highr' 'python3-pysynphot' 'lib32ubsan0-dbg-x32-cross' 'libasedrive-serial' 'libperinci-sub-normalize-perl' 'oxref' 'libpeas-1.0-python2loader' 'gvfs' 'dirvish' 'dict-freedict-nld-fra' 'libgretl1-dev' 'torus-trooper' 'gobjc++-sparc64-linux-gnu' 'laptop-mode-tools' 'libcatalyst-authentication-credential-authen-simple-perl' 'miwm' 'ogmrip-ac3' 'php-htmlawed' 'python-pysaml2' 'libghc-quickcheck-simple-doc' 'hyphen-pt-pt' 'zfsnap' 'pasaffe' 'android-sdk' 'node-repeat-string' 'tesseract-ocr-tel' 'lib32objc-7-dev-amd64-cross' 'ifcico' 'libterm-table-perl' 'xfonts-tipa' 'python-ofxhome' 'libasan5-powerpc-cross' 'expect' 'libmp4v2-2' 'libderby-java' 'python3-pyld' 'libmoosex-types-email-perl' 'libavkys8' 'octave-nlopt' 'file-roller' 'libqt5xmlpatterns5' 'python-gpg' 'golang-github-btcsuite-btclog-dev' 'linux-modules-extra-4.15.0-1013-oracle' 'flashproxy-proxy' 'bcrypt' 'libshine3' 'node-sigmund' 'libgfortran-7-dev-mips64-cross' 'r-cran-rncl' 'libkf5akonadimime-data' 'linux-modules-5.0.0-1020-azure' 'puredata' 'libkchart2-l10n' 'golang-github-valyala-bytebufferpool-dev' 'gnome-control-center-faces' 'python3-hkdf' 's51dude' 'libgcc-5-dev-sh4-cross' 'python-gps' 'libstring-bufferstack-perl' 'node-events' 'scheme2c-doc' 'libasan4-armhf-cross' 'libnatpmp-dev' 'librte-pmd-enic17.11' 'libcsmith-dev' 'php-geshi' 'python-setupdocs' 'mcollective-plugins-stomputil' 'libdumbster-java' 'astro-datareduction' 'libshiboken1.2v5' 'linux-image-4.15.0-1044-kvm' 'libjs-mootools' 'akonadi-backend-sqlite' 'libcrypt-rijndael-perl' 'libtexlua52-dev' 'pocketsphinx-en-us' 'code' 'libpion-5.0' 'mtink' 'i3status' 'r-cran-tidyselect' 'fritzing-parts' 'qtserialport5-doc' 'gobjc++-6-i686-linux-gnu' 'python3-iso3166' 'ucspi-unix' 'python3-cloudkitty' 'libb-keywords-perl' 'git-notifier' 'python-pykickstart' 'libssh-doc' 'liboctomap-dev' 'deepin-movie' 'libpoppler-cpp-dev' 'libautobox-list-util-perl' 'lib64gfortran5-dbg-i386-cross' 'krusader' 'games-puzzle' 'libaddressview-dev' 'dh-apport' 'python3-et-xmlfile' 'labplot' 'linux-tools-gke' 'r-cran-maptools' 'libqdbm++-dev' 'libasan5-ppc64el-cross' 'openpgp-applet' 'tesseract-ocr-tgk' 'libcos4-dev' 'ibus' 'libuser' 'distributed-net' 'lib32asan4-dbg-sparc64-cross' 'paraview-dev' 'libhugs-mtl-bundled' 'linux-headers-4.15.0-1030-gke' 'libclang1-5.0-dbg' 'ruby-mixlib-archive' 'drumkv1-common' 'libqtbamf1' 'libdjvulibre21' 'libtest-indistdir-perl' 'moonshot-trust-router-dev' 'libmono-custommarshalers4.0-cil' 'ruby-gemojione' 'libjtharness-java' 'libboost-coroutine1.62.0' 'cpp-8-i686-linux-gnu' 'epoptes' 'texlive-htmlxml' 'libghc-reform-hsp-prof' 'libstring-trim-perl' 'libghc-sdl-gfx-doc' 'libtelepathy-qt4-farstream2' 'tesseract-ocr-tha' 'liblayout-manager-perl' 'libtpm-unseal-dev' 'ruby-uber' 'lib32go11-mips64el-cross' 'libplack-builder-conditionals-perl' 'libvibe-tls-dev' 'ngspice' 'gir1.2-gsf-1' 'fusiondirectory-plugin-repository' 'aolserver4-nsmysql' 'libbfio1' 'gfortran-multilib-mipsel-linux-gnu' 'libkf5emoticons-data' 'ssh-audit' 'libanjuta-3-0' 'python-congress' 'linux-image-extra-virtual' 'libghc-newtype-prof' 'lib32mpx2-dbg-amd64-cross' 'antpm-dbg' 'libgnatvsn5-dbg-arm64-cross' 'libshogun-dbg' 'lib32objc-4.8-dev' 'libpath-iterator-rule-perl' 'assaultcube' 'ksudoku' 'vramsteg' 'libjs-emojify' 'python3-keyrings.alt' 'golang-github-jwilder-encoding-dev' 'fonts-sil-scheherazade' 'libconfig-json-perl' 'python-ubjson' 't-prot' 'libghc-x509-prof' 'python-gadfly' 'libdlmcontrol3' 'python3-cotyledon' 'libstring-format-perl' 'festival-te' 'libqscintilla2-qt4-l10n' 'dh-runit' 'libghc-configfile-doc' 'libenca0' 'gxw-glade' 'freedink' 'node-posix-getopt' 'language-pack-kn-base' 'libjava-jdbc-clojure' 'commit-patch' 'libqt5quickparticles5' 'libxml-sax-expat-incremental-perl' 'tesseract-ocr-tir' 'aolserver4-xotcl' 'golang-gopkg-xmlpath.v2-dev' 'miri-sdr' 'nomad' 'python-cookiecutter-doc' 'libatk-bridge2.0-0' 'libdevel-stacktrace-withlexicals-perl' 'rungetty' 'debichem-molecular-abinitio' 'node-tilejson' 'blockout2' 'node-obj-util' 'ruby-ice-nine' 'libghc-shakespeare-prof' 'libobt2v5' 'python3-tmuxp' 'ruby-rspec-core' 'linux-headers-4.15.0-88-generic' 'thermald' 'python3-marshmallow-doc' 'w3m-el' 'linux-headers-5.3.0-19' 'resolvconf-admin' 'node-exports-loader' 'gcc-7-riscv64-linux-gnu-base' 'golang-github-erikstmartin-go-testdb-dev' 'python-gts' 'libx32stdc++6-i386-cross' 'linux-tools-4.15.0-1040-gcp' 'libgo13-dbg-alpha-cross' 'libghc-iospec-dev' 'libmathic0v5' 'fdflush' 'linux-image-5.0.0-25-lowlatency' 'libdynamic-reconfigure-config-init-mutex-dev' 'ruby-xml-simple' 'node-gulp-plumber' 'python-decorator' 'freespace2' 'python-optcomplete' 'doc-central' 'python-os-testr' 'libkf5dnssd-data' 'node-command-join' 'libisfreetype-java-doc' 'libghc-blaze-markup-prof' 'ldm-ubuntu-themes' 'liblouisutdml-dev' 'linux-modules-nvidia-390-5.0.0-1022-oem-osp1' 'ruby-memoizable' 'ttf-georgewilliams' 'libpcl-common1.8' 'linux-headers-5.3.0-22' 'linux-headers-5.3.0-23' 'libgnat-8-arm64-cross' 'linux-headers-5.3.0-24' 'gnash-opengl' 'libmongoc-dev' 'thepeg-reference' 'libhtml-mason-psgihandler-perl' 'zeroc-ice-slice' 'linux-headers-5.3.0-26' 'libmoosex-meta-typeconstraint-mooish-perl' 'linux-headers-5.3.0-28' 'dptfxtract' 'argonaut-server-module-fai' 'python3-pydbus' 'libqt53dextras5' 'libsitemesh-java' 'postgresql-10-partman' 'libgfortran5-dbg-ppc64el-cross' 'libticonv-dbg' 'libpod-pseudopod-perl' 'divxcomp' 'dialign-tx-data' 'plowshare4' 'spyder-doc' 'node-merge-descriptors' 'libgcc-6-dev-sparc64-cross' 'kwave' 'libbluetooth-dev' 'linux-buildinfo-5.0.0-1021-gcp' 'librsb-doc' 'libstring-diff-perl' 'libpwquality1' 'g++-multilib-s390x-linux-gnu' 'libiio-utils' 'zathura-djvu' 'libzltext-dev' 'libdmr-dev' 'python3-cairo' 'libminidjvu-dev' 'libghc-hxt-curl-doc' 'libsqlcipher-dev' 'libghc-test-framework-th-prof' 'cl-rss' 'bibus-doc-en' 'gstreamer1.0-libav' 'ruby-url-safe-base64' 'nagios-plugins-basic' 'w3c-linkchecker' 'kubuntu-full' 'qviaggiatreno' 'libtools-nrepl-clojure' 'libsofthsm2' 'gridengine-client' 'librhythmbox-core10' 'libao-ocaml' 'libspandsp2' 'libitm1-sh4-cross' 'libhat-trie0' 'libglobus-gass-cache5' 'libtinyxml2-dev' 'python-searpc' 'ardour-video-timeline' 'libvotca-tools-dev' 'lib32go13-dbg-mips64-cross' 'libshogun-dev' 'jenkins-job-builder' 'language-pack-gnome-vi-base' 'tex-gyre' 'wamerican-insane' 'libghc-wai-conduit-doc' 'rsyslog-gnutls' 'cabextract' 'libgnatvsn6-alpha-cross' 'python3-imexam' 'libxml-autowriter-perl' 'python-distributed-doc' 'g++-7-mipsel-linux-gnu' 'lib64stdc++-5-dev-powerpc-cross' 'phonon' 'libmonitoring-plugin-perl' 'gir1.2-farstream-0.2' 'linux-headers-5.0.0-1024-oem-osp1' 'ruby-rack-proxy' 'xemacs21-nomule' 'mecab-ipadic' 'linux-headers-5.3.0-40' 'linux-image-unsigned-4.15.0-1031-azure' 'libqt4-help' 'mailavenger' 'node-express' 'kadu-common' 'libnice-dev' 'dict-freedict-spa-ast' 'testdisk' 'python3-locket' 'postgresql-autodoc' 'libgnuradio-radar3.7' 'php-smbclient' 'tuxonice-userui' 'ukui-media-common' 'libio-all-lwp-perl' 'libdevel-simpletrace-perl' 'xfce4-quicklauncher-plugin' 'websploit' 'libxxx-perl' 'postgresql-10-orafce' 'protobuf-c-compiler' 'libdata-format-html-perl' 'ubuntu-artwork' 'lib64objc-5-dev' 'libghc-servant-client-doc' 'libtest-image-gd-perl' 'libsundials-nvecparallel-petsc2' 'r-cran-energy' 'libsignatures-perl' 'libcamd2' 'lib32quadmath0-x32-cross' 'python-nacl-doc' 'gfortran-7-mips64el-linux-gnuabi64' 'torcs' 'libsprng2-doc' 'linux-image-4.15.0-54-lowlatency' 'tetradraw' 'munipack-doc' 'libgl1-mesa-glx' 'libgfortran4-m68k-cross' 'libgnat-6-dbg-s390x-cross' 'viking' 'python3-pyte' 'lib32gfortran3-x32-cross' 'xbmc-pvr-mediaportal-tvserver' 'linux-modules-5.0.0-36-lowlatency' 'golang-github-xeipuuv-gojsonschema-dev' 'python-ooolib' 'ruby-bundler' 'libnss-gw-name' 'libcloog-isl4' 'libpjproject-dev' 'python3-aptdaemon' 'mbrola-pl1' 'fusiondirectory-plugin-squid' 'php-soap' 'libiptcdata-bin' 'gcc-6-hppa64-linux-gnu' 'notion' 'gfortran-7-m68k-linux-gnu' 'gnome-getting-started-docs-as' 'ember' 'samdump2' 'python-geolinks' 'libjmagick6-java' 'lsb-release' 'mb2md' 'libmono-system-drawing-design4.0-cil' 'libplacebo-dev' 'grilo-plugins-0.3-extra' 'bochs' 'python3-activipy' 'libgfortran5-s390x-cross' 'libkf5pimcommon-data' 'libstxxl1-dbg' 'gforge-web-apache2' 'xserver-xorg-video-radeon' 'gcc-8-plugin-dev-m68k-linux-gnu' 'imgvtopgm' 'python3-dolfin' 'ltsp-docs' 'libdata-dump-streamer-perl' 'gvpe' 'librte-sched17.11' 'gdc-6-powerpc-linux-gnu' 'dblatex' 'libcatalyst-plugin-redirect-perl' 'python3-cherrypy3' 'libticonv-dev' 'ruby-asciidoctor-plantuml' 'libbiojava-java-demos' 'libexpect-ocaml-dev' 'libpostfix-parse-mailq-perl' 'libgfortran-6-dev-armhf-cross' 'libparpack2-dev' 'libdb-file-lock-perl' 'libclass-returnvalue-perl' 'ruby-benchmark-ips' 'libtachyon-dev-common' 'liburi-escape-xs-perl' 'libx32stdc++6-6-dbg-i386-cross' 'libhamcrest1.2-java' 'gfarm-client' 'gis-remotesensing' 'libhippocanvas-1-0' 'python3-aiomeasures' 'python3-sphinxcontrib.actdiag' 'apport-gtk' 'ruby-fog-aliyun' 'lib32quadmath0-dbg-x32-cross' 'pure-ftpd' 'tasksel' 'libgnatvsn6-dev-hppa-cross' 'linux-image-4.15.0-1028-gcp' 'qml-module-qtav' 'r-cran-webmockr' 'python3-slepc4py' 'qt4-demos' 'libassa-3.5-5v5' 'joyent-mdata-client' 'arno-iptables-firewall' 'node-fresh' 'libkf5su-bin' 'tesseract-ocr-ton' 'multimedia-animation' 'substance-swingx-doc' 'linux-image-4.18.0-1004-gcp' 'libtemplate-stash-autoescaping-perl' 'gnome-getting-started-docs-ca' 'lib64gfortran3-dbg-mipsel-cross' 'libghc-pipes-dev' 'pulseaudio-module-gconf' 'r-cran-rlist' 'lib32go7-dbg-mips64el-cross' 'gsetroot' 'node-leven' 'libhocr-dev' 'libtimedate-perl' 'libn32objc-5-dev-mipsel-cross' 'terraintool' 'libcjs0' 'libghc-with-location-prof' 'linux-buildinfo-4.15.0-54-generic' 'libblacs-mpi-dev' 'libpoe-component-client-mpd-perl' 'usbmuxd' 'libdbd-mysql-perl' 'libboost-math1.62.0' 'linux-modules-4.15.0-76-lowlatency' 'python-mygpoclient' 'cdebootstrap' 'python3-pyvo' 'softhsm-common' 'freeipa-admintools' 'gnome-getting-started-docs-cs' 'compass-color-schemer-plugin' 'xfce4-verve-plugin' 'telepathy-logger' 'libdate-pcalc-perl' 'python3-zope.fixers' 'mir-client-platform-mesa5' 'google-android-platform-10-installer' 'python-django-guardian' 'libbusiness-onlinepayment-viaklix-perl' 'gnome-nibbles' 'ruby-allocations' 'libphonenumber7' 'libvisp-klt3.1-dbg' 'python-pyqt5.qtsensors-dbg' 'ubuntu-release-upgrader-gtk' 'gnome-getting-started-docs-da' 'node-d3-random' 'libequinox-bidi-java' 'ros-shape-msgs' 'gnome-getting-started-docs-de' 'apertium-swe-nor' 'lib32go13-s390x-cross' 'libdata-hexdumper-perl' 'gdc-7-mips-linux-gnu' 'libxdffileio0-dbg' 'hunspell-fr-modern' 'libgnomevfs2-common' 'gobjc++-8-multilib-arm-linux-gnueabihf' 'lazarus-ide' 'archipel-agent-virtualmachine-vnc' 'python3-djoser' 'busybox' 'python-mandrill' 'bliss' 'ledgersmb' 'paraview-doc' 'qgis-api-doc' 'node-extsprintf' 'linux-modules-4.15.0-1023-kvm' 'tesseract-ocr-script-cher' 'cons' 'python3-pywt' 'libghc-statevar-prof' 'libaxmlrpc-java' 'golang-github-jacobsa-oglematchers-dev' 'sbuild' 'lib32gfortran-5-dev-sparc64-cross' 'libghc-text-format-prof' 'libghc-binary-parsers-prof' 'libkf5globalaccelprivate5' 'petit' 'libnet-ph-perl' 'ssake' 'libjbig0' 'gcc-6-multilib-sparc64-linux-gnu' 'htmldoc' 'tor-geoipdb' 'liblrcalc-dev' 'libfvde-dev' 'findutils' 'libapp-cache-perl' 'python3-pyxb' 'libmariadbclient18' 'libball1.4-data' 'libkf5sonnetui5' 'python-grapefruit-doc' 'python-zope.contentprovider' 'squashfuse' 'plymouth-disabler' 'dvips-fontdata-n2bk' 'gir1.2-sugarext-1.0' 'g++-6-hppa-linux-gnu' 'charon-systemd' 'libglobus-rsl2' 'gnome-getting-started-docs-el' 'linux-tools-4.15.0-1040-gke' 'libnet-duo-perl' 'python-ufl-doc' 'libclang-common-3.9-dev' 'libquadmath0-ppc64el-cross' 'pure-ftpd-mysql' 'python-argcomplete' 'lib64asan2-i386-cross' 'libsidplay1v5' 'libsqlexpr-ocaml-dev' 'gnome-getting-started-docs-es' 'linux-tools-4.15.0-1021-oracle' 'vocproc' 'python-pytest-tornado' 'duende' 'verilog' 'ydpdict' 'python3-pyxs' 'python3-owslib' 'libkf5config-bin' 'fitsverify' 'python-sphinx-patchqueue' 'whichwayisup' 'librime-data' 'liburdfdom-model' 'libhfubsan0-dbg-armel-cross' 'dnstracer' 'python3-pyperclip' 'hol88-library-source' 'mate-terminal-common' 'scilab' 'cl-asdf-system-connections' 'kmouth' 'colorhug-client' 'debget' 'python-pqueue' 'libevent-2.1-6' 'libgeo-gpx-perl' 'libaudio-musepack-perl' 'libunity-control-center1' 'python-fuzzywuzzy' 'libpoe-component-resolver-perl' 'cube2-server' 'libpcl-msgs-dev' 'ejabberd-mod-statsdx' 'lib64ubsan0-dbg-i386-cross' 'libghc-scanner-dev' 'libbtbb-dev' 'libmusicbrainz5-2' 'libdata-showtable-perl' 'farbfeld' 'rxvt-unicode' 'nanomsg-utils' 'lib32cilkrts5-sparc64-cross' 'libngs-sdk1' 'r-cran-diagnosismed' 'gnome-getting-started-docs-fi' 'tappy' 'libc-dev-bin' 'rna-star' 'x11vnc-data' 'nfacct' 'cmor-tables' 'libghc-primes-prof' 'libpawlib2-gfortran' 'libkf5mime5abi2' 'node-object.omit' 'ntopng' 'r-cran-gridbase' 'csoundqt' 'ruby-zip' 'xinput-calibrator' 'cutycapt' 'libc6-mips-cross' 'pidgin-skype-common' 'gnome-getting-started-docs-fr' 'bbdb' 'gir1.2-govirt-1.0' 'libghc-unexceptionalio-dev' 'python3-preludedb' 'xrdp' 'kreversi' 'acl2-books-certs' 'libgnatvsn6-hppa-cross' 'linux-modules-4.15.0-29-generic' 'libfrobby0' 'gdc-5-i686-linux-gnu' 'libgo11-mips64el-cross' 'qjackctl' 'libschedule-ratelimiter-perl' 'linux-image-unsigned-4.15.0-1012-oem' 'python3-arcus' 'pdns-recursor' 'rox-filer' 'lib32go11-dbg-sparc64-cross' 'linux-image-5.0.0-1015-oem-osp1' 'libghc-iospec-doc' 'mgltools-pmv-test' 'sc3-plugins-server' 'tumbler-plugins-extra' 'libghc-ansi-terminal-dev' 'language-pack-gnome-ast-base' 'gnome-getting-started-docs-gl' 'p2kmoto' 'lua-cliargs' 'aumix' 'python3-gridfs' 'node-d3-brush' 'libghc-argon2-dev' 'ayatana-indicator-common' 'libhugs-glut-bundled' 'cruft' 'libcap-ng0' 'gnome-getting-started-docs-gu' 'smistrip' 'codesearch' 'libstdc++-5-pic' 'libghc-hashmap-prof' 'libinvokebinder-java' 'libgdome2-dev' 'libfiu-dev' 'texlive-formats-extra' 'golang-github-go-xorm-builder-dev' 'gobjc-6-multilib-x86-64-linux-gnu' 'libbase64-ocaml' 'libreoffice' 'libmongoc-doc' 'jargoninformatique-data' 'libghc-text-icu-prof' 'moblin-cursor-theme' 'android-sdk-platform-23' 'libgorm1' 'python3-libvhdi' 'libghc-unix-compat-prof' 'python3-biomaj3-download' 'gnome-getting-started-docs-he' 'libnfc-dev' 'libeclipse-ui-externaltools-java' 'stalonetray' 'libkcalutils4' 'node-stream-http' 'gnome-getting-started-docs-hi' 'linux-cloud-tools-4.15.0-88-lowlatency' 'etherape-data' 'linux-modules-extra-4.15.0-1027-gcp' 'megatools' 'tuxguitar-alsa' 'libxml2' 'libcupt-common' 'libanyevent-serialize-perl' 'python-mpmath' 'libcatmandu-wikidata-perl' 'libuutf-ocaml-dev' 'gnome-getting-started-docs-hr' 'python3-oslo.service' 'golang-github-grpc-ecosystem-go-grpc-prometheus-dev' 'libghc-text-zipper-prof' 'gnat-5-sjlj-m68k-linux-gnu' 'sssd-krb5' 'fonts-yozvox-yozfont-edu' 'gnome-getting-started-docs-hu' 'puppet-master' 'ruby-warden' 'libstring-tokenizer-perl' 'linux-image-5.3.0-19-lowlatency' 'ruby-gpgme' 'starlink-registry-java-doc' 'libicapapi4-dbg' 'liblexical-failure-perl' 'libghc-extensible-exceptions-dev' 'libsdl-sound1.2' 'gir1.2-gst-plugins-bad-1.0' 'libflext-pd0' 'libcflow-perl' 'python3-certbot' 'libghc-statestack-prof' 'skipfish' 'libmoosex-poe-perl' 'libplack-middleware-deflater-perl' '0ad-data-common' 'wand-doc' 'libgrooveloudness4' 'lib32atomic1-sparc64-cross' 'jesred' 'libterm-filter-perl' 'libcppdb-dev' 'python-sphere' 'tesseract-ocr-tur' 'gnome-getting-started-docs-id' 'gfceu' 'pngtools' 'globus-simple-ca' 'mypaint' 'libmowgli2' 'php-horde-mnemo' 'pamix' 'python3-ck' 'grub-efi-amd64-signed' 'python-networking-ovn' 'netconfd-module-ietf-system' 'mbrola-pt1' 'python3-cs' 'gnome-getting-started-docs-it' 'libpmix-dev' 'libclblas-dev' 'python-bottle-beaker' 'mythes-en-au' 'bustle-pcap' 'pyro-examples' 'dis51' 'kcharselect' 'libjexcelapi-java' 'linux-image-unsigned-5.0.0-1024-oem-osp1' 'libnice-doc' 'libhtml-widgets-selectlayers-perl' 'iwatch' 'fonts-smc-dyuthi' 'python-pam-dbg' 'python-bdist-nsi' 'dict-freedict-eng-ita' 'gobjc++-6-mips-linux-gnu' 'python-tegaki' 'gnome-getting-started-docs-ja' 'libperl-prereqscanner-perl' 'debichem-development' 'welcome2l' 'libghc-hpack-dev' 'libx32gfortran5-amd64-cross' 'watcher-doc' 'oinkmaster' 'python-xpyb' 'libsundials-kinsol2' 'libasan4-sparc64-cross' 'libmaven-resolver-transport-http-java' 'nyancat-server' 'python3-distributed' 'libgimp2.0' 'file' 'freedroidrpg' 'libskk-common' 'gobjc++-5-multilib' 'libmail-milter-perl' 'linux-image-5.3.0-23-lowlatency' 'libcatalyst-plugin-smarturi-perl' 'ubuntu-wallpapers' 'qtdeclarative5-kf5declarative' 'gdc-alpha-linux-gnu' 'node-strict-uri-encode' 'libghc-aeson-pretty-dev' 'libkf5calendarsupport-data' 'php-horde-rdo' 'c++-annotations-ps' 'libsrtp2-1-dbg' 'routino-common' 'libwebp-dev' 'linux-modules-4.15.0-1054-aws' 'libmvel-java' 'python3-libipa-hbac' 'titanion-data' 'linux-tools-4.15.0-30-lowlatency' 'libsane-common' 'cpp-8-mips-linux-gnu' 'node-get-caller-file' 'qt5serialport-examples' 'libdlna-dev' 'libubsan0-armhf-cross' 'memcachedb' 'libghc-unlambda-prof' 'qml-module-qtquick-virtualkeyboard' 'nut-snmp' 'fstransform' 'crossfire-client-sounds' 'c++-annotations-latex' 'libxstrp4-camlp4-dev' 'linux-tools-5.0.0-1009-oracle' 'golang-github-shiena-ansicolor-dev' 'gnome-getting-started-docs-kn' 'gnome-getting-started-docs-ko' 'pysycache-dblclick-appleandpear' 'libticalcs-dev' 'dhis-dns-engine' 'libghc-servant-client-prof' 'gcc-8-multilib-arm-linux-gnueabi' 'python3-k8sclient' 'python-oslo.context' 'xmms2-plugin-m3u' 'elpa-browse-kill-ring' 'linux-headers-4.15.0-1017-oracle' 'libdist-zilla-plugin-makemaker-awesome-perl' 'arpalert' 'libeclipse-core-filebuffers-java' 'iamerican-small' 'gir1.2-appstreamglib-1.0' 'horgand-data' 'libkmlregionator1' 'rdp-readseq' 'python-pychart' 'pdal' 'linux-image-4.15.0-1029-oracle' 'linux-modules-4.15.0-24-lowlatency' 'libghc-stm-prof' 'libmaxminddb0' 'linux-gcp-edge' 'hyphy-pt' 'python-libevdev-doc' 'emacs25-el' 'libeio-dev' 'linux-tools-4.15.0-32-generic' 'libquadmath0-x32-cross' 'libmath-libm-perl' 'libghc-lifted-base-dev' 'lxqt-policykit-l10n' 'gcc-7-arm-linux-gnueabihf-base' 'pluma' 'plptools' 'deepin-notifications' 'libxmp4' 'libfdt1' 'libghc-pipes-doc' 'libgfortran3-x32-cross' 'php-solr' 'bdf2psf' 'python3-h2' 'dasher-data' 'python-capstone' 'sieve-connect' 'gnome-getting-started-docs-lt' 'ruby-xmlhash' 'gnome-getting-started-docs-lv' 'fcitx-kkc-dev' 'linux-headers-4.15.0-1024-gcp' 'elpa-hl-todo' 'libghc-reform-prof' 'fossil' 'brother-cups-wrapper-common' 'openshot' 'freeipa-server-dns' 'libakonadi-socialutils4' 'libcollada-parser0d' 'libcgi-application-plugin-captcha-perl' 'vim-ultisnips' 'lib32atomic1-mips64el-cross' 'python-django-jinja' 'fbpanel' 'libmac-widgets-java' 'python3-gi' 'libvisp-tt3.1' 'courier-pcp' 'libqhttpengine0' 'python3-xstatic-jquery.quicksearch' 'python-parse' 'libsimple-validation-java' 'libubsan0-dbg-armhf-cross' 'golang-github-stacktic-dropbox-dev' 'g++-multilib-powerpc64-linux-gnu' 'pstoedit' 'librte-eventdev17.11' 'gnome-getting-started-docs-mr' 'libtfm1' 'pike7.8-gl' 'erlang-proper-dev' 'python3-gv' 'libkf5kdelibs4support5-bin' 'yhsm-tools' 'python-parso' 'grilo-plugins-dvb-daemon' 'linux-image-5.0.0-1016-azure' 'xemacs21-basesupport' 'courier-authlib-mysql' 'linux-image-4.15.0-1016-aws' 'golang-github-tdewolff-minify-dev' 'libplib1' 'elpa-sml-mode' 'installation-guide-powerpc' 'xcolorsel' 'ubuntu-defaults-builder' 'python3-crypto' 'python-tuskarclient-doc' 'libtrilinos-aztecoo12' 'fusiondirectory-plugin-cyrus-schema' 'libcholmod3' 'dhcpd-pools' 'libvibe-textfilter0' 'libmspub-dev' 'audacious-dev' 'libqimageblitz4' 'libslicot-pic' 'xserver-xorg-input-synaptics-dev-hwe-16.04' 'fcitx-frontend-all' 'libgrits5' 'libvte-2.91-common' 'libmono-system-windows-forms-datavisualization4.0a-cil' 'lua-cyrussasl' 'libtrilinos-galeri-dev' 'm4-doc' 'libccrtp-dev' 'libdigest-hmac-perl' 'unity-scope-openweathermap' 'convertall' 'puppet-module-aodh' 'libcommons-lang-java' 'linux-tools-4.15.0-1050-kvm' 'libnet-address-ip-local-perl' 'gnome-getting-started-docs-nl' 'lua-xmlrpc' 'analog' 'piuparts-common' 'ultracopier' 'libticalcs2-11-dbg' 'libtask-kensho-toolchain-perl' 'minicom' 'bs1770gain' 'libghc-svg-builder-dev' 'node-simple-swizzle' 'elpa-aggressive-indent' 'python3-hy' 'libevd-0.1-dev' 'libburner-media3-dev' 'tcl-dev' 'ruby-rmagick-doc' 'conservation-code' 'linux-headers-5.3.0-1012-gcp' 'libgmime-2.6-dev' 'libaudit-dev' 'libgnatprj5-dev-alpha-cross' 'python-lhapdf' 'gccgo-5' 'linux-image-4.15.0-1011-oracle' 'gccgo-6' 'libkate1' 'console-conf' 'gccgo-7' 'ibus-unikey' 'varna' 'gccgo-8' 'python-expeyes' 'codequery' 'ruby-clean-test' 'nmapsi4' 'open-isns-utils' 'fonts-noto-hinted' 'dict-freedict-pol-gle' 'libmcrypt-dev' 'ruby-multibitnums' 'libnordlicht-dev' 'sludge-doc' 'libavc1394-tools' 'python3-congressclient' 'libmariadb3' 'python3-pandocfilters' 'libghc-network-multicast-dev' 'python3-libhfst' 'libantlr3.2-gunit-java' 'lib32stdc++6-5-dbg-sparc64-cross' 'squid' 'python-genetic' 'pfstmo' 'golang-github-natefinch-lumberjack-dev' 'libghc-scanner-doc' 'libfreerdp-shadow2-2' 'ssldump' 'natpmp-utils' 'libobjc-8-dev-hppa-cross' 'ddnet-tools' 'libghc-terminal-size-prof' 'libcypher-parser8' 'psurface' 'ibverbs-utils' 'python-awsauth' 'bppsuite-examples' 'gir1.2-accounts-1.0' 'gdc-8-s390x-linux-gnu' 'liburl-dispatcher1-dev' 'elpa-pyvenv' 'libxml-dt-perl' 'puredata-gui' 'hydrogen' 'libicapapi-dev' 'filtergen' 'gthumb-dev' 'libppl-swi' 'libkf5blog5' 'gnome-getting-started-docs-pa' 'ppa-purge' 'libghc-unexceptionalio-doc' 'libsnmpkit2v5' 'libphp-serialization-perl' 'opencfu' 'node-coveralls' 'ruby-amqp' 'hashrat' 'libgdamm-5.0-13' 'simplecommeubuntu' 'python-heat-dashboard' 'libhtml-html5-microdata-parser-perl' 'xotcl-dev' 'fonts-opensymbol' 'libtaoframework-sdl-cil-dev' 'lxqt-globalkeys' 'gnome-getting-started-docs-pl' 'libsolv0-dev' 'libfreehep-export-java' 'weresync' 'choqok' 'node-fs-extra' 'cloudkitty-api' 'libopenshot-audio6' 'gnome-getting-started-docs-pt' 'libguac-client-rdp0' 'libpoe-component-irc-perl' 'libghc-ansi-terminal-doc' 'libcfg-dev' 'liquidwar-data' 'libaiksaurusgtk-1.2-dev' 'linux-tools-generic-hwe-16.04' 'linux-cloud-tools-4.15.0-36-lowlatency' 'inkscape-open-symbols' 'page-crunch' 'libghc-argon2-doc' 'libx32ubsan1-dbg-i386-cross' 'pypy-unidecode' 'python3-pyepsg' 'libu2f-host-dev' 'python3-dockerpycreds' 'libsfstdc++-5-dev-armhf-cross' 'libeclipse-e4-ui-workbench-swt-java' 'python-ldif3' 'node-estraverse' 'webp' 'python3-pyside.qttest' 'libgnatvsn6-dbg-mips64el-cross' 'binutils-s390x-linux-gnu' 'libcamltemplate-ocaml-dev' 'libcluttergesture-0.0.2-0-dbg' 'python-ropemode' 'libnghttp2-dev' 'python3-django-model-utils' 'python3-gammu' 'ubuntu-snappy-cli' 'default-jdk-doc' 'libpolyclipping-dev' 'junior-tasks' 'elpa-no-littering' 'freegish-data' 'lib32gcc-8-dev-x32-cross' 'libxmu6' 'fish' 'pioneers-data' 'ldap2dns' 'clamsmtp' 'node-encodeurl' 'ruby-http-connection' 'network-manager-dev' 'golang-github-xyproto-pinterface-dev' 'tau-examples' 'libghc-monadlib-dev' 'libuutf-ocaml-doc' 'libjs-jquery-ui-theme-mint-choc' 'elpa-pdf-tools' 'libsane-extras-dev' 'libnet-libdnet-perl' 'python-pyocr' 'r-cran-dbplyr' 'libghc-cryptonite-prof' 'ruby-dataobjects-postgres' 'aodh-api' 'libshine-ocaml' 'logrotate' 'libxcb-ewmh2' 'libextutils-libbuilder-perl' 'libghc-extensible-exceptions-doc' 'libmono-2.0-dev' 'python-cotyledon-doc' 'libtaktuk3' 'nvidia-361-updates-dev' 'libvslvm-dev' 'qpdfview-translations' 'sun-javadb-javadoc' 'golang-github-unknwon-cae-dev' 'gnome-getting-started-docs-ro' 'ruby-knife-acl' 'kgeography-data' 'libghc-store-core-dev' 'gobjc++-5-multilib-mips64el-linux-gnuabi64' 'libcasa-casa2' 'libdatetime-format-oracle-perl' 'tcptraceroute' 'postgresql-10-pllua' 'lib64stdc++-7-dev' 'gnome-getting-started-docs-ru' 'python-pyode' 'libghc-html-conduit-prof' 'python3-ly' 'ubuntu-benchmark-tools' 'squishyball' 'libraw1394-11-dbg' 'python-pymemcache' 'icli' 'php-libvirt-php' 'gcc-7-offload-nvptx' 'python-tifffile' 'libghc-byteable-prof' 'linux-image-unsigned-4.15.0-1065-oem' 'safecat' 'gccgo-7-i686-linux-gnu' 'gobjc++-multilib-arm-linux-gnueabi' 'python-funcsigs' 'gobjc++-mingw-w64' 'libgtk2-ex-printdialog-perl' 'linux-modules-5.0.0-27-lowlatency' 'pvpgn' 'libclblas-doc' 'libfilezilla-dev' 'ufoai' 'libags-audio1' 'python-hid' 'php-db-dataobject' 'libapache2-mod-wsgi-py3' 'libplexus-interpolation-java-doc' 'gnome-getting-started-docs-sk' 'ruby-hikidoc' 'python-reclass' 'linux-image-4.15.0-1038-kvm' 'lib64objc-6-dev-mips-cross' 'libwww-shorten-simple-perl' 'linux-headers-lowlatency-hwe-16.04-edge' 'pciutils' 'ucspi-tcp-ipv6' 'gnome-getting-started-docs-sr' 'libfko-perl' 'libghc-hpack-doc' 'libmate-panel-applet-dev' 'gnome-getting-started-docs-sv' 'libswiss-perl' 'libfile-chdir-perl' 'libxml-filter-reindent-perl' 'unity-scope-deviantart' 'libghc-generic-trie-dev' 'krb5-otp' 'ssdeep' 'fonts-lmodern' 'libtemplate-plugin-xml-perl' 'python3-pygccxml' 'ruby-twitter' 'python3-openturns' 'nescc' 'rsh-redone-server' 'gnome-getting-started-docs-ta' 'linux-modules-extra-5.0.0-27-generic' 'libghc-aeson-pretty-doc' 'gnome-getting-started-docs-te' 'python-testresources' 'gstreamer1.0-plugins-base-dbg' 'node-temp' 'libnet-finger-perl' 'libfcitx-utils0' 'libmono-posix4.0-cil' 'weex' 'python-watcher' 'uwsgi-plugin-jvm-openjdk-8' 'libgo11-dbg-armhf-cross' 'libstring-rewriteprefix-perl' 'ruby-factory-girl' 'emacs-window-layout' 'lib32asan3-amd64-cross' 'python3.7-examples' 'libcompare-camlp4-dev' 'golang-github-dustin-go-humanize-dev' 'xorg-server-source-hwe-18.04' 'libdiet0' 'kdebase-bin' 'linux-image-5.3.0-1009-gcp' 'libqtdbustest1' 'sirikali' 'libdata-alias-perl' 'node-lodash' 'libhbaapi-dev' 'plasma-framework' 'libxft2-dbg' 'skanlite' 'ros-move-base-msgs' 'libdwarf-freebsd-3' 'python-hl7' 'jeepyb' 'mpd-sima' 'hunspell-de-at-frami' 'python-fabio-dbg' 'libwxbase3.0-dev' 'libplexus-classworlds2-java' 'circlator' 'python3-gevent' 'libcupsppdc1' 'r-cran-rglwidget' 'eclipse-platform-data' 'libgnat-7-dbg-i386-cross' 'linux-image-unsigned-4.15.0-1037-azure' 'python3-sievelib' 'libow-tcl' 'inspectrum' 'breeze-dev' 'mueller7-dict' 'libwiki-toolkit-plugin-diff-perl' 'golang-pty-dev' 'cbootimage' 'libexpat-ocaml' 'photo-uploader' 'python-ubuntutools' 'nitrokey-app' 'ruby-rubyvis' 'libdata-formvalidator-perl' 'audacious-plugins' 'librime-data-stenotype' 'libclaw-configuration-file1v5' 'libwsclean0' 'copyq-plugins' 'libghc-lifted-base-doc' 'gnome-control-center-dev' 'linux-tools-4.18.0-24-lowlatency' 'ruby-rbnacl' 'libthread-serialize-perl' 'libdata-sah-normalize-perl' 'icom' 'libfortune-perl' 'libpiano-dev' 'python3-falcon' 'smarty-validate' 'astro-catalogs' 'ruby-fog-core' 'python-mpdclient' 'hdmi2usb-fx2-firmware' 'libtirpc-dev' 'libc6-i386-amd64-cross' 'php-horde-rpc' 'iroffer' 'libmirisdr-dev' 'modem-manager-gui' 'packer' 'corsix-th-data' 'libzfslinux-dev' 'xfonts-intl-asian' 'pike7.8-pg' 'linux-headers-5.3.0-1012-gke' 'texlive-binaries' 'xutils' 'libinteractive-markers0d' 'python-pyeapi-doc' 'lua50' 'python3-paramiko' 'am-utils-doc' 'voctomix-outcasts' 'libtypes-uuid-perl' 'python3-py' 'libjana-examples' 'halibut' 'graphicsmagick-imagemagick-compat' 'libinline-c-perl' 'linux-modules-4.18.0-18-lowlatency' 'python-mido' 'libghc-ixset-dev' 'libmuffin-dev' 'xul-ext-exteditor' 'libctapimkt1' 'libxkbfile-dev' 'linux-tools-4.15.0-1034-gcp' 'proj-rdnap' 'erlang-proper-doc' 'libopenjp3d-tools' 'gir1.2-packagekitglib-1.0' 'scummvm-data' 'libpod-coverage-perl' 'uim-mozc' 'python3-astlib' 'libmaven-bundle-plugin-java' 'linux-buildinfo-5.0.0-1028-oem-osp1' 'italc-management-console' 'bdfresize' 'fonts-roboto-unhinted' 'python-qpid' 'libc6-mipsn32el-cross' 'pike7.8-gdbm' 'cinnamon-control-center-data' 'libmspub-doc' 'libcgns3.3' 'zynaddsubfx-dssi' 'libparse-debcontrol-perl' 'golang-github-wsxiaoys-terminal-dev' 'libflac8' '389-ds-base-dev' 'linux-cloud-tools-4.15.0-1012-azure' 'libccrtp-doc' 'xenomai-system-tools' 'libmath-random-isaac-xs-perl' 'libnet-domain-tld-perl' 'adlibtracker2' 'libghc-csv-dev' 'ethtool' 'node-ansi-font' 'golang-github-steveyen-gtreap-dev' 'fwupd' 'games-toys' 'libgfortran5-ppc64-cross' 'sigil' 'scribus-dev' 'libxstr-ocaml-dev' 'djtools' 'glances' 'libghc-svg-builder-doc' 'mgltools-dejavu' 'fonts-sil-mondulkiri-extra' 'mcollective-doc' 'linux-libc-dev-mipsr6el-cross' 'tcl-doc' 'python-ganeti-rapi' 'fonts-dkg-handwriting' 'libqca2-plugins' 'libgmime-2.6-doc' 'libghc-pipes-zlib-prof' 'libasan4-dbg-amd64-cross' 'science-linguistics' 'gobjc++-s390x-linux-gnu' 'gnumed-common' 'libjs-node-uuid' 'doodle' 'libsvrcore0' 'node-es6-shim' 'libaudiofile-dev' 'libjs-less-elements' 'libtachyon-mpich-0-dev' 'linux-modules-4.18.0-22-lowlatency' 'python-libproxy' 'neutron-plugin-ml2' 'libghc-network-multicast-doc' 'lib32stdc++6-7-dbg-amd64-cross' 'node-file-sync-cmp' 'libquazip5-1' 'libequinox-p2-publisher-java' 'libtemplate-glib-1.0-0' 'openvas-nasl' 'adv-17v35x-dkms' 'r-cran-mlbench' 'lxqt-admin-l10n' 'libghc-netwire-prof' 'gradle-debian-helper' 'libghc-graphviz-dev' 'libhivex-bin' 'hunspell-kmr' 'libswingx-java' 'pytagsfs' 'libghc-multipart-dev' 'libxfce4util-dev' 'wcanadian-insane' 'python3-sh' 'libgeometric-shapes-dev' 'gobjc++-5-mipsel-linux-gnu' 'courier-pop' 'xfonts-base' 'python-tksnack' 'libghc-monad-unlift-prof' 'euca2ools' 'node-signal-exit' 'libzstd-dev' 'libfile-fnmatch-perl' 'rdiff' 'lokalize' 'freehdl' 'android-headers' 'openscenegraph-3.4-examples' 'weka' 'xotcl-doc' 'libidn11' 'puppet' 'libnss-resolve' 'libgedcom-perl' 'libgnat-6-dbg-mipsel-cross' 'node-jsprim' 'lib64gfortran5-dbg-mips-cross' 'gcc-5-arm-linux-gnueabihf' 'libvted-3-0' 'fcitx-table-latex' 'libghc-semigroups-dev' 'golang-github-linuxkit-virtsock-dev' 'python-guidata-doc' 'libglobus-gsi-cert-utils0' 'gyoto-dbg' 'tetzle' 'vflib3-bin' 'libgtkextra-dev' 'linux-headers-4.15.0-58-lowlatency' 'sngrep' 'python-couchdb' 'slack' 'python-ironic' 'libbson-1.0-0' 'python3-tk' 'libboost-python-dev' 'node-test' 'lib32go13-ppc64-cross' 'linux-tools-azure-edge' 'gccgo-multilib-powerpc64-linux-gnu' 'packit' 'python-translate' 'liblunar-date-2.0-0' 'libgcc1-mips64-cross' 'liblink-grammar-java' 'libghc-monad-par-extras-prof' 'libgeo-inverse-perl' 'python-scciclient-doc' 'python3-pyqt5.qtwebsockets-dbg' 'libequinox-io-java' 'libeclipse-ui-navigator-java' 'r-cran-rocr' 'ruby-netaddr' 'python-django-etcd-settings' 'libnghttp2-doc' 'eclipse-mylyn-builds-hudson' 'pdebuild' 'python3-tz' 'libnppicc9.1' 'node-original' 'libbpp-popgen8' 'libfreerdp-rail1.1' 'libjs-jquery-ui-theme-swanky-purse' 'r-cran-rodbc' 'gstreamer1.0-plugins-good-dbg' 'libtf2-ros-dev' 'libgeonames-dev' 'ros-std-srvs' 'conky-cli-dbg' 'libghc-mime-dev' 'libotbioonera-6.4-1' 'python-openstackclient-doc' 'python3-isbnlib' 'python-musicbrainz2' 'golang-github-magiconair-properties-dev' 'flmsg' 'tcl-memchan' 'binutils-i686-linux-gnu' 'libghc-monadlib-doc' 'linux-modules-extra-5.0.0-1022-gke' 'libjenkins-trilead-ssh2-java' 'libghc-stringprep-dev' 'garmin-forerunner-tools' 'python-nose2' 'libjs-jquery-reflection' 'libkpimgapi-data' 'libcgi-formbuilder-perl' 'lib32go9-amd64-cross' 'castle-game-engine-src' 'mistral-engine' 'libghc-pipes-group-dev' 'gfal2-plugin-lfc' 'libfosfat0' 'libhtml-copy-perl' 'stenographer-client' 'gmusicbrowser' 'python3-django-etcd-settings' 'python-zope.app.applicationcontrol' 'golang-strk.kbt-projects-go-libravatar-dev' 'python3-stem' 'libfm-data' 'python3-django-tagging' 'libsbml5-octave' 'r-cran-qvcalc' 'gobjc++-7-multilib-i686-linux-gnu' 'libghc-store-core-doc' 'libgnatprj6-dbg-powerpc-cross' 'linux-headers-4.15.0-62-lowlatency' 'libgo7-mips64el-cross' 'python-itango' 'libgfortran-8-dev' 'scheme9' 'node-estree-walker' 'python-bloom' 'libjeuclid-fop-java' 'ruby-aggregate' 'directvnc' 'libiscsi7' 'python3-deap' 'gnome-flashback' 'kamailio-mono-modules' 'python-oslo-serialization-doc' 'quickcal' 'stockfish' 'libghc-hxt-prof' 'libreins-ocaml-dev' 'python3-transitions' 'libstdc++-5-dev-armel-cross' 'herwig++-data' 'node-graceful-fs' 'apertium-es-ca' 'gtkpool' 'stone' 'libpagemaker-0.0-0' 'bochsbios' 'libbinutils' 'libckit-smlnj' 'python-morris-doc' 'e2fslibs-dev' 'libclanlib-dev' 'libgcc-8-dev-x32-cross' 'cmake' 'kea-common' 'python3-xarray' 'libdiagnostics0' 'libgitlab-api-v4-perl' 'pt-websocket' 'python3-motor' 'libqt5webenginecore5' 'tesseract-ocr-aze-cyrl' 'libgomp1-sh4-cross' 'lua-uri-dev' 'fwbuilder' 'aglfn' 'libpcre2-posix0' 'libmate-panel-applet-doc' 'libmsgpackc2' 'libplacebo18' 'qemu-efi-aarch64' 'lib32gfortran-8-dev-mips64-cross' 'linux-image-unsigned-4.18.0-1008-azure' 'libqsopt-ex-dev' 'libghc-generic-trie-doc' 'sip-tester' 'xfonts-cronyx-isocyr-misc' 'linux-image-unsigned-4.15.0-1045-gke' 'swift' 'libapache2-mod-perl2-dev' 'shapetools' 'linux-headers-4.15.0-1034-kvm' 'sucrack' 'golang-github-jmhodges-clock-dev' 'xfonts-biznet-base' 'python-zope.datetime' 'tdiary-theme' 'smtpprox-loopprevent' 'golang-barcode-dev' 'linux-cloud-tools-5.0.0-19-lowlatency' 'mythes-en-us' 'timidity-el' 'fonts-tiresias' 'pink-pony-dbg' 'golang-rice' 'sugar-log-activity' 'linux-image-4.18.0-20-generic' 'linux-cloud-tools-5.0.0-1027-azure' 'libgo13-ppc64el-cross' 'libgnatprj6-dbg-ppc64el-cross' 'tesseract-ocr-uig' 'mueller7accent-dict' 'libjavascript-packer-perl' 'libstdc++-5-pic-armhf-cross' 'pdsh' 'catimg' 'pcf2bdf' 'slang-curl' 'cl-pcl-msgs' 'libjs-cssom' 'libebook-contacts-1.2-2' 'linux-modules-4.15.0-1017-kvm' 'lib64gphobos68-i386-cross' 'xserver-xorg-video-mach64-hwe-16.04-dbg' 'jabber-muc' 'lib32gfortran-6-dev-s390x-cross' 'cl-sql' 'linux-headers-5.3.0-26-generic' 'linux-modules-extra-5.0.0-1011-oracle' 'tryton-modules-party-relationship' 'cedar-backup3-doc' 'libsubtitleeditor0' 'libio-compress-perl' 'libitm1-dbg-s390x-cross' 'gir1.2-messagingmenu-1.0' 'slurmd' 'libclass-forward-perl' 'libghc-microlens-prof' 'similarity-tester' 'artha' 'uvcdynctrl-data' 'indicator-application' 'ruby-riot' 'liburweb-static0' 'libn32objc-8-dev-mips64-cross' 'wcanadian-large' 'python3-jsonpath-rw' 'qttranslations5-l10n' 'linux-tools-4.15.0-1034-gke' 'fswatch' 'liblist-rotation-cycle-perl' 'wulf2html' 'libcgroup-dev' 'postgresql-pltcl-10' 'linux-headers-4.15.0-29-generic' 'xserver-xorg-input-mutouch' 'lib64gfortran3' 'python3-pgpdump' 'stormbaancoureur' 'liblsan0-dbg' 'lib64gfortran4' 'abacas' 'node-caseless' 'lib64gfortran5' 'liblwt-ssl-ocaml' 'libghc-lucid-svg-prof' 'deken' 'python-ball' 'natbraille-doc' 'libinstpatch-1.0-0' 'stops' 'golang-github-jinzhu-now-dev' 'libpurify-dev' 'cpants-lint' 'g++-8-s390x-linux-gnu' 'gir1.2-webkit2-4.0' 'icheck' 'bld-tools' 'libjsmpp-java' 'python-demgengeo' 'libtitanium-perl' 'ldp-docbook-dsssl' 'libcss-lessp-perl' 'mongrel2-core' 'libcommons-pool-java' 'lxinput' 'libwildmagic5v5' 'cl-babel' 'r-cran-httr' 'linux-cloud-tools-5.0.0-23-lowlatency' 'icoutils' 'freenect' 'python3-yt' 'llvm-9-examples' 'libgomp1-alpha-cross' 'libghc-hedis-prof' 'linux-headers-5.0.0-25-generic' 'linux-tools-5.0.0-25-generic' 'libghc-uulib-prof' 'libghc-warp-tls-dev' 'python-blosc' 'libcppdb0' 'gcc-8-multilib-powerpc64-linux-gnu' 'twoftpd-run' 'linux-buildinfo-5.0.0-1015-gke' 'libgarcon-gtk3-1-0' 'libpython2.7-minimal' 'python-panoramisk-doc' 'linux-modules-nvidia-390-5.0.0-1037-oem-osp1' 'libpocl2' 'graywolf' 'libtinyxml-dev' 'language-pack-gnome-pt-base' 'linux-image-4.15.0-1032-gcp' 'libhttp-request-params-perl' 'multiarch-support' 'tesseract-ocr-ukr' 'gcc-7-plugin-dev-m68k-linux-gnu' 'php-horde-cssminify' 'ltspfs' 'input-pad' 'libbladerf-dev' 'linux-image-unsigned-4.15.0-1006-oem' 'libghc-ixset-doc' 'cen64-qt' 'gcc-6-plugin-dev-s390x-linux-gnu' 'prips' 'liblua5.1-bitop-dev' 'dvi2dvi' 'libn32gcc-5-dev-mips64el-cross' 'paje.app' 'libjreen-dbg' 'language-pack-da-base' 'cpio' 'python-designateclient-doc' 'hime-anthy' 'libbabeltrace-ctf1' 'libpython3.8-stdlib' 'python-subunit2sql-doc' 'fastjet-doc' 'php-zeta-base' 'gnat-8-mips64el-linux-gnuabi64' 'storj' 'fakemachine' 'gdpc-examples' 'apertium-es-gl' 'libvtk7-jni' 'xsane-common' 'openyahtzee' 'gnome-terminal-data' 'libautopilot-qt' 'lib32objc4-dbg-mips64-cross' 'node-parse-filepath' 'xattr' 'libxen-dev' 'kodi-pvr-hdhomerun' 'gstreamer1.0-plugins-base-doc' 'r-cran-prettyunits' 'pidgin-data' 'z8530-utils2' 'libpdl-io-hdf5-perl' 'libkf5globalaccel-dev' 'caspar-doc' 'libhtml-simpleparse-perl' 'libglobus-gram-job-manager-callout-error-dev' 'libpod-2-docbook-perl' 'libghc-csv-doc' 'libmm-dbg' 'libgnutls30' 'ruby-net-dns' 'libnfsidmap-dev' 'libgfortran-5-dev-powerpcspe-cross' 'python3-ptyprocess' 'scribus-doc' 'libhbalinux2' 'vagrant-cachier' 'libelf-freebsd-1' 'nyquist' 'gfal2-plugin-file' 'libcolumbus1-dev' 'python-pyosd' 'anomaly' 'libasan4-dbg-arm64-cross' 'libghc-th-reify-many-prof' 'python-fabio-doc' 'uqm-voice' 'gpredict' 'linux-headers-5.0.0-1039-oem-osp1' 'wiggle' 'libzerg0-dev' 'libvigraimpex-dev' 'libtimingframework-java-doc' 'unattended-upgrades' 'fractalnow' 'libnet-scp-expect-perl' 'libtracker-control-2.0-0' 'libuniversal-exports-perl' 'gobjc-7-multilib-mips64-linux-gnuabi64' 'fbset' 'xfce4-cpufreq-plugin' 'libghc-graphviz-doc' 'liblhasa0' 'libibus-1.0-5' 'libmono-system-web-abstractions4.0-cil' 'opennebula-node' 'gccgo-7-mips-linux-gnu' 'libghc-multipart-doc' 'lib64stdc++6-6-dbg-powerpc-cross' 'kstars' 'ruby-clutter' 'libfailures-perl' 'language-pack-ar-base' 'kstart' 'linux-image-unsigned-4.15.0-88-lowlatency' 'swig-doc' 'xpenguins' 'pidgin-otr' 'node-jsonselect' 'python3-cassandra-dbg' 'libexcel-template-perl' 'libx32gphobos-6-dev-i386-cross' 'libnginx-mod-http-ndk' 'pulseaudio-module-bluetooth' 'lib64stdc++-8-dev-mips-cross' 'fonts-sil-doulos' 'python-mipp' 'libocamlnet-ocaml' 'python-pyotp' 'python-pytest-django' 'libkf5akonadinotes-dev' 'cpp-7-powerpc64-linux-gnu' 'apertium-es-it' 'nfs4-acl-tools' 'libfxscintilla-dev' 'libfgetdata6' 'libsignon-glib1' 'liblxc-dev' 'tempest' 'dms-wsgi' 'gucumber' 'x2goserver-common' 'libopencv-contrib3.2' 'libicapapi4' 'libghc-semigroups-doc' 'linux-headers-4.15.0-1038-oem' 'libghc-cassava-prof' 'libghc-hspec-core-prof' 'lib64gphobos-7-dev' 'libbcpkix-java-doc' 'vmm-doc' 'opendnssec-signer' 'elpa-debpaste' 'qemu-guest-agent' 'linux-headers-5.0.0-17-lowlatency' 'libelk0-dev' 'libdir-self-perl' 'ruby-molinillo' 'liblouisutdml-java-doc' 'libkf5auth-data' 'python-certbot-dns-rfc2136-doc' 'cmark' 'libghc-lambdabot-core-dev' 'fuse-dbg' 'libencoding-fixlatin-perl' 'pokerth' 'libjreen-dev' 'libbamf-doc' 'percona-toolkit' 'libpostscriptbarcode' 'libjs-imagesloaded' 'linux-modules-4.15.0-1048-aws' 'libnss3' 'libqtermwidget5-0' 'akonadi-import-wizard' 'node-core-util-is' 'ipython' 'libid3tag0-dev' 'libgnuplot-iostream-dev' 'golang-github-gorhill-cronexpr-dev' 'ffmpeg-doc' 'libghc-mime-doc' 'libeasyconf-java' 'ruby-redis-actionpack' 'libtest-signature-perl' 'libghc-bindings-dsl-dev' 'libmono-system-security4.0-cil' 'libpyzy-dev' 'tokyotyrant-dbg' 'gforge-mta-exim4' 'linux-buildinfo-4.18.0-17-generic' 'virtualjaguar' 'linux-modules-4.15.0-66-generic' 'libmm-dev' 'nova-compute-kvm' 'libedit2' 'libghc-stringprep-doc' 'linux-image-unsigned-5.0.0-1025-azure' 'python3-wxgtk-media4.0' 'copyq-doc' 'r-cran-effects' 'mopidy-internetarchive' 'bcal' 'libsmali-java' 'libdbix-class-optimisticlocking-perl' 'libn32stdc++6-6-dbg-mips-cross' 'golang-github-mitchellh-iochan-dev' 'gnome-todo' 'libbalooqueryparser4' 'libghc-pipes-group-doc' 'libsoftware-release-perl' 'python-gconf' 'python-webtest' 'lm-sensors' 'gccgo-5-i686-linux-gnu' 'python-ceilometerclient-doc' 'libzapojit-dev' 'libqtav1' 'node-function-bind' 'libtest-command-simple-perl' 'qutemol' 'python-zope.sendmail' 'resiprocate-turn-server-psql' 'libdrm-intel1' 'libismrmrd-dev' 'puredata-extra' 'linux-modules-nvidia-390-5.0.0-1023-aws' 'libsoqt4-dev' 'libcamp-dev' 'libitsol-dev' 'ruby-msgpack' 'konsole-kpart' 'watcher-decision-engine' 'cyrus-clients' 'phamm-ldap-vacation' 'libcryptui0a' 'python-clientform' 'libtrilinos-moertel12' 'science-logic' 'grub-efi-ia32-bin' 'libsiscone-dev' 'libmarc-parser-raw-perl' 'gobjc++-5-multilib-s390x-linux-gnu' 'libglyr1' 'libsynfig0' 'libkfontinstui5' 'libandroid-json-org-java' 'python-traitlets' 'texlive-lang-all' 'lib32go11-sparc64-cross' 'python3-subunit2sql' 'linux-headers-4.15.0-1018-gcp' 'polipo-dbg' 'libdbustest1-dev' 'gdc-multilib-s390x-linux-gnu' 'ruby-fog-libvirt' 'fusiondirectory-plugin-ipmi-schema' 'qashctl' 'python-pypowervm' 'packup' 'libclippoly-dev' 'libkf5declarative-dev' 'repsnapper' 'gtk-sharp2-examples' 'python-structlog-doc' 'jblas-doc' 'libsys-gamin-perl' 'tesseract-ocr-urd' 'xfce4-weather-plugin' 'libloader-java-doc' 'arctica-greeter-theme-debian' 'libapache2-mod-perl2-doc' 'ddclient' 'node-slice-ansi' 'libjson-glib-dev' 'pymissile' 'rdist' 'gyoto-doc' 'wine64-development-preloader' 'slapd' 'libfusioninventory-agent-task-network-perl' 'gesftpserver' 'libnvblas9.1' 'r-cran-mlmrev' 'cairo-dock-illusion-plug-in' 'libsoftware-license-perl' 'sreview-web' 'alsa-tools-gui' 'python-pylibacl' 'lib64stdc++-6-dev-powerpc-cross' 'cpp-8-arm-linux-gnueabihf' 'libhfgcc1-dbg-armel-cross' 'gedit-plugin-word-completion' 'python-pyvmomi' 'python-numexpr-dbg' 'libcogl-path-dev' 'gwtp' 'xbmc-pvr-iptvsimple' 'libgupnp-dlna-2.0-3' 'gfortran-powerpc-linux-gnu' 'cppo' 'tcl8.6-tdbc' 'liquidsoap-plugin-gavl' 'linux-tools-4.15.0-1044-kvm' 'php-finder-facade-doc' 'gcc-6-multilib-i686-linux-gnu' 'python-fs-plugin-webdav' 'kgeography' 'libperformance-dev' 'python-rosservice' 'linux-image-4.15.0-1032-gke' 'gstreamer1.0-plugins-good-doc' 'calcurse' 'libsmokeqtgui4-3' 'scala-library' 'libdapserver7v5' 'linux-buildinfo-5.3.0-28-lowlatency' 'python-grapefruit' 'python-drizzle' 'ubiquity-slideshow-ubuntukylin' 'v-sim' 'ykneomgr' 'libbonobo2-bin' 'libjnr-ffi-java' 'libpantomime1.2' 'libconfig-mvp-perl' 'texvc' 'trac-datefield' 'xsel' 'libpll-dev' 'libwnck-dbg' 'python-scrapy-doc' 'xblast-tnt-models' 'libboost-graph1.62-dev' 'golang-github-google-certificate-transparency-dev' 'wxglade' 'libghc-unliftio-prof' 'libshairport-dev' 'libaudio-xmmsclient-perl' 'libkf5kdelibs4support-dev' 'latex-cjk-japanese-wadalab' 'gtkhash' 'libwacom2' 'nova-consoleauth' 'libakonadi-calendar4' 'nordugrid-arc-plugins-globus' 'libfastjet-dev' 'python-stereo-msgs' 'python3-automaton' 'libjdo-api-java' 'transmission-gtk' 'elpa-spinner' 'node-babel-plugin-external-helpers' 'libdlib-data' 'libghc-warp-tls-doc' 'golang-github-mitchellh-go-vnc-dev' 'gdc-7-powerpc-linux-gnu' 'libobjc-7-dev-mips64el-cross' 'libsc-data' 'w1retap-odbc' 'zonecheck-cgi' 'lib32gcc-4.8-dev' 'python-cobe' 'mysecureshell' 'libgo11-dbg-powerpcspe-cross' 'gnome-mpv' 'libtinyxml-doc' 'maven-repo-helper' 'librocksdb5.8' 'snmp-mibs-downloader' 'idba' 'python3-django-otp' 'preprocess' 'python3-regex' 'libpengine-dev' 'python3-compreffor' 'dh-metainit' 'ogre-1.9-tools' 'ceilometer-agent-notification' 'node-big.js' 'dar-static' 'libarray-diff-perl' 'python-flask-principal' 'golang-github-exponent-io-jsonpath-dev' 'vim-gocomplete' 'gwenhywfar-tools' 'swish' 'quagga-ripngd' 'libsaaj-ri-java' 'libwnck-3-common' 'linux-cloud-tools-4.18.0-20-generic' 'python-cclib' 'apertium-es-pt' 'golang-github-spf13-pflag-dev' 'linux-buildinfo-4.15.0-47-lowlatency' 'synfigstudio' 'linux-image-5.0.0-1030-oem-osp1' 'python-tidylib' 'liblabltk-ocaml-dev' 'libqwt5-qt4' 'uwsgi-plugin-rados' 'libosm-gary68-perl' 'libroken18-heimdal' 'rsh-redone-client' 'libpoe-component-client-ident-perl' 'gadmin-rsync' 'libnet-akamai-perl' 'python-zc.lockfile' 'libkaz-dev' 'libnodelet-dev' 'python3-fido2' 'libprimesieve8' 'libtest-log-dispatch-perl' 'libstdc++6-8-dbg-m68k-cross' 'ruby-oily-png' 'ussp-push-dbg' 'debtags' 'neverputt' 'libglobus-gram-job-manager-callout-error-doc' 'troffcvt' 'libkcal4' 'libdcontainers0' 'soapysdr-module-lms7' 'language-pack-ro-base' 'curtin-common' 'gobjc++-5-arm-linux-gnueabi' 'vim-gtk3' 'binutils-mips-linux-gnu' 'svn-all-fast-export' 'btrfs-tools' 'libmuscle-3.7-dev' 'gir1.2-champlain-0.12' 'linux-image-4.15.0-1020-aws' 'python-pytest-timeout' 'libbio-asn1-entrezgene-perl' 'ubuntukylin-keyring' 'libcapture-tiny-perl' 'libphodav-2.0-0' 'libedata-book-1.2-25' 'python3-automat' 'fonts-lohit-telu' 'libhtml-tokeparser-simple-perl' 'python-pynlpl' 'libghc-haxr-prof' 'libuniversal-ref-perl' 'linux-image-unsigned-4.15.0-36-lowlatency' 'kopano-spooler' 'python3-shellescape' 'linux-image-4.15.0-65-lowlatency' 'debaux-debconf' 'golang-snappy-go-dev' 'pulseaudio-equalizer' 'libc6-mipsn32r6-cross' 'oem-config' 'libprocps-dev' 'ruby-coffee-script-source' 'r-cran-hwriter' 'libtemplate-plugin-stash-perl' 'lib64gfortran-7-dev-mipsel-cross' 'r-cran-rotl' 'golang-go.tools' 'python-hyperlink' 'libvigraimpex-doc' 'python-flask-flatpages' 'plymouth-theme-ubuntustudio' 'gobjc++-7-multilib-mips-linux-gnu' 'android-platform-system-core-headers' 'codeville' 'php-seclib' 'python-tvrage' 'kubuntu-notification-helper-dbg' 'qflow' 'congruity' 'linux-image-unsigned-5.0.0-1039-oem-osp1' 'chipmunk-dev' 'libxcomposite-dev' 'libfreehep-graphicsio-pdf-java' 'libnetlib-java' 'mgltools-gle' 'tklib' 'lakai' 'libacpi-dev' 'git-remote-bzr' 'apertium-es-ro' 'linux-buildinfo-4.15.0-51-lowlatency' 'lazarus' 'tldr' 'ufoai-data' 'node-d3-queue' 'python-scruffy' 'libgnatprj5-dev-sh4-cross' 'libghc-numbers-dev' 'libtools-analyzer-clojure' 'libwnck-dev' 'libmime-explode-perl' 'beignet' 'libtry-tiny-byclass-perl' 'lib64gfortran3-dbg-mips-cross' 'linux-image-unsigned-4.15.0-1059-oem' 'libgfortran-6-dev-alpha-cross' 'libghemical-data' 'libgfortran4-alpha-cross' 'gnomad2' 'acl2-source' 'gcc-h8300-hms' 'klinkstatus' 'mcollective-plugins-nrpe' 'linux-modules-nvidia-390-4.15.0-1027-oracle' 'libghc-juicypixels-prof' 'aces3' 'view3dscene' 'libjoda-convert-java-doc' 'libsearch-elasticsearch-perl' 'libmaven-shared-incremental-java' 'dh-exec' 'gobjc-powerpc64-linux-gnu' 'tesseract-ocr-spa-old' 'sipsak' 'lmbench-doc' 'telepathy-gabble' 'python-bittorrent' 'node-jsonfile' 'python-rdflib' 'libghc-lens-aeson-prof' 'gfortran-8-multilib-sparc64-linux-gnu' 'libhttpcore-java' 'mocassin-benchmarks' 'python3-django-ordered-model' 'timidity' 'dnsmasq-utils' 'gobjc-8-x86-64-linux-gnu' 'hdf-compass' 'golang-github-biogo-hts-dev' 'ostree' 'libdata-flow-perl' 'libkf5messagelist-dev' 'mricron-doc' 'lcmaps-basic-interface' 'gnat-8-sjlj' 'libjsonrpccpp-client0-dbg' 'libdb++-dev' 'fonts-tlwg-mono-ttf' 'crunch' 'sunflow' 'libdebian-installer-extra4' 'geomview' 'libghc-lambdabot-core-doc' 'libmpx2-amd64-cross' 'libkf5sendlater5' 'libc-icap-mod-clamav' 'libarrayfire-cpu3' 'python3-flask-restful' 'libimage-magick-q16hdri-perl' 'python-backports-abc' 'fusionforge-plugin-scmhook' 'libmono-system-workflow-activities4.0-cil' 'libpcap0.8' 'linux-aws-headers-5.0.0-1011' 'oidua' 'linux-aws-headers-5.0.0-1012' 'linux-aws-headers-5.0.0-1014' 'python-id3' 'libgnuplot-iostream-doc' 'linux-aws-headers-5.0.0-1016' 'golang-github-viki-org-dnscache-dev' 'libgtk2.0-cil-dev' 'libghc-bindings-dsl-doc' 'linux-aws-headers-5.0.0-1018' 'libx2go-server-perl' 'linux-aws-headers-5.0.0-1019' 'linux-modules-nvidia-390-5.3.0-1010-azure' 'libnabrit-dbg' 'libmediastreamer-dev' 'python-hydroffice.bag' 'libtorch3-dev' 'golang-github-cznic-strutil-dev' 'node-groove' 'libkf5akonadicalendar5abi2' 'apacheds' 'libcatalyst-plugin-log-dispatch-perl' 'libgnome-autoar-gtk-0-dev' 'r-cran-mfilter' 'libghc-alsa-core-prof' 'lighttpd-mod-mysql-vhost' 'sonic-pi-server' 'dhelp' 'libghc-hlint-prof' 'liburweb-http0' 'golang-github-bradfitz-gomemcache-dev' 'liblinboxsage-dev' 'node-gulp-coffee' 'ktikz' 'php-enum' 'giza-dev' 'lua-rings' 'lib64ubsan0-powerpc-cross' 'gri-html-doc' 'libatrilview-dev' 'beast-mcmc-doc' 'libxerces-c-dev' 'python-zope.structuredtext' 'tesseract-ocr-uzb' 'libvarconf-dev' 'ruby-rack-cors' 'libappmenu-gtk3-parser0' 'linux-aws-headers-5.0.0-1021' 'libdebian-installer4' 'linux-aws-headers-5.0.0-1022' 'libzapojit-doc' 'linux-aws-headers-5.0.0-1023' 'libdisorder-dev' 'linux-aws-headers-5.0.0-1024' 'plainbox' 'liblogback-java-doc' 'linux-aws-headers-5.0.0-1025' 'linux-buildinfo-5.0.0-25-lowlatency' 'libsynfig-dev' 'r-cran-lambda.r' 'libgnuradio-wxgui3.7.11' 'opensips' 'iamerican-huge' 'libismrmrd-doc' 'libghc-threads-prof' 'golang-github-imdario-mergo-dev' 'libn32gcc-8-dev-mipsel-cross' 'libc6-dev-mips64el-cross' 'epiphany-browser' 'peco' 'libglobus-ftp-client-dev' 'linux-image-unsigned-4.18.0-1015-gcp' 'librte-pmd-ark17.11' 'nvidia-libopencl1-331' 'blackbox-themes' 'node-object-copy' 'libn32objc-7-dev-mips64el-cross' 'python-paste' 'claws-mail-acpi-notifier' 'netpipe-mpich2' 'libkml-java' 'libgtk2-ex-formfactory-perl' 'libpdf-api2-perl' 'libclfft2' 'r-cran-backports' 'php-fdomdocument' 'libalberta2-dev' 'python-pyside.qtuitools' 'ghemical' 'apache2-bin' 'python-stepic' 'goban-ss' 'libboost-filesystem1.65.1' 'liboss4-salsa-asound2' 'libdbix-class-resultset-recursiveupdate-perl' 'libdose3-ocaml' 'python3-xvfbwrapper' 'linux-image-unsigned-4.15.0-30-generic' 'hdate' 'supercollider-dev' 'libatm1-dev' 'libghc-stm-dev' 'dascrubber' 'gdc-7-multilib' 'nvidia-libopencl1-340' 'qemuctl' 'libjs-jquery-simpletreemenu' 'libreverseproxy-formfiller-perl' 'inosync' 'python3-pyssim' 'phonon-backend-null' 'virtualbox-qt' 'libjson-glib-doc' 'libmoosex-configuration-perl' 'nvidia-libopencl1-346' 'linux-tools-4.15.0-1028-gcp' 'focuswriter' 'python3-kdtree' 'llvm-9-tools' 'libhtp-dev' 'libemail-foldertype-perl' 'genius-dev' 'gcc-8-mips64-linux-gnuabi64' 'gammaray-dev' 'python-os-traits' 'qemu-slof' 'libatomic1-i386-cross' 'libgnat-7-armhf-cross' 'telepathy-gabble-tests' 'libboost-date-time1.65-dev' 'libdigidoc-common' 'ruby-powerpack' 'python-pytest-localserver' 'linux-image-4.15.0-1042-kvm' 'libgltf-dev' 'mazeofgalious' 'gedit-plugin-color-picker' 'calligrastage-data' 'libktplogger9' 'linux-headers-4.15.0-1031-oracle' 'launchtool' 'libreflectasm-java' 'python3-django-html-sanitizer' 'python-fiat' 'alljoyn-gateway-1504' 'defendguin' 'gimp-lensfun' 'python-theano' 'libjs-plupload' 'cairo-dock-weather-plug-in' 'nvidia-libopencl1-352' 'colortail' 'kanyremote' 'libghc-path-io-prof' 'lib64go13-mipsel-cross' 'octave-statistics' 'libdevel-overloadinfo-perl' 'xcape' 'hhsuite-doc' 'libnabrit-dev' 'mistral-common' 'coturn' 'wmbattery' 'liboctovis1.8' 'libcpprspserver2' 'geany-plugin-geniuspaste' 'r-bioc-affyio' 'libmm-ocaml-dev' 'tokyotyrant-doc' 'foremancli' 'lp-solve-doc' 'libx32go9-dbg-i386-cross' 'idjc' 'python-cypari2-doc' 'linux-image-unsigned-4.15.0-51-generic' 'cl-reversi' 'libguvcview-2.0-2' 'libapache-mime4j-java' 'node-proj4' 'code-saturne-include' 'buildapp' 'node-promise-inflight' 'libcvc3-5v5' 'komparator' 'libclass-ehierarchy-perl' 'libopenthreads-dev' 'xscreensaver' 'mh-book' 'fonts-kacst' 'liblogservicetoolbase2' 'doclifter' 'libfreenect-bin' 'libclaw-logger1v5' 'libndpi-bin' 'libgwengui-qt5-dev' 'nvidia-libopencl1-361' 'golang-github-gosuri-uitable-dev' 'golang-dbus-dev' 'python-geojson' 'libsmbclient-dev' 'libghc-math-functions-prof' 'vkeybd' 'libghc-simple-templates-prof' 'python-ubuntu-kylin-sso-client.tests' 'pd-cyclone' 'android-libboringssl' 'librte-pmd-softnic17.11' 'dpdk-rte-kni-dkms' 'node-pseudomap' 'nvidia-libopencl1-367' 'python3-nanomsg' 'libdbus-ocaml-dev' 'libstdc++6-6-dbg-mips64el-cross' 'libcppdb-odbc0' 'xsok' 'libpdl-graphics-gnuplot-perl' 'xsol' 'libtwolame0' 'fusionforge-lists' 'hexdiff' 'libkpimgapicalendar5' 'libkopete-dev' 'libcpan-reporter-perl' 'kile-l10n' 'mini-dinstall' 'python3-schema' 'tryton-modules-stock-shipment-measurements' 'libclass-data-inheritable-perl' 'libtemplates-parser11.10.2-dev' 'libghc-xmlgen-dev' 'libmonosgen-2.0-1-dbg' 'voms-server' 'cube2font-dbg' 'ruby-ansi' 'microhope' 'libiscwt-java-doc' 'libsfgfortran5-dbg-armhf-cross' 'gendarme' 'cockpit-doc' 'r-cran-future' 'python-junit.xml' 'nvidia-libopencl1-375' 'nemo-gtkhash' 'python-testpath-doc' 'thunderbird-mozsymbols' 'libalglib3.11' 'language-pack-crh' 'python3-lldb-9' 'libnet-mac-perl' 'libboost-context1.62.0' 'buzztrax' 'gtk-im-libthai' 'node-meow' 'node-backbone' 'libcpan-meta-check-perl' 'rtorrent' 'python-flask-api' 'libbrial3' 'php-pclzip' 'libghc-sha-prof' 'fai-nfsroot' 'idle' 'libwibble-dev' 'python3-gevent-dbg' 'gastables' 'libepc-common' 'mffm-fftw-dev' 'ripoff' 'surf-alggeo-nox' 'logcheck-database' 'linux-modules-nvidia-390-5.0.0-1029-gcp' 'libgsecuredelete-dev' 'clevis-systemd' 'python-httpretty' 'bcpp' 'fitsh' 'ecasound-el' 'ballz-data' 'apertium-urd-hin' 'djagios' 'syncache' 'survex-aven' 'singular-modules' 'uwsgi-plugin-servlet-openjdk-8' 'linux-cloud-tools-4.18.0-1020-azure' 'libido3-0.1-0' 'idn2' 'valgrind-dbg' 'kio-gopher' 'nvidia-libopencl1-384' 'koules' 'conky-std' 'r-cran-rggobi' 'musepack-tools' 'ettercap-common' 'libindicate-qt1' 'liblxqt0-dev' 'sylpheed-doc' 'libcgi-github-webhook-perl' 'binutils-for-build' 'libghc-kan-extensions-dev' 'libstfl-perl' 'python-storm-dbg' 'gnat-6-powerpc64le-linux-gnu' 'xfonts-a12k12' 'apertium-pt-ca' 'libgnat-7-dbg-mips-cross' 'golang-github-pkg-sftp-dev' 'gnome-clocks' 'jasper' 'psautohint' 'cinnamon' 'libcomplete-clojure' 'libgfortran5-sh4-cross' 'libstdc++-7-dev-hppa-cross' 'libtf-dev' 'libvibe-stream-dev' 'libjlibeps-java-doc' 'linux-image-5.0.0-1008-oracle' 'snakefood' 'freetds-dev' 'pykaraoke-bin' 'lavapdu-daemon' 'libauthen-krb5-simple-perl' 'libfreetype6' 'boomaga' 'pgmfindclip' 'libkf5completion-dev' 'libkf5newstuff-dev' 'libtinfo5-dbg' 'nfdump-flow-tools' 'netcf' 'python-libolecf' 'python3-zunclient' 'postgresql-10-repack' 'libmath-base85-perl' 'libcairo-gobject-perl' 'golang-github-fhs-go-netrc-dev' 'zopfli' 'erlang-fs-listener' 'mailman3-doc' 'gcc-multilib-mips64-linux-gnuabi64' 'cl-zpb-ttf' 'recoverjpeg' 'node-babel-plugin-transform-async-to-generator' 'libghc-numbers-doc' 'libgnome2.0-cil-dev' 'libkeyword-simple-perl' 'golang-github-labstack-gommon-dev' 'libwnck-doc' 'python-fife' 'libudisks2-0' 'libcairomm-1.0-dev' 'libdbix-connector-perl' 'gdc-multilib-mips64-linux-gnuabi64' 'libotbprojection-6.4-1' 'linux-tools-4.18.0-1024-azure' 'gtklick' 'hexchat-otr' 'firewalld' 'cairo-dock-wifi-plug-in' 'lernid' 'gozerbot' 'lib32lsan0-dbg-amd64-cross' 'golang-github-digitalocean-godo-dev' 'xfonts-thai-etl' 'libtie-simple-perl' 'tesseract-ocr-chi-sim' 'liblog-dispatch-filewriterotate-perl' 'node-bn.js' 'libcasa-lattices2' 'coop-computing-tools' 'ftpd-ssl' 'libtoolkit-perl' 'intercal' 'gir1.2-ibus-1.0' 'ipython-qtconsole' 'libconfig-grammar-perl' 'budgie-appmenu-applet' 'love-doc' 'libpmemblk-dev' 'monodoc-opentk-manual' 'ca-certificates' 'libeclipse-e4-emf-xpath-java' 'uim-chewing' 'signify-openbsd-keys' 'xserver-xorg-video-neomagic' 'cedar-backup2' 'libhtml-entities-numbered-perl' 'u2f-host' 'cedar-backup3' 'soapysdr0.6-module-bladerf' 'melting-gui' 'php-phpdocumentor-reflection-common' 'libgepub-0.6-0' 'ruby-fuubar' 'mksh' 'python3-maxminddb' 'libiptables-chainmgr-perl' 'libfakechroot' 'libenchant-dev' 'linux-headers-4.15.0-1028-kvm' 'myspell-tools' 'libedje1' 'libomnievents2' 'chasquid' 'libpath-iter-perl' 'starlink-cdf-java' 'libtogl2' 'libxml-handler-printevents-perl' 'python-contextlib2' 'libgmlib-dev' 'qtdeclarative5-models-plugin' 'gcc-6-multilib-mips-linux-gnu' 'libxcb-keysyms1-dev' 'node-mess' 'libgraphviz-dev' 'speech-dispatcher-espeak' 'node-utils-merge' 'librobust-http-client-java-doc' 'python3-libvirt' 'libnginx-mod-stream' 'libcvc3-dev' 'qtav-players' 'librpc-xml-perl' 'shogivar' 'python-rekall-core' 'uncommons-watchmaker-doc' 'unifont-bin' 'libsub-current-perl' 'pcp-export-pcp2influxdb' 'mini-buildd-common' 'libgfortran-6-dev-sh4-cross' 'libgo11-dbg-x32-cross' 'emacs-mozc-bin' 'fonts-moe-standard-kai' 'libghc-blogliterately-dev' 'libtelepathy-farstream3-dbg' 'libxerces-c-doc' 'linux-libc-dev-sh4-cross' 'lib64objc-7-dev-x32-cross' 'libdebug0' 'python3-dballe' 'fp-units-db' 'linux-modules-extra-4.15.0-50-generic' 'gobi-loader' 'zygrib-maps' 'libeclipselink-java' 'linux-image-5.3.0-1010-azure' 'linux-modules-nvidia-435-5.3.0-40-generic' 'libkf5unitconversion-data' 'abigail-doc' 'python-gunicorn' 'libfreecontact-perl' 'mumble-server' 'libc6-dbg-armhf-cross' 'libnetfilter-queue-dev' 'mgetty-viewfax' 'libgnat-6-hppa-cross' 'python-pyqt5.qtwebengine' 'libglobus-ftp-client-doc' 'mm3d' 'fonts-texgyre' 'golang-github-pmezard-go-difflib-dev' 'openafs-doc' 'libmime-lite-tt-perl' 'libmouse-perl' 'libshell-posix-select-perl' 'checkpw' 'libkf5itemviews-data' 'python-egenix-mxdatetime-doc' 'cdrskin' 'epiphany' 'apertium-pt-gl' 'coinor-libclp1' 'cupp3' 'libstring-parity-perl' 'qwbfsmanager' 'ckb-next' 'fplll-tools' 'r-cran-openssl' 'libtomcatjss-java' 'python-networking-bgpvpn-doc' 'liblucene3-java-doc' 'hdf5-tools' 'libemail-date-perl' 'libb2-1' 'gir1.2-ganv-1.0' 'xmms2-plugin-mad' 'python-naturalsort' 'libgfortran-7-dev-m68k-cross' 'gfortran-7-arm-linux-gnueabi' 'libghc-data-ordlist-dev' 'golang-github-bep-debounce-dev' 'libcpprest-dev' 'isatapd' 'neutron-macvtap-agent' 'linux-image-4.15.0-1026-gcp' 'python-livereload-doc' 'linux-modules-nvidia-430-5.3.0-28-generic' 'netfilter-persistent' 'forensics-full' 'libghc-stm-doc' 'php-date' 'gir1.2-gst-rtsp-server-1.0' 'libgo9-alpha-cross' 'lua-augeas' 'node-tildify' 'libmonkey-patch-perl' 'libel-api-java' 'linux-image-5.0.0-27-lowlatency' 'libnss-pgsql2' 'node-babel-plugin-transform-es3-member-expression-literals' 'ripole' 'libcgicc-dev' 'xfonts-100dpi' 'libcommons-jci-groovy-java' 'sun-javadb-core' 'hydra' 'gccgo-arm-linux-gnueabi' 'rsyslog-relp' 'fityk' 'libsdl-ttf2.0-0' 'libnauty2-dev' 'gosa-plugin-mailaddress' 'qml-module-org-kde-kcm' 'asterisk-voicemail-imapstorage' 'liborc-0.4-dev-bin' 'liblouis-data' 'minetest-mod-advspawning' 'imvirt-helper' 'pep8' 'libqt5pas-dev' 'xorg-sgml-doctools' 'libcommons-lang3-java' 'libsdl-gfx1.2-5' 'gladish' 'theseus' 'libm2mml0.0v5' 'libbenchmark-apps-perl' 'php-memcached' 'python3-oauthlib' 'libmaxminddb-dev' 'libnxml0-dbg' 'libqt5scripttools5' 'viewvc' 'fp-units-fv' 'libpcaudio-dev' 'libghc-web-routes-th-dev' 'luasseq' 'libmono-system-net-http-webrequest4.0-cil' 'fonts-ldco' 'libicu-dev' 'linux-cloud-tools-4.15.0-47-lowlatency' 'tinyproxy' 'bzr-webdav' 'python-zaqarclient' 'cavezofphear' 'libmx-2.0-0-dbg' 'libmail-sender-perl' 'r-bioc-delayedarray' 'python-simpy' 'mercurial' 'libgsm1' 'libouch-perl' 'libmodglue1-dev' 'ngraph-gtk-addins' 'linux-tools-4.15.0-1016-aws' 'linux-modules-4.15.0-1021-kvm' 'php-horde-smtp' 'libdatetime-timezone-tzfile-perl' 'libjzlib-java' 'libdbix-class-perl' 'libgfortran5-dbg-armhf-cross' 'libva-x11-2' 'ssw-align' 'gadmin-proftpd' 'python3-launchpadlib' 'language-pack-bs-base' 'linux-image-5.0.0-31-lowlatency' 'linux-buildinfo-5.3.0-28-generic' 'libghc-sdl-ttf-prof' 'libgfortran5-dbg-mips64-cross' 'libtask-kensho-webcrawling-perl' 'remmina-dbg' 'libopenimageio1.7' 'libghc-monadcryptorandom-prof' 'glpeces' 'node-write-file-promise' 'python-ipy' 'python3-suds' 'lib32go9-dbg-amd64-cross' 'linux-tools-5.0.0-41-generic' 'shimmer-themes' 'xmlcopyeditor-dbg' 'default-libmysqld-dev' 'mumudvb' 'libtaktuk-1-dev' 'libdivsufsort-dev' 'libao-dbg' 'libgnatprj6-sparc64-cross' 'firefox' 'flightcrew' 'libimageclasses1' 'python-exabgp' 'php-horde-db' 'getmail' 'tardy' 'python3-pymummer' 'libghc-xmlgen-doc' 'libretro-desmume' 'python-txaio-doc' 'python3-libravatar' 'python3-ghost' 'libhmat-oss1' 'libverto-dev' 'udisks2-btrfs' 'libva-wayland2' 'grfcodec' 'puppet-module-duritong-sysctl' 'node-cli-cursor' 'libntrack-qt4-dev' 'gdc-7-powerpc-linux-gnuspe' 'liblightdm-qt5-3-0' 'ruby-haml-contrib' 'hashid' 'linux-cloud-tools-4.15.0-51-lowlatency' 'baloo-dbg' 'python3-pyqt4.qtsql-dbg' 'golang-github-stathat-go-dev' 'junit-doc' 'python3-psutil-dbg' 'edubuntu-wallpapers' 'libmono-system-reactive-experimental2.2-cil' 'givaro-user-doc' 'libtest-modern-perl' 'libc6-mips64-mipsr6-cross' 'libflaim4.1' 'libghc-crypto-api-dev' 'python-pdal' 'libtrilinos-pamgen-dev' 'libxdg-basedir-dev' 'libdbaudiolib0-dev' 'libobjc4-s390x-cross' 'libghc-smtp-mail-prof' 'tesseract-ocr-script-telu' 'unity-asset-pool' 'python-shelltoolbox' 'ruby-useragent' 'libopendrim0' 'libghc-libxml-sax-dev' 'xavante' 'lib64go7-dbg-x32-cross' 'zope2.13' 'python-irc' 'libmail-thread-perl' 'linux-buildinfo-5.0.0-27-generic' 'libcodec2-0.7' 'node-ansi-regex' 'libao-ocaml-dev' 'python-pyglet' 'kraptor-data' 'libunicode-map-perl' 'poedit' 'node-parse-glob' 'libkf5iconthemes5' 'libstdc++6-6-dbg-alpha-cross' 'acfax' 'diploma' 'linux-modules-4.18.0-1018-aws' 'remmina-plugin-secret' 'openmpt123' 'gnat-5-sh4-linux-gnu' 'libghc-kan-extensions-doc' 'libx32gfortran-6-dev-i386-cross' 'zatacka' 'claws-mail-managesieve' 'perl' 'perm' 'aide-xen' 'python-zc.table' 'libghc-boxes-prof' 'ruby-peek-sidekiq' 'rsync' 'libgenht1' 'libterm-extendedcolor-perl' 'libjsyntaxpane-java-doc' 'libnxml0-dev' 'libn32go9-dbg-mips64el-cross' 'gfortran-8-x86-64-linux-gnux32' 'assaultcube-data' 'libghc-directory-tree-prof' 'linux-lowlatency-hwe-16.04' 'libguac-client-ssh0' 'gcc-6-plugin-dev-m68k-linux-gnu' 'file-kanji' 'libghc-call-stack-dev' 'mgltools-pybabel' 'libstdc++-5-dev-ppc64-cross' 'netcat' 'golang-github-couchbase-ghistogram-dev' 'libspecio-library-path-tiny-perl' 'python-pbcommand' 'proj-bin' 'libpolyml9' 'autopilot-desktop' 'libapache2-mod-authn-yubikey' 'dgedit' 'libkf5auth5' 'tesseract-ocr-vie' 'nowebm' 'libkdesu5' 'bochs-x' 'android-platform-build-headers' 'python-changelog' 'vpb-driver-source' 'linux-modules-extra-4.15.0-1025-gcp' 'oss4-source' 'libghc-tasty-hunit-dev' 'liblombok-patcher-java' 'libghc-binary-conduit-dev' 'python-liblarch' 'libcairomm-1.0-doc' 'ttf-adf-gillius' 'golang-blitiri-go-spf-dev' 'gxkb' 'twatch' 'curtain' 'pandoc-data' 'starpu-tools' 'mimetex' 'remmina-dev' 'libghc-http-conduit-prof' 'libtranscript-dev' 'python-django-polymorphic-doc' 'lib32gphobos-7-dev' 'fp-utils-3.0.4' 'liquidsoap-plugin-opus' 'tnftp' 'libao-dev' 'python-simplestreams-openstack' 'libghc-hdbc-odbc-dev' 'notmuch-vim' 'libycadgraywolf-dev' 'libobjc-5-dev-x32-cross' 'libtriangle-1.6' 'maas-proxy' 'libfxscintilla19' 'libcapstone3' 'libbpfcc' 'libmunge-dev' 'libghc-pandoc-types-prof' 'globus-gram-job-manager-pbs-setup-seg' 'linux-modules-extra-4.15.0-88-generic' 'golang-gopkg-dancannon-gorethink.v1-dev' 'node-array-flatten' 'unity-settings-daemon' 'ivtools-bin' 'python3-cloudpickle' 'pnmixer' 'libregexp-stringify-perl' 'libcheese8' 'libindicate-gtk3-3' 'php-symfony-cache' 'linux-tools-gke-4.15' 'guitarix-ladspa' 'libghc-cereal-conduit-dev' 'baloo-dev' 'libsnmp-dev' 'libassertj-core-java' 'liquidsoap-plugin-vorbis' 'libcob1-dev' 'qml-module-org-kde-kio' 'gputils-common' 'totem-common' 'lv2-examples' 'libghc-persistent-dev' 'libcln6' 'casacore-data-tai-utc' 'firmware-b43-installer' 'libclass-data-accessor-perl' 'kannel-docs' 'printer-driver-all-enforce' 'cgi-mapserver' 'libabigail-dev' 'python-pygrace' 'libemos-bin' 'joint-state-publisher' 'libreoffice-pdfimport' 'acl2-emacs' 'node-mutate-fs' 'gnat-7-mipsel-linux-gnu' 'libgcc-8-dev-mips64el-cross' 'libsgutils2-2' 'libghc-smtlib-dev' 'linux-modules-nvidia-390-5.0.0-1024-oem-osp1' 'linux-tools-4.15.0-1038-kvm' 'fonts-croscore' 'python3-jack-client' 'gccgo-multilib-i686-linux-gnu' 'xserver-xorg-input-evdev-hwe-16.04' 'cl-photo' 'ruby-systemu' 'gcc-8-x86-64-linux-gnux32-base' 'php-horde-openxchange' 'openzwave' 'libgss3' 'libkf5su-dev' 'libreoffice-l10n-pt-br' 'gmic-zart' 'kdesignerplugin-data' 'libmamda-book-java' 'python3-sqlalchemy-ext' 'liblucene++0v5' 'kdebase-apps' 'python-mysqldb' 'libghc-blogliterately-doc' 'libghc-basement-prof' 'linux-modules-4.15.0-1052-aws' 'davmail' 'libortp9' 'libclj-tuple-clojure' 'kgb-client' 'python-reportlab' 'libbcmail-java-doc' 'gforth-lib' 'postgresql-10-preprepare' 'ubuntu-wallpapers-trusty' 'pgagent' 'libstdc++-6-dev-mips64el-cross' 'redeclipse-server' 'golang-github-hashicorp-hil-dev' 'nvidia-352-updates-dev' 'linux-image-5.0.0-31-generic' 'python3-dicom' 'xauth' 'libfuzzer-5.0-dev' 'libpythonqt-qtall-qt5-common-dev' 'gfortran-multilib-x86-64-linux-gnu' 'libgeo-functions-perl' 'gcc-6-sparc64-linux-gnu-base' 'libpod-pom-view-restructured-perl' 'libautopilot-gtk' 'libcheese-gtk-dev' 'ladish' 'libmath-round-perl' 'ruby-github-linguist' 'libmgba' 'xsane-dbg' 'libgraphicsmagick++-q16-12' 'gmtkbabel' 'phonon4qt5-backend-vlc' 'cinnamon-screensaver-x-plugin' 'libpod-coverage-trustpod-perl' 'libgtk2-gst' 'courier-authlib-dev' 'esekeyd' 'python-kdl-parser' 'libghc-servant-server-dev' 'libgst7' 'modemmanager' 'libreoffice-report-builder' 'bowtie2' 'python-zbarpygtk' 'libdleyna-core-1.0-dbg' 'golang-github-bmizerany-pat-dev' 'beancounter' 'libprelude23' 'proxychains4' 'python-libpcap' 'cmake-curses-gui' 'golang-github-twstrike-otr3-dev' 'linux-modules-5.0.0-1009-oracle' 'golang-github-docker-leadership-dev' 'libghc-data-ordlist-doc' 'libcliquer1' 'libcpprest-doc' 'quadrapassel' 'libghc-network-multicast-prof' 'pysatellites' 'python-rtslib-fb-doc' 'python3-pychromecast' 'ttf-dejavu' 'libtrilinos-phalanx12' 'libconfig-file-ocaml-dev' 'gfsview' 'libwriter2latex-java-doc' 'libregfi1' 'maven-debian-helper' 'python3-neutron-lib' 'drawxtl' 'python-fisx' 'linux-libc-dev-sparc64-cross' 'unity-scope-sshsearch' 'ascii2binary' 'libcgicc-doc' 'node-uri-path' 'linux-cloud-tools-generic-hwe-18.04' 'gcc-8-mipsel-linux-gnu-base' 'python3-django-test-without-migrations' 'lib32gcc-8-dev' 'gvfs-common' 'kodi-eventclients-common' 'libadmesh1' 'libffi6' 'elpa-gitattributes-mode' 'r-cran-ecodist' 'libzeitgeist-2.0-0' 'cl-postmodern' 'libbuffy-dev' 'opus-tools-dbg' 'llvm-5.0-examples' 'libkf5config-dev' 'amoeba-data' 'python-pymssql' 'libnl-xfrm-3-200' 'bzr-doc' 'zend-framework' 'python-singledispatch' 'adonthell' 'libghc-web-routes-th-doc' 'xubuntu-live-settings' 'linux-image-4.18.0-24-generic' 'gccgo-7-multilib-mips64-linux-gnuabi64' 'ruby-notmuch' 'libcgi-xml-perl' 'pcp-import-iostat2pcp' 'sg3-utils' 'casacore-data-igrf' 'qml-module-qtwayland-compositor' 'aplus-fsf' 'python3-cu2qu' 'gcc-multilib-s390x-linux-gnu' 'gir1.2-input-pad-1.0' 'libghc-mockery-prof' 'vim-tiny' 'sddm-theme-elarun' 'golang-1.8-race-detector-runtime' 'python-tower-cli' 'golang-github-siddontang-ledisdb-dev' 'gcc-8-multilib-mips64-linux-gnuabi64' 'node-sshpk' 'zsh-antigen' 'liblfunction0' 'netrw' 'apparmor' 'osptoolkit' 'libghc-swish-prof' 'libqtwebkit-qmlwebkitplugin' 'libkpimgapi-dev' 'libobjc4-dbg-m68k-cross' 'libindigo-dev' 'python-tracer' 'g3dviewer' 'libnss-ldap' 'python-versuchung' 'libaria2' 'wildmidi' 'pike7.8-kerberos' 'language-pack-th-base' 'linux-hwe-edge-tools-5.0.0-15' 'linux-hwe-edge-tools-5.0.0-16' 'linux-hwe-edge-tools-5.0.0-17' 'slashtime' 'libphobos2-ldc-shared78' 'libeclipse-osgi-services-java' 'totem' 'linux-hwe-edge-tools-5.0.0-19' 'muttprofile' 'astrometry-data-tycho2-10-19-bigendian' 'python3-rfc3986' 'libtrilinos-teuchos-dev' 'wfut' 'xfonts-intl-european' 'librrd-dev' 'linux-headers-5.3.0-1010-gcp' 'libenv-path-perl' 'php-remctl' 'x2goserver' 'libghc-static-hash-prof' 'urlview' 'rkhunter' 'cluster-glue' 'libgconfmm-2.6-1v5' 'asterisk-config' 'python-execnet' 'libhashkit-dev' 'xmms2-plugin-mms' 'libsingular4-dev-common' 'glewlwyd' 'ruby-zip-zip' 'libjxr-dbg' 'libmaven-doxia-tools-java' 'python3-bottle-beaker' 'budgie-core' 'librte-pmd-octeontx-ssovf17.11' 'node-util' 'linux-hwe-edge-tools-5.0.0-20' 'asterisk' 'libcanberra-gstreamer' 'linux-image-4.15.0-23-generic' 'lcdproc-dbg' 'python3-oauth' 'sushi-plugins' 'g++-7-x86-64-linux-gnu' 'libdleyna-core-1.0-dev' 'rdma-core' 'linux-buildinfo-4.15.0-74-generic' 'libc6-dbg-mips64r6el-cross' 'aoflagger' 'aspell-doc' 'libgtkd-3-dev' 'libprocessing-core-java' 'libjackson2-annotations-java' 'gpdftext' 'linux-modules-5.3.0-1009-gcp' 'libgfortran5-dbg-hppa-cross' 'grub2-splashimages' 'libevtx-utils' 'python-mplexporter' 'speech-dispatcher-flite' 'ruby-connection-pool' 'synfig' 'monobristol' 'lib32gfortran-8-dev-x32-cross' 'libgfortran3-dbg-mips64el-cross' 'apt-offline-gui' 'libtext-typography-perl' 'libghc-crypto-api-doc' 'libsocks4' 'mbrola-ro1' 'python-pyfribidi' 'libdist-inkt-role-test-perl' 'gcc-8-plugin-dev-mips64el-linux-gnuabi64' 'searx' 'libghc-libxml-sax-doc' 'rstat-client' 'libconfig-yaml-perl' 'phpab' 'node-escape-html' 'xmms2-plugin-mp4' 'bmap-tools' 'mlton-tools' 'python-pyptlib' 'libu2f-server0' 'minetest-mod-torches' 'libdb-java' 'librelaxngcc-java-doc' 'libwebsockets-test-server-common' 'git-crypt' 'libflake-dev' 'php-tideways' 'libghc-cabal-file-th-prof' 'linux-tools-4.15.0-32-lowlatency' 'owftpd' 'dh-octave' 'astro-simulation' 'linux-aws-edge-tools-4.18.0-1006' 'libmodplug1' 'libpam-shield' 'linux-aws-edge-tools-4.18.0-1007' 'ubuntu-budgie-desktop' 'linux-aws-edge-tools-4.18.0-1008' 'libdist-zilla-util-test-kentnl-perl' 'linux-headers-aws-edge' 'xfonts-cronyx-isocyr-100dpi' 'linux-image-unsigned-4.15.0-1023-oracle' 'linux-cloud-tools-5.3.0-22-generic' 'dvi2ps' 'ivtv-utils' 'libopal-dbg' 'pybootchartgui' 'libtemplate-plugin-json-escape-perl' 'libalut0' 'libkiwix0' 'feisty-session-splashes' 'edgy-session-splashes' 'nova-compute-lxc' 'zmf2odg' 'nova-compute-lxd' 'libghc-chunked-data-prof' 'cairo-dock-xgamma-plug-in' 'libobjc-5-dev-mipsel-cross' 'python-odf-tools' 'ocaml-compiler-libs' 'uwsgi-plugin-tornado-python' 'python-gwcs' 'fonts-gujr-extra' 'libstdc++-5-pic-alpha-cross' 'gnuboy-x' 'qt4-designer' 'ramond' 'librhino-java' 'libeclipse-team-core-java' 'python-mpd-doc' 'libghc-call-stack-doc' 'libimager-qrcode-perl' 'python-entrypoints' 'libkf5coreaddons-dev-bin' 'linux-aws-edge-tools-4.18.0-1011' 'edbrowse' 'python3-iapws' 'python-gnocchiclient' 'linux-aws-edge-tools-4.18.0-1012' 'linux-aws-edge-tools-4.18.0-1013' 'libunbescape-java-doc' 'python-bd2k' 'linux-aws-edge-tools-4.18.0-1016' 'trac-translatedpages' 'linux-aws-edge-tools-4.18.0-1017' 'r8168-dkms' 'libghc-ghc-paths-prof' 'linux-aws-edge-tools-4.18.0-1018' 'libunistring2' 'libwebkit2-sharp-4.0-cil' 'lua-scrypt' 'libpion-dev' 'libbsd-resource-perl' 'python3-backup2swift' 'myproxy-admin' 'libgtkada-bin' 'libzerg0' 'daligner' 'python3-pygments' 'node-yargs-parser' 'python-bloomfilter' 'wmsystemtray' 'liblivemedia62' 'libghc-drbg-dev' 'fluid-soundfont-gm' 'libghc-tasty-hunit-doc' 'python-pyqt5.qtwebchannel' 'linux-image-unsigned-4.18.0-1009-gcp' 'libmetacity-dev' 'python3-biplist' 'libghc-binary-conduit-doc' 'memleax' 'ruby-chronic' 'fluid-soundfont-gs' 'evolution-data-server-dev' 'google-android-platform-13-installer' 'wmcliphist' 'libbox2d-dev' 'liballegro-image5-dev' 'libjpeg8-dbg' 'python-ipalib' 'gnustep-devel' 'libgeronimo-ejb-3.0-spec-java' 'junior-internet' 'ruby-rails-assets-perfect-scrollbar' 'libdap-bin' 'linux-aws-edge-tools-4.18.0-1020' 'libghc-tasty-kat-dev' 'ruby-jar-dependencies' 'ssh-agent-filter' 'mirrormagic' 'libglobus-xio-gridftp-multicast' 'libghc-hdbc-odbc-doc' 'gobjc++-multilib' 'libghc-reducers-dev' 'libn32go13-dbg-mipsel-cross' 'libx32quadmath0-dbg-i386-cross' 'lib64stdc++6-5-dbg-mipsel-cross' 'libjxr-dev' 'libiptcdata-doc' 'lib64stdc++-5-dev' 'bluetooth' 'libx32gphobos-8-dev' 'liblwp-authen-oauth2-perl' 'php7.2-pspell' 'libilmbase-dev' 'persistent-cache-cpp-dev' 'xubuntu-default-settings' 'linux-image-unsigned-4.15.0-1063-oem' 'python3-sure' 'r-cran-mclust' 'python3-mysql.connector' 'libghc-cereal-conduit-doc' 'dict-wn' 'xtel' 'python3-link-grammar' 'linux-oracle-5.0-headers-5.0.0-1007' 'libc6-dev-x32-i386-cross' 'linux-modules-4.15.0-30-lowlatency' 'linux-oracle-5.0-headers-5.0.0-1008' 'libghc-parseargs-dev' 'linux-oracle-5.0-headers-5.0.0-1009' 'libqgpsmm23' 'python-requests-toolbelt-doc' 'libmono-system-web-webpages2.0-cil' 'node-utml' 'python-trove-dashboard' 'gfortran-5-i686-linux-gnu' 'libphotos202-dev' 'python3-webcolors' 'command-not-found' 'kamailio-ims-modules' 'gnome-taquin' 'scanmem' 'ruby-errbase' 'dbconfig-sqlite3' 'libghc-persistent-doc' 'swap-cwm' 'libghc-websockets-prof' 'gobjc++-7-mips64-linux-gnuabi64' 'golang-github-issue9-identicon-dev' 'linux-image-4.15.0-1036-kvm' 'libkxl0-dev' 'libghc-tldr-dev' 'libfelix-gogo-runtime-java-doc' 'xpa-tools' 'node-retape' 'gobjc-6-multilib-powerpc-linux-gnu' 'libomnithread4' 'kwin-wayland-backend-virtual' 'live-manual-odf' 'linux-modules-extra-5.0.0-1020-gcp' 'libcpan-mini-perl' 'python-halberd' 'libetonyek-0.1-1' 'gobjc++-6-multilib-arm-linux-gnueabi' 'libghc-smtlib-doc' 'systemd-container' 'gnustep-back0.26-cairo' 'linux-signed-lowlatency-hwe-18.04' 'libgnuradio-qtgui3.7.11' 'libkf5windowsystem-data' 'linux-oracle-5.0-headers-5.0.0-1010' 'linux-oracle-5.0-headers-5.0.0-1011' 'golang-github-tendermint-go-process-dev' 'cube2font' 'xbmc-bin' 'dns-root-data' 'libkf5baloowidgets-data' 'casacore-data-lines' 'lib32go11-x32-cross' 'python3-influxdb' 'python-pyresample' 'libzn-poly-dev' 'libopal-dev' 'libodb-api-bin' 'libparsington-java' 'python-nwdiag' 'libio-socket-portstate-perl' 'geoclue-hostip' 'imagemagick-common' 'python-ceilometermiddleware-doc' 'libdrilbo-common' 'polygraph' 'osmcoastline' 'libtk-fontdialog-perl' 'bibclean' 'libtsan0-ppc64el-cross' 'python-requestsexceptions' 'python-wstool' 'debmake' 'texlive-lang-japanese' 'ssh-import-id' 'libprojectm-qt1v5' 'python3-nacl' 'libhtml-calendarmonthsimple-perl' 'xscreensaver-screensaver-webcollage' 'ocrad' 'python3-hamcrest' 'libfile-policy-perl' 'redmine-plugin-recaptcha' 'libghc-monoid-subclasses-prof' 'jester' 'mah-jong' 'bacula-common-mysql' 'lxhotkey-dev' 'libghc-dpkg-dev' 'gdbserver' 'thunderbird-dbg' 'nvidia-opencl-icd-331-updates' 'linux-modules-5.3.0-40-lowlatency' 'libtrilinos-phalanx-dev' 'libghc-servant-server-doc' 'wav2cdr' 'otpw-bin' 'liboce-foundation11' 'libstdc++6-8-dbg-i386-cross' 'libp11-kit0' 'kjots' 'libskinlf-java' 'squeak-plugins-scratch' 'libfinance-quotehist-perl' 'grass-dev-doc' 'python-django-captcha' 'prboom-plus-game-server' 'kball' 'libsignal-mask-perl' 'libjpeg8-dev' 'libccss-tools' 'libwbxml2-dev' 'libgvnc-1.0-dev' 'libqt53dquick5' 'libnvidia-common-390' 'libtest-database-perl' 'libdevel-caller-ignorenamespaces-perl' 'libzeroc-icestorm3.7' 'language-pack-mr-base' 'libkf5templateparser-dev' 'node-grunt-cli' 'libasn1-8-heimdal' 'python-billiard-doc' 'gnat-7-sjlj-powerpc-linux-gnu' 'supertransball2-data' 'pypy-wand' 'buici-clock' 'php-symfony-polyfill-mbstring' 'libmagickwand-dev' 'python-pyqtgraph' 'rwalld' 'linux-headers-4.15.0-1007-oracle' 'aespipe' 'python-pystache' 'fcitx-table-translit-ua' 'lltag' 'libgrpc++-dev' 'libatomic1-powerpcspe-cross' 'cm-super' 'libkreport3-dev' 'node-safe-buffer' 'libboost-atomic-dev' 'tkmib' 'libmovit8' 'node-osenv' 'phpunit-object-reflector' 'elpa-bug-hunter' 'libghc-conduit-extra-dev' 'libjss-java' 'libthread-pool-simple-perl' 'libzopfli1' 'mrtrix-doc' 'python-raven' 'wrapperfactory.app' 'freedombox-setup' 'chromium-lwn4chrome' 'quicktime-utils' 'gobjc++-7-multilib' 'libzstd1' 'gkrellm-tz' 'libkf5parts-data' 'libmirisdr0' 'r-cran-knitr' 'nvidia-opencl-icd-352-updates' 'lsb-base' 'libnet-netmask-perl' 'gss-doc' 'libarray-unique-perl' 'ruby-nokogiri' 'tntdb-postgresql4v5' 'linux-tools-4.15.0-1032-gcp' 'libhunspell-1.6-0' 'wfrog' 'libeval0-dev' 'python-pygetdata' 'xmltooling-schemas' 'python-z3c.formui' 'libghc-test-framework-th-dev' 'apt-listchanges' 'statgrab' 'libgovirt-dev' 'libganglia1' 'python-pygraph' 'libaopalliance-java' 'bdii' 'libglee0d1' 'python-werkzeug' 'daisy-player' 'googlefontdirectory-tools' 'python-zope.i18n' 'librdf-perl' 'python-cysignals-doc' 'tcpser' 'gwyddion' 'linux-headers-4.15.0-1010-aws' 'libgraph-easy-perl' 'fusiondirectory-plugin-subcontracting' 'trace-summary' 'libjs-jquery-galleriffic' 'libz3-jni' 'checkinstall' 'keylaunch' 'driftnet' 'python-anyjson' 'delta' 'liblucene-queryparser-perl' 'rygel-2.6-dev' 'network-manager-openvpn-gnome' 'dehydrated-apache2' 'libnet-interface-perl' 'libstdc++-arm-none-eabi-newlib' 'linux-buildinfo-5.0.0-1013-gcp' 'libkido-optimizer-nlopt0.1' 'ukui-screensaver-common' 'libntrack-glib2' 'linux-tools-4.15.0-52-generic' 'libghc-cereal-vector-prof' 'kontact' 'g++-7-x86-64-linux-gnux32' 'ruby-actionview' 'tmfs' 'gfortran-6-aarch64-linux-gnu' 'thunderbird-dev' 'libcomedi-dev' 'pyracerz' 'bumblebee' 'libups-nut-perl' 'libtools-cli-clojure' 'uaputl' 'python-pyode-doc' 'libghc-unix-compat-dev' 'qtdeclarative5-accounts-plugin' 'vo-aacenc-dbg' 'gmt-dcw' 'gccgo-multilib-x86-64-linux-gnu' 'pslib1' 'pgplot5' 'uno-libs3' 'libghc-flexible-defaults-prof' 'libblockdev-btrfs-dev' 'ruby-whenever' 'nickle' 'libmythtv-perl' 'signond-dev' 'python-certbot-nginx' 'pyneighborhood' 'libchipmunk0d3-dbg' 'recon-ng' 'libatomic1-mips-cross' 'python3-pygtail' 'fonts-seto' 'blubuntu-theme' 'gnome-devel' 'colormake' 'python-patsy' 'python-formencode' 'libstereo-msgs-dev' 'python-social-auth' 'python-angles' 'libvisp-blob-dev' 'libghc-ekg-json-prof' 'libcogl-dev' 'libatasmart-bin' 'python3-testresources' 'draai' 'libxpp2-java' 'libdshconfig1-dev' 'python-pyqt5.qtquick-dbg' 'transcode' 'ruby-file-tail' 'libnetcdf-dev' 'libluasandbox-bin' 'python-tornado-doc' 'libdar-dev' 'python3-macholib' 'libn32gfortran5-mips64-cross' 'gccgo-multilib-mips-linux-gnu' 'libgo9-dbg-arm64-cross' 'python3-django-registration' 'libkgantt2' 'libopencv-photo-dev' 'tryton-modules-country' 'libghc-uuid-types-prof' 'libdevel-backtrace-perl' 'engrampa' 'node-wide-align' 'python3-pyicloud' 'antigravitaattori' 'libmate-window-settings1' 'libopendbx1-odbc' 'librime-data-quick5' 'python3-sunpy' 'libghc-primitive-dev' 'libcatalyst-plugin-static-simple-perl' 'libvmtk-dev' 'libgphobos71-i386-cross' 'libauthen-smb-perl' 'argonaut-fuse-module-fai' 'ubuntu-mate-wallpapers-bionic' 'skycat' 'python-appdirs' 'libbinutils-dbg' 'python-skimage-lib' 'ruby-after-commit-queue' 'qt-at-spi-doc' 'libgarcon-common' 'eclipse-jdt' 'libjaba-client-java' 'rsbac-klogd' 'libpion-doc' 'libecere0' 'libpmem-dev' 'ocl-icd-opencl-dev' 'latex209-base' 'cxref-emacs' 'libunicode-maputf8-perl' 'libghc-drbg-doc' 'r-cran-scatterplot3d' 'beast2-mcmc' 'libbs2b0' 'libpri-dev' 'strongswan-libcharon' 'linux-modules-extra-5.0.0-1020-gke' 'gtk-sharp2' 'gtk-sharp3' 'libpocketsphinx-dev' 'mopidy-podcast-itunes' 'evolution-data-server-doc' 'vinetto' 'api-sanity-checker' 'libc6-dbg-mips64-cross' 'buildbot' 'libbox2d-doc' 'libjson-java' 'libi2c0' 'hardinfo' 'iodine' 'libisccc160' 'libenet7' 'postgresql-comparator' 'python3-django-downloadview' 'roger-router-cli' 'python-pyqt5.qtserialport-dbg' 'libghc-tasty-kat-doc' 'tesseract-ocr-ita-old' 'python-polib-doc' 'libgfsgl0' 'libghc-reducers-doc' 'libgfortran-6-dev' 'libstring-scanf-perl' 'libphononexperimental-dev' 'cpu-checker' 'linux-headers-5.3.0-1007-azure' 'ckeditor' 'ruby-task-list' 'libxray-scattering-perl' 'libmagick++-6.q16-dev' 'mew-beta-bin' 'fortunes-es-off' 'phpmd' 'libghc-half-prof' 'libwww-google-calculator-perl' 'liblldb-3.9-dbg' 'libunity-api-dev' 'libconfigreader-simple-perl' 'gnome-keyring-pkcs11' 'persistent-cache-cpp-doc' 'switchconf' 'z-push-state-sql' 'linux-image-5.0.0-1031-azure' 'linux-image-unsigned-4.18.0-14-generic' 'libghc-parseargs-doc' 'libasan4-dbg-s390x-cross' 'libgcc-6-dev-ppc64-cross' 'cubicsdr' 'raspell' 'gir1.2-retro-0.14' 'acidrip' 'libsysmetrics-dev' 'omniorb-idl' 'libappindicator3-dev' 'openarena-081-players' 'python3-etcd' 'libghc-tldr-doc' 'cython3-dbg' 'libdigest-md2-perl' 'nagstamon' 'clamav-base' 'lazarus-ide-1.8' 'kdelibs5-dbg' 'libkf5people-dev' 'nfs-ganesha-gpfs' 'libnb-org-openide-modules-java' 'libboost-math1.62-dev' 'libppi-perl' 'libpng-tools' 'incron' 'fontforge-dbg' 'linux-image-4.15.0-1050-oem' 'libghc-djinn-lib-dev' 'python-django-mailer' 'linux-headers-4.15.0-1032-kvm' 'kpcli' 'python-geopandas-doc' 'xserver-xspice-hwe-16.04' 'cl-chunga' 'libhtml-formfu-perl' 'kopano-webapp-webappmanual' 'linux-modules-nvidia-390-4.15.0-1058-aws' 'libpiano0' 'libopal-doc' 'ssg-debderived' 'ripper' 'libambix-utils' 'kdebase-runtime' 'libido3-0.1-dev' 'tortoisehg-caja' 'python3-libfsntfs' 'hamradio-datamodes' 'pacman' 'python-hplefthandclient-doc' 'scute' 'libpod-weaver-perl' 'elpa-mocker' 'libgomp1-dbg-m68k-cross' 'eterm' 'janus-demos' 'netcat-traditional' 'python-cartopy' 'libgeos-3.6.2' 'gnome-user-share' 'debirf' 'rt4-db-mysql' 'netrek-client-cow' 'librt-client-rest-perl' 'libpjsua2-2v5' 'lxrandr' 'ltsp-cluster-agent-weblive' 'ruby-omniauth-shibboleth' 'linux-tools-4.15.0-69-generic' 'binutils-i686-kfreebsd-gnu-dbg' 'libgooglepinyin0-dbg' 'minetest-mod-homedecor' 'libghc-bytestring-conversion-prof' 'geany-plugin-commander' 'libmono-system-reactive-linq2.2-cil' 'libghc-split-dev' 'libb-compiling-perl' 'libwiretap-dev' 'libghc-dpkg-doc' 'python3-django-markupfield' 'tcpcryptd' 'python-dmidecode-dbg' 'libgphobos68-amd64-cross' 'ledmon' 'libuuidm-ocaml-dev' 'sphinxcontrib-autoprogram' 'tarantool-lts-client' 'linux-modules-5.3.0-24-generic' 'linux-tools-4.15.0-1032-gke' 'opensips-berkeley-bin' 'golang-github-hashicorp-logutils-dev' 'starlink-array-java-doc' 'fonts-thai-tlwg-otf' 'linux-image-lowlatency-hwe-18.04' 'jajuk' 'hol88' 'libunivalue0' 'opensips-wss-module' 'libparse-dmidecode-perl' 'gir1.2-ebookcontacts-1.2' 'madplay' 'libgcc-5-dev-m68k-cross' 'golang-1.8-go-shared-dev' 'lib64gfortran-6-dev-x32-cross' 'libpgraphutil-smlnj' 'python-libiio' 'plymouth-theme-lubuntu-next-text' 'tcllib' 'libvw-dev' 'libghc-lens-prof' 'libqgispython2.18.17' 'lua-lpty-dev' 'fonts-play' 'gprompter-dbg' 'libkrb5-26-heimdal' 'libswt-gtk-3-jni' 'libgtg0' 'libmems-1.6-1v5' 'libogmrip1' 'libghc-yi-language-prof' 'supervisor' 'libsunpinyin3v5' 'python-zope.cachedescriptors' 'libdevel-repl-perl' 'libphtools2-gfortran' 'libvisp-tt-mi-dev' 'wget' 'libsox-dev' 'liblldb-3.9-dev' 'libmagickcore-6.q16-3-extra' 'libdist-zilla-plugin-bootstrap-lib-perl' 'midge' 'budgie-desktop-minimal' 'cl-bond' 'libghc-conduit-extra-doc' 'linux-buildinfo-5.0.0-1013-gke' 'python-crochet' 'libghc-src-exts-simple-dev' 'libgstreamer-plugins-bad1.0-dev' 'mono-runtime-boehm' 'plymouth-theme-breeze' 'python3-django-housekeeping' 'linux-image-4.15.0-1030-gcp' 'python-axolotl-curve25519' 'python-moneyed' 'libaws-bin' 'lxqt-about' 'golang-gopkg-hlandau-service.v2-dev' 'gap-gapdoc' 'linux-modules-5.0.0-23-generic' 'libxmlada-doc' 'trac-bitten-slave' 'linux-image-unsigned-4.15.0-1004-oem' 'xtrs' 'criticalmass-data' 'libjs-unorm' 'python-ijson' 'ruby-jekyll-watch' 'libcli-framework-perl' 'kdelibs5-dev' 'python-nameparser' 'python3-django-redis' 'brother-cups-wrapper-bh7' 'libgfortran-5-dev-mipsel-cross' 'libghc-intervals-prof' 'libtf-conversions-dev' 'lib64go11-dbg-i386-cross' 'python3.8-dbg' 'dolphin-owncloud' 'libghc-test-framework-th-doc' 'libqt5webengine5' 'libqt4-xml' 'libhsail-rt-7-dev-x32-cross' 'puppet-module-puppetlabs-tftp' 'libhivex-dev' 'lib64objc4-i386-cross' 'fstrcmp-doc' 'axiom' 'libghc-parsec3-prof' 'libxcb-xv0-dev' 'libmsgpack-dev' 'fonts-powerline' 'norsnet' 'spice-vdagent' 'post-el' 'python-systemfixtures' 'mklibs-copy' 'nautilus-data' 'monkeyrunner' 'libpaq0' 'libnppicom9.1' 'linux-headers-4.15.0-64-lowlatency' 'fcitx-module-punc-ng' 'plsense' 'geany-plugin-tableconvert' 'gir1.2-grilo-0.3' 'gnat-6-s390x-linux-gnu' 'wmsun' 'ocl-icd-dev' 'termdebug' 'tellico-doc' 'libgnat-5-dbg-alpha-cross' 'python-cookiecutter' 'snapcraft' 'libmr-tarantool-perl' 'linux-modules-extra-4.15.0-1019-gcp' 'expeyes' 'iptables-persistent' 'wpan-tools' 'lemonpos-data' 'python3-gtts-token' 'ditaa' 'vflib3-dev' 'libgooglepinyin0-dev' 'node-sinon' 'libkf5holidays-dev' 'libapp-nopaste-perl' 'linux-tools-4.15.0-1020-aws' 'gnome-shell' 'libdb4o-cil-dev' 'libdata-hal-perl' 'ukui-desktop-environment-core' 'gl-117-data' 'linux-headers-5.0.0-1022-azure' 'tasksh' 'libsundials-arkode1' 'linux-tools-5.0.0-1022-azure' 'linux-image-unsigned-5.0.0-1011-oracle' 'libghc-unix-compat-doc' 'linux-modules-extra-5.0.0-1029-azure' 'freeradius-dhcp' 'binutils-arm-linux-gnueabi' 'gromacs-data' 'pink-pony-data' 'libobjc4-dbg-mips64el-cross' 'tmpl' 'libghc-memotrie-dev' 'linux-buildinfo-5.0.0-36-lowlatency' 'libsiscone-spherical-dev' 'subtitleeditor' 'r-cran-multcomp' 'seccomp' 'libsha-ocaml-dev' 'libqwtmathml6abi1' 'signond-doc' 'libutop-ocaml-dev' 'libomxil-bellagio0-components-vorbis' 'libgc1c2' 'php-oauth' 'libgomp1-mipsel-cross' 'velvet' 'gir1.2-gstreamer-1.0' 'gfortran-5-mips-linux-gnu' 'linux-headers-4.18.0-15-lowlatency' 'tcpspy' 'linux-modules-extra-4.18.0-13-generic' 'links2' 'liquidwar-server' 'sugar-jukebox-activity' 'libsfstdc++-8-dev-armhf-cross' 'python-twisted-conch' 'libcogl-doc' 'mapnik-utils' 'libmrss0' 'linux-image-unsigned-4.15.0-1030-oracle' 'lua-sec-dev' 'libcanl-c-examples' 'libncurses-gst' 'libedata-cal-1.2-28' 'linux-headers-4.15.0-1036-oem' 'libhyena-cil-dev' 'gccgo-5-sparc64-linux-gnu' 'mcollective-plugins-puppetd' 'libglobus-xio-net-manager-driver-dev' 'userv' 'ruby-akismet' 'liblogg4-dev' 'python-sagenb' 'jackd2-firewire' 'libecryptfs1' 'libuvc0' 'libtk-dirselect-perl' 'sbcl-source' 'libnss-extrausers' 'tcpreen' 'pocl-opencl-icd' 'linux-signed-image-oracle-edge' 'crac' 'libij-java' 'libmozjs-52-0' 'libghc-primitive-doc' 'librime-data-stroke' 'mira-assembler' 'libgfortran-7-dev-i386-cross' 'libghc-crypto-random-prof' 'four-in-a-row' 'python-iso8583' 'ufoai-uforadiant' 'ruby-maruku' 'libgnat-8-ppc64el-cross' 'golang-github-socketplane-libovsdb-dev' 'glibc-doc' 'python3.8-dev' 'dict-freedict-eng-lat' 'libghc-project-template-prof' 'linux-headers-5.0.0-1009-oracle' 'libjxr-tools' 'xscreensaver-gl-extra' 'libglobus-xio0' 'gmt-doc' 'libghc-yesod-core-prof' 'libgisi-dev' 'freeipa-tests' 'racket-common' 'python3-caffe-cpu' 'node-monocle' 'python-django-contact-form-doc' 'gwhois' 'kasumi' 'libcompfaceg1-dev' 'docbook-xsl-doc-text' 'python3-setuptools-scm' 'libghc-test-framework-hunit-prof' 'gnat-7-alpha-linux-gnu' 'gwaei' 'python-paho-mqtt' 'libghc-io-streams-prof' 'secpanel' 'linux-cloud-tools-5.0.0-25-lowlatency' 'libttspico-data' 'golang-github-siddontang-goredis-dev' 'ambdec' 'libobjc-7-dev-amd64-cross' 'libghc-relational-schemas-dev' 'libkkc-dev' 'cl-trivial-garbage' 'ruby-rails-html-sanitizer' 'python3-wcwidth' 'python-rosboost-cfg' 'libapache2-mod-xsendfile' 'libvarnishapi-dev' 'x2goclient' 'libghc-store-dev' 'libmed-tools' 'cups-bsd' 'conntrack' 'libtorch-th-dev' 'r-cran-fregression' 'python-shade' 'libgit2-glib-1.0-0' 'libcryptsetup12' 'libboost-date-time1.62.0' 'gccgo-8-multilib-powerpc-linux-gnu' 'mono-jay' 'cc1111' 'peony-sendto' 'catkin' 'battery-stats' 'linux-modules-nvidia-390-5.0.0-1021-aws' 'python-klaus' 'doctest-dev' 'libopencv-superres3.2' 'libturbojpeg' 'libwxgtk-webview3.0-gtk3-dev' 'libunity-api-doc' 'libglibmm-2.4-1v5' 'mimefilter' 'libtemplate-plugin-digest-md5-perl' 'fdupes' 'python3-line-profiler' 'gcc-5-plugin-dev-m68k-linux-gnu' 'gobjc++-5-x86-64-linux-gnux32' 'python-lazr.delegates' 'reclass' 'stellarium-data' 'ziptime' 'fonts-aksharyogini2' 'libjboss-xnio-java' 'libvtk6-qt-dev' 'libpam-mklocaluser' 'librviz2d' 'python3-netmiko' 'libmamda-dev' 'knot-resolver' 'libgbm-dev' 'zinnia-utils' 'python-jpy' 'python-pyqt5.qtopengl' 'kscreen' 'nuxwdog' 'libinih1' 'gnomekiss' 'cmdreader' 'libwarnings-illegalproto-perl' 'libreoffice-style-tango' 'libxres1' 'r-cran-rcmdrmisc' 't1-xfree86-nonfree' 'golang-github-karlseguin-ccache-dev' 'crda' 'golang-github-stretchr-objx-dev' 'games-board' 'libxmmsclient++-dev' 'libghc-djinn-lib-doc' 'g++-5-powerpc-linux-gnuspe' 'libopencv-objdetect-dev' 'fwlogwatch' 'bpm-tools' 'selinux-policy-dev' 'kdiff3' 'libqt4-script-dbg' 'libtext-unaccent-perl' 'blepvco' 'calibre-bin' 'ruby-websocket-extensions' 'overgod-data' 'deluge-console' 'gcc-python3-dbg-plugin' 'libzc-dev' 'libwlocate0' 'golang-github-spf13-viper-dev' 'liblwp-useragent-chicaching-perl' 'telnet' 'subuser' 'python-indicate' 'python3-kitchen' 'openbox-lxde-session' 'libghc-numeric-extras-prof' 'pki-base-java' 'php-psr-container' 'golang-github-gopherjs-gopherjs-dev' 'musl-dev' 'lua-inotify' 'dict-freedict-ara-eng' 'linux-tools-4.15.0-1042-kvm' 'tmux' 'node-loud-rejection' 'r-cran-domc' 'icmpinfo' 'nova-network' 'linux-image-4.15.0-1030-gke' 'pgcli' 'gxmms2' 'cyrus-nntpd' 'php-doctrine-instantiator' 'libghc-split-doc' 'cpp-doc' 'fonts-tomsontalks' 'python3-apscheduler' 'libuid-wrapper' 'libboost-coroutine1.65.1' 'znc-tcl' 'libustr-dev' 'node-is-reference' 'trac-tags' 'kde-baseapps-data' 'freemedforms-freedata' 'python-pdftools' 'libx32gcc-7-dev' 'virtualbox-guest-source-hwe' 'python-spoon' 'python3-brotli' 'gconf-editor' 'indicator-appmenu' 'onioncat' 'gemrb-baldurs-gate-data' 'linux-image-4.18.0-1014-azure' 'gkamus' 'med-tools' 'ruby-diva' 'fusionforge-plugin-authldap' 'sagemath' 'sawfish' 'python-pebl' 'python3-pytest-django' 'r-cran-pbkrtest' 'broadcom-sta-dkms' 'vtprint' 'cpp-5-sh4-linux-gnu' 'libgtp0' 'python-djangorestframework' 'linux-headers-4.15.0-1014-oracle' 'quagga' 'heat-api-cfn' 'libkf5messageviewer-dev' 'node-d3-interpolate' 'php7.2-pgsql' 'culmus' 'libdsfmt-4253-1' 'cyclades-serial-client' 'linux-headers-5.0.0-19-lowlatency' 'liblouisxml1' 'nvidia-340-uvm' 'r-cran-nortest' 'tesseract-ocr-chi-tra' 'libfstrcmp-dev' 'libakonadi-kcal4' 'php-sabre-vobject' 'python3-darts.lib.utils.lru' 'avahi-utils' 'zanshin' 'ruby-integration' 'librsskit-dev' 'libstatistics-online-perl' 'python3-pyxattr-dbg' 'libghc-src-exts-simple-doc' 'linux-headers-generic-hwe-16.04' 'libwsdl4j-java' 'plplot-driver-xwin' 'libmemkind-dev' 'linux-buildinfo-4.15.0-1047-aws' 'python3-xstatic-angular-gettext' 'libgfortran-7-dev-sparc64-cross' 'libngram-dev' 'libstarpufft-1.2-0' 'repmgr' 'isomaster' 'python-qwt5-qt4' 'libghc-lambdahack-dev' 'libmatemixer-common' 'libxpa1' 'libcilkrts5-dbg-i386-cross' 'libtreil-dev' 'ocamlviz' 'python-sanlock' 'libmono-system-web-extensions-design4.0-cil' 'grub-efi-ia32-dbg' 'puppet-module-oslo' 'gogglesmm' 'libmondrian-java-doc' 'libghc-bloomfilter-prof' 'ruby-sinatra-simple-navigation' 'python3-deprecation' 'fontforge-doc' 'cdcd-dbg' 'gfortran-5-mips64el-linux-gnuabi64' 'libmsgpack-doc' 'python-paisley' 'libanyevent-httpd-perl' 'libjudy-dev' 'lsb-core' 'pdns-backend-pipe' 'smrtanalysis' 'cpp-5-arm-linux-gnueabi' 'libevent-openssl-2.1-6' 'libical2' 'python-social-auth-doc' 'libgphobos76-armhf-cross' 'libical3' 'linux-headers-5.0.0-23-lowlatency' 'python3-django-celery-transactions' 'libconfig-record-perl' 'golang-github-lpabon-godbc-dev' 'libflickcurl0-dbg' 'libotbsiftfast-6.4-1' 'openipmi' 'libopenshot-dev' 'libwww-finger-perl' 'libc++-8-dev' 'rosegarden' 'python-libbtbb-pcapdump' 'python3-aws-xray-sdk' 'pd-log' 'python-zope.testrunner' 'node-to-absolute-glob' 'libutf8proc-dev' 'elpa-gitignore-mode' 'libswish-api-common-perl' 'python-pcapy' 'libgconf2-dev' 'node-is-glob' 'python3-requests-unixsocket' 'quotatool' 'vflib3-doc' 'golang-github-juju-utils-dev' 'language-pack-gnome-fa-base' 'lightyears' 'uwsgi-plugin-psgi' 'golang-github-weppos-dnsimple-go-dev' 'libmaven-war-plugin-java' 'gir1.2-nemo-3.0' 'libfile-ncopy-perl' 'x11-common' 'svn-buildpackage' 'brp-pacu' 'php-http-webdav-server' 'libmagic-ocaml-dev' 'libghc-memotrie-doc' 'libgcc1-dbg-riscv64-cross' 'libmono-microsoft-visualc10.0-cil' 'gtimelog' 'python-urwid-doc' 'libnexus0-dev' 'libvideo-info-perl' 'monodoc-gdata-manual' 'flac' 'android-sdk-common' 'libguac-client-vnc0' 'node-shebang-command' 'pslist' 'apt-transport-https' 'opari2' 'node-fetch' 'dict-freedict-eng-lit' 'python-distlib' 'linux-modules-nvidia-390-5.0.0-1039-oem-osp1' 'crip' 'daphne' 'linux-image-unsigned-4.15.0-1057-oem' 'libappstream4' 'libeclipse-e4-ui-workbench-addons-swt-java' 'criu' 'magicmaze' 'libn32gfortran3-dbg-mips64-cross' 'gwama' 'cl-abnf' 'python-mpmath-doc' 'whalebuilder' 'camitk-actionstatemachine' 'libaoflagger0' 'libboost-stacktrace-dev' 'libobjc-8-dev-mips64-cross' 'lib64objc4-dbg-mipsel-cross' 'libx32gfortran5-dbg-amd64-cross' 'libcdi-api-java' 'libghc-iconv-prof' 'gnome-sharp2' 'libnet-openid-consumer-perl' 'kde-config-plymouth' 'libheif-dev' 'python-pyqt5' 'tesseract-ocr-script-grek' 'libgeo-coder-googlev3-perl' 'lib32asan5-sparc64-cross' 'ruby-compass-import-once' 'lcas-lcmaps-gt4-interface' 'libmono-microsoft-build-tasks-v4.0-4.0-cil' 'cfingerd' 'afnix-doc' 'python-bsddb3' 'lib32readline7' 'libpgobject-type-json-perl' 'taskd' 'libghc-numtype-dk-dev' 'linux-image-4.15.0-60-generic' 'ruby-rails-deprecated-sanitizer' 'python3-scrapy' 'libhugs-base-bundled' 'python-jwt' 'libkpimgapimaps5' 'libqt5charts5' 'r-cran-fextremes' 'linux-buildinfo-4.15.0-1030-oem' 'python-antlr' 'libinstpatch-dev' 'libhttp-parser-xs-perl' 'libformula-java-doc' 'openexr' 'python-dbusmock' 'gigtools' 'gcc-7-multilib-s390x-linux-gnu' 'python-overpass' 'android-libadb' 'liblingua-en-fathom-perl' 'libcrypt-openssl-pkcs12-perl' 'dynare' 'kubeadm' 'libcatalyst-controller-html-formfu-perl' 'python3-lupa' 'libtimezonemap-data' 'libcaf-core0.13.2' 'golang-github-coreos-go-tspi-dev' 'fpc-source' 'libjfreechart-java' 'python-commando' 'libsikuli-script-java' 'tomcat9-user' 'libzarith-ocaml' 'lxqt-core' 'nautilus-hide' 'grub-emu-dbg' 'libanthyinput0' 'libgcc-7-dev-i386-cross' 'libev-dev' 'libstdc++6-5-dbg-sparc64-cross' 'fonts-freefont-otf' 'python-flask-openid' 'python3-oslo.context' 'gnome-mines' 'libghc-relational-schemas-doc' 'gdc-multilib-arm-linux-gnueabihf' 'libobjc-7-dev-arm64-cross' 'dodgindiamond2' 'libchardet-dev' 'libodb-boost-dev' 'libkf5libkdepim5abi2' 'asttest' 'libjaxws-java' 'libtins-dev' 'mate-panel-common' 'libghc-haddock-library-prof' 'seed-webkit2' 'gtk-update-icon-cache' 'linux-modules-extra-4.15.0-1032-azure' 'libminimap0' 'libkf5sonnet-dev-bin' 'golang-github-go-redis-redis-dev' 'bro-common' 'libroscpp1d' 'libghc-store-doc' 'libicap1' 'gcc-7-hppa-linux-gnu-base' 'librelp0' 'python3-bcolz' 'libatrildocument3' 'pppdcapiplugin' 'postgresql-pgsphere' 'python3-openpyxl' 'libnvidia-common-418' 'libocamlnet-ssl-ocaml-dev' 'python-django-babel-doc' 'linux-image-unsigned-4.15.0-1037-gcp' 'fastx-toolkit' 'libxml-handler-trees-perl' 'libpam-ssh-agent-auth' 'linux-buildinfo-4.18.0-16-generic' 'linux-image-unsigned-4.18.0-1013-gcp' 'mrrescue' 'libgo7-dbg-mips64el-cross' 'graphmonkey' 'libwx-scintilla-perl' 'libpam-securepass' 'usbprog' 'libcommons-el-java' 'kicad' 'libicns-dev' 'libnunit-mocks2.6.3-cil' 'libunicode-escape-perl' 'python3-amqp' 'yudit-common' 'texlive-lang-cjk' 'jupyter-qtconsole' 'gobjc-7-sh4-linux-gnu' 'firmware-ath9k-htc-dbgsym' 'libstdc++-7-pic-riscv64-cross' 'php-horde-itip' 'tryton-modules-purchase-invoice-line-standalone' 'javacc-doc' 'libkprintutils4' 'gir1.2-ostree-1.0' 'python3-pytools' 'libmamda-doc' 'linux-cloud-tools-5.3.0-19-lowlatency' 'libmono-system-core4.0-cil' 'nanoc' 'python3-mistral-lib' 'ixo-usb-jtag' 'python-cmislib-doc' 'billard-gl-data' 'libbonobo2-dev' 'python3-libtorrent' 'libstdc++-8-pic-armhf-cross' 'libaws-signature4-perl' 'vdr-plugin-weather' 'libkf5mailtransport-data' 'fonts-sil-gentium' 'liburi-smarturi-perl' 'gnome-shell-extension-tilix-shortcut' 'libvala-0.40-dev' 'libboost-math1.65.1' 'ros-core-dev' 'python-pyqt5.qtwebkit-dbg' 'qtel' 'wmdrawer' 'libtelepathy-logger-dev' 'libquadrule1' 'libpopplerkit-dev' 'libprotobuf-c1-dbg' 'python-idna' 'libemail-find-perl' 'lib32objc-5-dev-mips64-cross' 'python-escript-mpi' 'libghc-file-location-prof' 'node-package-preamble' 'linux-tools-4.15.0-1026-gcp' 'selinux-policy-doc' 'libghc-chasingbottoms-dev' 'node-babel-plugin-syntax-do-expressions' 'libghc-psqueues-prof' 'xfce4-screenshooter-plugin' 'libaudio-flac-header-perl' 'linux-image-unsigned-4.15.0-38-lowlatency' 'appmenu-gtk2-module' 'x2goserver-printing' 'xmldiff-xmlrev' 'libkf5archive-dev' 'libdbix-profile-perl' 'bear' 'flex' 'libblas-dev' 'libnvidia-common-430' 'libktorrent-l10n' 'gnat-7-hppa-linux-gnu' 'beav' 'libnvidia-common-435' 'linux-tools-5.3.0-1009-gcp' 'debichem-analytical-biochemistry' 'pd-lua' 'linux-modules-nvidia-418-5.0.0-1027-azure' 'libgnatprj5-i386-cross' 'linux-oracle-tools-4.15.0-1007' 'gobjc-s390x-linux-gnu' 'lib32ubsan1-s390x-cross' 'linux-oracle-tools-4.15.0-1008' 'php-log' 'libghc-monad-journal-dev' 'linux-oracle-tools-4.15.0-1009' 'xawtv-tools' 'libjs-raphael' 'libopenni-dev' 'libhfgcc-5-dev-armel-cross' 'crypt++el' 'node-dashdash' 'libeclipse-ui-ide-java' 'libhdf5-openmpi-100' 'libghc-here-dev' 'libnet-dbus-glib-perl' 'oce-draw' 'lib32phobos-5-dev' 'network-manager-l2tp' 'calculix-ccx' 'libflute-java' 'libhud2-dev' 'libcatalystx-injectcomponent-perl' 'libtagc0' 'libdrm-radeon1' 'python3-chameleon' 'libustr-doc' 'node-filesize' 'node-emojis-list' 'python-reproject' 'libwireshark-data' 'mupen64plus-ui-console' 'linux-cloud-tools-5.3.0-23-lowlatency' 'python-coverage-doc' 'kanboard-cli' 'node-random-bytes' 'libghc-qrencode-dev' 'python-ipython-genutils' 'node-to-object-path' 'libkasten3okteta1controllers1' 'linux-oracle-tools-4.15.0-1010' 'linux-oracle-tools-4.15.0-1011' 'linux-oracle-tools-4.15.0-1013' 'croc' 'linux-oracle-tools-4.15.0-1014' 'auto-apt-proxy' 'linux-oracle-tools-4.15.0-1015' 'libkxmlrpcclient4' 'libhtml-scrubber-perl' 'linux-oracle-tools-4.15.0-1017' 'golang-github-kotakanbe-go-pingscanner-dev' 'libxxf86vm-dev' 'x2goserver-xsession' 'linux-oracle-tools-4.15.0-1018' 'gssdp-tools' 'python3-vispy' 'linux-image-unsigned-5.0.0-17-generic' 'golang-github-juju-loggo-dev' 'lua-bit32-dev' 'rgbpaint' 'libcasa-mirlib2' 'cron' 'lld-4.0' 'libwildmagic-examples' 'libboost-coroutine1.62-dev' 'linux-image-4.18.0-18-lowlatency' 'memtester' 'allure' 'libcilkrts5-sparc64-cross' 'python-moinmoin' 'antlr3.2-maven-plugin' 'libghc-bloomfilter-dev' 'linux-image-unsigned-4.15.0-42-lowlatency' 'syslog-ng-mod-mongodb' 'publicfile-installer' 'gccgo-6-s390x-linux-gnu' 'libmagickwand-6.q16hdri-dev' 'polkit-kde-1' 'libfile-keepass-perl' 'tagcloud' 'python-waitress-doc' 'fusiondirectory-plugin-sogo' 'libasynccpp-dev' 'libdevel-strictmode-perl' 'libdmapsharing-3.0-2' 'linux-image-unsigned-5.0.0-19-lowlatency' 'blosxom' 'd-shlibs' 'linux-oracle-tools-4.15.0-1021' 'qtxdg-dev-tools' 'linux-image-virtual' 'language-pack-it-base' 'linux-oracle-tools-4.15.0-1022' 'libxml-parser-perl' 'libschedule-cron-perl' 'linux-oracle-tools-4.15.0-1023' 'ogmrip-doc' 'libgconf2.0-cil-dev' 'linux-oracle-tools-4.15.0-1025' 'libmysql-diff-perl' 'linux-oracle-tools-4.15.0-1026' 'linux-oracle-tools-4.15.0-1027' 'libghc-vault-dev' 'libresult-ocaml-dev' 'linux-oracle-tools-4.15.0-1029' 'libdd-plist-java' 'libhessian-java-doc' 'phylip' 'xserver-xorg-video-nouveau-hwe-16.04' 'libswingx1-java-doc' 'libkaccounts1' 'libpod-weaver-section-support-perl' 'libgo11-dbg-sparc64-cross' 'libghc-lambdahack-doc' 'xfonts-unifont' 'libghc-errors-dev' 'libubsan0-i386-cross' 'libghc-terminal-progress-bar-prof' 'orbital-eunuchs-sniper-data' 'xhtml2ps' 'python-txtorcon' 'libxvmc1' 'libgenht1-dev' 'lib32go7-dbg-mips64-cross' 'libcapstone-dev' 'golang-uuid-dev' 'sagemath-jupyter' 'ofxstatement-plugins' 'python-zope.ptresource' 'opendrim-lmp-powersupply' 'php-horde-oauth' 'libgnat-7-sparc64-cross' 'mtools' 'syslog-ng-mod-map-value-pairs' 'linux-oracle-tools-4.15.0-1030' 'linux-oracle-tools-4.15.0-1031' 'erlang-mochiweb' 'node-deprecated' 'remmina-plugin-vnc' 'python-os-brick-doc' 'linux-oracle-tools-4.15.0-1033' 'kalgebra' 'liblbfgs0-dbg' 'ruby-fog-powerdns' 'signon-ui-service' 'libtrilinos-triutils12' 'fonts-cmu' 'libexif-dev' 'libsejda-injector-java' 'colplot' 'libguice-java-doc' 'node-fragment-cache' 'munipack-gui' 'python-flask-babel' 'comixcursors-righthanded-opaque' 'linux-image-4.18.0-22-lowlatency' 'make-guile' 'libitm1-dbg' 'python-larch' 'python-oslo.concurrency-doc' 'vala-panel-plugins-wnck' 'fssync' 'kfind' 'apache2-dbg' 'libcogl-gst-dev' 'libsnapd-glib1' 'qtwebview5-doc' 'gobjc++-7-multilib-powerpc64-linux-gnu' 'octave-plplot' 'libnetty-tcnative-java' 'beef' 'libgomp1-dbg-alpha-cross' 'libtest-nobreakpoints-perl' 'flim' 'ruby-contest' 'linuxptp' 'libopenshot-doc' 'zemberek-java-demo' 'pybtex' 'python-power' 'flip' 'clang-format' 'xfonts-bolkhov-koi8r-misc' 'network-manager-vpnc-gnome' 'gobjc-6-powerpc-linux-gnu' 'libeclipse-jdt-debug-ui-java' 'linux-image-unsigned-5.0.0-23-lowlatency' 'libqt5charts5-dev' 'libgconf2-doc' 'libjson-validator-perl' 'linux-cloud-tools-5.3.0-1013-azure' 'beep' 'libghc-bytes-prof' 'libstdc++6-8-dbg-mips-cross' 'live-manual-pdf' 'libmessagingmenu12.10-cil' 'sword-text-dutsvv' 'libghc-cereal-conduit-prof' 'r-cran-foreach' 'libsoprano4' 'linux-buildinfo-4.18.0-1020-azure' 'logfs-tools' 'python-pep8' 'xbmc-pvr-nextpvr' 'ukui-settings-daemon-common' 'smokeping' 'php-pinba' 'ruby-jbuilder' 'byacc' 'dms-doc' 'libva-drm2' 'cclib-data' 'libattean-perl' 'roslisp' 'python-tlsh' 'python-django-oauth-toolkit' 'libmrtd0' 'calculix-cgx' 'libpangomm-1.4-1v5' 'binutils-mipsisa64r6-linux-gnuabi64-dbg' 'strip-nondeterminism' 'id3ren' 'minissdpd' 'metview-data' 'libtask-kensho-dates-perl' 'gwave' 'libnfnetlink0-dbg' 'python-pastescript-doc' 'g++-6-arm-linux-gnueabi' 'libgphobos-8-dev-i386-cross' 'libestools-dev' 'zeroc-glacier2' 'gccgo-7-alpha-linux-gnu' 'libghc-http-api-data-prof' 'golang-github-go-xorm-xorm-dev' 'rst2pdf' 'fwupdate-amd64-signed' 'tv-fonts' 'ganglia-nagios-bridge' 'libcds-moc-java' 'empathy' 'libxpm4' 'gfortran-5-arm-linux-gnueabihf' 'pike7.8-dev' 'collectd-utils' 'ruby-omniauth-remote-user' 'qml-module-org-kde-kconfig' 'kopano-ical' 'libsdl-mixer1.2' 'python3-ldap-dbg' 'sweethome3d-furniture' 'gobjc-7-multilib-powerpc64-linux-gnu' 'libgif-dev' 'node-utilities' 'libranlip1c2' 'cssmin' 'wx3.0-headers' 'python3-python-utils' 'gobjc-5-powerpc64-linux-gnu' 'linux-modules-4.18.0-1024-azure' 'anope' 'libxplc0.3.13-dev' 'node-module-deps' 'osmpbf-bin' 'php-zeroc-ice' 'python-signedjson' 'mothur' 'libsbc-dev' 'kopano-core' 'liballjoynservices1504' 'linux-buildinfo-5.0.0-1023-azure' 'linux-image-unsigned-4.15.0-1037-gke' 'libserial-dev' 'ruby-pdf-inspector' 'libghc-numtype-dk-doc' 'ruby-gitlab-flowdock-git-hook' 'gccgo-multilib-s390x-linux-gnu' 'cl-anaphora' 'liballjoynservices1509' 'linux-headers-4.15.0-1026-kvm' 'shelldap' 'language-pack-gnome-ug-base' 'libdbd-sqlite3-perl' 'libcommons-digester-java' 'python-flask-api-common' 'libinstpatch-doc' 'linux-headers-5.0.0-1028-azure' 'linux-tools-5.0.0-1028-azure' 'libgfortran3-mips64el-cross' 'mate-notification-daemon-common' 'libopenni-sensor-pointclouds0' 'python-pthreading' 'python3-urwid' 'greylistd' 'libanyevent-cachedns-perl' 'golang-github-knqyf263-go-rpm-version-dev' 'jpilot' 'libplexus-compiler-java-doc' 'lib64mpx2-dbg' 'python3-django-jsonfield' 'libandroidsdk-sdklib-java' 'xxdiff' 'libxcb-ewmh-dev' 'golang-github-googleapis-gax-go-dev' 'rosout' 'mpg123' 'lib32asan4-dbg-x32-cross' 'libxml-checker-perl' 'fonts-tlwg-umpush-otf' 'linux-modules-5.0.0-1025-aws' 'libdujour-version-check-clojure' 'apache2-dev' 'gnat-5-sjlj-mipsel-linux-gnu' 'node-md5.js' 'python-websocket' 'vim-addon-manager' 'gparted' 'python3-django-channels' 'libkf5package-dev' 'libn32go9-mips64-cross' 'mediainfo-gui' 'dafny' 'opendnssec-doc' 'gccgo-5-mips64el-linux-gnuabi64' 'python3-django-python3-ldap' 'geany-plugin-automark' 'geoipupdate' 'tnef' 'glmark2' 'libtm-perl' 'amber' 'libevtx1' 'libkiwix-dev' 'libqglviewer2-qt4' 'live-boot' 'libqglviewer2-qt5' 'python-tap-doc' 'libtie-array-sorted-perl' 'gnuhtml2latex' 'python-pyorick' 'libxbean-reflect-java' 'liblockfile1' 'librte-pmd-fm10k17.11' 'libghc-th-lift-instances-prof' 'linux-modules-4.15.0-1031-oracle' 'linux-tools-4.15.0-39-lowlatency' 'libregina3-dev' 'linux-hwe-5.0-headers-5.0.0-41' 'libghc-gsasl-dev' 'libev-libevent-dev' 'linux-signed-oracle' 'xserver-xorg-legacy-hwe-16.04' 'libpam-chroot' 'fonts-manchufont' 'python-swiftclient' 'python-feedvalidator' 'unity-tweak-tool' 'xfdashboard-plugins' 'pictor' 'libarpack2' 'gcc-7-multilib-arm-linux-gnueabi' 'libgv-lua' 'mbrola-sw1' 'mbrola-sw2' 'libhtsengine-dev' 'libphonon4qt5experimental4' 'qemu-system-arm' 'libnetfilter-cthelper0' 'libatomic1-mips64el-cross' 'pyvisa' 'libalias-perl' 'librygel-core-2.6-2' 'ppdfilt' 'dbus-user-session' 'libasl-dev' 'python-spyder' 'libghc-shake-dev' 'linux-image-5.3.0-1008-azure' 'vorbisgain' 'libghc-xml-dev' 'kmailtransport-akonadi' 'linux-image-4.15.0-1024-gcp' 'libmailtransport4' 'regina-normal-mpi' 'sf3convert' 'linux-cloud-tools-4.15.0-60-generic' 'libtelepathy-logger-doc' 'tesseract-ocr-kur-ara' 'linux-image-5.3.0-1011-gke' 'python-mecab' 'libmoosex-types-portnumber-perl' 'lxsession-data' 'libvtkgdcm-java' 'libfits-java-doc' 'dovecot-pgsql' 'libghc-bitarray-prof' 'linux-tools-4.18.0-15-generic' 'xjdic' 'cellwriter' 'python-pbalign' 'libghc-chasingbottoms-doc' 'libfreenect-dev' 'python-gi-cairo' 'python-livereload' 'python-biopython-sql' 'libndpi-dev' 'libjs-class.js' 'gitolite3' 'dicom3tools' 'pcb2gcode-dbg' 'libsnappy-java' 'liblocale-subcountry-perl' 'botch-doc' 'tkabber-plugins' 'flog' 'php-mockery-doc' 'libscalapack-mpich2.0' 'python3-sphinxcontrib.httpdomain' 'passenger' 'libstdc++-8-dev-s390x-cross' 'libghc-publicsuffixlist-prof' 'qtop' 'gcc-7-hppa-linux-gnu' 'monajat-data' 'libghc-monad-journal-doc' 'glmark2-mir' 'linux-tools-4.15.0-43-lowlatency' 'gobjc-6-arm-linux-gnueabihf' 'dicoweb' 'libghc-oeis-dev' 'node-browserify-cipher' 'libkrad-dev' 'libghc-here-doc' 'libghc-http-reverse-proxy-dev' 'libhud2-doc' 'zabbix-java-gateway' 'ruby-sshkit' 'dhis-tools-genkeys' 'libgrok1' 'libulfius2.2' 'ruby-beautify' 'libgcc1-dbg-sh4-cross' 'libics-dev' 'linux-modules-5.3.0-40-generic' 'node-vue-style-loader' 'libghc-qrencode-doc' 'kio-ldap' 'ruby-minitest-around' 'gdc-6-mips64-linux-gnuabi64' 'fusiondirectory-plugin-mixedgroups' 'libnetpbm10' 'golang-github-yohcop-openid-go-dev' 'python-statsmodels-lib' 'fluidsynth-dssi' 'libtspi1' 'libraptor2-0' 'gnome-icon-theme-gartoon-redux' 'madfuload' 'ruby-pgplot' 'libpython3-dbg' 'libini-config5' 'gretl-common' 'python3-bcrypt' 'ifhp' 'lib32objc4-x32-cross' 'open-infrastructure-container-tools' 'ddrutility' 'python-concurrent.futures' 'libghc-bloomfilter-doc' 'linux-image-5.3.0-40-lowlatency' 'usb-modeswitch' 'anagramarama' 'cloudkitty-doc' 'libn32go13-mipsel-cross' 'esnacc' 'libapogee2' 'erlang-examples' 'libgfortran-8-dev-mips64-cross' 'libutfcpp-dev' 'libghc-persistent-postgresql-dev' 'google-android-build-tools-20-installer' 'inventor-dev' 'libgrail6' 'linux-image-unsigned-4.15.0-50-generic' 'python-pyrad' 'python-pyraf' 'libgnatprj5-dev-powerpc-cross' 'libgnuradio-fcd3.7.11' 'qtqr' 'android-libart' 'science-neuroscience-modeling' 'libghc-vault-doc' 'python-tracing' 'libswscale-dev' 'libfinance-bank-ie-permanenttsb-perl' 'wmtop' 'xaw3dg-dev' 'python-poppler' 'node-normalize-git-url' 'device3dfx-source' 'x11-utils' 'bcrelay' 'xubuntu-community-wallpapers' 'libghc-errors-doc' 'libfile-rsyncp-perl' 'libapache2-mod-auth-ntlm-winbind' 'jsvc' 'kamailio-unixodbc-modules' 'language-pack-gnome-my-base' 'libbobcat4' 'graphite-api' 'linux-headers-4.15.0-1057-aws' 'python-iso8601' 'libghc-hierarchical-clustering-prof' 'linux-modules-nvidia-430-5.3.0-1008-gcp' 'mia-tools' 'monitoring-plugins-standard' 'golang-github-jacobsa-ratelimit-dev' 'mesa-vdpau-drivers' 'fonts-evertype-conakry' 'java-package' 'python-flask-sockets' 'lightspeed' 'libexif-doc' 'spectemu-x11' 'nvidia-headless-390' 'language-pack-af-base' 'php-symfony-polyfill-intl-normalizer' 'libhtml-highlight-perl' 'aodh-doc' 'scrobbler' 'ocsinventory-reports' 'aptdaemon' 'fcitx-table-emoji' 'liboce-foundation-dev' 'libjs-less' 'lcmaps-plugins-jobrep' 'libpeas-dev' 'python-wheel' 'libsvn-svnlook-perl' 'libstdc++6-sh4-cross' 'libghc-crypto-random-dev' 'linux-modules-4.18.0-1016-aws' 'docbook-ebnf' 'golang-github-clusterhq-flocker-go-dev' 'libucimf-dev' 'libstarpu-dev' 'libpcp-web1-dev' 'linux-cloud-tools-virtual-hwe-16.04-edge' 't3highlight' 'libboost-regex-dev' 'w9wm' 'libghc-threads-dev' 'libedac-dev' 'libgnatprj5-dev-ppc64el-cross' 'liblo-dev' 'kajongg' 'libapache-session-ldap-perl' 'ndisc6' 'libocamlnet-gtk2-ocaml-dev' 'libproc-wait3-perl' 'cups-core-drivers' 'libkdeui5' 'libisrt-java' 'libx32gfortran-8-dev' 'gccgo-6-powerpc64-linux-gnu' 'gnustep-examples' 'qtdeclarative5-private-dev' 'granule' 'python-djangorestframework-haystack' 'binutils-mipsisa64r6-linux-gnuabin32' 'r-bioc-graph' 'libpulse-ocaml-dev' 'lua-leg' 'idutch' 'libatomic1-riscv64-cross' 'pgdbf' 'fp-docs-3.0.4' 'libencode-detect-perl' 'fonts-tlwg-typist-ttf' 'qlandkartegt' 'libpython3-dev' 'python-dijitso' 'libre2-dev' 'php-nrk-predis' 'linux-modules-extra-4.15.0-1023-gcp' 'gnucash-common' 'python-django-prometheus' 'tkdesk' 'boinc-app-eah-brp' 'lcl-qt5' 'prewikka' 'ruby-azure-core' 'inform6-library' 'ubuntu-mate-welcome' 'budgie-clockworks-applet' 'linux-firmware' 'gnome-accessibility-profiles' 'pkgbinarymangler' 'libunity-scopes-json-def-desktop' 'python-pylibmc' 'golang-github-jlaffaye-ftp-dev' 'libexpect-perl' 'libghc-tasty-quickcheck-dev' 'python-certbot-apache' 'libgmetrics-groovy-java' 'pike7.8-doc' 'libdballe-dev' 'libhawknl-dbg' 'libboost-filesystem-dev' 'libgnatprj6-armel-cross' 'nautilus-extension-brasero' 'php-symfony-security-bundle' 'libstdc++-6-dev-amd64-cross' 'libmoosex-types-structured-perl' 'gpaco' 'pngcrush' 'node-memory-fs' 'libmikmod3' 'python-mmllib' 'python-kid' 'libgnuradio-dtv3.7.11' 'ubuntu-packaging-guide-html-pt-br' 'node-slide' 'lilypond-data' 'libatlas-doc' 'linux-image-virtual-hwe-18.04' 'libjline2-java' 'lib64go11-dbg-mips-cross' 'libcatalyst-plugin-session-store-fastmmap-perl' 'libtagsoup-java' 'lua-scrypt-doc' 'python3-rarfile' 'apport-kde' 'libserial-doc' 'ocl-icd-libopencl1' 'sabily-grub-artwork' 'libcommons-pool2-java' 'gobjc-8-riscv64-linux-gnu' 'lib64objc4-mips-cross' 'ufraw' 'libkf5runner-dev' 'akregator' 'php-horde-view' 'libmate-slab-dev' 'python-pymongo-doc' 'sleepyhead' 'libgnat-8-dbg-armhf-cross' 'golang-github-appc-goaci-dev' 'gimp-cbmplugs' 'lxinput-dbg' 'libghc-punycode-prof' 'libclamav7' 'liblinux-inotify2-perl' 'i18nspector' 'libclamav9' 'node-pseudorandombytes' 'when' 'autopoint' 'python-pyres' 'libjoda-convert-java' 'zipcmp' 'cl-iterate' 'mesa-vulkan-drivers' 'creduce' 'uucpsend' 'lua-lgi' 'python-midiutil' 'python-proxmoxer' 'lib32go13-dbg-amd64-cross' 'golang-github-mgutz-ansi-dev' 'gobjc++-8-multilib-x86-64-linux-gnux32' 'python-pyrex' 'ruby-rails-assets-jquery.slimscroll' 'erlang-bitcask' 'slurmdbd' 'erlang-cowboy-doc' 'erlang-asn1' 'libbareword-filehandles-perl' 'node-syntax-error' 'libghc-http-types-prof' 'ruby-gollum-rugged-adapter' 'linux-tools-4.15.0-1036-kvm' 'libroscpp-dev' 'gnome-shell-extension-system-monitor' 'apache2-doc' 'libnetcdf13' 'ttf-adf-libris' 'telepathy-haze-dbg' 'blacs-test-common' 'xjadeo' 'libatomic1' 'ruby-xpath' 'groonga-munin-plugins' 'libghc-yesod-test-prof' 'python-tzlocal' 'gir1.2-json-1.0' 'python-websockify' 'xmahjongg' 'python3-flask-ldapconn' 'ruby-bcrypt' 'node-node-stringprep' 'linux-modules-4.15.0-1050-aws' 'xmms2-plugin-html' 'cyrus-murder' 'lua-rex-pcre' 'libxapian-java-doc' 'libnini-cil-dev' 'lexicon' 'node-static' 'libsecp256k1-0' 'libdata-visitor-perl' 'argagg-dev' 'libghc-diagrams-core-prof' 'gir1.2-gkbd-3.0' 'python-django-shortuuidfield' 'eog-plugin-disable-dark-theme' 'surfraw' 'node-mgrs' 'python-commonmark-bkrs-doc' 'sgabios' 'libboost-thread1.62.0' 'libphonon-dev' 'sshcommand' 'libghc-gsasl-doc' 'mmsd' 'libxml-sax-expat-perl' 'quake-server' 'python3-astor' 'gforge-db-postgresql' 'libghc-numinstances-prof' 'libkf5unitconversion5' 'flwm' 'python3-openstackclient' 'libgio2.0-cil-dev' 'libkf5calendarcore5abi1' 'ruby-extlib' 'python-kafka-doc' 'libfuntools-dev' 'devilspie2' 'gccgo-7-arm-linux-gnueabihf' 'pgpgpg' 'libghc-chart-cairo-prof' 'sssd-proxy' 'libhfatomic1-dbg-armel-cross' 'fp-units-net' 'check-mk-doc' 'g++-8-mipsel-linux-gnu' 'libghc-shake-doc' 'libgetfem++-dev' 'qttools5-dev-tools' 'libghc-xml-doc' 'libxmlbird-dev' 'libflaim-dev' 'libghc-wl-pprint-terminfo-prof' 'node-pako' 'gnat-6-sjlj-i686-linux-gnu' 'libhawknl-dev' 'openarena-data' 'ibacm' 'libstdc++6-sparc64-cross' 'linux-buildinfo-4.18.0-1017-aws' 'python-gnocchiclient-doc' 'linux-tools-4.18.0-1017-aws' 'libqxt-sql0' 'libfile-inplace-perl' 'libgfortran-7-dev-mips-cross' 'osmctools' 'libfreenect-doc' 'libunicode-japanese-perl' 'linux-image-4.15.0-1035-azure' 'lmdb-utils' 'libkf5pimcommon-plugins' 'linux-modules-nvidia-390-4.15.0-74-generic' 'xrootconsole' 'python3-pytango' 'python-petsc4py-docs' 'cairo-dock-showdesktop-plug-in' 'pymca' 'lib32gcc-6-dev' 'libghc-uri-bytestring-dev' 'libobjc4-hppa-cross' 'libkf5identitymanagement-dev' 'sdrangelove' 'fcitx-table-array30' 'libmodule-info-perl' 'distccmon-gnome' 'python-arrow-doc' 'libjs-jquery-ui-theme-overcast' 'libv-perl' 'screenie' 'libgnomevfs2-0' 'libmono-reflection-cil-dev' 'linux-image-unsigned-4.15.0-88-generic' 'elpa-ws-butler' 'liboasis3-dev' 'ratpoison' 'libvorbis0a' 'libghc-oeis-doc' 'ruby-fog-json' 'node-jsonparse' 'libpoppler-cpp0v5' 'banshee-extension-lcd' 'python-kml' 'libminimap-dev' 'gcc-7-hppa64-linux-gnu' 'libghc-http-reverse-proxy-doc' 'mupen64plus-video-z64' 'cinder-backup' 'libdbusada0.4.0' 'libgroove-dbg' 'elpa-engine-mode' 'libcipux-object-perl' 'libghc-lambdabot-trusted-prof' 'python-hachoir-wx' 'libghc-regex-tdfa-dev' 'linux-modules-extra-4.15.0-70-generic' 'libmail-imaptalk-perl' 'libics-doc' 'libmamda-java' 'python3-hpilo' 'smarty-lexer' 'uwsgi-plugin-asyncio-python3' 'python3-relatorio' 'tatan' 'nss-passwords' 'signon-keyring-extension' 'libghc-patience-prof' 'php-horde-translation' 'crystalcursors' 'golang-github-kjk-lzma-dev' 'xfce4-session' 'php7.2-enchant' 'dict-freedict-ita-deu' 'apcupsd' 'xmlstarlet' 'pipexec' 'zsh-common' 'libcaf-io0.13.2' 'apertium-all-dev' 'golang-github-tv42-zbase32-dev' 'linux-tools-common' 'linux-headers-5.0.0-1014-azure' 'linux-tools-5.0.0-1014-azure' 'python-gastables' 'node-filename-regex' 'mummer' 'linux-image-oracle-edge' 'pidgin-skype' 'libdist-inkt-role-test-kwalitee-perl' 'parole-dev' 'hexchat-indicator' 'python-coreschema' 'libgnat-7-dbg-sparc64-cross' 'libkadm5clnt-mit11' 'libghc-iproute-prof' 'php-horde-url' 'libcork16' 'libspring-web-portlet-java' 'node-sprintf-js' 'ruby-gdk3' 'swi-prolog-odbc' 'liborbit2-dev' 'strongswan-scepclient' 'libedit2-dbg' 'golang-gopkg-guregu-null.v2-dev' 'python-guidata' 'libpodofo-utils' 'php-horde-autoloader' 'gimp-help-ca' 'libutfcpp-doc' 'linux-image-kvm' 'libghc-persistent-postgresql-doc' 'cricket' 'inventor-doc' 'libemos-data' 'libdata-sorting-perl' 'libemail-outlook-message-perl' 'golang-github-gorilla-handlers-dev' 'node-json2module' 'lib64gfortran4-dbg-mipsel-cross' 'python3-django-tables2' 'libjsoncpp1' 'libgsoap-dev' 'libn32objc-6-dev-mipsel-cross' 'cl-interpol' 'libghc-wai-extra-dev' 'bison' 'libmapsforge-java-doc' 'gauche-gl' 'ruby-webkit2-gtk' 'ruby-rails-assets-jquery-ui' 'librygel-renderer-2.6-2' 'node-require-all' 'libgnatvsn6-dev-ppc64el-cross' 'libgnuift0v5' 'gfortran-multilib-i686-linux-gnu' 'libghc-soap-prof' 'libdatetime-format-natural-perl' 'randtype' 'libngram2' 'libghc-pwstore-fast-dev' 'sbrshd' 'php7.2-recode' 'ocamlweb' 'saga' 'junior-games-gl' 'libring-servlet-clojure' 'libh2o0.13' 'python-networking-sfc' 'linux-image-unsigned-4.15.0-1009-azure' 'gimp-help-de' 'node-htmlparser2' 'libjackson2-annotations-java-doc' 'libtime-duration-perl' 'libjs-qunit' 'python3-pytest-doctestplus' 'gdc-sparc64-linux-gnu' 'openbsd-inetd' 'birdfont' 'libmoosex-mungehas-perl' 'google-android-build-tools-18-installer' 'libpostgresql-gst' 'linux-buildinfo-4.15.0-1051-aws' 'fcitx-imlist' 'libinput-pad1' 'golang-github-docker-docker-dev' 'libpeas-doc' 'node-orchestrator' 'libounit-ocaml-dev' 'ruby-introspection' 'libghc-constraints-dev' 'libghc-crypto-random-doc' 'lib32ubsan1-ppc64-cross' 'libcuinj64-9.1' 'dict-freedict-swh-pol' 'libjs-jquery-ui-theme-ui-lightness' 'jwchat' 'libgaminggear0' 'gnu-smalltalk-doc' 'librouter-simple-perl' 'firehol' 'php-mf2' 'python3-lockfile' 'python-compizconfig' 'lib32asan5-ppc64-cross' 'foremost' 'libjira-client-perl' 'diffuse' 'ostinato' 'duplicity' 'libghc-threads-doc' 'xfonts-cronyx-koi8r-75dpi' 'libghc-uri-bytestring-aeson-prof' 'libtaglib-ocaml' 'python-neuroshare-doc' 'gosa-plugin-sudo-schema' 'libfonts-java-doc' 'node-websocket-driver' 'natbraille' 'cloud-utils' 'libtachyon-mpich-0' 'ivtools-dev' 'openmsx-data' 'libgroove-dev' 'rarpd' 'bbrun' 'node-core-js' 'gimp-help-el' 'partimage-server' 'libgphobos-6-dev-i386-cross' 'openpref' 'jed-extra' 'eiskaltdcpp-scripts' 'gimp-help-en' 'gimp-help-es' 'mupen64plus-input-sdl' 'libxmlenc-java' 'flight-of-the-amazon-queen' 'libghc-control-monad-loop-dev' 'libcrypt-openssl-ec-perl' 'pgqd' 'dia2code' 'python3-uvloop' 'liquidsoap-plugin-soundtouch' 'cups-daemon' 'libva-glx2' 'synopsis-doc' 'dh-ada-library' 'jsbeautifier' 'linux-image-unsigned-4.18.0-1007-gcp' 'rexical' 'dibbler-client-dbg' 'libwcs5' 'libatteanx-store-ldf-perl' 'ganglia-monitor' 'libemos-dev' 'sse4.2-support' 'gnat-7-powerpc64-linux-gnu' 'skydns' 'nvi-doc' 'libvirt-sandbox-1.0-dev' 'libeclipse-core-runtime-java' 'tuxcmd' 'syslog-ng' 'dict-freedict-spa-eng' 'libencode-jis2k-perl' 'bcfg2-doc' 'skkdic-cdb' 'corosync-qnetd' 'fonts-tlwg-laksaman-otf' 'lib32gfortran4-s390x-cross' 'gabedit' 'python3-azure' 'libssl1.1' 'libgaviotatb1' 'libn32gcc-6-dev-mips-cross' 'libghc-tasty-quickcheck-doc' 'gzip' 'gimp-help-fr' 'libdballe-doc' 'python-sendfile-dbg' 'node-reinterval' 'ruby-websocket-driver' 'libjs-spectre-docs' 'python-zope.app.locales' 'python-l20n' 'libstdc++-6-dev-arm64-cross' 'libx32gphobos-6-dev' 'libgnatvsn5-dev-alpha-cross' 'fonts-sil-padauk' 'libn32gfortran-7-dev-mips-cross' 'ubiquity-slideshow-ubuntustudio' 'tango-db' 'phonon-backend-vlc' 'libkompareinterface-dev' 'linux-modules-nvidia-390-5.0.0-1025-azure' 'rotix' 'libwinpr-thread0.1' 'libhtmlcleaner-java' 'webext-browserpass' 'libv4l-0' 'qmhandle' 'libbind9-160' 'numactl' 'multitail' 'xmms2-plugin-ofa' 'libwildmidi-dev' 'libpixman-1-dev' 'courier-ssl' 'ctdconverter' 'libguess-dev' 'fonts-adf-berenis' 'libfosgra0' 'python-pymongo' 'node-es6-promise' 'libmakefile-dom-perl' 'libmaven-clean-plugin-java' 'cl-sql-tests' 'multimedia-video' 'libhash-case-perl' 'openturns-validation' 'python3-flask-autoindex' 'flvstreamer' 'python3-spyder-reports' 'gcc-7-plugin-dev-mipsel-linux-gnu' 'libproc-guard-perl' 'ros-topic-tools-srvs' 'fonts-smc-anjalioldlipi' 'gnat-6-mips64el-linux-gnuabi64' 'art-nextgen-simulation-tools-profiles' 'libghc-lambdabot-novelty-plugins-prof' 'libc6-dev-sh4-cross' 'linux-image-4.15.0-1034-kvm' 'mcollective-plugins-service' 'python-os-client-config-doc' 'maxima-share' 'libkf5xmlgui-data' 'libesnacc-dev' 'fonts-lg-aboriginal' 'node-mocha-lcov-reporter' 'libmtj-java' 'libcastor-ddlgen-java' 'ubuntustudio-graphics' 'libnginx-mod-http-xslt-filter' 'libsvnkit-java-doc' 'numpy-stl' 'libgsl-dbg' 'libnvpair1linux' 'libags-gui1' 'tar-doc' 'swe-basic-data' 'libx32go11-amd64-cross' 'python-blessed' 'ruby-state-machines' 'linux-tools-4.15.0-1050-oem' 'gnubg' 'games-shootemup' 'libotbiobsq-6.4-1' 'libconsole-bridge-dev' 'ubuntu-gnome-wallpapers-utopic' 'fontforge' 'python-pyscript' 'libmariadb-dev' 'libkf5kexiv2-dev' 'python3-jinja2' 'libignition-fuel-tools1-dev' 'dh-make-golang' 'denef' 'libdokujclient-java' 'libjformatstring-java' 'uwsgi-plugin-router-access' 'libstdc++6-7-dbg-mips64-cross' 'linux-image-4.18.0-1006-azure' 'libqt53dquickscene2d5' 'neuron' 'libjs-zeparser' 'ccd2iso' 'libxmlrpcpp-dev' 'g++-5-aarch64-linux-gnu' 'overlayroot' 'libgnatprj6-s390x-cross' 'linux-buildinfo-5.0.0-1029-azure' 'libdbusmenu-qt-dev' 'gnushogi' 'anything-el' 'libmuparser-dev' 'libgo9-dbg-s390x-cross' 'ubuntukylin-wallpapers-artful' 'pppconfig' 'jodreports-cli' 'libkf5solid5' 'libghc-process-extras-prof' 'libatk1.0-data' 'libiptables-parse-perl' 'xpaint' 'lxqt-themes' 'swe-standard-data' 'gdc-hppa-linux-gnu' 'libghc-ldap-dev' 'python-germinate' 'libjenkins-trilead-ssh2-java-doc' 'texlive-science' 'python3-proselint' 'gimp-help-it' 'libmigrate-parsetree-ocamlbuild-ocaml-dev' 'xmms2-plugin-jack' 'chasen' 'httpie' 'libpantomime-clojure' 'accountsservice' 'libeval-closure-perl' 'dicomscope' 'zope-debhelper' 'fhist' 'cmdtest' 'libtools-reader-clojure' 'gimp-help-ja' 'libhtml-fromtext-perl' 'printemf' 'libghc-cabal-doctest-prof' 'python-octaviaclient-doc' 'proj-data' 'gnat-8-arm-linux-gnueabihf' 'hardlink' 'node-isarray' 'libfsplib-dev' 'doublecmd-common' 'libnet-jabber-bot-perl' 'language-pack-km-base' 'xmlformat-doc' 'libghc-uri-bytestring-doc' 'geany-plugin-updatechecker' 'libobjc4-dbg-mips64-cross' 'python-xcffib' 'python-statistics' 'post-faq' 'python-pyrrd' 'libgomp1-ppc64el-cross' 'libreoffice-help-en-gb' 'python-paver' 'python3-gnocchiclient' 'liboasis3-doc' 'science-economics' 'intone' 'libthai-dev' 'golang-github-mattn-go-zglob-dev' 'sane' 'python-ownet' 'loook' 'rpmlint' 'scheme48-doc' 'gcc-7-cross-base' 'linux-tools-4.15.0-1030-gcp' 'collectd-dbg' 'libmarc-file-marcmaker-perl' 'libfcgi0ldbl' 'libepsilon-dev' 'libdmx1-dbg' 'libghc-regex-tdfa-doc' 'xawtv' 'kio-extras-data' 'libghc-cracknum-prof' 'gcc-5-plugin-dev-s390x-linux-gnu' 'libpython3-all-dbg' 'gnat-6-sjlj-alpha-linux-gnu' 'holes' 'unknown-horizons' 'libghc-lambdabot-social-plugins-dev' 'gimp-help-ko' 'python-ieee1284' 'liburi-db-perl' 'libcw6-dev' 'pexec' 'keymon' 'libboost-serialization1.62.0' 'zulumount-cli' 'libgsl-dev' 'libfso-glib2' 'libalgorithm-svm-perl' 'python-pylint-plugin-utils' 'boswars' 'partitionmanager' 'unity-scope-tomboy' 'fcoe-utils' 'calligra-data' 'libmodule-pluggable-perl' 'libgd-gd2-noxpm-ocaml-dev' 'libappstreamqt-dev' 'libtk-objscanner-perl' 'dpuser' 'ruby-nenv' 'python-x2go-doc' 'linux-headers-4.18.0-1024-azure' 'gnome-pie' 'python3-fabio-dbg' 'hgview' 'libc6-dbg-m68k-cross' 'gcc-8-powerpc64le-linux-gnu' 'dballe-common' 'libghc-sandi-dev' 'libdune-common-dev' 'libbrasero-media3-dev' 'hol88-source' 'tryton-modules-account-statement' 'linux-buildinfo-5.0.0-1011-gcp' 'freefem-examples' 'linux-cloud-tools-5.0.0-36-lowlatency' 'libdbd-mock-perl' 'libx32gfortran-4.8-dev' 'libapache2-mod-auth-mellon' 'gpart' 'libchi-perl' 'golang-github-weaveworks-mesh-dev' 'corsix-th' 'libkmime4' 'fortunes-bofh-excuses' 'gnat-5-sjlj-powerpc64-linux-gnu' 'libghc-fdo-notify-prof' 'lua-luv' 'cbp2make' 'libgeomview-1.9.5' 'missfits' 'libghc-wai-extra-doc' 'librpcsecgss3' 'libtext-bidi-perl' 'python-stompy' 'python-efilter' 'elpa-f' 'liburdfdom-model-state' 'ippl-dbg' 'libtest-file-perl' 'libavcodec-extra57' 'libfolks-telepathy-dev' 'libtcc-dev' 'php-json-schema' 'libldm-1.0-0' 'fonts-cwtex-ming' 'python-oslo.privsep-doc' 'haveged' 'linux-cloud-tools-4.15.0-1035-azure' 'mapserver-bin' 'libghc-pwstore-fast-doc' 'libqt5websockets5' 'happycoders-libdbg-dev' 'elpa-s' 'slashem-common' 'kakasi-dic' 'python-mlpy' 'pymol' 'bacula-client' 'linux-modules-nvidia-390-aws' 'libcommons-fileupload-java-doc' 'node-is-valid-glob' 'elpa-smeargle' 'libqt5qevercloud3' 'libqtscript4-qtbindings' 'libpsych-java' 'r-cran-polycub' 'libxdamage-dev' 'searchandrescue-common' 'linux-image-4.15.0-1038-oem' 'gnugk' 'ndiff' 'node-uid-safe' 'libdbix-fulltextsearch-perl' 'libkf5auth-dev' 'libcorosync-common-dev' 'gnugo' 'gdc-5-powerpc64-linux-gnu' 'gnat-7-x86-64-linux-gnu' 'libclass-dbi-fromform-perl' 'linux-image-4.15.0-22-generic' 'linux-buildinfo-5.0.0-1007-oracle' 'ruby-stringex' 'r-cran-rentrez' 'libghc-constraints-doc' 'python3-libsss-nss-idmap' 'libjs-polymaps' 'gobjc-7-hppa-linux-gnu' 'libdap-dev' 'libharfbuzz0b' 'libvisp-robot3.1' 'libtablelayout-java' 'konwert-filters' 'libjson-any-perl' 'hfsprogs' 'fonts-dustin' 'python3-checkbox-support' 'libgnat-7-dbg-mips64el-cross' 'relion-bin+mpi+gui' 'pcaputils' 'python-wget' 'gimp-help-nl' 'maliit-keyboard-data' 'linux-modules-5.0.0-1019-aws' 'pidentd' 'gap-core' 'gimp-help-nn' 'libgivaro-dev' 'svdrpservice-dev' 'kid3-cli' 'python3-sphinx-celery' 'collectd-dev' 'libsdl-image1.2' 'node-mimic-response' 'libgnuradio-video-sdl3.7.11' 'belvu' 'golang-github-appc-spec-dev' 'ros-viz-python-dev' 'python3-django-reversion' 'linux-modules-nvidia-390-5.0.0-1031-gcp' 'ruby-exif' 'gir1.2-anjuta-3.0' 'libnet-sieve-perl' 'libpython3-all-dev' 'python-reconfigure-doc' 'linux-image-4.15.0-1021-azure' 'gsm0710muxd' 'libgnatcoll-gmp17.0.2017' 'node-jszip' 'libjs-requirejs-text' 'motion' 'libvibe-web0' 'python-pyassimp' 'libdatetime-incomplete-perl' 'linux-image-unsigned-4.15.0-1013-oracle' 'sarg' 'python-cloud-sptheme' 'jmodeltest' 'gnokii-smsd' 'libghc-base-orphans-dev' 'libghc-control-monad-loop-doc' 'linux-image-extra-virtual-hwe-16.04-edge' 'fcheck' 'armagetronad-common' 'libreoffice-templates' 'libsub-exporter-progressive-perl' 'python3-repoze.tm2' 'libxmlada-unicode7-dev' 'snd-doc' 'gccgo-4.8' 'cinder-scheduler' 'scim-thai' 'linux-buildinfo-4.15.0-1026-oracle' 'python-socks' 'kdemultimedia-dev' 'nx-x11proto-xfixes-dev' 'safelease' 'ruby-wikicloth' 'modestmaps-js-doc' 'linux-image-4.15.0-43-generic' 'qsampler' 'libui-utilcpp-dev' 'libhamcrest-java-doc' 'libhikaricp-java-doc' 'lilyterm' 'libnet-whois-ripe-perl' 'gcc-mipsel-linux-gnu' 'python3-fontconfig-dbg' 'libaqhbci24' 'linux-tools-4.15.0-1027-oracle' 'gzrt' 'python3-zmq-dbg' 'libjson-smart-java' 'libconfig-crontab-perl' 'python3-ansi' 'gnuit' 'elpa-eshell-up' 's3fs' 'opendrim-lmp-ethernetport' 'gsoap-doc' 'aspell-eo-cx7' 'libb-hooks-op-check-entersubforcv-perl' 'kernel-wedge' 'python-novnc' 'fonts-aoyagi-kouzan-t' 'ettercap-graphical' 'nautilus-image-converter' 'libodb-api-dev' 'liborbit2' 'php-horde-lock' 'libopenzwave-doc' 'sash' 'rdkit-data' 'gnat-6-sjlj-mips-linux-gnu' 'libdist-zilla-plugin-twitter-perl' 'kuiviewer' 'libjose-dev' 'libglobus-gass-copy2' 'linux-image-4.15.0-1018-gcp' 'nsca-ng-client' 'npm2deb' 'trimmomatic' 'why3' 'cinnamon-core' 'python-pyface' 'python-toolz-doc' 'frozen-bubble-data' 'dict-freedict-ces-eng' 'libxfce4util-common' 'logtool' 'purple-matrix' 'xserver-xorg-hwe-18.04' 'lib32gphobos71-dbg-x32-cross' 'xymon-client' 'gimp-help-pt' 'linux-gke-5.0' 'dict-freedict-afr-deu' 'lld-5.0' 'visidata' 'linux-gke-5.3' 'python-sphinx' 'linux-cloud-tools-5.0.0-20-generic' 'berkeley-abc' 'libjeromq-java' 'libstfl0' 'libplexus-classworlds-java-doc' 'libtext-micromason-perl' 'libmp3-tag-perl' 'ruby-em-synchrony' 'gcc-arm-linux-gnueabi' 'linux-tools-kvm' 'libtrilead-ssh2-java' 'libfplll4' 'ruby-entypo-rails' 'lib64ubsan1-i386-cross' 'php-horde-wicked' 'linux-headers-4.15.0-23-lowlatency' 'linux-modules-4.15.0-48-generic' 'linux-image-unsigned-4.15.0-1041-gke' 'udj-desktop-client' 'linux-hwe-tools-4.18.0-13' 'libgrpc3' 'libflac-ocaml-dev' 'linux-hwe-tools-4.18.0-14' 'linux-hwe-tools-4.18.0-15' 'python3-translate' 'linux-hwe-tools-4.18.0-16' 'linux-headers-4.15.0-1030-kvm' 'elpa-lbdb' 'linux-hwe-tools-4.18.0-17' 'linux-hwe-tools-4.18.0-18' 'libwww-mechanize-shell-perl' 'libdsfmt-521-1' 'med-imaging' 'php-ssh2' 'python-dogpile.core' 'libmoosex-simpleconfig-perl' 'prayer' 'linux-modules-4.15.0-1007-oracle' 'python-fonttools-doc' 'linux-modules-nvidia-390-4.15.0-1056-aws' 'libgphobos68-dbg-i386-cross' 'golang-github-peterbourgon-diskv-dev' 'gnome-themes-extra-data' 'libolecf-utils' 'gdc-6-arm-linux-gnueabihf' 'libvsqlitepp3v5' 'python-jabberbot' 'tesseract-ocr-kat-old' 'libparmap-ocaml' 'linux-libc-dev-alpha-cross' 'libayatana-appindicator-dev' 'nginx-light' 'libgcc-7-dev-amd64-cross' 'libx52pro0' 'ubiquity-ubuntu-artwork' 'classmate-tools' 'paperkey' 'libpgobject-util-dbadmin-perl' 'pinentry-qt' 'libn32gomp1-dbg-mips64-cross' 'gobjc++-5-multilib-mips-linux-gnu' 'gcc-python-plugin-doc' 'gobjc++-8-hppa-linux-gnu' 'linux-hwe-tools-4.18.0-20' 'kraptor' 'libgcc1-amd64-cross' 'libghc-doctemplates-dev' 'linux-hwe-tools-4.18.0-21' 'astrometry-data-tycho2-08-bigendian' 'r-bioc-annotate' 'linux-hwe-tools-4.18.0-22' 'libdbusmenu-qt-doc' 'mcrl2' 'libmuparser-doc' 'linux-hwe-tools-4.18.0-24' 'arctica-greeter-remote-logon' 'gobjc-8-aarch64-linux-gnu' 'linux-hwe-tools-4.18.0-25' 'python-pprofile' 'brother-cups-wrapper-mfc9420cn' 'linux-cloud-tools-5.0.0-41-generic' 'mbrola-tr1' 'mbrola-tr2' 'synergy' 'gimp-help-ru' 'virtuoso-vad-conductor' 'node-validate-npm-package-license' 'cryfs' 'python-cram' 'libmojolicious-plugin-assetpack-perl' 'r-cran-aer' 'python3-certbot-nginx' 'r-cran-fnonlinear' 'libequinox-metatype-java' 'linux-tools-4.15.0-1030-gke' 'r-cran-cardata' 'libghc-ldap-doc' 'python-requests-oauthlib' 'krb5-sync-plugin' 'golang-github-dgryski-go-bits-dev' 'liblog-any-adapter-screen-perl' 'alltray' 'python3-kdtree-dbg' 'language-selector-gnome' 'node-readable-stream' 'libmojo-executor-java' 'prometheus-pushgateway' 'fmit' 'tcpstat' 'libgnomekbd8' 'linux-modules-4.15.0-69-generic' 'savi' 'python-twodict' 'python3-simplejson-dbg' 'gfortran-multilib-mips-linux-gnu' 'lxpanel' 'python-html5-parser' 'libghc-http-media-dev' 'python-wheezy.template' 'ruby-rails-assets-highlightjs' 'libtheora-bin' 'libgtk3-perl' 'libopenspecfun1' 'gnome-ppp' 'httpry' 'gimp-help-sl' 'golang-github-shopify-logrus-bugsnag-dev' 'xvfb' 'node-set-blocking' 'libmime-lite-html-perl' 'klines' 'libparse-edid-perl' 'libgnat-5-s390x-cross' 'comixcursors-righthanded' 'libmango-perl' 'g++-sparc64-linux-gnu' 'gimp-help-sv' 'libnews-article-perl' 'geany-plugin-macro' 'lib32gfortran3-mips64-cross' 'janus-dev' 'libethumb1' 'libcanberra-gtk0' 'language-pack-bg-base' 'gcc-5-x86-64-linux-gnux32' 'abicheck' 'knockd' 'libanjuta-dev' 'gobjc-powerpc-linux-gnu' 'libobjc-8-dev-powerpc-cross' 'gobjc-multilib-mips64el-linux-gnuabi64' 'libqrupdate-dev' 'libshell-config-generate-perl' 'libxom-java' 'php-horde-controller' 'djvulibre-bin' 'libqt5network5' 'libsdo-api-java' 'libmetainf-services-java-doc' 'libstdc++-8-pic-riscv64-cross' 'nvidia-headless-418' 'gcc-5-mips-linux-gnu-base' 'libgdamm5.0-dev' 'puppet-module-saz-memcached' 'pd-arraysize' 'libopenshot-audio-dev' 'fonts-ddc-uchen' 'cssc' 'usepackage' 'gir1.2-polkit-1.0' 'ruby-devise-token-authenticatable' 'libthai-doc' 'linux-tools-5.0.0-20-lowlatency' 'python-invoke' 'libeeze1' 'owfs-common' 'libmockobjects-java-doc' 'lcmaps-plugins-basic-bandn' 'libmoosex-types-common-perl' 'language-pack-gnome-or-base' 'libstarpu-contrib-1.2-3' 'libapache2-mod-passenger' 'libzadc-dev' 'node-d3-scale' 'xmms2-plugin-oss' 'libfile-find-rule-perl' 'python3.6-dbg' 'kamailio-json-modules' 'activemq' 'liguidsoap' 'ruby-rubymail' 'libghc-lambdabot-social-plugins-doc' 'libakonadi-kde4' 'libgetopt-lucid-perl' 'm17n-docs' 'tidy-proxy' 'golang-github-juju-ratelimit-dev' 'libmstch-dev' 'gir1.2-gconf-2.0' 'libace-foxreactor-dev' 'liballjoynservices1604' 'licenseutils' 'python-oslo.middleware' 'libloki0.1.7v5-dbg' 'libcore-memoize-clojure' 'xserver-xorg-dev-hwe-16.04' 'sweep-dev' 'prayer-templates-src' 'libc6-dev-x32-amd64-cross' 'pbh5tools' 'python-escript' 'libbsf-java-doc' 'python-logutils' 'libkf5kontactinterface-data' 'lubuntu-artwork-12-04' 'xymonq' 'libatasmart-dev' 'node-progress' 'libghc-sandi-doc' 'libdune-common-doc' 'libsox-fmt-base' 'gccgo-7-powerpc-linux-gnu' 'netanim' 'nautilus-emblems' 'libglib-object-introspection-perl' 'libluasandbox-dev' 'libobjc-8-dev-ppc64el-cross' 'linux-modules-extra-4.15.0-1017-gcp' 'golang-github-sjoerdsimons-ostree-go-dev' 'miscfiles' 'libtasn1-6' 'winff' 'libnproc-ocaml-dev' 'nvidia-headless-430' 'libghc-erf-prof' 'geeqie' 'libgdome2-cpp-smart-dev' 'nvidia-headless-435' 'linux-modules-extra-4.15.0-1026-oracle' 'snmptrapd' 'python3-qrcode' 'scala-parser-combinators' 'wl-beta' 'python-pymetar' 'tryton-modules-account-credit-limit' 'qtwayland5-examples' 'linux-image-unsigned-5.0.0-1028-oem-osp1' 'lubuntu-artwork-12-10' 'linux-tools-5.0.0-1025-aws' 'libpoconet50' 'python3-aalib' 'python3-lttng' 'tcl-memchan-dev' 'gnupg' 'tntnet' 'lua-zip-dev' 'libaqbanking35' 'shellex' 'asymptote' 'python-neutron-lbaas' 'voxbo' 'junior-system' 'node-pre-gyp' 'plymouth-x11' 'libqt5serialport5-dev' 'libpam-cracklib' 'xgalaga++' 'python-unidiff' 'syslog-ng-mod-python' 'libgtkada-doc' 'liborlite-mirror-perl' 'libghc-mutable-containers-dev' 'linux-tools-4.15.0-51-generic' 'python-nipy-lib-dbg' 'cloud-initramfs-copymods' 'ocamlbuild' 'sugar-icon-theme' 'libcc1-0' 'heimdall-flash-frontend' 'libxml-xupdate-libxml-perl' 'moreutils' 'mcron' 'node-pinkie' 'chocolate-common' 'r-cran-dichromat' 'postbooks-schema-demo' 'olpc-xo1-hw' 'libgdal-grass' 'asterisk-core-sounds-it-gsm' 'golang-github-tdewolff-buffer-dev' 'biom-format-tools' 'libtext-roman-perl' 'ruby-net-ssh-multi' 'cenon.app' 'libdap-doc' 'libgnat-6-mips64el-cross' 'linux-headers-4.15.0-1034-oem' 'gmerlin' 'claws-mail-pgpmime' 'ruby-rails-assets-jquery-colorbox' 'pinball-data' 'libwsutil-dev' 'cl-rfc2388' 'libpcp-trace2' 'node-regjsparser' 'python-bottle-sqlite' 'libmodglue1v5' 'linux-modules-nvidia-430-5.3.0-1012-gcp' 'nethogs' 'lua-gall' 'libgivaro-doc' 'strongswan-tnc-base' 'libkiten-dev' 'libtrace3-dev' 'php-horde-vfs' 'libcext0' 'bubblefishymon' 'linux-modules-4.15.0-1017-oem' 'libsimbody3.5v5' 'opengcs' 'triplea' 'python3-pyramid' 'liboobs-1-5' 'python3.6-dev' 'gosa-plugin-dns' 'node-load-grunt-tasks' 'gtk2-ex-formfactory-perl' 'linux-modules-4.15.0-1044-aws' 'libv4lconvert0' 'system-config-printer-common' 'rblcheck' 'kaccounts-integration' 'libkfontinst5' 'gkrellm' 'nagios-plugins' 'python-libvoikko' 'ruby-premailer-rails' 'linux-modules-4.18.0-1020-aws' 'ruby-rails-assets-jquery-fullscreen' 'lierolibre-data' 'libjpathwatch-java' 'fcitx-sunpinyin' 'brazilian-conjugate' 'libghc-base-orphans-doc' 'linux-tools-4.15.0-72-generic' 'golang-github-rogpeppe-fastuuid-dev' 'libjebl2-java' 'ruby-test-unit' 'plymouth-theme-xubuntu-logo' 'librdp-taxonomy-tree-java' 'cloog-ppl' 'libqt4-dbus' 'libvalapanel-dev' 'phylip-doc' 'linux-buildinfo-4.15.0-64-lowlatency' 'xyscan' 'python3-heapdict' 'libsfasan3-armhf-cross' 'libpci3' 'node-beeper' 'node-stream-array' 'libclass-inner-perl' 'python3-lttnganalyses' 'libghc-hmt-prof' 'libghc-hsopenssl-dev' 'amap-align' 'python-pyquery' 'r-cran-fcopulae' 'libxcb-composite0-dev' 'linux-image-4.15.0-1017-oracle' 'libcurl-ocaml' 'cigi-ccl-examples' 'libtext-table-perl' 'plymouth-theme-ubuntu-logo' 'sitplus' 'gadmin-rsync-dbg' 'faifa' 'libgivaro9' 'libplplot-ocaml-dev' 'python-ldb' 'gnome-shell-extension-tilix-dropdown' 'kbattleship' 'libreoffice-help-en-us' 'minetest-mod-worldedit' 'libkf5pimtextedit5abi2' 'gobjc++-6-mipsel-linux-gnu' 'kopano-l10n' 'libxpresent-dev' 'golang-github-montanaflynn-stats-dev' 'shared-desktop-ontologies' 'lib64stdc++-8-dev-x32-cross' 'ristretto' 'lxqt-policykit' 'ruby-lumberjack' 'libesmtp-dev' 'libc6-dev-powerpcspe-cross' 'python-msrest' 'libx32stdc++6-4.8-dbg' 'libidm-console-framework-java' 'qmidinet' 'cpp-powerpc-linux-gnu' 'libtext-rewriterules-perl' 'libpoconetssl50' 'gnustep-base-doc' 'xubuntu-restricted-extras' 'language-pack-gnome-kk-base' 'libmaven-antrun-plugin-java' 'why3-doc-pdf' 'ukui-session-manager' 'libgnat-7-dbg-mipsel-cross' 'python-acoustid' 'libghc-brick-prof' 'gtick' 'libneon27-gnutls-dbg' 'linux-cloud-tools-4.15.0-22-generic' 'mhonarc' 'umbrello' 'librasqal3' 'libirstlm-dev' 'libsugarext-data' 'linux-headers-4.15.0-1014-gcp' 'ruby-ncurses' 'qtdeclarative5-folderlistmodel-plugin' 'python3-libregf' 'restorecond' 'libbg-dev' 'linkchecker-gui' 'libc6-dev-mipsn32r6el-cross' 'libjansson4' 'twisted-doc' 'libn32go11-mips64-cross' 'linux-modules-nvidia-390-oracle-edge' 'python-fann2' 'fwts-frontend' 'sweethome3d' 'xbmc-addons-dev' 'ldap-account-manager' 'python-gamera.toolkits.greekocr' 'libp4est-1.1' 'jsunit' 's3ql' 'libmodule-install-extratests-perl' 'lua-md5' 'libtime-hr-perl' 'apache2-suexec-custom' 'libmodule-starter-pbp-perl' 'flex-doc' 'gdc-multilib' 'giada' 'nut-monitor' 'python3-flaky' 'mediawiki2latexguipyqt' 'libotcl1' 'python-pysal' 'libghc-markdown-dev' 'golang-github-ogier-pflag-dev' 'python-pysam' 'libc6-dev-mips64-mips-cross' 'linux-cloud-tools-4.15.0-1021-azure' 'linux-image-unsigned-4.18.0-13-generic' 'gccgo-multilib-powerpc-linux-gnu' 'google-android-platform-2-installer' 'gkermit' 'hobbit-plugins' 'libextutils-depends-perl' 'python-lfc' 'xxgdb' 'libgvc6' 'linux-modules-extra-5.3.0-26-generic' 'qiime' 'avce00' 'libotf-trace-dev' 'libqpx0' 'libayatana-appindicator-doc' 'fcitx-anthy' 'libio-digest-perl' 'libblas3' 'libgcc-7-dev-arm64-cross' 'libsfstdc++6-7-dbg-armhf-cross' 'python3-biomaj3' 'tesseract-ocr-script-thaa' 'libtaglibs-standard-jstlel-java' 'gettext-doc' 'libnumber-range-perl' 'python3-xstatic-jsencrypt' 'svxlink-server' 'php-symfony-dotenv' 'python-pyfann' 'python3-cov-core' 'ticgitweb' 'boxbackup-server' 'python3-londiste' 'gnome-shell-pomodoro' 'libstrigiqtdbusclient0' 'libghc-doctemplates-doc' 'tesseract-ocr-script-thai' 'maxima-src' 'libgcc1-arm64-cross' 'libpcl1' 'console-setup-mini' 'remmina-plugin-www' 'zsh-syntax-highlighting' 'libprotobuf10' 'libgomp1-dbg-mips-cross' 'gfortran-5-mips64-linux-gnuabi64' 'festvox-czech-krb' 'python-zake' 'tang-nagios' 'postgresql-server-dev-10' 'libx32itm1-dbg-i386-cross' 'pike8.0-gdbm' 'libindicate-gtk-dev' 'linux-headers-4.18.0-17-lowlatency' 'libx32gcc-5-dev' 'libxtuplecommon1' 'libx32ncurses5-dev' 'python-pygeoif' 'python-oslo.serialization-doc' 'python3-musicpd' 'opencl-c-headers' 'golang-github-neelance-astrewrite-dev' 'libbash' 'tryton-modules-party' 'gstreamer1.0-clutter-3.0' 'lib64gcc1-i386-cross' 'python-flask-doc' 'ruby-mocha' 'gir1.2-skk-1.0' 'libghc-wl-pprint-text-prof' 'linux-tools-4.15.0-1025-azure' 'laby' 'fonts-sawarabi-mincho' 'libghc-http-media-doc' 'python-pygeoip' 'linux-modules-4.15.0-1031-azure' 'equalx' 'libkf5doctools5' 'python3-django-setuptest' 'eiskaltdcpp-sounds' 'python-django-haystack-doc' 'ros-tf2-msgs' 'libcasa-tables2' 'xserver-xorg-input-all-hwe-16.04' 'libflann1.9' 'python-k8sclient-doc' 'wicd' 'golang-github-shopify-sarama-dev' 'libxmmsclient-dev' 'python3-pycangjie' 'python-napalm-junos' 'kamailio-tls-modules' 'libgpod-cil' 'r-cran-ritis' 'libghc-microlens-th-dev' 'linux-modules-extra-5.0.0-25-generic' 'golang-github-stvp-go-udp-testing-dev' 'ejabberd-contrib' 'python3-traitlets' 'liquidsoap-plugin-ao' 'pngphoon' 'onedrive' 'node-jsonify' 'python-distro' 'libclass-dbi-loader-perl' 'libdtkcore-bin' 'node-leaflet-formbuilder' 'linux-modules-5.3.0-23-generic' 'janus-doc' 'maxima-sage-share' 'node-imports-loader' 'linux-headers-5.3.0-28-lowlatency' 'libgcc-5-dev-mips-cross' 'r-cran-ape' 'pure-ftpd-postgresql' 'python3-pypowervm' 'libobjc-7-dev-s390x-cross' 'libblasr' 'libstdc++-5-dev-powerpc-cross' 'libneon27-gnutls-dev' 'libboost-context1.65.1' 'libgstreamer-ocaml-dev' 'python3-keystoneclient' 'libzmq-java' 'libgdamm5.0-doc' 'libgeronimo-stax-1.0-spec-java' 'adium-theme-ubuntu' 'rdesktop' 'libjctools-java' 'libopenshot-audio-doc' 'liboce-modeling-dev' 'libmaven-invoker-java' 'python3-pygerrit2' 'linux-buildinfo-4.15.0-1045-aws' 'libgetdata8' 'libumad2sim0' 'zktop' 'subdownloader' 'python3-csscompressor' 'ubuntu-image' 'freetennis' 'libtrapperkeeper-scheduler-clojure' 'libmonitoring-livestatus-class-perl' 'node-d3-timer' 'libmpx2-dbg-i386-cross' 'linux-headers-4.18.0-21-lowlatency' 'libcastor-java-doc' 'libprotobuf-java-format-java' 'sword-text-swahili' 'linux-cloud-tools-5.0.0-27-lowlatency' 'golang-blitiri-go-systemd-dev' 'tuned-gtk' 'powercap-utils' 'g++-7-i686-linux-gnu' 'libdevel-confess-perl' 'libjs-moxie' 'libcob1' 'openvas-scanner' 'libtest-postgresql-perl' 'libextutils-parsexs-perl' 'linux-image-unsigned-4.15.0-33-generic' 'icu-devtools' 'mmdb-bin' 'libxmhtml1.1' 'python3-positional' 'pdfcrack' 'sludge-engine' 'unity-scope-gallica' 'tomb' 'qml-module-qtwebchannel' 'tome' 'libgcc1-dbg-mipsel-cross' 'starlink-vo-java-doc' 'pytimechart' 'fenix-plugins-system' 'keynav' 'apngasm' 'libbiod-dev' 'gdc-7-hppa-linux-gnu' 'libghc-monadlib-prof' 'libdistorm64-1' 'golang-github-oklog-ulid-dev' 'lib64go11-dbg-mipsel-cross' 'libgnatprj6-ppc64-cross' 'pcmanfm' 'python-statsmodels' 'python-construct' 'libstdc++-5-dev-ppc64el-cross' 'libbrlapi-java' 'splat' 'librime-data-soutzoe' 'linux-modules-nvidia-390-aws-edge' 'eom-dev' 'python3-easyprocess' 'libn32stdc++6-6-dbg-mips64el-cross' 'splay' 'sniffit' 'lavapdu-client' 'r-cran-arm' 'python3-kivy' 'quvi' 'pdns-backend-ldap' 'libgo11-powerpcspe-cross' 'node-gulp-flatten' 'libnm-gtk-dev' 'libmecab-java' 'libfile-modified-perl' 'iptables-nftables-compat' 'libpcp3' 'libjwt-dev' 'pdns-backend-bind' 'prometheus-mongodb-exporter' 'vsdump' 'libgenders-perl' 'unburden-home-dir' 'python3-toposort' 'qtscript5-examples' 'python-sphinxcontrib.seqdiag' 'libgphobos68' 'python-cjson-dbg' 'php-services-json' 'pynag' 'libjvmti-oprofile0' 'gtkmorph-example' 'xserver-xorg-video-radeon-hwe-16.04' 'cl-who' 'libref-util-xs-perl' 'arctica-greeter-guest-session' 'libghc-mutable-containers-doc' 'nautilus-script-audio-convert' 'cleancss' 'libgfortran3-dbg-mipsel-cross' 'libqscintilla2-qt4-designer-dbg' 'wakeonlan' 'libjs-jquery-ui-docs' 'python3-kyotocabinet-dbg' 'connectome-workbench-dbg' 'icont' 'libplexus-utils-java-doc' 'python-louie' 'r-cran-getopt' 'probcons-extra' 'libmono-system-reactive-core2.2-cil' 'iconx' 'language-pack-fur' 'libopencv-core3.2' 'libchemistry-openbabel-perl' 'xsltproc' 'xsddiagram' 'poedit-common' 'libshibresolver1' 'gkrellm-mailwatch' 'libanyevent-xmpp-perl' 'libayatana-indicator7' 'uwsgi-plugin-graylog2' 'juffed-dev' 'linux-image-4.15.0-1028-kvm' 'libgnatprj6-dev-powerpc-cross' 'libasan5-dbg-i386-cross' 'golang-github-smartystreets-assertions-dev' 'libdata-paginator-perl' 'libgphobos71' 'libtag1v5-vanilla' 'python-louis' 'libsensors-applet-plugin0' 'guncat' 'libgphobos76' 'python-yaml-dbg' 'lua-filesystem-dev' 'libxmlunit-java' 'cpp-8-x86-64-linux-gnux32' 'golang-github-bitly-go-simplejson-dev' 'gobjc++-6-multilib-powerpc64-linux-gnu' 'natpmpc' 'gespeaker' 'ruby-roadie' 'liquidsoap-plugin-speex' '0install' 'sbcl' 'tercpp' 'libshisa0' 'luarocks' 'simg2img' 'grub-xen-host' 'libclang1-6.0-dbg' 'xblast-tnt-levels' 'libconfuse2' 'chroma' 'games-finest' 'libjs-modernizr' 'kde-telepathy-filetransfer-handler' 'python3.6-doc' 'lubuntu-default-session' 'fonts-komatuna' 'powernap-common' 'libdbix-class-introspectablem2m-perl' 'freelan' 'libjs-sockjs' 'libpcl-io1.8' 'lib32gcc1-mips64el-cross' 'python-django-etcd-settings-doc' 'cgroup-bin' 'node-config-chain' 'node-babel-plugin-transform-function-bind' 'python-treetime' 'fusionforge' 'prelude-manager' 'libdbusextended-qt5-dev' 'f-irc' 'node-xtend' 'linux-buildinfo-4.15.0-1033-oracle' 'libproc-simple-perl' 'gdc-mips64el-linux-gnuabi64' 'libgraphics-colornames-perl' 'firefox-locale-ast' 'python-pyshp' 'python-apache-openid' 'libc6-dbg-x32-cross' 'python-astropy-affiliated' 'libhttp-cookiemonster-perl' 'libmapserver2' 'ruby-rb-inotify' 'htsengine' 'libg2-dev' 'libapache2-mod-ruid2' 'ruby-clamp' 'libghc-hsopenssl-doc' 'liballjoyn-c1504' 'python3-flask' 'linux-image-4.15.0-30-lowlatency' 'liballjoyn-c1509' 'mathomatic' 'ruby-shellany' 'libcitygml-bin' 'liquidsoap-plugin-gd' 'libzookeeper-mt-dev' 'intltool' 'python-lasso' 'libn32stdc++6-mips-cross' 'ng-cjk-canna' 'libzstd1-dev' 'libgnome-keyring0-dbg' 'golang-github-nebulouslabs-fastrand-dev' 'arpwatch' 'libace-dev' 'python-twisted-mail' 'sahara' 'python-positional-doc' 'pgbackrest' 'graphicsmagick-dbg' 'mongodb-clients' 'libxcb-sync-dev' 'libplexus-utils2-java' 'linux-image-unsigned-4.18.0-1011-gcp' 'linux-gke-5.3-tools-5.3.0-1011' 'live-tools' 'aspectj-doc' 'linux-gke-5.3-tools-5.3.0-1012' 'chrony' 'kamailio-ldap-modules' 'language-pack-gnome-be-base' 'python3-ubjson' 'libluksmeta-dev' 'libreadline-dev' 'ksnakeduel' 'libc6-dev-mips32-mips64-cross' 'ddcci-dkms' 'tora' 'tth-common' 'libmono-system-web-http-webhost4.0-cil' 'libwpg-tools' 'libavc1394-dev' 'libmimepull-java' 'linux-headers-oem-osp1' 'mp4h' 'libxtuplecommon-dev' 'libstdc++6-7-dbg-armhf-cross' 'python3-biomaj3-zipkin' 'rubberband-ladspa' 'libmaven-filtering-java' 'python-box2d-doc' 'libdirectfb-1.7-7' 'python-json-tricks' 'astrometry-data-tycho2-10-19-littleendian' 'libjamon-java' 'wx3.0-i18n' 'rxvt-unicode-256color' 'libsoxr-lsr0' 'liblablgl-ocaml-dev' 'jquery-jplayer-pinkflag' 'libtest-http-server-simple-stashwarnings-perl' 'multimail' 'starlink-registry-java' 'uwsgi-plugin-curl-cron' 'ddate' 'rawtran' 'linux-headers-5.0.0-25-lowlatency' 'fonts-sil-andikanewbasic' 'gradle-completion' 'libxml-dom-perl' 'substance-doc' 'linux-modules-4.15.0-1014-oracle' 'libghc-markdown-doc' 'linux-tools-4.15.0-1024-gcp' 'libclass-dbi-plugin-type-perl' 'libginac-dev' 'python-dateutil' 'fcitx-table-easy-big' 'wps2epub' 'vlc-plugin-base' 'ibus-table-compose' 'ubuntu-web-launchers' 'nvidia-cuda-dev' 'libcsv-dev' 'jugglinglab' 'golang-gopkg-retry.v1-dev' 'libpcrecpp0v5' 'libroutino0' 'linux-modules-extra-4.15.0-32-generic' 'calibre' 'python-autobahn' 'libghc-dependent-sum-dev' 'libstat-lsmode-perl' 'python-translitcodec' 'libyaml-0-2' 'libkeduvocdocument-data' 'libcolor-library-perl' 'mrtg-contrib' 'libiec61883-dev' 'libcolorchooser-java-doc' 'python-translationstring' 'libjs-simple-is' 'yabar' 'libapache2-sitecontrol-perl' 'libgen-ocaml' 'rdp-classifier' 'monkeysphere' 'liballegro-acodec5.2' 'libgrantlee-core0' 'libgfortran5-powerpc-cross' 'python-jsonpath-rw-ext' 'python-stestr' 'python-chameleon-doc' 'libaws-doc' 'libn32gcc1-dbg-mips64-cross' 'libuutil1linux' 'libmenu-cache3' 'libvisio-tools' 'gobjc++-7-powerpc64le-linux-gnu' 'python3-waitress' 'pypy-mutagen' 'cpp-8-hppa-linux-gnu' 'golang-github-getsentry-raven-go-dev' 'cabal-helper' 'gobjc++-8-powerpc-linux-gnuspe' 'fonts-misaki' 'libtime-mock-perl' 'nordugrid-arc-nagios-plugins' 'gobjc++-multilib-arm-linux-gnueabihf' 'node-es5-shim' 'ekg2-ui-ncurses' 'libqt5xmlpatterns5-dev' 'rygel-ruih' 'libauthen-simple-radius-perl' 'node-xterm' 'qlubuntu-default-session' 'libcatalyst-modules-perl' 'ifile' 'libghc-configurator-prof' 'libdcmtk12' 'libnet-remctl-perl' 'ctdb' 'mythtv-backend' 'camlp4' 'camlp5' 'ruby-gelf' 'orthanc-dev' 'libgee-0.8-dev' 'node-debug-fabulous' 'libghc-microlens-th-doc' 'libjs-lrdragndrop' 'libgoffice-0.8-dbg' 'libqt5gstreamerutils-1.0-0' 'golang-github-odeke-em-command-dev' 'gir1.2-diodon-1.0' 'libgstreamerd-3-0' 'wily' 'libjson-c3' 'libaxis-java' 'libjs-punycode' 'libpcl-people1.8' 'libjs-jquery-idletimer' 'node-traverse' 'python-nosexcover' 'normalize-audio' 'linux-image-unsigned-4.15.0-1032-azure' 'debpartial-mirror' 'libxfce4ui-1-dev' 'libreoffice-gnome' 'r-cran-stabledist' 'libghc-persistent-postgresql-prof' 'maint-guide' 'libx32lsan0' 'python-pysmi' 'r-cran-epitools' 'linux-tools-5.3.0-24-generic' 'lame' 'libdns1100' 'libgdbm-compat4' 'lib64asan4-dbg-powerpc-cross' 'linux-hwe-cloud-tools-5.0.0-23' 'libgfortran5-ppc64el-cross' 'python-sphinxcontrib.docbookrestapi' 'libwww-nicovideo-download-perl' 'linux-hwe-cloud-tools-5.0.0-25' 'python3-smbus' 'libwireshark-dev' 'gir1.2-caribou-1.0' 'linux-hwe-cloud-tools-5.0.0-27' 'libtext-metaphone-perl' 'libsfobjc-6-dev-armhf-cross' 'linux-hwe-cloud-tools-5.0.0-29' 'postr' 'gem-plugin-dc1394' 'wims' 'gnat-5-sjlj-arm-linux-gnueabi' 'librte-ring17.11' 'libclass-multimethods-perl' 'vile-common' 'kwin-wayland-backend-drm' 'libogdi3.2' 'python3-os-traits' 'mydumper-doc' 'bliss-doc' 'libcmap-dev' 'libend-perl' 'libxtables-dev' 'gosa-plugin-samba' 'python-django-uwsgi-doc' 'mysqltuner' 'golang-github-daviddengcn-go-colortext-dev' 'python-feather-format' 'node-through' 'jruby-openssl' 'llvm-8-runtime' 'golang-github-go-openapi-jsonpointer-dev' 'libgphobos76-dbg' 'libtcl-chiark-1' 'wing' 'liquidsoap-plugin-lo' 'libgomp1-dbg-riscv64-cross' 'linux-hwe-cloud-tools-5.0.0-31' 'linux-hwe-cloud-tools-5.0.0-32' 'linux-modules-nvidia-390-5.0.0-1025-gcp' 'libghc-djinn-ghc-prof' 'linux-hwe-cloud-tools-5.0.0-35' 'wallpaper' 'linux-hwe-cloud-tools-5.0.0-36' 'lib64stdc++-5-dev-mipsel-cross' 'linux-hwe-cloud-tools-5.0.0-37' 'python-ruffus' 'python-pymongo-ext' 'libghc-github-prof' 'libpomegranate-clojure' 'libqt5xdgiconloader3' 'crossfire-maps' 'kubuntu-wallpapers-bionic' 'libtest-eol-perl' 'fusionforge-plugin-scmarch' 'libretro-bsnes-mercury-balanced' 'libhtml-formfu-model-dbic-perl' 'libffms2-4' 'linux-modules-5.3.0-1011-gke' 'libsigx-2.0-2v5' 'libghc-lazysmallcheck-prof' 'python-cliapp' 'sphinx-common' 'golang-github-cznic-lldb-dev' 'ruby-activerecord-session-store' 'bzr-git' 'libfizmo-common' 'linux-modules-extra-4.15.0-1033-oracle' 'tesseract-ocr-yid' 'vim-tlib' 'libghc-vector-algorithms-prof' 'liburdfdom-headers-dev' 'libcloog-isl-dev' 'wordpress-civicrm' 'libprison0' 'gtk2-engines-sugar' 'golang-github-nytimes-gziphandler-dev' 'latexmk' 'libsmc-dev' 'latexml' 'php-horde-data' 'pd-ableton-link' 'php-horde-date' 'libghc-load-env-prof' 'libopencv-videostab-dev' 'libcdk-perl' 'mosquitto-clients' 'libreoffice-texmaths' 'libghc-hookup-dev' 'qtwebchannel5-examples' 'ghc-doc' 'ruby-jquery-datatables-rails' 'libopts25' 'lua-copas' 'linux-cloud-tools-4.15.0-64-lowlatency' 'paxrat' 'node-create-ecdh' 'libn32go13-dbg-mips64el-cross' 'runawk' 'ruby-geos' 'ruby-timeliness' 'lua-supple' 'libtomcrypt1' 'python3-pykdtree' 'python-pysph' 'wipe' 'python-mrtparse' 'libgoffice-0.8-dev' 'libicsharpcode-nrefactory-xml5.0-cil' 'pyflakes' 'node-esprima-fb' 'scilab-include' 'libnet-bonjour-perl' 'iec16022' 'libcamel-1.2-61' 'python-qtpy' 'fcitx-table-jyutping' 'linux-buildinfo-4.18.0-1018-azure' 'libgnat-7-sh4-cross' 'lib32gphobos76-amd64-cross' 'python3-junit.xml' 'libx32go9-dbg-amd64-cross' 'vanilla-gnome-desktop' 'r-cran-miniui' 'libopencv-dev' 'geany-plugin-prettyprinter' 'libx32gfortran3-dbg-amd64-cross' 'libhfsp0' 'iptraf' 'clamav-milter' 'netcat-openbsd' 'lib64atomic1-i386-cross' 'libghc-mime-mail-prof' 'libtf2-geometry-msgs-dev' 'gnat-doc' 'python3-flask-api' 'python-instant' 'python-slowaes' 'asterisk-tests' 'texlive-latex-recommended-doc' 'libghc-diagrams-lib-prof' 'libedf-dev' 'qiime-data' 'libelektra4-yajl' 'python3-cracklib' 'fastahack' 'python3-openalpr' 'python3-httpretty' 'libbluetooth3' 'tryton-modules-google-maps' 'dput-ng' 'redshift' 'python3-cpuinfo' 'linux-headers-4.15.0-69-generic' 'libx32gomp1' 'python-subversion-dbg' 'gdnsd-dev' 'kwordquiz' 'libgpiod-dev' 'lib64mpx0-dbg' 'colobot-common-textures' 'python-swiglpk' 'libghc-hakyll-dev' 'x11proto-xf86vidmode-dev' 'uwsgi-plugin-php' 'libcrypto-random-clojure' 'license-finder-pip' 'tangerine-icon-theme' 'libcauchyxunit0.0v5' 'elpa-magithub' 'pd-extendedview' 'liblpsolve55-dev' 'golang-github-yosssi-ace-dev' 'linux-modules-5.0.0-1023-aws' 'libfdkaac-ocaml' 'libwww-bugzilla-perl' 'libqscintilla2-designer' 'autoconf2.13' 'libghc-appar-prof' 'lib64asan2-powerpc-cross' 'hyperspec' 'lizardfs-adm' 'dict-freedict-ita-eng' 'app-install-data' 'gir1.2-libvirt-glib-1.0' 'wire' 'epiphany-browser-data' 'broadcom-sta-source' 'libjutils-java-doc' 'pathspider' 'libodb-mysql-dev' 'libmono-system-web-mobile4.0-cil' 'apt-src' 'libgettext-ant-tasks-java' 'libdancer-plugin-email-perl' 'bacula-director-pgsql' 'python-pysrt' 'dpm-name-server-mysql' 'r-bioc-ebseq' 'ruby-mimemagic' 'rasdaemon' 'libace-doc' 'libmuparserx4.0.7' 'libconfig-model-perl' 'python3-aiosmtpd' 'vrrpd' 'intel-cmt-cat' 'libtinyxml2-6' 'libqt5designer5' 'libstdc++-8-pic-powerpcspe-cross' 'linux-modules-extra-4.15.0-1058-aws' 'falkon' 'xmlformat-ruby' 'hothasktags' 'libghc-data-default-instances-containers-dev' 'golang-github-jacobsa-util-dev' 'libtest-unixsock-perl' 'compiz-core' 'yorick-imutil' 'libcangjie2-data' 'puppet-module-puppetlabs-mongodb' 'r-cran-fmultivar' 'asterisk-prompt-it-menardi-wav' 'libmono-cecil-flowanalysis-cil' 'wise' 'libjfugue-java' 'xdaliclock' 'libkf5krossui5' 'pulsemixer' 'dahdi' 'ltrsift' 'mpdris2' 'ruby-bson-ext' 'python-mediainfodll' 'libmaven-reporting-api-java' 'libkparts4' 'python-lxc' 'linux-image-4.18.0-24-lowlatency' 'gir1.2-cmenu-3.0' 'linux-buildinfo-5.3.0-1008-gcp' 'python-fudge' 'libapache2-mod-auth-gssapi' 'sablecc' 'mgltools-bhtree' 'qpxtool' 'libnss3-dbg' 'opensips-b2bua-module' 'gccgo-8-multilib-mips64el-linux-gnuabi64' 'polkit-kde-agent-1' 'libnetdot-client-rest-perl' 'linux-image-unsigned-5.0.0-25-lowlatency' 'libzookeeper-st2' 'libghc-tf-random-prof' 'r-bioc-genomicalignments' 'g++-7-mips-linux-gnu' 'python-lz4' 'gimagereader' 'fonts-lohit-beng-assamese' 'latd' 'nvidia-cuda-doc' 'late' 'python3-evtx' 'node-millstone' 'linux-lowlatency' 'opensips-perl-modules' 'libstdc++6-6-dbg-hppa-cross' 'libzmq-jni' 'libosmgpsmap-1.0-dbg' 'dict-freedict-eng-nld' 'libapache2-mod-evasive' 'libghc-dependent-sum-doc' 'ruby-net-http-digest-auth' 'libxdffileio0' 'libaria-dev-doc' 'g++-5-multilib-arm-linux-gnueabihf' 'golang-github-hanwen-usb-dev' 'kdenlive-dbg' 'monodoc-zeitgeist-manual' 'node-falafel' 'libkeybinder-3.0-0' 'elpa-package-lint' 'libghc-trifecta-prof' 'autoproject' 'apt-move' 'xmms2-plugin-pls' 'libghc-wizards-dev' 'python-interactive-markers' 'php-getid3' 'gcc-7-x86-64-linux-gnu-base' 'stunnel4' 'python-diaspy-doc' 'claws-mail-bogofilter' 'libacexml-dev' 'python-flup' 'opensips-dbg' 'linux-modules-nvidia-390-4.15.0-1060-aws' 'libdewalls1' 'lib32ubsan1-dbg-s390x-cross' 'libwayland-egl-backend-dev' 'golang-glide' 'sdformat-doc' 'minisapserver' 'tesseract-ocr-yor' 'libeclipse-core-databinding-property-java' 'libxmlada-sax7-dev' 'gir1.2-ukuimenu-2.0' 'python3-aubio' 'libpacklib1-dev' 'supercat' 'libghc-agda-dev' 'libsoci-core3.2v5' 'lib64objc4-x32-cross' 'gccgo-6-multilib-x86-64-linux-gnux32' 'xbuilder' 'python-ruamel.yaml' 'libdiagnostic-msgs-dev' 'autopilot-touch-legacy' 'libcangjie2' 'ruby-builder' 'libmetis-edf4.1' 'python-behave' 'linux-tools-5.0.0-1019-aws' 'ruby-buftok' 'kernel-common' 'python-lzo' 'sndfile-programs' 'binutils-x86-64-kfreebsd-gnu-dbg' 'alevtd' 'nanook' 'r-bioc-deseq2' 'libx32gphobos68' 'orthanc-doc' 'python-lxml-dbg' 'libghc-smallcheck-prof' 'libobjc4-dbg-arm64-cross' 'python-twisted' 'python3-networkx' 'moap' 'libkdnssd4' 'tcl-trf-dev' 'libfreehdl0-dev' 'libcrypt-mysql-perl' 'node-babel-plugin-transform-decorators-legacy' 'libproxychains-dev' 'xwax' 'blast2' 'r-cran-tseries' 'libperlmenu-perl' 'ruby-arel' 'libghc-csv-conduit-prof' 'synaptic' 'libsnmpkit-dev' 'gobjc++-8-powerpc64-linux-gnu' 'libtrilinos-pamgen12' 'libefreet1a' 'fpc-source-3.0.4' 'libmtbl0' 'libxflaim-dev' 'python-sphinxcontrib.rubydomain' 'golang-github-cespare-xxhash-dev' 'linux-image-unsigned-5.0.0-16-generic' 'python-silx-dbg' 'libxml-descent-perl' 'libx32gphobos71' 'libcasa-measures2' 'ruby-expression-parser' 'libxslthl-java' 'stardict-plugin-festival' 'libqt5positioning5' 'node-string.prototype.codepointat' 'libx32gphobos76' 'sanlock' 'autoconf2.64' 'z-push-backend-caldav' 'linux-headers-4.15.0-1028-oem' 'pidgin-encryption' 'cairo-dock-dbus-plug-in-interface-python' 'libharminv-dev' 'libtrilinos-rythmos12' 'opendbx-doc' 'mpgtx' 'nx-x11proto-randr-dev' 'apertium-bel-rus' 'keyutils' 'poretools-data' 'libnss3-dev' 'blockattack' 'certspotter' 'argyll-doc' 'python-actdiag' 'libghc-data-binary-ieee754-prof' 'python-pyelliptic' 'python-django-tables2-doc' 'pdfshuffler' 'fonts-ecolier-lignes-court' 'apt-cudf' 'librep16' 'fp-units-rtl-3.0.4' 'libmono-system-web-regularexpressions4.0-cil' 'libghc-debian-dev' 'libboogie-cil' 'librospack-dev' 'libopenipmi0' 'libtest-exception-perl' 'libosmgpsmap-1.0-dev' 'httpry-tools' 'node-time-stamp' 'lld-6.0' 'libmodule-used-perl' 'ctop' 'skyeye' 'libglbsp3' 'mock' 'lib64go11-dbg-x32-cross' 'proguard-cli' 'libghc-pipes-aeson-prof' 'libice6' 'python-pymca5' 'uwsgi-plugin-alarm-xmpp' 'libc6-armhf-armel-cross' 'boxbackup-client' 'r-cran-pbivnorm' 'wixl' 'tpm2-tools' 'i965-va-driver' 'python3-dill' 'libgphobos-7-dev-x32-cross' 'python-multipartposthandler' 'libghc-ircbot-prof' 'linux-image-unsigned-5.0.0-37-generic' 'g++-6-multilib' 'libghc-dns-dev' 'libkf5sysguard-data' 'mythes-ar' 'python-bitcoin' 'libn32gfortran3-mips-cross' 'liblocale-maketext-lexicon-perl' 'libx32gfortran-6-dev' 'libmircookie-dev' 'ruby-terminal-table' 'hamexam' 'python-libmimic' 'libevent-extra-2.1-6' 'firebird3.0-common-doc' 'libpbseq' 'ctpl' 'sass-elisp' 'ruby-railties' 'osspd-pulseaudio' 'libxml-atom-fromowl-perl' 'libblockdev-mdraid2' 'picviz' 'libcereal-dev' 'fabio-viewer' 'libstemmer0d' 'panko-common' 'ubuntu-report' 'e2ps' 'hsx2hs' 'libcbor-dev' 'libghc-hookup-doc' 'gnat-8-sjlj-mips64-linux-gnuabi64' 'mythes-bg' 'linux-modules-extra-4.15.0-1021-gcp' 'dh-xsp' 'games-perl-dev' 'postgresql-plperl-10' 'libavahi-glib-dev' 'lib32objc-8-dev-x32-cross' 'python3-requestsexceptions' 'golang-github-syncthing-syncthing-dev' 'golang-petname' 'python-backports.weakref' 'libglobus-gridftp-server6' 'libn32gfortran3-dbg-mips64el-cross' 'waffle-utils' 'libportlet-api-2.0-spec-java' 'gcc-5-locales' 'python3-biopython-sql' 'libgnatprj5-alpha-cross' 'libfann-dev' 'python-telepathy' 'linux-headers-4.15.0-1008-gcp' 'r-cran-matchit' 'elpa-ebib' 'python-zbar' 'pocillo-icon-theme' 'libghc-hashable-dev' 'r-cran-nlme' 'python-wrapt' 'diskscan' 'libiperf-dev' 'jamin' 'gettext-base' 'chromium-browser-l10n' 'libnetcdff6' 'murrine-themes' 'puppet-module-saz-rsyslog' 'libgoogle-gson-java-doc' 'libmath-vecstat-perl' 'linux-tools-4.15.0-45-lowlatency' 'mythes-ca' 'libdv-bin' 'libghc-regex-tdfa-prof' 'intel-gpu-tools-dbg' 'libnetfilter-cttimeout1' 'ubuntu-restricted-extras' 'node-d3-ease' 'python-xapian-haystack' 'cowsay' 'squeezelite-pa' 'libostree-dev' 'libyadifa-dev' 'python3-libvmdk' 'mythes-cs' 'rawtherapee' 'ruby-ruby2ruby' 'fwupdate-signed' 'gnome-documents' 'libclang-common-8-dev' 'mbrola-us1' 'mbrola-us2' 'muroard' 'mbrola-us3' 'linux-modules-5.0.0-1027-azure' 'libgpiod-doc' 'libgtkhex-3-0' 'linux-modules-4.15.0-39-lowlatency' 'liboath-dev' 'gobjc++-6-sparc64-linux-gnu' 'mythes-da' 'apport-symptoms' 'libghc-hakyll-doc' 'mythes-de' 'kde-config-screenlocker' 'python-saga' 'redmine-mysql' 'libjettison-java' 'plzip' 'linux-tools-4.15.0-1034-kvm' 'libsrf-dev' 'greenbone-security-assistant-common' 'libplanarity-dev' 'schema2ldif' 'planetfilter' 'ruby-puppet-forge' 'libgoffice-0.8-8-common' 'linux-modules-nvidia-418-5.0.0-1009-oracle' 'libatomic1-armel-cross' 'linux-modules-4.15.0-1021-oem' 'libtie-hash-regex-perl' 'python-intbitset-doc' 'faketime' 'vcdimager' 'elpa-paredit-everywhere' 'glee-dev' 'gnome-weather' 'xfonts-encodings' 'cinnamon-l10n' 'libghc-yi-frontend-vty-prof' 'elpa-magit' 'libtest-classapi-perl' 'libhdf5-java' 'libkf5parts5' 'libnet-patricia-perl' 'libghc-fixed-prof' 'gccgo-multilib-mips64el-linux-gnuabi64' 'libdisruptor-java' 'libhyperscan4' 'libsdformat6-dev' 'libg15daemon-client-dev' 'r-cran-chron' 'python3-changelog' 'mysql-workbench-data' 'lib32atomic1-s390x-cross' 'kwin-wayland-backend-wayland' 'libmoosex-types-json-perl' 'oping' 'libghc-pandoc-prof' 'ruby-peek-performance-bar' 'sugar-imageviewer-activity' 'libfwup-dev' 'libtiledarray-dev' 'libvtk7-java' 'libkgraphviewer2' 'libuima-as-java-doc' 'libghc-data-default-instances-containers-doc' 'libgflags-dev' 'openarena-081-players-mature' 'g++-multilib-mipsel-linux-gnu' 'tdiary-style-gfm' 'mythes-es' 'libghc-mono-traversable-instances-prof' 'r-base-dev' 'ttf-xfree86-nonfree-syriac' 'libhdf4-dev' 'libcolorhug2' 'kylin-burner' 'khotkeys-data' 'linux-modules-4.15.0-43-lowlatency' 'libpurelibc1' 'libghc-x11-prof' 'netdiag' 'levee' 'hibernate' 'jupp' 'cpl-plugin-kmos' 'xmaxima' 'gir1.2-atril' 'python-libpfm4' 'libmikmatch-ocaml' 'libtelepathy-logger3' 'libshibresolver-dbg' 'libccp4c0-dbg' 'libsigrok-dev' 'ubuntu-wsl' 'mpg321' 'python-dialog' 'linux-buildinfo-4.15.0-1039-aws' 'linux-modules-4.15.0-1021-oracle' 'gcc-5-arm-linux-gnueabi-base' 'vim-khuno' 'cl-curry-compose-reader-macros' 'funcoeszz' 'libghc-quickcheck-io-prof' 'mythes-fr' 'libmaxflow0' 'libmedley-clojure' 'libneko2' 'node-md5-o-matic' 'libwebsockets8' 'minpack-dev' 'libsaaj-java' 'libhtp-0.5.23-1' 'python3-testrepository' 'libghc-postgresql-libpq-prof' 'aolserver4-nsxml' 'libcaml2html-ocaml' 'r-cran-bit' 'libntrack-dev' 'node-leveldown' 'complexity-doc' 'libobjc4-dbg-riscv64-cross' 'libwww-mechanize-autopager-perl' 'libthread-conveyor-monitored-perl' 'darkplaces-server' 'xwit' 'python-liblas' 'libpod2-base-perl' 'sshuttle' 'libmrpt-graphs1.5' 'trove-api' 'libtask-kensho-oop-perl' 'language-pack-gnome-he-base' 'mythes-gl' 'libsord-dev' 'libghc-wizards-doc' 'linux-tools-4.18.0-14-generic' 'golang-github-go-openapi-validate-dev' 'miniupnpc' 'miniupnpd' 'lib3ds-1-3' 'libvhdi-utils' 'xfonts-terminus-dos' 'libhook-lexwrap-perl' 'xinput' 'python3-cookiecutter' 'linux-image-4.15.0-1010-aws' 'virtuoso-vad-doc' 'haskell-platform-doc' 'python3-reportlab' 'libn32objc4-mips64-cross' 'linux-image-unsigned-5.3.0-19-lowlatency' 'plplot-driver-qt' 'libvibe-tls0' 'node-async-stacktrace' 'libghc-agda-doc' 'libcanberra0' 'freeciv-server' 'libgconf-2-4' 'ubuntu-touch-settings' 'scilab-doc-pt-br' 'dict-freedict-jpn-rus' 'python3-bpfcc' 'libmyproxy-voms' 'python-sphinxcontrib-pecanwsme' 'python3-stemmer-dbg' 'gcc-riscv64-linux-gnu' 'lib32go13-dbg-s390x-cross' 'hunspell-fr-classical' 'libghc-openssl-streams-prof' 'python-vigra-doc' 'pid1' 'libntl-dev' 'allegro4-doc' 'python-pathtools' 'mythes-hu' 'tcl-trf-doc' 'ldnsutils' 'libqtassistantclient4' 'ubuntu-packaging-guide-epub' 'linux-modules-4.18.0-1008-azure' 'python-senlin' 'librdf-storage-postgresql' 'libfiu0' 'gir1.2-dbusmenu-gtk-0.4' 'libemail-mime-encodings-perl' 'ctwm' 'e2wm' 'gettext' 'octave-octclip' 'ibus-table-latex' 'libpreludedb7' 'fwts-efi-runtime-dkms' 'ftdi-eeprom' 'libkreport3-plugin-maps' 'gnome-shell-extension-log-out-button' 'libxnvctrl-dev' 'openshot-qt' 'python-liblcm' 'python3-wsproto' 'gstreamer1.0-vaapi' 'librcps-dev' 'python-zope.broken' 'starlink-cdf-java-doc' 'g++-7-multilib-powerpc-linux-gnu' 'libclass-perl' 'sylph-searcher' 'python-iscpy' 'libatomic1-dbg-mips64el-cross' 'kodi-bin' 'linux-modules-5.0.0-1029-gcp' 'pick' 'python-jujuclient' 'libignition-math4-dev' 'libghc-lifted-async-prof' 'libomniorb4-dev' 'nvidia-340-updates' 'libkf5parts-plugins' 'libexiv2-dbg' 'libgpod-dev' 'libchealpix0' 'dict-freedict-afr-eng' 'libupnp-dev' 'mythes-is' 'trac-includemacro' 'libshibresolver-dev' 'mythes-it' 'python-gobject-2' 'liblldb-5.0-dbg' 'libgcc-6-dev-powerpc-cross' 'libxmltok1' 'linux-image-unsigned-5.3.0-23-lowlatency' 'language-pack-mai-base' 'cl-base64' 'libcairo2' 'libyaml-cpp0.3v5' 'python-reportlab-doc' 'skkdic' 'gnat-7-sjlj' 'libghc-utf8-string-dev' 'golang-github-valyala-fasthttp-dev' 'alsa-oss' 'python-mdp' 'libimobiledevice-dev' 'liblingua-en-numbers-ordinate-perl' 'libdkim1d-dbg' 'python3-xstatic-jquery.bootstrap.wizard' 'ruby-redcarpet' 'python-foolscap' 'libjs-jquery-history' 'lib32ubsan0-sparc64-cross' 'libghc-debian-doc' 'libevemu3' 'libapache2-mod-lisp' 'linux-tools-4.15.0-1038-oem' 'libphp-swiftmailer' 'golang-github-hashicorp-go-plugin-dev' 'gtkcookie' 'tegaki-train' 'libcgi-session-perl' 'libcupsimage2' 'python3-searchlightclient' 'oar-web-status' 'fcgiwrap' 'libam7xxx0.1-bin' 'python-pyqt5.qtx11extras-dbg' 'opencl-1.2-man-doc' 'r-cran-optparse' 'fonts-mph-2b-damase' 'libgnatvsn5-dbg-mipsel-cross' 'python-sleekxmpp' 'libpantomime1.2-dev' 'libsendlater4' 'g++-7-mips64el-linux-gnuabi64' 'ruby-d3-rails' 'python3-tower-cli' 'libghc-pointed-dev' 'python-elasticsearch' 'debichem-periodic-abinitio' 'libsrecord-dev' 'libtgvoip1.0.3' 'linux-tools-4.15.0-34-generic' 'telnetd' 'libghc-dns-doc' 'ruby-rails-assets-chartjs' 'freeglut3-dev' 'python3-stdeb' 'ruby-fog-azure' 'mythtv-backend-master' 'libghc-web-routes-boomerang-dev' 'librte-meter17.11' 'norsp' 'r-cran-bms' 'libbde-dev' 'ros-desktop-full' 'nvidia-361-updates' 'gnome-shell-extension-trash' 'libopenhmd-dev' 'exfalso' 'geant321' 'python-glade2' 'firebird3.0-common' 'node-mime' 'signon-plugin-sasl-dev' 'libxml-writer-string-perl' 'tkpng' 'python-sane' 'libcereal-doc' 'silan' 'rmagic' 'libmrpt-opengl1.5' 'libghc-crypto-api-prof' 'dict-freedict-bre-fra' 'libecal-1.2-19' 'libx32itm1-i386-cross' 'libkf5activitiesstats1' 'libfile-sharedir-install-perl' 'libcbor-doc' 'libghc-retry-prof' 'libgcc-6-dev-ppc64el-cross' 'linux-image-unsigned-4.15.0-1029-gcp' 'lockfile-progs' 'linux-image-unsigned-4.15.0-70-generic' 'python3-mallard.ducktype' 'gir1.2-telepathyglib-0.12' 'libc6-mipsn32-mipsel-cross' 'libnet-openid-common-perl' 'linux-image-unsigned-4.18.0-1005-gcp' 'ruby-asana' 'r-bioc-shortread' 'python3-flask-peewee' 'mona' 'oprofile' 'claws-mail-doc' 'libghc-hdbc-sqlite3-prof' 'libfindbugs-java' 'lxqt-sudo-l10n' 'golang-metrics-dev' 'python-libtmux' 'python-lxml-doc' 'dh-dist-zilla' 'gcc-8-i686-linux-gnu-base' 'libfann-doc' 'libquadrule-dev' 'seqprep' 'python3-radix' 'gnome-hwp-support' 'apertium-arg-cat' 'libghc-hashable-doc' 'pywps-doc' 'python-z3c.template' 'linux-signed-image-generic-hwe-18.04' 'libosip2-11' 'liblldb-3.9' 'python3-geoip2' 'ruby-redis-namespace' 'python3-pymediainfo' 'flrig' 'kubectl' 'python-silx-doc' 'python3-xstatic-jquery' 'libauthen-simple-net-perl' 'mythes-lv' 'plantuml' 'libluasandbox0' 'lua-torch-optim' 'libfile-write-rotate-perl' 'guetzli' 'libexiv2-dev' 'syslinux-common' 'linux-buildinfo-4.15.0-1009-oracle' 'flightgear-phi' 'libvisp-detection-dev' 'libostree-doc' 'libandroid-ddms-java' 'linux-tools-4.15.0-1018-gcp' 'liblv2dynparamhost1-1' 'linux-tools-5.0.0-1011-oracle' 'python-flask-peewee-doc' 'budgie-desktop-doc' 'thunderbird-locale-fy-nl' 'linux-cloud-tools-4.15.0-1013-azure' 'liblldb-5.0-dev' 'libomxil-bellagio-bin' 'libhavege-dev' 'lbcd' 'lazarus-ide-gtk2' 'libpython2.7-stdlib' 'python-cotyledon' 'python-fmcs' 'libkf5kdegames-dev' 'linux-image-4.15.0-1032-kvm' 'tesseract-ocr-script-tibt' 'libplexus-container-default-java' 'pinentry-curses' 'python-ncclient' 'gcc-powerpc64-linux-gnu' 'dmraid' 'jglobus-doc' 'libghc-sdl-mixer-dev' 'linux-image-4.15.0-1031-oracle' 'libapron-dev' 'cpl-plugin-visir' 'slic3r' 'libssw-java' 'pure-ftpd-ldap' 'uwsgi-plugin-gccgo' 'pigz' 'xwpe' 'nx-x11proto-damage-dev' 'laserboy' 'caja-eiciel' 'python-asdf-doc' 'libecap3-dev' 'debug-me' 'lib32go11-dbg-amd64-cross' 'python-pyentropy' 'mupdf-tools' 'amavisd-milter' 'gnome-system-log' 'unity-scopes-master-default' 'libpmemlog1' 'libgfortran5-armhf-cross' 'asterisk-core-sounds-ru-wav' 'libtask-kensho-excelcsv-perl' 'mythes-ne' 'lbdb' 'libges-1.0-dev' 'libc6-sh4-cross' 'lmms-vst-server' 'liborbit-2-0' 'libghc-raaz-prof' 'kyotocabinet-utils' 'pd-pdstring' 'libbest-perl' 'libboost-system1.62.0' 'python-django-jsonfield' 'libmaven-site-plugin-java' 'mythes-no' 'neutron-metadata-agent' 'python-mia' 'libcollectdclient-dev' 'golang-github-gocarina-gocsv-dev' 'liblinux-distribution-packages-perl' 'exuberant-ctags' 'libdiagnostics-dev' 'gnat-7-m68k-linux-gnu' 'libmaven-repository-builder-java' 'libeclipse-ui-views-properties-tabbed-java' 'python-whoosh-doc' 'oxygen5-icon-theme' 'libventrilo-dev' 'libsereal-decoder-perl' 'gfortran-6-alpha-linux-gnu' 'libssh2-1-dbg' 'libgnutls-dane0' 'libgcc-8-dev-hppa-cross' 'libgflags-doc' 'oroborus' 'pidgin-awayonlock' 'libics0' 'ruby-innertube' 'thefuck' 'r-cran-numderiv' 'libcgic-dev' 'lua-compat53' 'libhdf4-doc' 'fusiondirectory-plugin-nagios-schema' 'node-stringset' 'gnat-5-powerpc-linux-gnu' 'libposix-strftime-compiler-perl' 'libclass-std-perl' 'texlive-lang-chinese' 'php-psr-cache' 'python-flask-bcrypt-doc' 'python-zope.app.component' 'libwww-mediawiki-client-perl' 'libghc-classy-prelude-conduit-dev' 'mythes-de-ch' 'fprint-demo' 'node-tar-pack' 'checkbox-ng' 'libhud-client2-dev' 'browser-plugin-spice' 'pbalign' 'python-rasterio' 'libexiv2-14' 'libundertow-java' 'gstreamer1.0-libav-dbg' 'relational-cli' 'ubuntu-edu-secondary' 'python-trie-doc' 'xapian-examples' 'ruby-omniauth-tumblr' 'r-cran-epicalc' 'fonts-lohit-gujr' 'xbitmaps' 'node-invert-kv' 'libmojomojo-perl' 'python3-billiard' 'libqtdbusmock1-dev' 'libstdc++6-5-dbg-mips64-cross' 'libvisp-io-dev' 'multimedia-midi' 'libatdgen-ocaml-dev' 'kio-audiocd' 'samba-testsuite' 'golang-gopkg-juju-environschema.v1-dev' 'libepubgen-0.1-1' 'gnat-8-mipsel-linux-gnu' 'libunirest-java-java' 'asterisk-flite' 'python-egenix-mxuid' 'libencode-zapcp1252-perl' 'libsmdev-utils' 'libasan5-i386-cross' 'libjmagick6-jni' 'mythes-pl' 'pyqt5.qsci-dev' 'python-zope.exceptions' 'weblint-perl' 'ltsp-cluster-control' 'libmaven-shared-io-java-doc' 'libghc-graphviz-prof' 'libmigrate-parsetree-ocamlbuild-ocaml' 'libmowgli-2-0-dbg' 'libcgi-application-plugin-config-simple-perl' 'libtrilinos-shards12' 'libvmime1' 'libkakasi2' 'libsord-doc' 'cairo-dock-stack-plug-in' 'tftp-hpa' 'linux-modules-5.0.0-1029-gke' 'libc6-dev-mipsn32-mips64el-cross' 'mosh' 'rxvt-ml' 'efax-gtk' 'bibletime-data' 'libperl6-form-perl' 'iem-plugin-suite-standalone' 'libn32stdc++-5-dev-mips64el-cross' 'python-ovsdbapp' 'xubuntu-desktop' 'libghc-attoparsec-iso8601-prof' 'libroslib0d' 'python-watcherclient' 'python-pytest-bdd' 'most' 'node-base' 'python3-ltfatpy-dbg' 'csvimp' 'sagcad-doc' 'linux-wlan-ng-doc' 'libvolpack1-dev' 'libpolylib64-dev' 'libghc-resourcet-prof' 'picon-news' 'golang-github-jeromer-syslogparser-dev' 'python-rosinstall-generator' 'libtest-name-fromline-perl' 'jconvolver-config-files' 'libghc-text-metrics-prof' 'libvisp-core-dev' 'libmodplug-dev' 'libkactivities6' 'libglobus-openssl-module0' 'libwmf-bin' 'bzr-explorer' 'python3-rados' 'libclang-8-dev' 'ruby-http-parser.rb' 'python-mlt' 'ibus-tegaki' 'libhfobjc-6-dev-armel-cross' 'libflann-dev' 'libdbus-ocaml' 'gmerlin-encoders-extra' 'freemat' 'r-cran-pkgmaker' 'libmultiverse-core-java' 'libssh2-1-dev' 'libtext-iconv-perl' 'python-requirements-detector' 'monodoc-manual' 'libglobus-gass-server-ez2' 'libavahi-compat-libdnssd1' 'r-cran-lattice' 'libjs-jquery-metadata' 'gnumeric' 'qtwebsockets5-doc' 'gfortran-8-sparc64-linux-gnu' 'glmemperf' 'mythes-ro' 'libsharyanto-file-util-perl' 'libpgobject-type-bytestring-perl' 'wfuzz' 'vxi-dev' 'libhttpasyncclient-java' 'navit-gui-internal' 'mouseemu' 'mythes-ru' 'txt2regex' 'fonts-ipafont-mincho' 'linux-modules-extra-5.0.0-29-generic' 'liballjoyn-c1604' 'libhttp-server-simple-recorder-perl' 'python3-debian' 'python-cherrypy3' 'libfreeimage3-dbg' 'libhd-dev' 'dpm-copy-server-postgres' 'libpoppler-glib8' 'r-cran-sendmailr' 'libtk-objeditor-perl' 'giggle-personal-details-plugin' 'openmpi-bin' 'libnet-tftpd-perl' 'libopenturns0.10' 'lib32asan5-dbg-s390x-cross' 'bagel' 'libgpod-doc' 'phipack' 'libghc-unordered-containers-prof' 'sonata' 'uvtool-libvirt' 'libboost-fiber1.65-dev' 'python-couchdbkit' 'python3-setproctitle-dbg' 'openctm-doc' 'pimd' 'fonts-mononoki' 'boinc-virtualbox' 'neovim-runtime' 'python-vcversioner' 'libring-core-clojure' 'libtelepathy-logger-qt-dev' 'libglbinding2' 'openhpi-plugin-oa-soap' 'python-gcm-client' 'libppi-xs-perl' 'libparse-syslog-perl' 'linux-image-4.15.0-1036-oem' 'libghc-utf8-string-doc' 'mythes-sk' 'mythes-sl' 'libtime-human-perl' 'libimobiledevice-doc' 'nuttcp' 'libsoci-firebird3.2v5' 'libghc-abstract-deque-prof' 'wavpack' 'libneo4j-client11' 'libkdb3-dev' 'sndio-tools' 'lxhotkey-gtk' 'libboost-mpi-python1.62-dev' 'linux-modules-extra-4.15.0-1009-oracle' 'liblitl-dev' 'libstatistics-distributions-perl' 'python-mne' 'dexlist' 'mythes-sv' 'elpa-noflet' 'python-greenlet-dbg' 'libcpg4' 'klettres-data' 'python-six-doc' 'golang-github-hashicorp-net-rpc-msgpackrpc-dev' 'gcc-6-aarch64-linux-gnu-base' 'libtogl-dev' 'python-liblnk' 'wmppp.app' 'libboolean-perl' 'lib32gomp1-dbg-s390x-cross' 'writer2latex' 'inventor-data' 'libghc-pointed-doc' 'lhapdf-pdfsets-minimal' 'fusiondirectory-plugin-samba-schema' 'ruby-webrobots' 'rheolef' 'libpstreams-dev' 'obdgpslogger' 'libghc-web-routes-boomerang-doc' 'ubuntu-policy' 'printer-driver-oki' 'lib32ubsan1-dbg-ppc64-cross' 'gcc-5-mips64el-linux-gnuabi64-base' 'corosync-notifyd' 'fonts-lohit-deva-marathi' 'libcyrus-imap-perl' 'python3-defusedxml' 'xfonts-scalable' 'leafpad' 'xineliboutput-fbfe' 'libwww-youtube-download-perl' 'libparse-dia-sql-perl' 'libges-1.0-0-dbg' 'python3-radio-beam' 'libjs-perfect-scrollbar' 'python-wxgtk-media3.0' 'php-amqplib' 'libjarjar-maven-plugin-java' 'libpod-tree-perl' 'pd-fftease' 'librostlab3' 'python-flask-silk' 'libocamlodbc-ocaml-dev' 'libghc-monads-tf-prof' 'xtail' 'openhpi' 'libgl2ps1.4' 'libarray-compare-perl' 'curlftpfs' 'python-sasmodels-doc' 'pki-tools' 'python-mox' 'libasan4-powerpc-cross' 'python-pyelftools' 'g++-8-x86-64-linux-gnu' 'libboost-date-time1.65.1' 'libghc-wl-pprint-extras-dev' 'mythes-uk' 'yacas' 'librsbac1' 'libkjsapi4' 'python3-django-pipeline' 'parlatype' 'budgie-previews-applet' 'libnet-frame-device-perl' 'libmath-vector-real-xs-perl' 'libstring-copyright-perl' 'libcgi-application-plugin-configauto-perl' 'midisnoop' 'dustracing2d' 'diodon' 'apache2' 'python-mpd' 'libappindicator3-0.1-cil-dev' 'lua-inotify-dev' 'python-monasca-statsd' 'libpuppetlabs-i18n-clojure' 'python-pygit2-doc' 'colortest' 'freedom-maker' 'pforth' 'gosa-desktop' 'x11proto-dev' 'libgnustep-gui0.26' 'metaphlan2' 'python-gtk-gnash' 'golang-github-gorilla-context-dev' 'libjuman-perl' 'ruby-indentation' 'cl-salza2' 'lua-lpeg-patterns' 'libjs-i18next' 'gccgo-7-multilib-powerpc-linux-gnu' 'kylin-video' 'wesnoth-1.12-data' 'gbase' 'dvbcut' 'rsyslog-pgsql' 'libqscintilla2-qt5-designer' 'r-cran-gower' 'printer-driver-ptouch' 'libexiv2-doc' 'icon-ipl' 'python-daemon' 'gir1.2-gupnpigd-1.0' 'storebackup' 'libpmi2-0-dev' 'gocode-auto-complete-el' 'ansible' 'golang-gopkg-warnings.v0-dev' 'python-pyside.qtwebkit' 'libgfortran4-dbg-riscv64-cross' 'singularity-container' 'libtest-pod-coverage-perl' 'boot-info-script' 'libterm-termkey-perl' 'xserver-xorg-video-all-hwe-18.04' 'tkgate' 'yade-doc' 'lxmusic-dbg' 'python3-ewmh' 'python-django-memoize-doc' 'libobjc-6-dev-mipsel-cross' 'libghc-void-dev' 'nvidia-opencl-dev' 'pulseaudio-esound-compat' 'libghc-sdl-mixer-doc' 'mopidy-mpris' 'cpdb-backend-gcp' 'golang-github-xordataexchange-crypt' 'libasan4-ppc64el-cross' 'mono-mcs' 'liblxc-common' 'libpe-status10' 'python-preludedb' 'python-greenlet-dev' 'iirish' 'xmms2-plugin-vorbis' 'python-fabulous-doc' 'python-openstacksdk-doc' 'libhtml-rewriteattributes-perl' 'python-mockldap-doc' 'scid' 'python3-nose-random' 'libtext-tabulardisplay-perl' 'fcitx-module-x11' 'python3-cdiff' 'chasen-dictutils' 'libipc-run-perl' 'golang-github-go-debos-fakemachine-dev' 'linux-modules-nvidia-390-4.15.0-1054-aws' 'scim' 'qml-module-org-kde-telepathy' 'libglide3-dev' 'naist-jdic' 'libges-1.0-doc' 'fcitx-module-dbus' 'golang-github-jonboulle-clockwork-dev' 'xboard' 'sumo-doc' 'libdata-show-perl' 'liblwjgl-java-doc' 'lib64gfortran-7-dev-powerpc-cross' 'gcc-7-plugin-dev-powerpc-linux-gnu' 'libace-xtreactor-dev' 'coop-computing-tools-dev' 'linux-modules-4.15.0-1011-kvm' 'aterm' 'libsoci-odbc3.2v5' 'libxcb-dri2-0-dev' 'hijra-applet' 'theano-doc' 'lib32gfortran3' 'libjlayer-java-doc' 'lib32gfortran4' 'lib32gfortran5' 'fonts-lohit-guru' 'language-pack-nds-base' 'xtalk' 'gfal2-plugin-mock' 'libpiccolo-java' 'nethack-x11' 'libghc-fmlist-prof' 'language-pack-br-base' 'redis-server' 'libghc-tasty-kat-prof' 'mozo' 'libkf5eventviews-dev' 'golang-code.gitea-git-dev' 'libjglobus-gss-java' 'chm2pdf' 'r-cran-caret' 'libdmtx-utils' 'python-sprox' 'inform' 'php-mysql' 'lib32asan3-dbg-amd64-cross' 'cl-lml2' 'python-tofu' 'python3-xstatic-hogan' 'kdenetwork-filesharing' 'lib64stdc++6-6-dbg-mipsel-cross' 'pirs' 'linsmith' 'ruby-jsonify' 'libpreludedb-dev' 'libghc-microlens-ghc-dev' 'syslinux-themes-debian-wheezy' 'ruby-debian' 'node-follow-redirects' 'boinc-client-nvidia-cuda' 'libghc-classy-prelude-conduit-doc' 'liblxqt-globalkeys0' 'libtest-checkmanifest-perl' 'nouveau-firmware' 'linux-libc-dev-mipsr6-cross' 'linux-tools-5.3.0-1011-gke' 'dpm-srm-server-mysql' 'libhud-client2-doc' 'libmessagecomposer4' 'libnfft3-single2' 'pisg' 'dh-apparmor' 'r-cran-rematch' 'node-object-assign' 'fonts-hack' 'pysycache-move-sky' 'python-setproctitle' 'python-smartpm' 'kodi-data' 'libghc-yesod-form-dev' 'ocaml-libs' 'libopenscenegraph-3.4-131' 'libghc-url-dev' 'python-egenix-mxurl' 'mergelog' 'libmspub-0.1-1' 'libjboss-serialization-java' 'freedroid' 'libxml-node-perl' 'fusiondirectory-plugin-gpg-schema' 'openvas-manager' 'expat' 'nomnom' 'warmux' 'gnat-8-arm-linux-gnueabi' 'metapixel' 'python-taskflow' 'libajtcl1504' 'linux-buildinfo-5.3.0-1012-gcp' 'libaosd2' 'circos-tools' 'node-modify-babel-preset' 'dyndns' 'pinentry-gnome3' 'xfaces' 'ttf-summersby' 'libajtcl1509' 'ckport' 'dcap-tunnel-ssl' 'ofono' 'libaudio-scan-perl' 'linux-modules-4.18.0-1008-aws' 'liblzma5' 'libsnacc0c2' 'libhttp-body-perl' 'libchipcard-dev' 'python3-cloud-sptheme' 'libghc-data-default-instances-containers-prof' 'freedoom' 'libx32asan5-amd64-cross' 'fusioninventory-agent-task-network' 'libcunit1' 'isc-dhcp-server' 'libkf5blog-data' 'libxpathselect-dev' 'thin-provisioning-tools' 'sfcb-test' 'libnewt-pic' 'libghc-th-data-compat-dev' 'libx32stdc++6-7-dbg-amd64-cross' 'a7xpg' 'onboard-data' 'mydumper' 'libghc-vector-binary-instances-dev' 'node-babel-helper-function-name' 'wnorwegian' 'libplank-common' 'libupnp6-dev' 'dvidvi' 'python3-sphinxcontrib-pecanwsme' 'python3-lxml' 'cairo-dock-switcher-plug-in' 'netpipe-lam' 'fonts-ipafont' 'libmutter-2-dev' 'node-babel-plugin-transform-strict-mode' 'parted-doc' 'python-packaging' 'pysycache-move-animals' 'magics++' 'php-invoker' 'libghc-gio-dev' 'livemix' 'libgstreamerd-3-dev' 'libopenctm-dev' 'libghc-highlighting-kate-dev' 'cvs-buildpackage' 'linux-modules-nvidia-390-4.15.0-1022-oracle' 'animals' 'libgavl1' 'libsdl-ttf-gst' 'libkf5qqc2desktopstyle-dev' 'libpam-poldi' 'gcc-mingw-w64-x86-64' 'python3-pyudev' 'webpack' 'libtesseract4' 'python-rediscluster' 'libpam-script' 'libcunit1-ncurses' 'linux-modules-extra-4.15.0-1015-gcp' 'pius' 'cvm-mysql' 'impressive' 'cairo-dock-motion-blur-plug-in' 'linux-modules-4.15.0-30-generic' 'ng-utils' 'nanopolish' 'libvisp-vs3.1-dbg' 'drdsl' 'pygopherd' 'libreoffice-calc' 'swatch' 'redland-utils' 'libicon-famfamfam-silk-perl' 'libqt4-xmlpatterns-dbg' 'syncevolution-http' 'python3-pyside.qtcore' 'libavc1394-0' 'nethack-console' 'lcl-units-1.8' 'python-glare' 'linux-tools-5.0.0-1023-aws' 'dbskkd-cdb' 'libhd-doc' 'libgcc-7-dev-s390x-cross' 'language-pack-gnome-ne-base' 'axmail' 'libalure1' 'libkf5texteditor-dev' 'gobjc-8-multilib-sparc64-linux-gnu' 'traceroute' 'node-detect-newline' 'nanoc-doc' 'libgcc1-s390x-cross' 'gdc-6-powerpc64le-linux-gnu' 'linux-modules-nvidia-390-5.0.0-1028-oem-osp1' 'libtypes-path-tiny-perl' 'gcc-7-plugin-dev-x86-64-linux-gnu' 'freeradius' 'linux-headers-5.3.0-28-generic' 'linux-tools-5.3.0-28-generic' 'mime-construct' 'libraw1394-tools' 'python-loofah' 'gosa-plugin-gofax' 'ruby-grit-ext' 'libqxt-dev' 'libghc-yesod-core-dev' 'booth-pacemaker' 'python3-pgpy-doc' 'xnbd-server' 'kcron' 'agda-mode' 'snowdrop' 'libgpg-error-mingw-w64-dev' 'python-wicd' 'python3-sphinxcontrib.youtube' 'golang-gopkg-lxc-go-lxc.v2-dev' 'libxi-dev' 'libqgis-app2.18.17' 'gobjc++-arm-linux-gnueabi' 'piwi' 'adacontrol' 'gcc-aarch64-linux-gnu' 'trac-privateticketsplugin' 'libtheora-dbg' 'linux-modules-4.15.0-51-generic' 'selinux-policy-dummy' 'libgnomekbd-common' 'vim-migemo' 'ruby-jekyll-test-plugin-malicious' 'libhfasan3-armel-cross' 'linguider' 'linux-headers-5.0.0-36-lowlatency' 'linux-modules-extra-4.18.0-1024-azure' 'aide-common' 'r-cran-urltools' 'libkf5akonadi-dev-bin' 'linux-tools-4.15.0-1028-kvm' 'rapmap' 'linux-modules-nvidia-430-5.3.0-1010-gcp' 'libxcb-damage0' 'python-glareclient' 'libcommons-httpclient-java' 'ceferino-data' 'dtc-xen-firewall' 'python3-vcstools' 'mpb-mpi' 'libstdc++-7-dev-alpha-cross' 'libjte-dev' 'gftp-common' 'linux-modules-4.15.0-1015-oem' 'language-pack-zh-hans' 'libxml-perl' 'language-pack-zh-hant' 'python3-pyqt5.qtwebkit-dbg' 'pngnq' 'jsmath' 'libkf5jsapi5' 'python-httpbin' 'folder-color-common' 'libclutter-1.0-common' 'libsiscone0v5' 'default-d-compiler' 'games-console' 'libx32stdc++-5-dev-i386-cross' 'androguard' 'gmp-doc' 'libgnomecanvas2-0' 'g++-alpha-linux-gnu' 'libkchart-dev' 'linux-headers-5.0.0-27-generic' 'linux-tools-5.0.0-27-generic' 'libpdal-util5' 'libjchart2d-java-doc' 'checksecurity' 'subiquitycore' 'gnome-software-plugin-limba' 'libcatalyst-perl' 'libxcomposite1-dbg' 'libcore-specs-alpha-clojure' 'liballeggl4-dev' 'lib64gcc-5-dev-x32-cross' 'gnat-7-sjlj-arm-linux-gnueabihf' 'libstdc++5' 'pd-osc' 'libstdc++6' 'proftpd-basic' 'libghc-wl-pprint-extras-doc' 'pixz' 'docbook' 'flann-doc' 'libpoppler73' 'cpp-5-arm-linux-gnueabihf' 'libxml-filter-xslt-perl' 'ncbi-rrna-data' 'lua-discount-dev' 'geoclue-geonames' 'lib32gcc-5-dev-mips64el-cross' 'libdotconf0' 'qbittorrent-dbg' 'linux-modules-extra-5.3.0-1007-azure' 'python-toml' 'asp.net-examples' 'elpa-highlight-numbers' 'gniall' 'node-require-directory' 'android-libdex' 'solr-common' 'dssi-host-jack' 'wordpress-theme-twentyfifteen' 'pasco' 'gimp-ufraw' 'python-fontforge' 'dmitry' 'gdc-sh4-linux-gnu' 'libreoffice-l10n-ast' 'python3-gdal' 'evolution-plugins' 'libghc-mersenne-random-pure64-prof' 'linux-image-4.15.0-42-generic' 'libc6-mipsn32-mipsr6-cross' 'graphdefang' 'mythzoneminder' 'webdruid' 'linux-tools-virtual' 'linux-tools-4.15.0-1017-oracle' 'libghc-io-storage-prof' 'libghc-diagrams-cairo-dev' 'mgltools-vision' 'python3-nosehtmloutput' 'libxmmsclient++-glib-dev' 'r-cran-car' 'boinc-client-opencl' 'libvtkgdcm2-dev' 'libopsin-java-doc' 'libkf5crash5' 'anjuta-common' 'delaboratory' 'ruby-net-irc' 'libxcb-xkb-dev' 'ubuntu-kylin-docs' 'python-congressclient' 'node-body-parser' 'libaccess-modifier-checker-java' 'libghc-void-doc' 'libfeed-find-perl' 'liburdfdom-world' 'libnpth0' 'libvisp-detection3.1-dbg' 'lximage-qt' 'kamailio-cnxcc-modules' 'libclhep2.1v5' 'libgnatprj6-dev-mips64el-cross' 'python-pyramid-jinja2-doc' 'libpixelmed-java' 'scrm' 'trafficserver-dev' 'python-greenlet-doc' 'asterisk-prompt-it-menardi-alaw' 'python3-gdbm' 'libpococrypto50' 'elektra-qt-gui' 'libslurm32' 'libtheora-dev' 'python3-inflection' 'libglobus-gsi-credential-dev' 'compiz-plugins-main' 'libstdc++-5-dev-powerpcspe-cross' 'libcminpack-dev' 'libmagics++-metview-dev' 'libdbix-oo-perl' 'libgarcon-1-dev' 'libavahi-client3' 'gnat-5-m68k-linux-gnu' 'wsjtx' 'libid3-doc' 'node-acorn' 'libeclipse-jdt-junit-core-java' 'junior-writing' 'libplack-middleware-reverseproxy-perl' 'pypy-bdist-nsi' 'firefox-locale-cak' 'libatomic1-mipsel-cross' 'gem-plugin-lqt' 'libopencv-ts-dev' 'libsasl2-modules-otp' 'python3-wtforms' 'libgnat-5-dbg-mipsel-cross' 'coop-computing-tools-doc' 'qtpass' 'libconfig-dev' 'libngram-tools' 'python-zope.catalog' 'libnethttpd-ocaml-dev' 'libmultiverse-core-java-doc' 'python3-paho-mqtt' 'nupkg-newtonsoft.json.6.0.8' 'libmodule-inspector-perl' 'node-jschardet' 'python3-apsw' 'libstring-koremutake-perl' 'metche' 'language-pack-tg-base' 'node-define-property' 'libchi-driver-memcached-perl' 'python-tooz' 'libjs-q' 'cups-x2go' 'wxastrocapture' 'elpa-git-modes' 'linux-buildinfo-5.3.0-1012-gke' 'golang-github-audriusbutkevicius-pfilter-dev' 'fonts-noto-mono' 'libmiral3' 'lib64asan5-dbg' 'libxcb-glx0' 'tesseract-ocr-script-gujr' 'libmagickcore-6.q16hdri-3-extra' 'xserver-xorg-input-evdev-hwe-18.04-dbg' 'tuxpaint' 'libsolv-doc' 'scrounge-ntfs' 'linux-cloud-tools-4.15.0-1019-azure' 'zfs-dbg' 'sbuild-debian-developer-setup' 'libx32gfortran5-dbg-i386-cross' 'libsqlite0' 'libdebbugs-perl' 'libpreludedb-doc' 'python3-hdf5storage' 'libdebian-dpkgcross-perl' 'libsecret-1-dev' 'libvirt-ocaml-dev' 'libghc-microlens-ghc-doc' 'zbar-dbg' 'beast2-mcmc-doc' 'libzvbi-common' 'python3-agate' 'liblog4net1.2-cil' 'loqui' 'cvs-fast-export' 'libdssi-ocaml-dev' 'kde-l10n-ca-valencia' 'python-zope.tal' 'libuuid-tiny-perl' 'libcpg-dev' 'libmojolicious-plugin-i18n-perl' 'sctk' 'seascope' 'libcaf-mpi2' 'gpgv-win32' 'netcdf-bin' 'polipo' 'libuser-perl' 'libjcm-java' 'gnome-terminal' 'libghc-yesod-form-doc' 'bareftp' 'python-acora' 'libboost-python1.62.0' 'libghc-url-doc' 'ruby-hamster' 'libraynes-fs-clojure' 'cupp' 'python3-bottle-sqlite' 'libnet-irr-perl' 'cups' 'ktnef' 'cupt' 'libmono-csharp4.0c-cil' 'libpt-dbg' 'python-parallax' 'pulseaudio-utils' 'dict-freedict-dan-eng' 'golang-github-coreos-ioprogress-dev' 'libtenjin-perl' 'libfile-readbackwards-perl' 'libtie-dbi-perl' 'libghc-word-trie-prof' 'python3-wtf-peewee' 'wpagui' 'linux-buildinfo-4.15.0-1043-aws' 'libfwnt1' 'postgresql-10-similarity' 'boinc' 'python-watcherclient-doc' 'caffe-cpu' 'python-sortedm2m-data' 'libkf5kdegamesprivate1' 'gir1.2-gtkspell3-3.0' 'libapr-memcache-dev' 'python3-jsonrpclib-pelix' 'python-napalm-eos' 'linux-buildinfo-4.15.0-66-lowlatency' 'i2c-tools' 'libtsan0-dbg-ppc64el-cross' 'libboulder-perl' 'libstdc++-5-pic-m68k-cross' 'libdtd-parser-java' 'libghc-th-data-compat-doc' 'libmce-perl' 'linux-signed-image-generic-hwe-16.04-edge' 'cardpeek' 'apache2-utils' 'yacpi' 'mapserver-doc' 'libfreecell-solver0' 'libghc-vector-binary-instances-doc' 'libghc-cabal-file-th-dev' 'libjboss-logmanager-java-doc' 'split-select' 'python-toro' 'gtkmorph' 'libupnp6-doc' 'python-wsgicors' 'aspell-hsb' 'libdate-simple-perl' 'libantlr3-runtime-java' 'node-vinyl-fs' 'kalzium-data' 'cura' 'musescore-general-soundfont' 'gpac-modules-base' 'libghc-gio-doc' 'libirc-utils-perl' '3dchess' 'gcc-x86-64-linux-gnu' 'lightsquid' 'libghc-highlighting-kate-doc' 'unity-scope-texdoc' 'libapache-poi-java-doc' 'curl' 'libarray-utils-perl' 'lib64gfortran3-mipsel-cross' 'indicator-applet' 'ubuntukylin-wallpapers' 'libc6-dev-mipsn32-mips64r6-cross' 'linux-image-unsigned-4.15.0-55-lowlatency' 'python-memprof' 'liboxli1' 'lcmaps-plugins-basic-poolaccount' 'openimageio-tools' 'libghc-criterion-prof' 'liblivetribe-jsr223-java' 'jargon' 'libcolord-gtk-dev' 'libclass-dbi-perl' 'libjs-jquery-ui-theme-base' 'python3-healpy' 'gstreamer1.0-packagekit' 'python-preggy' 'parsinsert' 'libdpkg-perl' 'percona-galera-arbitrator-3' 'paxctld' 'python-u2flib-server' 'qthid-fcd-controller' 'ibus-array' 'apertium-fra-cat' 'libgconfmm-2.6-dev' 'node-babel-polyfill' 'golang-github-facebookgo-grace-dev' 'node-cors' 'mate-indicator-applet' 'libportsmf0v5' 'linux-buildinfo-4.18.0-17-lowlatency' 'raintpl' 'network-manager-openconnect' 'opencubicplayer' 'python3-jenkins' 'node-source-map' 'linux-buildinfo-4.15.0-70-lowlatency' 'maildrop' 'python3-heatclient' 'flatnuke' 'ndiswrapper' 'starlink-vo-java' 'libobjc-8-dev-m68k-cross' 'xosd-bin' 'libxcb-glx0-dev' 'libdata-buffer-perl' 'libn32go9-dbg-mips-cross' 'fs-uae-arcade' 'ruby-rack-oauth2' 'linux-cloud-tools-5.3.0-40-lowlatency' 'libtk8.5' 'libtk8.6' 'usbview' 'kvpnc-dbg' 'libcddb-file-perl' 'ruby-tzinfo' 'libnm-glib-vpn-dev' 'python-monascaclient' 'libqt4-sql-mysql' 'libnunit-console-runner2.6.3-cil' 'gdc-5-multilib-sparc64-linux-gnu' 'python-qt4reactor' 'libimage-transport-dev' 'g++-multilib-powerpc-linux-gnu' 'libqxt-doc' 'libghc-yesod-core-doc' 'syslinux-utils' 'python-flufl.enum-doc' 'sugar-browse-activity' 'libasan3-amd64-cross' 'libmeasurement-kit-dev' 'libgfortran-6-dev-mipsel-cross' 'compass-fancy-buttons-plugin' 'freegish' 'libatomic1-ppc64-cross' 'libapache2-mod-log-sql' 'libx32z1' 'libpt-dev' 'php-symfony' 'libtext-wikiformat-perl' 'linux-image-4.15.0-1026-kvm' 'micropolis' 'libchild-perl' 'python3-os-service-types' 'python-parallel' 'cpmtools' 'gmt-examples' 'python3-theano' 'lib32asan4-x32-cross' 'libghc-crypto-pubkey-openssh-prof' 'libradcli4' 'cdargs' 'kdevelop-python' 'linux-image-unsigned-5.0.0-36-lowlatency' 'libpango-1.0-0' 'python-rcssmin' 'mod-gearman-doc' 'gis-web' 'gmpc-plugins' 'netpanzer-data' 'linux-buildinfo-4.18.0-21-lowlatency' 'libsocl-1.2-0' 'python3-scipy' 'libghc-random-dev' 'ros-robot' 'keras-doc' 'ruby-timecop' 'wmaker-utils' 'eric-api-files' 'unity-scope-devhelp' 'libdirectory-scratch-perl' 'dtdinst' 'python-libsss-nss-idmap' 'libskk-dbg' 'ruby-insist' 'libwagon2-java' 'reclass-doc' 'python3-django-cors-headers' 'python-sqlalchemy-doc' 'libquazip1' 'r-cran-glue' 'libz3-4' 'elpa-ztree' 'hsqldb-utils' 'python3-gyoto' 'kde-artwork-active' 'tk8.6-dev' 'apt-config-icons' 'libcatmandu-sru-perl' 'bible-kjv-text' 'libghc-megaparsec-dev' 'globus-gram-job-manager-pbs-setup-poll' 'libtest-html-w3c-perl' 'cl-sql-postgresql-socket' 'pari-galpol' 'libotbapplicationengine-6.4-1' 'golang-cfssl' 'fomp' 'quicksynergy' 'libxerces-c-samples' 'linux-image-unsigned-5.0.0-1012-azure' 'libhttp-thin-perl' 'libkf5akonadicontact-dev' 'libserd-0-0' 'swac-scan' 'libmath-randomorg-perl' 'gcc-5-powerpc64-linux-gnu-base' 'lcl-qt5-1.8' 'libradsec-dev' 'libmono-webbrowser4.0-cil' 'libecap3' 'isdnvboxserver' 'starlink-datanode-java' 'python3-pyside.qtopengl' 'linux-cloud-tools-4.18.0-22-generic' 'tldextract' 'libweb-query-perl' 'node-isomorphic-fetch' 'linux-headers-generic-hwe-16.04-edge' 'fastqtl' 'ftp-cloudfs' 'libwildmidi-config' 'iperf' 'linux-image-unsigned-4.15.0-1033-gcp' 'bspwm' 'cpqarrayd' 'golang-github-masterminds-semver-dev' 'libhugs-cabal-bundled' 'xvnc4viewer' 'php-symfony-class-loader' 'lib32asan5-dbg-ppc64-cross' 'lv2proc' 'mswatch' 'golang-github-knqyf263-go-deb-version-dev' 'python3-linop' 'libcfitsio5' 'libjlapack-java' 'libdynalang-java' 'libnunit-framework2.6.3-cil' 'linux-image-4.15.0-1007-oracle' 'golang-github-opencontainers-runc-dev' 'python-neutron' 'libghc-diagrams-cairo-doc' 'python3-xstatic-objectpath' 'gtkam' 'php-horde-xml-element' 'wims-modules' 'python-celery-doc' 'pasmo' 'monotone-doc' 'libmoosex-types-path-class-perl' 'python-pyqt5.qtmultimedia' 'ruby-classifier' 'python-twisted-bin-dbg' 'tegrarcm' 'libsvm-dev' 'slang-histogram' 'python-flaskext.wtf-doc' 'libmeep-dev' 'xxkb' 'gworkspace-common' 'libcuda1-340-updates' 'nvidia-cg-dev' 'gdc-m68k-linux-gnu' 'ruby-buff-extensions' 'python-itypes' 'node-negotiator' 'd-itg' 'fp-units-i386-3.0.4' 'pubtal' 'libcublas9.1' 'libstonithd-dev' 'supercollider-ide' 'ruby-fog-openstack' 'libaudio-flac-decoder-perl' 'libjavascript-minifier-xs-perl' 'golang-github-btcsuite-btcd-chaincfg-chainhash-dev' 'nrg2iso' 'harden-doc' 'tesseract-ocr-script-guru' 'ruby-rails-assets-markdown-it-sanitizer' 'faker' 'libcdd0d-dbg' 'python3-pytestqt' 'libfcgi-procmanager-perl' 'linux-cloud-tools-azure-edge' 'libtheora-doc' 'gnome-themes-extra' 'libglobus-gsi-credential-doc' 'libdx4-dev' 'libboost-random1.62.0' 'pavumeter' 'libhx509-5-heimdal' 'libghc-happstack-server-dev' 'reconserver' 'python-klein' 'gobjc-5-powerpc-linux-gnuspe' 'libqxp-tools' 'profnet-chop' 'gcc-5-m68k-linux-gnu' 'node-buble' 'gosa-plugin-gofon' 'linux-tools-5.0.0-1029-gcp' 'firebird3.0-utils' 'libany-uri-escape-perl' 'libtest-regression-perl' 'node-character-parser' 'libdtkcore-dev' 'libnl-cli-3-200' 'libgo9-mipsel-cross' 'r-cran-cli' 'libconfig-doc' 'syslinux-themes-ubuntu-precise' 'cclib' 'cython-dbg' 'libtest-fatal-perl' 'muscle' 'pixelmed-www' 'libghc-system-fileio-dev' 'language-pack-ka-base' 'libskk-dev' 'clisp-module-rawsock' 'gobjc++-7-sparc64-linux-gnu' 'kdeplasma-addons-data' 'libgeronimo-validation-1.0-spec-java-doc' 'kubuntu-notification-helper' 'getstream' 'node-concat-stream' 'linux-tools-4.18.0-1025-azure' 'sword-text-sparv' 'fabric' 'libcdr-0.1-1' 'mopidy-soundcloud' 'windowlab' 'clisp-module-zlib' 'libx32asan2-i386-cross' 'libdbusmenu-gtk-dev' 'libfsotest3' 'syslog-ng-mod-riemann' 'libghc-th-data-compat-prof' 'libplack-middleware-csrfblock-perl' 'libhippocanvas-dev' 'libmagickcore-6.q16-dev' 'phasex' 'libxss1' 'mbrola-vz1' 'python3-astral' 'gir1.2-burner-3.1' 'libdoxia-java-doc' 'libtest-base-perl' 'aptitude' 'thunar-gtkhash' 'libfontbox2-java' 'linux-cloud-tools-4.15.0-42-generic' 'cuyo' 'python-neo' 'qml-module-org-kde-okular' 'libmm14' 'python3-pysodium' 'kde-telepathy-approver' 'python3-exam' 'libsub-prototype-perl' 'python-crontab' 'virtualbox-guest-utils-hwe' 'python-s3transfer' 'liboxygenstyleconfig5-5' 'libxml-grddl-perl' 'linux-image-unsigned-5.3.0-1009-gcp' 'lcab' 'libxau6-dbg' 'neutron-lbaasv2-agent' 'python-expiringdict' 'libstdc++6-7-dbg-x32-cross' 'unity-scope-chromiumbookmarks' 'xserver-xorg-video-trident-hwe-16.04' 'libhal1-flash' 'libghc-text-dev' 'libjs-jquery-tmpl' 'python3-djvu' 'libgnatprj6-dev-armel-cross' 'libjs-jquery-flot-axislabels' 'python-josepy' 'golang-github-tonistiigi-fifo-dev' 'python-lazr.config' 'libsixel-bin' 'u-boot-tools' 'libpod-markdown-perl' 'linux-image-4.15.0-1057-aws' 'budgie-welcome' 'lib32stdc++-8-dev-ppc64-cross' 'liblirc0' 'kopano-utils' 'forg' 'libembryo-bin' 'language-pack-hr-base' 'xfslibs-dev' 'python3-karborclient' 'simba' 'clojure1.8' 'libplexus-cli-java' 'libmoosex-setonce-perl' 'form' 'liblldb-4.0' 'golang-github-andybalholm-cascadia-dev' 'dict-freedict-srp-eng' 'xfce4-clipman-plugin' 'ilisp-doc' 'linux-modules-5.3.0-22-generic' 'libdbd-xbase-perl' 'libscrypt-dev' 'libdbix-dr-perl' 'kyotocabinet-doc' 'r-bioc-summarizedexperiment' 'prometheus-postgres-exporter' 'linux-image-4.15.0-32-lowlatency' 'libghc-cabal-file-th-doc' 'banshee-extension-zeitgeistdataprovider' 'libjsr166y-java' 'libbjack-ocaml-dev' 'libindicate-qt-dev' 'lib32gcc-7-dev-x32-cross' 'libkwinxrenderutils11' 'python-pyuca' 'busybox-syslogd' 'cntlm' 'python-zope.minmax' 'golang-github-burntsushi-toml-dev' 'gdc-multilib-x86-64-linux-gnux32' 'pd-pan' 'grok-dbg' 'libstorj0' 'python-ngs' 'libaxiom-java' 'texlive-pictures-doc' 'ubuntustudio-audio-plugins' 'libbabeltrace-dev' 'gcovr' 'python3-reproject' 'kopano-webapp-gmaps' 'libinstaparse-clojure' 'mpop' 'ganeti-2.16' 'libghc-hdbc-postgresql-prof' 'libjcdf-java' 'ruby-rmagick' 'python-forge' 'libtrilinos-teuchos12' 'gobjc-7-m68k-linux-gnu' 'libc6-dbg-powerpc-cross' 'libupnp-java' 'gobjc++-6-x86-64-linux-gnu' 'libdatrie1-bin' 'nuget' 'libqt5location5' 'libopendbx1-sqlite' 'libghc-bytedump-dev' 'libxml-filter-buffertext-perl' 'linux-image-unsigned-4.15.0-32-generic' 'python-webassets-doc' 'libgfbgraph-doc' 'pymetrics' 'python-bluez' 'libgconfmm-2.6-doc' 'postgresql-client-10' 'python3-pyside.qtgui' 'libtemplate-plugin-dbi-perl' 'zfs-doc' 'linux-tools-4.15.0-60-lowlatency' 'libmono-compilerservices-symbolwriter4.0-cil' 'owserver' 'ctpp2-doc' 'libcatalystx-simplelogin-perl' 'snap-templates' 'libstdc++-8-dev-x32-cross' 'opencl-clhpp-headers' 'python3-sendfile-dbg' 'tryton-modules-timesheet-cost' 'archmage' 'google-android-platform-5-installer' 'elpa-notmuch' 'libdb5.3-java' 'mate-dock-applet' 'linux-buildinfo-4.15.0-1069-oem' 'libmixin-extrafields-param-perl' 'libolap4j-java' 'libconcurrent-java' 'ardour' 'libwsman-client4' 'libasound2-plugin-equal' 'king-probe' 'qtdeclarative5-box2d1.1' 'libtemplate-autofilter-perl' 'libspnav0' 'mgba-sdl' 'libpcre-ocaml-dev' 'golang-pault-go-debian-dev' 'libarray-refelem-perl' 'averell' 'vala-panel-appmenu-registrar' 'libmsdw-smtp-perl' 'hashdeep' 'gnat-7-aarch64-linux-gnu' 'mpqc' 'linux-modules-4.15.0-54-lowlatency' 'libjnr-unixsocket-java-doc' 'node-music-library-index' 'gcc-8-powerpc64-linux-gnu' 'libgl-gst' 'indicator-power' 'liboggkate-dev' 'libpt-doc' 'janus' 'bonnie++' 'colobot' 'ola-python' 'libcitygml-dev' 'libjs-sphinxdoc' 'desktop-file-utils' 'liburi-fromhash-perl' 'proda' 'gosa-plugin-pptp' 'golang-github-golang-mock-dev' 'yudit-doc' 'pychess' 'gifsicle' 'xfonts-mona' 'libimap-admin-perl' 'reconf-inetd' 'libn32gomp1-mips64el-cross' 'linux-image-unsigned-4.15.0-1033-gke' 'cl-xlunit' 'libsidplayfp4' 'libobjc4-dbg-s390x-cross' 'kopano-server' 'libpythonqt-qt5-python2-3' 'medusa' 'fonts-vollkorn' 'libgcc-7-dev-powerpc-cross' 'dovecot-solr' 'isc-dhcp-client' 'libratpoints-dev' 'libghc-random-doc' 'mpich' 'linux-modules-nvidia-390-4.15.0-1048-aws' 'libaugeas-dev' 'python3-nbsphinx' 'baycomusb' 'muffin-doc' 'sjaakii' 'tinyscheme' 'gfortran-7-hppa-linux-gnu' 'libcupscgi1' 'gastman' 'renpy-demo' 'node-es6-module-transpiler' 'libgomp-plugin-nvptx1' 'pd-pdp' 'liboce-modeling11' 'spotweb' 'gfortran-6-multilib-i686-linux-gnu' 'python-fido-host' 'libstorm9' 'libsocl-contrib-1.2-0' 'gcc-8-plugin-dev-hppa-linux-gnu' 'libanfo0' 'tk8.6-doc' 'uim-gtk2.0' 'libxcb-xf86dri0' 'python3-django-memoize' 'powerstat' 'libgnatprj5-dbg-armel-cross' 'linux-modules-5.0.0-1021-aws' 'libpam-ldapd' 'libghc-megaparsec-doc' 'linux-tools-4.15.0-1009-azure' 'python3-daphne' 'libsql-tokenizer-perl' 'agda-stdlib' 'planetblupi-music-ogg' 'python-egenix-mxuid-doc' 'gccgo-7-multilib-mips64el-linux-gnuabi64' 'netwox-doc' 'argonaut-fusioninventory' 'liblablgtksourceview2-ocaml' 'libghc-dimensional-dev' 'python-recommonmark-doc' 'cutadapt' 'profphd-net' 'whitedune-docs' 'libx32objc-7-dev' 'libboost-thread1.65.1' 'pekwm-themes' 'ros-base-python-dev' 'libjgoodies-uiflite-java' 'lyskom-elisp-client' 'lib64gfortran-6-dev-i386-cross' 'node-p-limit' 'libhsail-rt0-dbg-i386-cross' 'gfire' 'ruby-api-pagination' 'iiod' 'libjmol-java' 'kst-doc' 'python-mock' 'libvcflib-dev' 'libgtkhotkey-dev' 'libkf5xmlrpcclient5' 'linux-tools-5.0.0-1029-gke' 'linux-buildinfo-4.15.0-1023-oracle' 'flintqs' 'libn32gfortran4-dbg-mips64-cross' 'secureboot-db' 'sdcc' 'node-js-tokens' 'python-sphinxcontrib.plantuml' 'lua5.2-doc' 'linux-modules-extra-4.15.0-1056-aws' 'ir.lv2' 'libxml-tokeparser-perl' 'python3-screed' 'python-neutron-fwaas' 'libmowgli2-dbg' 'python3-flaskext.multistatic' 'libtext-unicode-equivalents-perl' 'ifplugd' 'jsdoc-toolkit' 'asciidoc-tests' 'gobjc++-8-m68k-linux-gnu' 'ldaptor-doc' 'qtspeech5-doc' 'libspec-alpha-clojure' 'librlog5v5' 'libtexlua52' 'firefox-locale-csb' 'lib32atomic1' 'sdcv' 'libghc-ncurses-dev' 'python-mode' 'php-pspell' 'libblkid-dev' 'libstdc++-7-pic-i386-cross' 'poppler-data' 'node-require-dir' 'umview-mod-umlwip' 'liblwt-glib-ocaml-dev' 'libmythes-1.2-0' 'nvidia-cg-doc' 'libcvc4parser4' 'python3-demjson' 'ocamlgraph-editor' 'python3-pyprind' 'mptp' 'xnbd-client' 'mpv2' 'libkf5jsembed-data' 'libmygui-dev' 'libfreezethaw-perl' 'scratch' 'gmp-ecm' 'liblo-ocaml-dev' 'gnat-5-sjlj-aarch64-linux-gnu' 'libn32atomic1-dbg-mips64-cross' 'mktorrent' 'liblocalizer-java' 'libgeronimo-jpa-2.0-spec-java-doc' 'osdsh' 'ruby-fast-stemmer' 'sddm' 'ruby-http' 'linux-headers-4.15.0-30-generic' 'libshibsp-dev' 'libglobus-net-manager-dev' 'postgresql-plpython-10' 'libxcb-xinput0' 'python-pyside.qtsql' 'libghc-happstack-server-doc' 'fonts-liberation' 'python3-exif' 'sludge-compiler' 'qca-qt5-2-utils' 'python-spake2' 'db-upgrade-util' 'libterm-editoredit-perl' 'golang-github-pquerna-cachecontrol-dev' 'node-escope' 'libunity-core-6.0-dev' 'kamailio' 'node-cli-truncate' 'libskinlf-java-demo' 'artfastqgenerator-doc' 'linux-modules-4.15.0-1048-gke' 'ruby-rspec-instafail' 'xpilot-ng-common' 'libmrpt-kinematics1.5' 'libip4tc0' 'libpsocksxx0' 'python-sparqlwrapper' 'libghc-cipher-camellia-dev' 'kleopatra' 'r-cran-quadprog' 'libghc-system-fileio-doc' 'libparsington-java-doc' 'brutefir' 'autotalent' 'libstdc++-5-dev-armhf-cross' 'gtklp' 'pg-cloudconfig' 'python3-websocket' 'ladspalist' 'zeal' 'unison-all-gtk' 'mate-screensaver' 'librte-pmd-lio17.11' 'pike7.8-gtk' 'jhove' 'linux-cloud-tools-4.15.0-66-lowlatency' 'qemu-block-extra' 'libphtools2-dev' 'libghc-profunctors-dev' 'usbauth-notifier' 'abi-compliance-checker' 'linux-modules-extra-4.15.0-1009-gcp' 'libeeze-dev' 'libsysfs2' 'kubuntu-driver-manager-dbg' 'python-greenlet' 'libdbusmenu-gtk-doc' 'kmymoney-common' 'ruby-rails-assets-bootstrap' 'libgtkglext1-dev' 'ruby-aws-sdk' 'linux-tools-4.15.0-1010-aws' 'make-doc' 'cvc3' 'cvc4' 'vim-conque' 'libsylph-dev' 'libsdl2-ttf-2.0-0' 'libanyevent-dbd-pg-perl' 'linux-headers-4.15.0-51-generic' 'uim-plugins' 'pd-iemmatrix' 'ruby-clockwork' 'choreonoid-dbg' 'libxml-compile-cache-perl' 'libnoise-dev' 'llvm-3.9-runtime' 'python3-aodhclient' 'python-weberror' 'libghc-text-zipper-dev' 'libibnetdisc5' 'ansible-lint' 'qtdeclarative5-dev-tools' 'python-zope.configuration' 'python-htmlmin' 'ufoai-uforadiant-data' 'libapache2-authcassimple-perl' 'gfortran-5-x86-64-linux-gnux32' 'libsonic-dev' 'libdevel-cycle-perl' 'libx32z1-dev' 'python-wxgtk-media4.0' 'libghc-yi-rope-dev' 'libprotobuf-dev' 'libghc-text-doc' 'libtecla1' 'libjs-jquery-coolfieldset' 'libmems-1.6-dev' 'libtevent0' 'med-dental' 'libxcb-dri2-0' 'sugar-calculate-activity' 'lib32objc-6-dev-mips64-cross' 'datefudge' 'python-sourcecodegen' 'openvswitch-test' 'acl2-infix-source' 'libjasperreports-java' 'quake2' 'corkscrew' 'libghc-http-streams-prof' 'quake3' 'libkf5tnef-data' 'quake4' 'vdr-plugin-satip' 'liblogging-stdlog0' 'postbooks-schema-empty' 'linux-image-5.0.0-1010-oracle' 'linux-cloud-tools-4.18.0-17-lowlatency' 'gnat-6-powerpc-linux-gnu' 'libgtkgl2.0-dev' 'libgupnp-av-1.0-2' 'linux-headers-gcp-edge' 'linux-cloud-tools-4.15.0-70-lowlatency' 'python-smclib' 'linux-headers-4.15.0-1026-oem' 'cairo-dock-messaging-menu-plug-in' 'linux-modules-extra-4.15.0-52-generic' 'python-multicorn' 'libh2o-dev' 'elpa-zenburn-theme' 'claws-mail-tnef-parser' 'libkate-dev' 'libvisp-io3.1' 'libxkbcommon0' 'linux-virtual-hwe-18.04' 'libmongodb-java' 'libdata-stream-bulk-perl' 'libghc-stateref-prof' 'python-django-xmlrpc' 'libxfconf-0-2' 'libxml-maven-plugin-java' 'linux-modules-4.15.0-1009-oem' 'msrtool' 'luckybackup-data' 'libconfig-scoped-perl' 'fonts-cabin' 'python-libsass' 'libfreerdp-client1.1' 'golang-gopkg-flosch-pongo2.v3-dev' 'libmodule-extract-use-perl' 'libfuzzer-6.0-dev' 'john-data' 'elpa-eshell-prompt-extras' 'python3-llvmlite' 'awstats' 'linux-modules-4.18.0-1012-aws' 'cgilib' 'cython-doc' 'libvirt-daemon-driver-storage-gluster' 'libtest-api-perl' 'libmono-microsoft-build-utilities-v4.0-4.0-cil' 'pysycache-sounds' 'cdebconf-gtk' 'libzbargtk-dev' 'pgadmin3' 'reprotest' 'libdb-sql-dev' 'python-stopit' 'gnome-do-plugins' 'python-pyxb-bundles-wssplat' 'saods9' 'llvm-7-runtime' 'libghc-bytedump-doc' 'libptexenc-dev' 'soundconverter' 'libboost-signals1.62-dev' 'python-requests-cache-doc' 'pyssim' 'linux-cloud-tools-4.18.0-21-lowlatency' 'python-ns3' 'gnome-software-common' 'xdesktopwaves' 'blktrace' 'sdic' 'linux-modules-extra-5.0.0-1007-oracle' 'openvswitch-common' 'libjsamp-java' 'qml-modules-org-kde-purpose' 'agrep' 'python-lazr.enum' 'walinuxagent' 'python-pyside.qtsvg' 'libykpers-1-dev' 'avahi-discover' 'dctrl-tools' 'libcgal13' 'libzeep3.0v5' 'siscone-doc-pdf' 'sdic-gene95' 'libasedrive-usb' 'cups-client' 'python-avogadro' 'linux-image-unsigned-5.0.0-27-lowlatency' 'haskell-lazy-csv-utils' 'libgcc-7-dev-x32-cross' 'python3-pyxb-bundles-wssplat' 'python3-persistent' 'hfsplus' 'libfacter3.10.0' 'gtkmm-documentation' 'ubuntustudio-icon-theme' 'libsvgpp-dev' 'libghc-yi-frontend-pango-prof' 'icinga2' 'cl-sql-postgresql' 'liquidsoap-plugin-jack' 'linux-tools-4.18.0-1011-azure' 'golang-github-mitchellh-panicwrap-dev' 'libgmp-ocaml-dev' 'libxml-libxml-lazybuilder-perl' 'rpcbind' 'linux-headers-4.15.0-1006-gcp' 'telepathy-indicator' 'cinnamon-desktop-data' 'archdetect-deb' 'python3-pyqt5.qtwebengine-dbg' 'libghc-libxml-sax-prof' 'libbonobo2-0' 'linux-buildinfo-4.15.0-1049-gke' 'thunderbird-locale-af' 'fusionforge-plugin-scmhg' 'rest2web' 'libjavascriptcoregtk-4.0-18' 'golang-pq-dev' 'libghc-dpkg-prof' 'libjruby-joni-java' 'libghc-glib-dev' 'python3-fixtures' 'ruby-ronn' 'xfonts-biznet-75dpi' 'r-cran-fbasics' 'libpaps-dev' 'cups-ipp-utils' 'qpdfview' 'php-xajax' 'python3-newt' 'python-bugzilla' 'libmagics++-data' 'python-yapsy-doc' 'libghc-reform-happstack-prof' 'python3-multidict-dbg' 'thunderbird-locale-ar' 'flannel' 'ippsample' 'libstdc++6-amd64-cross' 'libclass-autouse-perl' 'python-nss' 'klibc-utils' 'gobjc-6-x86-64-linux-gnux32' 'python-pytest' 'cl-actionlib' 'lilv-utils' 'ruby-amq-protocol' 'libpbseq-dev' 'criticalmass' 'libtk-splashscreen-perl' 'libgfortran3-dbg-armel-cross' 'git-all' 'thunderbird-locale-be' 'libhpmud-dev' 'python-pkginfo' 'thunderbird-locale-bg' 'freetds-common' 'mono-complete' 'libkyotocabinet16v5' 'libnoggit-java' 'python-os-api-ref' 'libtest-block-perl' 'wodim' 'facter-dev' 'libdmalloc-dev' 'sessioninstaller' 'linux-tools-4.15.0-1032-kvm' 'xserver-xorg-video-dummy-hwe-16.04' 'lcov' 'apper-data' 'python-brial' 'thunderbird-locale-bn' 'libcmtspeechdata-utils' 'python-google-apputils' 'python-brian' 'gir1.2-gxps-0.1' 'binutils-mipsisa64r6-linux-gnuabin32-dbg' 'librte-cfgfile17.11' 'thunderbird-locale-br' 'atftp' 'libpocl-dev' 'libcojets2-dev' 'libajtcl1604' 'libnflog-perl' 'puredata-gui-l10n' 'ri-li-data' 'libghc-dimensional-doc' 'fusionforge-plugin-authhttpd' 'libghc-lifted-base-prof' 'barbican-worker' 'octave-financial' 'libclass-dbi-fromcgi-perl' 'fte-xwindow' 'lldb-7' 'deepin-picker' 'lldb-8' 'lldb-9' 'dconf-cli' 'thunderbird-locale-nn-no' 'gnome-settings-daemon-dev' 'ruby-schash' 'stlcmd' 'keepassxc' 'texlive-latex-recommended' 'thunderbird-locale-ca' 'libwebkdc-perl' 'freeipmi-tools' 'python3-django-background-tasks' 'libdrm-dev' 'bbswitch-dkms' 'x11proto-fixes-dev' 'git-cola' 'libwreport3' 'libcurry-perl' 'thunderbird-globalmenu' 'r-cran-viridis' 'python3-html5-parser' 'python3-cssmin' 'python-meliae' 'pkg-components' 'libfile-localizenewlines-perl' 'proot' 'python-egenix-mxtools' 'tropic-session-splashes' 'linux-image-4.15.0-1014-oracle' 'linux-buildinfo-5.0.0-29-generic' 'synfig-dbg' 'fdroidserver' 'dwdiff' 'libsqlite3-mod-blobtoxy' 'irussian' 'thunderbird-locale-cs' 'libmbim-glib4' 'libtools-analyzer-jvm-clojure' 'r-bioc-biocgenerics' 'libghc-readargs-prof' 'drmips' 'cairo-dock-gnome-integration-plug-in' 'congress-server' 'xfce4-radio-plugin' 'python-nut' 'thunderbird-locale-cy' 'libglibmm-2.4-dev' 'libmono-i18n-cjk4.0-cil' 'python-nautilus' 'libcolt-free-java' 'libghc-ncurses-doc' 'android-sdk-helper' 'testu01-data' 'thunderbird-locale-da' 'libgfortran-6-dev-mips64el-cross' 'fonts-sil-doulos-compact' 'python-configshell-fb' 'speech-dispatcher-cicero' 'gosa-plugin-scalix' 'php-psr-simple-cache' 'thunderbird-locale-de' 'libterm-ttyrec-plus-perl' 'cookietool' 'librest-application-perl' 'linux-buildinfo-4.15.0-1037-aws' 'ocaml-mingw-w64' 'makepatch' 'libpsurface-dbg' 'openni2-utils' 'argonaut-fusiondirectory' 'genometools' 'gir1.2-rsvg-2.0' 'python3-certifi' 'cl-puri' 'libpacklib-lesstif1-dev' 'libjboss-jdeparser2-java-doc' 'linux-buildinfo-4.18.0-1013-aws' 'googletest' 'libxfcegui4-4' 'linux-tools-4.18.0-1013-aws' 'slurm-client' 'libshibsp-doc' 'libglobus-net-manager-doc' 'libghc-mono-traversable-prof' 'linux-image-unsigned-5.0.0-1018-azure' 'libcdi-dev' 'passwordsafe' 'gcstar' 'libtrilinos-rtop-dev' 'libio-lockedfile-perl' 'libghc-tree-monad-prof' 'yorick-svipc' 'python3-munch' 'liblcms2-utils' 'r-cran-nnet' 'ruby-jnunemaker-matchy' 'mustang' 'wmbutton' 'libgo13-dbg-mips64el-cross' 'libhtml5parser-java' 'libtrilinos-galeri12' 'xfonts-cronyx-koi8u-misc' 'libghc-simple-dev' 'lib64go7-dbg-powerpc-cross' 's3backer' 'airport-utils' 'cloud-guest-utils' 'libclass-accessor-perl' 'u1db-tools' 'r-cran-semtools' 'golang-github-pierrec-xxhash-dev' 'biboumi' 'libframe-dev' 'polymake-common' 'libgnatvsn5-s390x-cross' 'childsplay' 'libghc-cipher-camellia-doc' 'sshfp' 'lmbench' 'libx32quadmath0-dbg' 'fts-opsi' 'libghc-multipart-prof' 'thunderbird-locale-el' 'libpari-dev' 'sshfs' 'libgv-perl' 'smartpm-core' 'thunderbird-locale-en' 'python-pytest-cov' 'dvi2ps-fontdata-a2n' 'libboost-serialization1.65.1' 'stun-client' 'node-base64id' 'linux-headers-4.15.0-88-lowlatency' 'thunderbird-locale-es' 'libkonq-common' 'thunderbird-locale-et' 'thunderbird-locale-eu' 'tuxpaint-stamps-default' 'mriconvert' 'python-gtkspellcheck-doc' 'libx32go11-dbg-amd64-cross' 'libhtml-wikiconverter-dokuwiki-perl' 'ruby-barby' 'mtdev-tools' 'liborcania1.1' 'libc++abi-test' 'libghc-profunctors-doc' 'libgnatvsn6-i386-cross' 'linux-signed-image-lowlatency' 'strongswan-starter' 'tortoisehg' 'python3-repoze.who' 'openssh-client-ssh1' 'libequinox-servletbridge-java' 'gdal-data' 'libjack-dev' 'libgtkglext1-doc' 'cryptsetup' 'libsphinxbase3' 'libgnatvsn8-dbg' 'python-pil.imagetk' 'libotbpolarimetry-6.4-1' 'libtest-assertions-perl' 'cyclograph' 'magnum-common' 'ruby-rails-i18n' 'patat' 'libratbag-common' 'libcgal-demo' 'libeclipse-ui-editors-java' 'sdop' 'node-randombytes' 'thunderbird-locale-fi' 'linux-modules-4.18.0-14-generic' 'node-xoauth2' 'libxcb-xtest0' 'libjboss-logging-tools-java-doc' 'php-mailparse' 'bzip2-doc' 'libjs-microplugin.js' 'python3-kyotocabinet' 'isdnvboxclient' 'cloud-utils-euca' 'python-nwsserver' 'patman' 'libgeonames0' 'blimps-examples' 'thunderbird-locale-fr' 'bladerf-firmware-fx3' 'libghc-text-zipper-doc' 'libpyside-dev' 'ruby-inline' 'libbde1' 'python-nxs' 'python-nxt' 'python-indigo' 'python-measurement-doc' 'libqdox-java' 'thunderbird-locale-fy' 'r-cran-qqman' 'node-dompurify' 'sdpa' 'libumockdev0' 'gdc-7-m68k-linux-gnu' 'libxmlplaylist-ocaml-dev' 'sdpb' 'oar-common' 'libghc-yi-rope-doc' 'lib64asan4-dbg-i386-cross' 'python3-parsedatetime' 'node-fast-deep-equal' 'qt5-qmake-bin' 'thunderbird-locale-ga' 'libhexbox1.5-cil' 'libthrift-java' 'thunderbird-locale-gd' 'jython' 'sipwitch-cgi' 'libfpm-helper0' 'pypy-idna' 'ruby-jekyll-paginate' 'lubuntu-restricted-addons' 'python3-tagpy' 'nvidia-libopencl1-340-updates' 'libghc-language-javascript-prof' 'thunderbird-locale-gl' 'stimfit-dbg' 'libcrypt-passwdmd5-perl' 'src2tex' 'ruby-rotp' 'libblimps3' 'libroutino-slim0' 'libignition-math2-dev' 'libapache2-mod-wsgi' 'gfortran-5-powerpc64le-linux-gnu' 'libeclipse-ltk-core-refactoring-java' 'nim-doc' 'lizardfs-cgi' 'libboost-mpi1.62-dev' 'golang-github-jmoiron-sqlx-dev' 'libnumber-recordlocator-perl' 'mygui-doc' 'gitlint' 'python-mk-livestatus' 'python3-swiftsc' 'r-cran-minpack.lm' 'patch' 'libxio-dev' 'liblcas-dev' 'libgsf-bin' 'golang-github-mitchellh-multistep-dev' 'nova-compute-qemu' 'libace-inet-ssl-6.4.5' 'bluefish-data' 'libpsurface-dev' 'dxtool' 'pyppd' 'astro-tools' 'libkf5doctools-dev' 'auth-client-config' 'libghc-qrencode-prof' 'lprng-doc' 'python3-dkim' 'libgxw0' 'edict-el' 'bison++' 'python3-xstatic' 'thunderbird-locale-he' 'libnih-dev' 'libcoq-ocaml-dev' 'volatility-tools' 'golang-github-hashicorp-serf-dev' 'python3-audit' 'python-qt4-dbg' 'libsasl2-modules-gssapi-mit' 'linux-tools-4.15.0-1036-oem' 'libghc-chell-quickcheck2-prof' 'python3-gear' 'golang-gopkg-fatih-pool.v2-dev' 'fped' 'gstreamer1.0-python3-plugin-loader' 'libhtml-parser-perl' 'filter' 'thunderbird-locale-hr' 'golang-gopkg-macaroon.v2-dev' 'python3-wstool' 'libghc-monad-par-prof' 'liba52-0.7.4-dev' 'r-cran-rcppgsl' 'thunderbird-locale-hu' 'tomcat8-user' 'thunderbird-locale-hy' 'libstdc++6-hppa-cross' 'libghc-bool-extras-prof' 'pike8.0-dnssd' 'lib64readline7' 'ruby-rubytorrent' 'libpcre2-16-0' 'python3-icu-dbg' 'golang-github-hashicorp-go-uuid-dev' 'python3-h5py-dbg' 'nvidia-libopencl1-361-updates' 'python-aptdaemon.gtk3widgets' 'thunderbird-locale-id' 'lv2-dev' 'libx52pro-dev' 'ruby-cssmin' 'python-ephem' 'r-cran-dbi' 'zram-config' 'unbound-anchor' 'libweb-api-perl' 't1-teams' 'cl-nibbles' 'libopenjp2-7-dev' 'codeblocks-common' 'libkf5tnef-dev' 'libgnatvsn8-dev' 'hamradio-training' 'python-mailer' 'thunderbird-locale-is' 'tesseract-ocr-script-jpan' 'python3-pyjokes' 'thunderbird-locale-it' 'python-pika' 'golang-github-tendermint-ed25519-dev' 'linux-image-unsigned-4.15.0-1027-gcp' 'libnacl-dev' 'gccgo-7-x86-64-linux-gnux32' 'libkf5kiocore5' 'libcoin80-runtime' 'r-bioc-biovizbase' 'r-cran-fbonds' 'choreonoid-doc' 'khelpcenter4' 'linux-tools-oracle-edge' 'keepass2' 'linux-image-unsigned-5.0.0-36-generic' 'plasma-look-and-feel-org-kde-breezedark-desktop' 'libjalali0' 'python3-novaagent' 'thunderbird-locale-ja' 'libmono-system-web-webpages-razor2.0-cil' 'libxine2-vdr' 'python-lldb-3.9' 'apparix' 'libsvgpp-doc' 'rygel-tracker' 'qtpim5-doc-html' 'libmonkey-patch-action-perl' 'dict-freedict-eng-pol' 'php-horde-listheaders' 'gearhead2' 'libsensors4' 'python-nova.lxd' 'linux-buildinfo-4.15.0-55-generic' 'dict-freedict-eng-por' 'golang-github-rubyist-tracerx-dev' 'libosgi-annotation-java' 'nux-tools' 'libidw-java-doc' 'libghc-descriptive-dev' 'wmcoincoin' 'moblin-menus' 'libproxool-java' 'esorex' 'tryton-modules-purchase-shipment-cost' 'libnetcf-dev' 'libatk1.0-dev' 'libghc-glib-doc' 'libebml-dev' 'libkf5archive5' 'xfce4-places-plugin' 'caffe-doc' 'samplv1-lv2' 'python3-cephfs' 'libhac-java-doc' 'haskell-derive-utils' 'libghc-conduit-combinators-dev' 'node-cli-boxes' 'python3-oslo.config' 'libpcl-conversions-dev' 'mistral-api' 'libio-pager-perl' 'thunderbird-locale-ka' 'libcothreads-ocaml-dev' 'libobjc-6-dev-alpha-cross' 'librte-pmd-pcap17.11' 'libgstreamer-plugins-bad1.0-0' 'libmoosex-types-stringlike-perl' 'libz-mingw-w64' 'libghc-authenticate-oauth-dev' 'libsvn-dump-perl' 'gnustep-dl2-sqlite-adaptor' 'libx32ubsan1-dbg-amd64-cross' 'golang-github-calmh-xdr-dev' 'peony-open-terminal' 'thunderbird-locale-kk' 'openjdk-11-jdk-headless' 'mpdscribble' 'python-zope.copy' 'language-pack-gnome-az-base' 'libtap-simpleoutput-perl' 'python-pbgenomicconsensus' 'libqt5quick5' 'thunderbird-locale-ko' 'linux-image-4.15.0-1030-kvm' 'gcc-8-sh4-linux-gnu-base' 'science-geometry' 'monodoc-gudev-manual' 'pypy-pluggy' 'ruby-packetfu' 'perlmagick' 'erlang-p1-pgsql' 'g++-8-multilib' 'galileo-daemon' 'qml-module-qtlocation' 'linux-modules-nvidia-390-oem-osp1' 'libgfortran-8-dev-powerpcspe-cross' 'qtcreator-doc' 'python-qt4-dev' 'gnome-shell-extension-show-ip' 'linux-modules-5.0.0-1011-oracle' 'phlipple-dbg' 'python3-sushy' 'r-cran-nnls' 'linpac' 'golang-github-d2g-dhcp4-dev' 'libslurm-dev' 'libladr4' 'python-chartkick' 'fbterm' 'tachyon-doc' 'libopenr2-bin' 'libtest-manifest-perl' 'libn32gfortran5-dbg-mips-cross' 'node-yallist' 'keepassx' 'courier-base' 'libcsv-java-doc' 'libuncommons-maths-java-doc' 'python-autopep8' 'linux-buildinfo-4.15.0-76-generic' 'gemdropx' 'python3-vtk7' 'libopencv-video-dev' 'libjs-jquery-flot' 'libs3-2' 'bppsuite' 'lib64gomp1' 'libmeep-mpi-default-dev' 'trac' 'node-d3-color' 'gedit-developer-plugins' 'libfko3' 'gobjc++-6-m68k-linux-gnu' 'libjs-sink-test' 'thunderbird-locale-lt' 'wordgrinder-ncurses' 'isc-dhcp-server-ldap' 'trophy-dbg' 'network-manager-pptp-gnome' 'asic0x-dkms' 'muon-notifier' 'tran' 'gnome-alsamixer' 'colmap' 'libx32stdc++-4.8-dev' 'libmono-system-windows-forms4.0-cil' 'libfl-dev' 'linux-image-oem' 'liburfkill-glib-dev' 'libam7xxx0.1-dbg' 'fswebcam' 'python-mox3' 'nodeenv' 'matanza' 'libc6-amd64-x32-cross' 'python-pint' 'libglibmm-2.4-doc' 'libmono-system-identitymodel-selectors4.0-cil' 'gpg-agent' 'ufo-filters' 'ruby-opennebula' 'configure-debian' 'python-zunclient' 'tryton-modules-bank' 'kmousetool' 'thunderbird-locale-mk' 'libkernlib1-gfortran' 'gcc-powerpc-linux-gnuspe' 'node-schlock' 'linux-cloud-tools-5.3.0-24-generic' 'language-pack-is-base' 'python-django-webpack-loader' 'qtiplot-doc' 'thunderbird-locale-ms' 'libglobus-gsi-proxy-core0' 'cpp-8-m68k-linux-gnu' 'linux-modules-nvidia-430-5.3.0-1007-azure' 'libxqilla-dev' 'biff' 'python3-padme' 'ubuntu-developer-tools-center' 'uligo' 'maas-enlist' 'python3-pycuda-dbg' 'libfstrm0-dbg' 'libgnat-8-dbg' 'graphviz' 'thunderbird-locale-nb' 'linux-headers-4.15.0-36-lowlatency' 'otrs2' 'spectrwm' 'algotutor' 'python-scgi' 'pandora-build' 'nethack-spoilers' 'python-numba' 'cvsd' 'libxml-simpleobject-enhanced-perl' 'libjs-jquery-ui-theme-flick' 'printer-driver-c2050' 'python3-elasticsearch' 'thunderbird-locale-nl' 'libteem-dev' 'powerwake-common' 'thunderbird-locale-nn' 'libghc-simple-doc' 'geany-plugins-common' 'libcatalyst-model-cdbi-crud-perl' 'libghc-cairo-dev' 'latex-mk' 'linux-signed-image-lowlatency-hwe-16.04' 'libgphobos68-dbg' 'xmms2-plugin-rss' 'drascula-music' 'libportmidi-dev' 'lib32go9-dbg-x32-cross' 'libn32stdc++-7-dev-mips-cross' 'speakup-tools' 'eclipse-mylyn-wikitext' 'libtlsh0' 'libqgpgme1' 'liblavjpeg-2.1-0' 'node-console-browserify' 'golang-pault-go-gecos-dev' 'gcc-6-plugin-dev-powerpc-linux-gnu' 'psi-plus' 'clamassassin' 'globus-common-progs' 'python3-secretstorage' 'apngdis' 'libqgpgme7' 'libghc-reducers-prof' 'golang-github-dcso-fluxline-dev' 'emacs25-lucid-dbg' 'iozone3' 'ejabberd-mod-webpresence' 'python-zope.file' 'linux-cloud-tools-5.0.0-23-generic' 'libibverbs-dev' 'python3-authres' 'python3-lib389' 'cantor-backend-lua' 'libghc-fingertree-prof' 'libeclipse-jdt-debug-java' 'linux-modules-5.0.0-1027-gke' 'libghc-typed-process-prof' 'navit-graphics-gtk-drawing-area' 'libmm-ocaml' 'afflib-tools' 'libtest-object-perl' 'ubuntu-packaging-guide' 'libcatalyst-plugin-scheduler-perl' 'svxreflector' 'apcalc' 'mcollective-plugins-iptables' 'empty-expect' 'python-passfd' 'slapos-client' 'libinotifytools0' 'python3-librtmp-dbg' 'vala-panel-appmenu' 'linux-modules-nvidia-418-5.0.0-1022-azure' 'libpff1' 'nast-ier' 'nitroshare' 'vblade' 'libghc-type-level-numbers-prof' 'libllvm-9-ocaml-dev' 'jack-keyboard' 'fusiondirectory-plugin-fusioninventory' 'dict-freedict-deu-eng' 'thunderbird-locale-pa' 'libc++abi-dev' 'eog-plugin-python-console' 'linux-image-5.0.0-1032-azure' 'nagios-plugins-standard' 'libgretl1' 'libtest-tabs-perl' 'python-backports.tempfile' 'libmason-plugin-routersimple-perl' 'python3-germinate' 'libappstream-glib-dev' 'gfortran-mipsel-linux-gnu' 'form-doc' 'suricata' 'libgnatprj6-ppc64el-cross' 'thunderbird-locale-pl' 'python3-geis' 'libx32ubsan0-amd64-cross' 'courier-authlib-postgresql' 'php-imagick' 'liblog-dispatch-message-passing-perl' 'forensic-artifacts' 'tree' 'dhewm3-d3xp' 'crossroads' 'r-cran-goftest' 'libiptcdata0-dbg' 'krb5-strength' 'update-notifier' 'libk3b7-extracodecs' 'libghc-polynomial-dev' 'thunderbird-locale-pt' 'libgnat-6-mipsel-cross' 'gnome-do' 'gaminggear-utils' 'cbflib-bin' 'libnl-xfrm-3-dev' 'science-astronomy' 'swauth-doc' 'lib32ubsan0-x32-cross' 'libstatistics-welford-perl' 'libintl-xs-perl' 'libchamplain-0.12-dev' 'libplack-perl' 'xdg-user-dirs-gtk' 'python3-zc.customdoctests' 'xfdesktop4-data' 'python3-chardet' 'python3-frozendict' 'libghc-vector-prof' 'gdc-8-sh4-linux-gnu' 'lib64go4' 'libvariantslib-ocaml' 'libgo11-sparc64-cross' 'libvmmlib-dev' 'python-sphinxcontrib.spelling-doc' 'libauthen-dechpwd-perl' 'libcgi-struct-xs-perl' 'edb-debugger-plugins' 'libgphobos68-dbg-x32-cross' 'liblexical-sealrequirehints-perl' 'lib64ubsan0-x32-cross' 'libghc-quickcheck-text-dev' 'libgit2-26' 'watch-maildirs' 'linux-image-4.15.0-1034-oem' 'linux-headers-4.15.0-1016-kvm' 'loggedfs' 'node-which' 'charactermanaj' 'libdbd-sqlite2-perl' 'r-cran-plogr' 'python-structlog' 'gcc-8-hppa64-linux-gnu' 'librdf-generator-void-perl' 'ruby-citrus' 'libjs-jquery-slugify' 'ifupdown-extra' 'libgfortran-7-dev-armel-cross' 'language-pack-gnome-zh-hant-base' 'libstrongswan-extra-plugins' 'libx32gcc-6-dev-i386-cross' 'libstdc++6-7-dbg-mips64el-cross' 'libhtml-wikiconverter-moinmoin-perl' 'wmtemp' 'libesedb-utils' 'ruby-rethtool' 'python-django-debug-toolbar-doc' 'libgstreamer1.0-0' 'icewm-experimental' 'python-tenacity' 'libn32go13-dbg-mips-cross' 'liblirc-client0' 'libclaw-application1v5' 'jupyter' 'libghc-texmath-prof' 'ant-optional' 'linux-generic' 'libmixin-extrafields-perl' 'pdfminer-data' 'libghc-regex-posix-prof' 'libstdc++-7-dev-m68k-cross' 'thunderbird-locale-rm' 'libnetcdf-c++4-1' 'qml-module-org-kde-kcoreaddons' 'thunderbird-locale-ro' 'golang-gopkg-gomail.v2-dev' 'viewnior' 'libobexftp0' 'golang-github-xiang90-probing-dev' 'php-amqp' 'golang-github-armon-go-metrics-dev' 'fastqtl-doc' 'thunderbird-locale-ru' 'libogdi3.2-dev' 'gedit-plugin-terminal' 'python-imaplib2' 'libakonadi-contact4' 'xabacus' 'rt4-clients' 'linux-headers-4.15.0-1027-oracle' 'language-pack-el-base' 'soprano-daemon' 'libstarlink-ast0' 'chiark-utils-bin' 'libunix-mknod-perl' 'plasma-workspace-wallpapers' 'libatk-bridge2.0-dev' 'ext4magic' 'g++-multilib-x86-64-linux-gnu' 'libpetal-utils-perl' 'libomxil-bellagio-dev' 'geoip-database-contrib' 'virtuoso-opensource-6.1-bin' 'libghc-blaze-svg-prof' 'lib64gfortran5-dbg-mipsel-cross' 'golang-github-tendermint-go-crypto-dev' 'libf2fs-format-dev' 'libjs-jquery-lazyload' 'kcachegrind-converters' 'elpa-fill-column-indicator' 'libmate-sensors-applet-plugin-dev' 'libn32objc-7-dev-mipsel-cross' 'beast-mcmc' 'sgt-launcher' 'libgo7-mips64-cross' 'libgudev1.0-cil-dev' 'monodoc-appindicator3-0.1-manual' 'libstdc++-5-pic-sparc64-cross' 'libpangomm-1.4-dev' 'thunderbird-locale-si' 'python-odf' 'gnome-session-flashback' 'gobjc-multilib-powerpc-linux-gnu' 'gdc-x86-64-linux-gnu' 'thunderbird-locale-sk' 'linux-tools-4.15.0-33-generic' 'thunderbird-locale-sl' 'fetchmail' 'python3-rebulk' 'gcc-6-powerpc-linux-gnu' 'psychopy' 'libcpgplot0' 'libalgorithm-diff-xs-perl' 'libyaml-cpp0.5v5' 'fcitx-table-wubi' 'thunderbird-locale-sq' 'rsyslog-kafka' 'thunderbird-locale-sr' 'librsyntaxtextarea-java' 'gconf-defaults-service' 'libmonitoring-livestatus-perl' 'fonts-fantasque-sans' 'libandroid-tools-sdkstats-java' 'thunderbird-locale-sv' 'tinyeartrainer' 'libapache2-mod-php7.2' 'gobjc++-6-s390x-linux-gnu' 'libdhash-dev' 'libakuma-java-doc' 'libfreeradius-dev' 'cairo-dock-recent-events-plug-in' 'python3-problem-report' 'libtrilinos-shylu-dev' 'filezilla' 'squeak-vm' 'xbmc-eventclients-xbmc-send' 'bzr-stats' 'gnat-8-x86-64-linux-gnux32' 'lib64gcc1-dbg-i386-cross' 'libiptcdata0-dev' 'thunderbird-locale-ta' 'libghc-descriptive-doc' 'linux-buildinfo-4.15.0-1073-oem' 'linux-cloud-tools-4.18.0-1013-azure' 'stress-ng' 'suckless-tools' 'breeze-gtk-theme' 'linux-image-4.15.0-1014-gcp' 'libatk1.0-doc' 'libgo11-mipsel-cross' 'python-django-modeltranslation' 'libmono-microsoft-visualbasic10.0-cil' 'libmono-microsoft-web-infrastructure1.0-cil' 'swift-container' 'python-barbican' 'fonts-taml-tamu' 'librte-gso17.11' 'binutils-mingw-w64-i686' 'libghc-conduit-combinators-doc' 'xserver-xorg-video-openchrome-hwe-16.04' 'libqt5gstreamer-1.0-0' 'nifti-bin' 'matchbox-panel-manager' 'pgbadger' 'python3-libnacl' 'libsfgfortran-7-dev-armhf-cross' 'thunderbird-locale-tr' 'libghc-authenticate-oauth-doc' 'libparams-validationcompiler-perl' 'libeclipse-jdt-core-manipulation-java' 'libtest-requires-perl' 'python-pyramid-beaker' 'liblinux-epoll-perl' 'gfortran-5-multilib-s390x-linux-gnu' 'libsnacc-dev' 'pam-pkcs11-dbg' 'mono-vbnc' 'python3-watcherclient' 'bdbvu' 'libinotifytools0-dev' 'linux-tools-4.15.0-54-generic' 'python-txamqp' 'libgfarm-dev' 'url-dispatcher' 'openjfx' 'libautounit-dev' 'libjinput-java-doc' 'python-qt4-doc' 'geda-doc' 'pkg-php-tools' 'python3-oslo.reports' 'swauth' 'libghc-groups-dev' 'libfolia-dev' 'thunderbird-locale-uk' 'libkf5syntaxhighlighting-data' 'libkmbox4' 'python-pivy' 'llvm-4.0-runtime' 'node-js-beautify' 'python-diagnostic-msgs' 'xserver-xorg-input-mouse' 'powerdevil' 'clamtk-gnome' 'libunac1-dev' 'lighttpd-mod-webdav' 'libserver-starter-perl' 'lxd-client' 'cinnamon-common' 'libgeo-ellipsoids-perl' 'libcpufreq0' 'python3-uritools' 'linux-libc-dev-powerpc-cross' 'libmlt6' 'linux-modules-nvidia-390-4.15.0-1052-aws' 'linux-headers-5.0.0-1023-azure' 'xubuntu-community-wallpapers-bionic' 'bing' 'liblldb-5.0' 'ohcount-doc' 'thunderbird-locale-uz' 'libgdome2-0' 'libbson-perl' 'libghc-hsh-prof' 'bino' 'golang-github-tsenart-tb-dev' 'node-cjson' 'games-tasks' 'node-babel-plugin-transform-react-jsx-self' 'coccinella' 'libjgoodies-animation-java' 'naturaldocs' 'retweet' 'r-cran-matrixmodels' 'golang-gopkg-gcfg.v1-dev' 'lib64atomic1-powerpc-cross' 'fusiondirectory-smarty3-acl-render' 'coccinelle' 'teeworlds-data' 'libdisasm0' 'ruby-rack-pjax' 'node-stream-browserify' 'thunderbird-locale-vi' 'libgnatprj6-dev-ppc64-cross' 'node-keese' 'tuxguitar-jack' 'gnuchess' 'python-ogg' 'bsh-src' 'libbytesize1' 'python3-django-formtools' 'python-gphoto2-doc' 'elpa-dired-quick-sort' 'libn32go9-dbg-mips64-cross' 'xdg-desktop-portal' 'libknot7' 'node-log-driver' 'python-progress' 'php-horde-groupware' 'libsfgphobos71-armhf-cross' 'linux-image-unsigned-4.15.0-66-lowlatency' 'python-pyvcf' 'libcgal-dev' 'node-bluebird' 'libnotify4' 'python-miniupnpc' 'jupyter-sphinx-theme-common' 'since' 'kde-spectacle' 'libpfm4' 'lua-cjson-dev' 'libslang2-modules' 'liblingua-en-inflect-number-perl' 'fonts-sil-galatia' 'libemail-mime-perl' 'gobjc++-7-alpha-linux-gnu' 'tree-puzzle' 'pykaraoke' 'librte-table17.11' 'mupen64plus-rsp-all' 'gnat-8-i686-linux-gnu' 'python-rdflib-jsonld' 'python-sigmavirus24-urltemplate' 'csvkit' 'libenumerate-camlp4-dev' 'linux-modules-extra-4.15.0-1060-aws' 'lunzip' 'python-pytest-expect' 'fastforward' 'libodn-ocaml' 'libprojectm2v5' 'libcap-ng-utils' 'libsyntax-highlight-engine-kate-perl' 'libremctl-dev' 'node-lex-parser' 'linux-libc-dev-ppc64el-cross' 'libglobus-xio-pipe-driver-dev' 'xserver-xorg-video-sisusb-hwe-16.04' 'python3-pilkit' 'qterminal' 'liburi-perl' 'libghc-groups-prof' 'python-secretstorage-doc' 'libmlv3' 'lib32gfortran5-amd64-cross' 'libhash-util-fieldhash-compat-perl' 'libxml-mini-perl' 'linux-headers-4.15.0-1047-aws' 'python-progressbar' 'opencv-data' 'logtop' 'signapk' 'cl-lexer' 'libwmf-dev' 'node-isexe' 'libtrilinos-muelu12' 'libspf2-dev' 'libconfig++9v5' 'libghc-cairo-doc' 'libosmo-abis-dev' 'libmaxflow-dev' 'ruby-specinfra' 'fizsh' 'pysph-viewer' 'trn4' 'libg15-dev' 'libghc-diagrams-lib-dev' 'cfget' 'python3-testing.postgresql' 'linux-buildinfo-5.3.0-1010-gcp' 'bwidget' 'sumatra' 'libbulletml-dev' 'python3-tosca-parser' 'g++-6-mips64-linux-gnuabi64' 'nvidia-opencl-icd-331' 'open-infrastructure-system-boot' 'python-cjson' 'fonts-thai-tlwg-ttf' 'linux-modules-4.18.0-1006-aws' 'x-face-el' 'linux-image-unsigned-4.15.0-70-lowlatency' 'php-http-request' 'python3-venusian' 'maradns-docs' 'firefox-dbg' 'libstdc++6-8-dbg-mips64-cross' 'tar-scripts' 'r-cran-igraph' 'libdist-zilla-plugin-mojibaketests-perl' 'pysolfc-cardsets' 'eximon4' 'lib64gfortran-6-dev-mips-cross' 'gui-apt-key' 'postgresql-plpython3-10' 'linux-modules-4.15.0-1052-gke' 'gfortran-8-multilib-arm-linux-gnueabi' 'erlang-p1-cache-tab' 'libghc-bytestring-handle-dev' 'libsamplerate0' 'libghc-enummapset-th-prof' 'xininfo' 'dpkg-awk' 'latex-cjk-thai' 'mysql-server-core-5.7' 'libtext-unidecode-perl' 'libpythonqt-qt5-python3-3' 'fonts-century-catalogue' 'ejabberd-mod-log-chat' 'nvidia-opencl-icd-340' 'linux-image-unsigned-4.18.0-16-generic' 'fs-uae' 'libmicrodns0' 'libfile-rsync-perl' 'libroman-perl' 'nvidia-opencl-icd-346' 'le-dico-de-rene-cougnenc' 'r-cran-drr' 'libxaw3dxft6' 'fatattr' 'bird' 'libxaw3dxft8' 'libkf5akonadinotes5' 'ruby-activerecord-nulldb-adapter' 'fondu' 'node-babel-plugin-syntax-object-rest-spread' 'libam7xxx0.1-doc' 'libstdc++-7-pic-mips-cross' 'python-pyscard' 'python-sqlalchemy-ext' 'qmapshack' 'php-phar-io-version' 'node-source-list-map' 'python3-astropy-affiliated' 'libghc-polynomial-doc' 'libatomic1-dbg-amd64-cross' 'sinfo' 'libdconf-dev' 'libmoosex-types-perl' 'python-pip-whl' '3270-common' 'linux-tools-5.0.0-1021-aws' 'hashalot' 'mps-youtube' 'nvidia-opencl-icd-352' 'libjavascriptcoregtk-3.0-0' 'libjack0' 'lib32itm1-dbg' 'libcache-ref-perl' 'blockfinder' 'python3-pyaes' 'libclass-adapter-perl' 'libzxcvbn0' 'gcc-5-alpha-linux-gnu' 'ubuntu-mono' 'libgnuastro-dev' 'radvdump' 'liblatex-decode-perl' 'python3-uwsgidecorators' 'libsubunit-perl' 'libghc-quickcheck-text-doc' 'yersinia' 'tango-common' 'console-common' 'lib32gcc-5-dev-ppc64-cross' 'translate' 'gvfs-daemons' 'language-pack-vi-base' 'libgnatprj5-dbg-ppc64-cross' 'python-djangocms-admin-style' 'xletters' 'ruby-samuel' 'geda-xgsch2pcb' 'linux-tools-oem' 'sigil-data' 'qtwebsockets5-examples' 'bist' 'libhfgfortran3-dbg-armel-cross' 'cl-zip' 'libghc-io-choice-dev' 'libnxcl1v5' 'lcdproc-extra-drivers' 'kde4pimlibs-kio-plugins' 'libgrss0' 'node-locate-path' 'libconfig-inihash-perl' 'ruby-gemnasium-gitlab-service' 'nvidia-opencl-icd-361' 'libjsf-api-java' 'linux-modules-5.3.0-26-generic' 'linux-headers-4.15.0-1030-oem' 'mkbootimg' 'fbreader' 'svnmailer' 'gir1.2-itl-1.0' 'debichem-visualisation' 'python-pyxmpp' 'libqt5sql5-odbc' 'nvidia-opencl-icd-367' 'python-olm' 'antlr4-maven-plugin' 'gdc-6-x86-64-linux-gnux32' 'libgfortran-5-dev-sh4-cross' 'tomcat9-common' 'fpga-icestorm-chipdb' 'python-qtawesome-common' 'linux-tools-4.15.0-1032-azure' 'xserver-xephyr-hwe-18.04' 'gfortran-8-s390x-linux-gnu' 'linux-tools-4.15.0-1026-kvm' 'python-cups' 'archipel-agent-vmcasting' 'libboost-type-erasure1.65-dev' 'cups-tea4cups' 'lib64objc-6-dev-x32-cross' 'dtc-xen' 'linux-modules-4.15.0-1013-oem' 'r-cran-isocodes' 'python-nibabel-doc' 'libedataserver-1.2-23' 'firefox-dev' 'linux-modules-4.15.0-1040-aws' 'libmmdb0' 'r-cran-maps' 'libafterimage0' 'ktorrent-data' 'docker-doc' 'openctm-tools' 'libomxil-bellagio-doc' 'nvidia-opencl-icd-375' 'r-cran-dplyr' 'wgerman-medical' 'libpgobject-type-bigfloat-perl' 'libmozjs-52-dev' 'libubsan1-dbg-armel-cross' 'microbegps' 'libusbprog-dev' 'dpm-rfio-server' 'libcache-mmap-perl' 'libpowerdevilcore2' 'lib32objc-6-dev-mips64el-cross' 'lib64atomic1' 'libpangomm-1.4-doc' 'linux-modules-nvidia-390-4.15.0-72-lowlatency' 'lua-iconv-dev' 'libvistaio-dev' 'libpfs2' 'kdelirc' 'aegean-dbg' 'a11y-profile-manager' 'ruby-diaspora-prosody-config' 'nvidia-cuda-gdb' 'libtntnet-dev' 'python-numpy' 'libmrtd-dev' 'libfilesys-statvfs-perl' 'linux-modules-5.0.0-25-generic' 'python3-xstatic-mdi' 'bossa-cli' 'ax25-xtools' 'libdnet-dev' 'libde265-dev' 'libmono-i18n4.0-all' 'minetest-mod-animalmaterials' 'libxdg-basedir1-dbg' 'seer' 'libtokyotyrant3' 'linux-image-4.15.0-39-lowlatency' 'libdb5.3++' 'nvidia-opencl-icd-384' 'xubuntu-restricted-addons' 'libxmu6-dbg' 'libclass-c3-perl' 'libgfortran-7-dev-s390x-cross' 'postsrsd' 'libqca-qt5-2-dev' 'libzen0v5' 'python3-pybigwig' 'python-sphinxcontrib.bibtex-doc' 'gnat-8-x86-64-linux-gnu' 'libjs-elycharts' 'python-jellyfish-doc' 'dbtoepub' 'node-tty-browserify' 'htcondor' 'amora-applet' 'python-taskflow-doc' 'itcl3-dev' 'libfoma-dev' 'libsemver-perl' 'linux-buildinfo-4.18.0-1007-aws' 'linux-tools-4.18.0-1007-aws' 'libplplotada2' 'libhocr0' 'liblua5.1-0-dbg' 'python3-semantic-version' 'bacula-director-common' 'gccgo-doc' 'node-pend' 'golang-github-jtolds-gls-dev' 'linux-headers-4.15.0-1010-gcp' 'linpsk' 'proftpd-mod-fsync' 'python-aiodns' 'language-pack-tr-base' 'db2twitter' 'python-egenix-mxdatetime' 'linux-headers-4.18.0-14-generic' 'libidzebra-2.0-mod-grs-xml' 'r-bioc-gviz' 'lua-geoip-dev' 'libjs-jshash' 'python-bioblend-doc' 'gnat-8-aarch64-linux-gnu' 'gnat-8-sjlj-powerpc64le-linux-gnu' 'libtermkey1' 'libnpgsql-cil-dev' 'python3-sunlight' 'ubiquity-frontend-gtk' 'omega-rpg' 'python-gbulb-doc' 'libcache-historical-perl' 'python3-colorama' 'xfce4-diskperf-plugin' 'deepin-deb-installer' 'python3-argh' 'libxcb-dri3-0' 'libghc-groups-doc' 'python-drizzle-doc' 'lib32stdc++-6-dev-s390x-cross' 'python-gmpy2' 'gemrb-data' 'libfreerdp-client2-2' 'librenaissance0-dev' 'libplack-middleware-header-perl' 'libsquish-dev' 'volumecontrol.app' 'language-pack-gnome-ga-base' 'cri-tools' 'python3-args' 'gcc-8-riscv64-linux-gnu' 'python3-adios' 'libairline-java' 'linux-image-4.15.0-43-lowlatency' 'libosmocore-dbg' 'festvox-czech-ph' 'r-cran-mass' 'python3-pyqrcode' 'wmxmms2' 'libiscsi-bin' 'python-minimal' 'libscrappy-perl' 'libghc-data-binary-ieee754-dev' 'cwcp' 'python-bibtex' 'gcc-8-multilib-mips-linux-gnu' 'libghc-ieee754-dev' 'linux-modules-extra-4.18.0-15-generic' 'libtk-tablematrix-perl' 'libwps-dev' 'daemonlogger' 'python-tqdm' 'fonts-ukij-uyghur' 'elinks-doc' 'libboost-graph1.62.0' 'libgnatprj5-sparc64-cross' 'linux-modules-extra-azure-edge' 'golang-github-nbutton23-zxcvbn-go-dev' 'libstylebook-java' 'lib64asan3-dbg' 'scons-doc' 'wordpress-l10n' 'liblwipv6-2' 'libjnr-netdb-java-doc' 'libasan3-x32-cross' 'fonts-uralic' 'libandroid-layoutlib-api-java' 'octave-vrml' 'liblscp-dev' 'libpacketdump3-dev' 'archmbox' 'liballegro-acodec5-dev' 'gir1.2-libosinfo-1.0' 'libjconv-bin' 'fonts-sil-mondulkiri' 'python3-intervaltree-bio' 'libplplot-dev' 'gcc-8-i686-linux-gnu' 'eog-plugin-fit-to-width' 'node-mkdirp' 'starpu-contrib-examples' 'libecore1' 'python-ryu-doc' 'libfreerdp-plugins-standard' 'nagios-nrpe-server' 'libjson-maybexs-perl' 'ros-base-dev' 'python-contract' 'libvcdinfo0' 'publican' 'python-django-celery-beat-doc' 'ruby-notiffany' 'lib64gfortran5-x32-cross' 'rabbitmq-server' 'xmms2-plugin-cdda' 'tryton-modules-stock-lot' 'python3-langdetect' 'libwmf-doc' 'wicd-cli' 'pylint-doc' 'libkopete4' 'python-tempest-lib-doc' 'python-vagrant' 'liblua5.1-0-dev' 'blubuntu-look' 'live-manual-txt' 'libghc-diagrams-lib-doc' 'erlang-jiffy' 'linux-headers-4.15.0-34-generic' 'smemcap' 'lua-wsapi-fcgi' 'libgoffice-0.10-dev' 'trinityrnaseq-examples' 'linux-buildinfo-4.15.0-1041-aws' 'libgnatcoll-readline16.1.0-dev' 'libkolabxml1v5' 'libobantoo-java' 'libparser++-dev' 'libbridge-method-injector-java-doc' 'gfarm-doc' 'python-yowsup' 'qtx11extras5-doc' 'libghc-pipes-prof' 'python-zope.app.publisher' 'linux-tools-4.15.0-1057-aws' 'recommonmark-scripts' 'libcec-dev' 'libbsh-java' 'monotone-server' 'gcin-anthy' 'python-gpyfft' 'libxine2-xvdr-dbg' 'linux-image-4.15.0-1030-azure' 'python-tempest' 'klash' 'openmpi-doc' 'libgeotiff-dev' 'multimedia-csound' 'libopennebula-java' 'ryu-bin' 'python-osd' 'libwww-curl-perl' 'closure-compiler' 'python3-mistune' 'java-common' 'libghc-bytestring-handle-doc' 'libcookie-baker-perl' 'libcallback1' 'knights-dbg' 'fbx-playlist' 'gobjc++-6-multilib-mips64-linux-gnuabi64' 'ruby-rails-assets-jeresig-jquery.hotkeys' 'libmono-system-data-entity4.0-cil' 'libtypesafe-config-clojure' 'libwnck22' 'python-pyqt5.qtopengl-dbg' 'libosmocore-dev' 'libparams-callbackrequest-perl' 'libopusfile-dbg' 'libghc-tidal-dev' 'golang-gosqlite-dev' 'libsgml-parser-opensp-perl' 'node-watchpack' 'libdoxygen-filter-perl' 'libstdc++6-7-dbg-armel-cross' 'gputils-doc' 'libclang1-7' 'libclang-common-6.0-dev' 'python-otb' 'libclang1-8' 'openerp6.1-full' 'libclang1-9' 'bld-postfix' 'libglib2.0-0' 'python3-decouple' 'cl-zs3' 'gedit-plugin-join-lines' 'libopenalpr-dev' 'xul-ext-tbdialout' 'libatomic1-dbg-arm64-cross' 'libdconf-doc' 'libjdeb-java' 'node-babel-eslint' 'ukui-screensaver' 'ike-qtgui' 'libhtml-lint-perl' 'libinhomog0' 'linux-headers-5.0.0-1011-oracle' 'dapl2-utils' 'pyconfigure' 'libgfortran5-dbg-m68k-cross' 'node-escape-string-regexp' 'abiword-common' 'libpdal-plugin-python' 'trovacap' 'kinput2-wnn' 'libattr1-dev' 'libqglviewer-headers' 'libdconf1' 'libgtkspell3-3-0' 'libgfortran3-dbg-ppc64-cross' 'libnet-google-safebrowsing2-perl' 'iptables-optimizer' 'mailman3' 'libghc-memoize-dev' 'libhibernate-validator-java' 'wireless-regdb' 'libmathicgb0' 'libjsonrpc-glib-doc' 'rdiff-backup' 'libopenhft-lang-java' 'tesseract-ocr-srp-latn' 'uqm-music' 'lxsplit' 'libpresage-dev' 'klaus' 'connectagram' 'linux-modules-nvidia-418-5.0.0-1028-azure' 'python-texttable' 'node-emoji' 'libghc-io-choice-doc' 'linux-modules-5.0.0-1031-gcp' 'libmath-random-mt-perl' 'skales' 'ngraph-gtk-addin-tex-equation' 'libgnat-6-amd64-cross' 'lib64asan4-x32-cross' 'strigi-utils' 'libredis-perl' 'gfortran-4.8-doc' 'systraq' 'python-setproctitle-dbg' 'tryton-modules-dashboard' 'libnet-frame-layer-ipv6-perl' 'libfmt-dev' 'semi' 'xmms2-plugin-sid' 'gccgo-7-m68k-linux-gnu' 'libgnatvsn6-mips-cross' 'hmmer-doc' 'libghc-weigh-dev' 'lib64ncurses5-dev' 'libhtml-tiny-perl' 'libidn2-0' 'libghc-hxt-charproperties-dev' 'libcommons-net-java-doc' 'kamailio-rabbitmq-modules' 'libn32gcc1-mips64-cross' 'libnjb-dev' 'lpc21isp' 'cl-xptest' 'libgpp4f-dev' 'libfile-extattr-perl' 'librgw-dev' 'libhsail-rt0-i386-cross' 'ace-gperf' 'libgfortran4-dbg-mips64el-cross' 'node-log4js' 'php-net-whois' 'apertium-eo-ca' 'cmake-doc' 'install-info' 'mate-indicator-applet-common' 'libprocessui7' 'sponc' 'golang-github-mitchellh-cli-dev' 'libmapper' 'linux-modules-4.15.0-50-generic' 'libzxcvbn-dev' 'gfortran-multilib-mips64el-linux-gnuabi64' 'cli-common' 'python-pytest-doc' 'lxgames-default-session' 'libhtml-toc-perl' 'r-cran-dotcall64' 'libuhd003.010.003' 'gnat-gps' 'tea-data' 'libxml-dtdparser-perl' 'cernlib-base' 'libceres1' 'python-nose-parameterized' 'libkdecorations2private5v5' 'clonezilla' 'ruby-websocket-parser' 'lib64gcc1-x32-cross' 'libopusfile-dev' 'os-autoinst' 'budgie-desktop' 'liblaf-widget-java' 'tdiary' 'libtet1.5-dev' 'ubuntustudio-menu' 'libghc-libmpd-dev' 'node-is-dotfile' 'gir1.2-ayatanaappindicator-0.1' 'kamailio-mysql-modules' 'liblwp-protocol-socks-perl' 'scala-asm' 'libraptor2-0-dbg' 'schedtool' 'obexpushd' 'bibledit-bibletime' 'photopc' 'arch-test' 'libhugetlbfs-dev' 'gnat-8-mips-linux-gnu' 'libgo13-s390x-cross' 'uoa-integration-tests' 'libghc-asn1-encoding-dev' 'libheif1' 'python3-django-modeltranslation' 'python-mpop' 'gperf' 'python3-bottle' 'ibus-braille' 'node-temporary' 'libcsfml-system2.4' 'fusionforge-plugin-contribtracker' 'itcl3-doc' 'node-v8flags' 'ifp-line-libifp' 'libcatalyst-actionrole-checktrailingslash-perl' 'libmina-java-doc' 'libcrossguid0' 'ruby-session' 'caveexpress-data' 'libtelepathy-qt5-dbg' 'golang-github-rjeczalik-notify-dev' 'libfli1' 'libjs-jquery-stupidtable' 'debian-installer-launcher' 'python3-xapp' 'libghc-repa-prof' 'libgfortran5-dbg' 'svxlink-calibration-tools' 'libjgrapht0.8-java' 'smuxi' 'xchat' 'profisis' 'fonts-freefont-ttf' 'python-django-horizon' 'lua-dbi-sqlite3-dbg' 'python-pyvtk' 'linux-modules-4.15.0-1066-oem' 'gobjc++-5-multilib-sparc64-linux-gnu' 'cl-nav-msgs' 'apertium-eo-en' 'libmtp-common' 'libsigx-2.0-dev' 'liblocale-po-perl' 'libjs-clipboard' 'libbio-chado-schema-perl' 'dstat' 'whitedb' 'lib32lsan0-amd64-cross' 'bochs-wx' 'python3-arpy' 'apertium-eo-es' 'ldtp' 'science-social' 'spigot' 'debian-archive-keyring' 'golang-github-pkg-xattr-dev' 'python3-wither' 'libbpp-phyl12' 'libubsan1-dbg-s390x-cross' 'anthy' 'libtuxcap4.0' 'libasio-dev' 'libnet-proxy-perl' 'node-currently-unhandled' 'librte-mempool17.11' 'libghc-happstack-authenticate-prof' 'node-d3-selection' 'python-staticconf-doc' 'golang-github-klauspost-compress-dev' 'libglom-1.30-0' 'linux-modules-5.0.0-1015-oem-osp1' 'libowfat0' 'games-simulation' 'kmldonkey' 'libghc-securemem-dev' 'nx-x11proto-composite-dev' 'librpmem1-debug' 'python-zope.app.i18n' 'engauge-digitizer' 'go-mtpfs' 'python-ariapy' 'python3-aiocoap' 'gir1.2-gtkclutter-1.0' 'maildir-utils' 'libghc-uuagc-cabal-prof' 'libsys-hostname-long-perl' 'libmission-control-plugins0' 'python3-u2flib-server' 'cpp-7-sparc64-linux-gnu' 'diaspora-common' 'libghc-data-binary-ieee754-doc' 'scorched3d' 'xmms2-plugin-smb' 'libghc-ieee754-doc' 'cpuset' 'apertium-eo-fr' 'ho22bus-data' 'tksao' 'libwps-doc' 'libnotify3.0-cil' 'netwag-doc' 'libgarcon-1-0' 'idl-font-lock-el' 'gobjc++-7-mipsel-linux-gnu' 'syslog-ng-mod-getent' 'libotbmathparser-6.4-1' 'libx32gphobos-7-dev-amd64-cross' 'python-shogun' 'virtualenv-clone' 'libgwengui-gtk2-0' 'libgeo-constants-perl' 'libghc-zlib-dev' 'tryton-modules-company-work-time' 'twclock' 'liblscp-doc' 'libjboss-logging-tools-java' 'libghc-ftphs-dev' 'puppet-module-puppetlabs-concat' 'python3-monascaclient' 'gobjc-6-mips64-linux-gnuabi64' 'kid3-core' 'fp-units-rtl' 'libgnat-8-dbg-mipsel-cross' 'fusiondirectory-plugin-ssh' 'linux-image-4.15.0-62-generic' 'serf' 'liblucene4.10-java' 'smartpm' 'cadvisor' 'kde-sc-dev-latest' 'gap-autpgrp' 'uec-provisioning-tftpd' 'lib32gfortran-7-dev-x32-cross' 'libappmenu-gtk2-parser-dev' 'libclass-meta-perl' 'mate-backgrounds' 'normaliz' 'bitseq' 'agent-transfer' 'libopenmpi-dev' 'libx32atomic1' 'libobs-dev' 'ttf-femkeklaver' 'python3-autopilot-trace' 'libkf5alarmcalendar5abi1' 'coquelicot' 'libh323-dbg' 'ibus-table-emoji' 'linux-headers-5.0.0-1029-azure' 'linux-tools-5.0.0-1029-azure' 'voms-dev' 'libestr-dev' 'claws-mail-extra-plugins' 'linux-image-4.15.0-1028-oem' 'achilles' 'libjhlabs-filters-java' 'shunit2' 'ros-pcl-msgs' 'libmessage-filters1d' 'python-lldb-4.0' 'php-cache-tag-interop' 'libopencv-videoio3.2' 'reprof' 'node-mocks-http' 'libtelepathy-qt5-dev' 'marble-maps' 'timidity-interfaces-extra' 'libenki2' 'valabind' 'fsviewer-icons' 'liblablgtk2-ocaml-dev' 'fusionforge-db-local' 'autopilot-desktop-legacy' 'libspice-client-gtk-3.0-5' 'libgoffice-0.10-doc' 'mrd6' 'libhtml-template-pluggable-perl' 'shake' 'libghc-ghc-syb-utils-dev' 'imaprowl' 'libghc-rvar-dev' 'python3-asgi-redis' 'golang-github-docker-notary-dev' 'liblzma-dev' 'libgdal-dev' 'lua-dbi-sqlite3-dev' 'python3-pyavm' 'php-horde-memcache' 'qtbase5-doc-html' 'macopix-gtk2' 'libdbix-class-htmlwidget-perl' 'golang-gopkg-alexcesaro-statsd.v1-dev' 'liblsofui7' 'lib64gfortran3-dbg-powerpc-cross' 'r-cran-eco' 'hime-gtk2-immodule' 'python-wxversion' 'ibus-zhuyin-dbg' 'uwsgi-plugin-python3' 'xfce4-fsguard-plugin' 'libdime1' 'libqdbm-dev' 'gconjugue-common' 'nbd-server' 'python-pbcore' 'libgphobos71-armel-cross' 'eclipse-mylyn-tasks-bugzilla' 'linux-buildinfo-4.18.0-18-generic' 'libgwengui-qt4-0' 'lua-dbi-mysql' 'node-object-assign-sorted' 'libmono-system-ldap-protocols4.0-cil' 'libtest-yaml-valid-perl' 'linux-modules-nvidia-390-5.0.0-1021-gcp' 'giella-core' 'libosmocore-doc' 'golang-github-tendermint-go-common-dev' 'libstdc++-5-pic-mips-cross' 'libghc-tidal-doc' 'libghc-readargs-dev' 'antlr' 'libformat-human-bytes-perl' 'libnet-ssh2-perl' 'pyqso' 'python-libfsntfs' 'python3-django-compressor' 'libghc-twitter-types-prof' 'erlang' 'plastimatch' 'python-mhash' 'lynis' 'xfonts-jisx0213' 'libgfortran-5-dev-arm64-cross' 'live-manual-html' 'libmoosex-app-cmd-perl' 'qbs-doc-html' 'libjs-debug' 'libreadline7-dbg' 'libclamav-dev' 'libmail-box-pop3-perl' 'fonts-liberation2' 'west-chamber-dkms' 'dict-de-en' 'php-horde-scribe' 'opensips-rabbitmq-module' 'likwid' 'libjs-dropzone' 'libcatalyst-plugin-setenv-perl' 'gextractwinicons' 'fonts-yozvox-yozfont-new-kana' 'qtchooser' 'gfal2-plugin-srm' 'lbzip2' 'curry-tools-source' 'libtext-context-eitherside-perl' 'linux-image-5.3.0-1009-azure' 'libdolphinvcs5' 'libstdc++-6-pic-armel-cross' 'libe-book-0.1-1' 'gconf2' 'phlipple' 'python-oslo.privsep' 'qml-module-org-kde-people' 'ruby-celluloid' 'libbluray2' 'liblog-any-adapter-log4perl-perl' 'khangman' 'gkrellm-radio' 'budgie-hotcorners-applet' 'libghc-sbv-prof' 'spout' 'plymouth-theme-ubuntu-gnome-text' 'unity-gtk3-module' 'libghc-pipes-group-prof' 'libgnatprj6-dev-sparc64-cross' 'linux-buildinfo-4.15.0-1067-oem' 'inform-docs' 'python-routes' 'vim-bitbake' 'clc-intercal' 'linux-image-4.15.0-1008-gcp' 'libnabrit3' 'testng' 'geant321-doc' 'python3-flask-gravatar' 'python3-bashate' 'mp3info' 'libkf5akonadicore5abi1' 'linux-modules-4.15.0-88-generic' 'gcu-bin' 'playmidi' 'designate-producer' 'python3-virtualenv' 'python-pyxnat' 'libghc-memoize-doc' 'libnm-glib-dev' 'gccgo-6-multilib-mips64el-linux-gnuabi64' 'ruby-protected-attributes' 'libpresage-doc' 'predictprotein' 'php-recode' 'libfile-monitor-perl' 'libobjc-8-dev-mips-cross' 'r-cran-lazyeval' 'gfortran-5-multilib-arm-linux-gnueabihf' 'python3-uvloop-dbg' 'lib32gcc-5-dev-mips64-cross' 'libjcdf-java-doc' 'tegaki-zinnia-simplified-chinese' 'openoffice.org-hyphenation' 'pysassc' 'gpicview-dbg' 'librostest-dev' 'lightdm' 'libghc-heist-dev' 'libfmt-doc' 'liblouisxml-bin' 'dirdiff' 'libghc-weigh-doc' 'libgrabcd-readconfig-perl' 'libghc-hxt-charproperties-doc' 'golang-pault-go-technicolor-dev' 'php-horde-constraint' 'linux-image-unsigned-5.0.0-19-generic' 'python3-zope.browser' 'linux-headers-4.15.0-1020-kvm' 'vim-icinga2' 'node-databank' 'libjava-gnome-jni' 'linux-image-oracle' 'plasma-runner-telepathy-contact' 'dahdi-source' 'libmamajni-java' 'bacula-console' 'python-atomicwrites' 'nasty' 'ml-lex' 'libnjb-doc' 'science-meteorology-dev' 'libargparse4j-java' 'librte-power17.11' 'elpa-perspective' 'bgoffice-computer-terms' 'libtriangle-dev' 'minuet' 'liblog-dispatch-dir-perl' 'libbasicplayer-java' 'etl-dev' 'pd-markex' 'logfs-tools-dbg' 'python-colorlog' 'linux-image-unsigned-5.3.0-1012-azure' 'gnome-robots' 'lua-nginx-kafka' 'libc6-i386-cross' 'lxqt-globalkeys-l10n' 'lua-cosmo' 'golang-github-nebulouslabs-demotemutex-dev' 'libmediastreamer-base3' 'libabw-0.1-1' 'zulumount-gui' 'golang-go' 'libpgobject-perl' 'libopenvdb-dev' 'cciss-vol-status' 'libopusfile-doc' 'gobjc++-multilib-x86-64-linux-gnux32' 'gpg-remailer' 'libbluray-bdj' 'libghc-tasty-quickcheck-prof' 'libghc-libmpd-doc' 'libpolyclipping22' 'python3-libvshadow' 'xzgv' 'aylet-gtk' 'libx32objc-5-dev' 'sawfish-lisp-source' 'libparse-keyword-perl' 'pypy-enum34' 'ruby-fog-softlayer' 'freetuxtv' 'gedit-plugin-bookmarks' 'antpm' 'pike7.8-sqlite' 'ruby-sprite-factory' 'starpu-examples' 'libghc-asn1-encoding-doc' 'gcc-8-mips-linux-gnu' 'libblockdev-dm-dev' 'libgfortran4-dbg-mipsel-cross' 'linux-modules-4.15.0-1009-azure' 'linux-tools-5.0.0-1027-gke' 'zftp' 'python-libscca' 'libio-sessiondata-perl' 'elpa-diffview' 'libequinox-cm-java' 'libfastjetplugins0' 'libc6-sparc-sparc64-cross' 'linux-tools-4.15.0-58-lowlatency' '389-ds' 'libgtk2-perl' 'linux-modules-extra-4.15.0-1054-aws' '2vcard' 'fig2ps' 'libshiro-java' 'libextractor-dev' 'depqbf' 'libuu-dev' 'libnetx-java' 'libverbiste-0.1-0v5' 'node-http-errors' 'libanthy1' 'libfarstream-0.2-dev' 'gce-compute-image-packages' 'pcmciautils' 'xserver-xorg-video-fbdev-hwe-18.04' 'ministat' 'libpgf6' 'ccnet' 'ifmetric' 'paw++' 'fonts-tlwg-umpush-ttf' 'libghc-xml-hamlet-prof' 'linux-modules-5.0.0-16-lowlatency' 'linux-headers-4.18.0-1017-aws' 'smarty3' 'libaff4-utils' 'linux-tools-4.15.0-70-generic' 'libufo-data' 'python-zeep' 'libudunits2-dev' 't-coffee-examples' 'libhfgcc1-armel-cross' 'libbrial-groebner-dev' 'libsigx-2.0-doc' 'banshee-extension-lyrics' 'python-pam' 'libticcutils2-dev' 'libqrencode3' 'python-csound' 'r-cran-catools' 'ruby-asset-sync' 'libgfortran3-s390x-cross' 'gramophone2' 'php-horde-group' 'elpa-expand-region' 'xzip' 'qtdeclarative5-qtpowerd0.1' 'libclsparse-dev' 'libxmlrpc-c++8v5' 'openalpr-utils' 'libguichan-opengl-0.8.1-1v5' 'libasio-doc' 'hamradio-maintguide' 'libapache2-mod-log-sql-ssl' 'netcdf-doc' 'plan' 'g++-5-mips64el-linux-gnuabi64' 'r-cran-fail' 'libgmerlin0' 'golang-1.9-src' 'fitspng' 'ring-daemon' 'science-tasks' 'python-linop-doc' 'libtcl-perl' 'libghc-free-prof' 'libghc-securemem-doc' 'libsocket-msghdr-perl' 'libjs-stringmap' 'linux-modules-4.15.0-1046-gke' 'linux-tools-4.15.0-62-lowlatency' 'librttopo-dev' 'multimedia-drums' 'ubiquity-slideshow-ubuntu' 'libdata-parsebinary-perl' 'libjackson2-core-java-doc' 'python-mapnik' 'dozzaqueux' 'python-sdl2' 'picon-weather' 'libghc-network-protocol-xmpp-prof' 'libpolymake3.2' 'libgsm0710-0' 'libgfortran-7-dev-powerpc-cross' 'xfonts-thai-manop' 'python-pbr' 'libsixel-dev' 'elpa-let-alist' 'libghc-curl-dev' 'libbiblio-isis-perl' 'ubuntu-wallpapers-oneiric' 'golang-github-sirupsen-logrus-dev' 'neutron-lbaas-common' 'boinc-screensaver' 'libembryo-dev' 'hdmi2usb-mode-switch' 'larch' 'libfstrcmp0' 'librados2' 'lighttpd-mod-geoip' 'python-os-vif' 'linux-modules-5.0.0-20-lowlatency' 'libghc-cpphs-prof' 'libmaa-dev' 'neard-tools' 'libghc-zlib-doc' 'budgie-workspace-overview-applet' 'libgtk-vnc-2.0-0' 'libghc-ftphs-doc' 'libnet-amqp-perl' 'libpoe-component-jobqueue-perl' 'clang-4.0-doc' 'liblbfgsb-dev' 'libsuperlu-dev' 'uniconf-tools' 'tweeper' 'libyubikey0' 'libwinpr-pool0.1' 'node-rollup-pluginutils' 'libjuniversalchardet-java-doc' 'kubernetes-cni' 'linux-headers-lowlatency-hwe-16.04' 'autorandr' 'libqwt6abi1' 'libemail-folder-perl' 'check-postgres' 'python3-ufo2ft' 'python-setuptools-scm' 'libappstream-dev' 'python-pcp' 'libgfortran-7-dev-ppc64-cross' 'libadns1-dbg' 'python-pcs' 'libfido2-udev' 'libb-hooks-parser-perl' 'wordwarvi' 'libghc-file-embed-dev' 'claws-mail-vcalendar-plugin' 'ruby-net-ssh-krb' 'gcc-8-aarch64-linux-gnu' 'linux-tools-4.18.0-13-lowlatency' 'fonts-cwtex-yen' 'g++-8-sparc64-linux-gnu' 'node-dequeue' 'libfastutil-java' 'python3-pygraphviz-dbg' 'voms-doc' 'lib32go11-s390x-cross' 'android-libselinux-dev' 'splash' 'mediathekview' 'fusiondirectory-plugin-personal' 'sweethome3d-furniture-editor' 'golang-github-microcosm-cc-bluemonday-dev' 'libastyle3' 'libanyevent-rabbitmq-perl' 'liblablgtk2-ocaml-doc' 'libgfortran-7-dev-ppc64el-cross' 'libinput-pad-xtest' 'python3-greenlet-dbg' 'g++-6-multilib-powerpc-linux-gnu' 'libdxflib3' 'xfonts-intl-phonetic' 'libghc-ghc-syb-utils-doc' 'libghc-rvar-doc' 'libnet-openssh-perl' 'liballegro-dialog5.2' 'liblzma-doc' 'libgdal-doc' 'golang-toml-dev' 'linux-headers-4.15.0-1024-oem' 'libkdtree++-dev' 'libbluray-bin' 'libdieharder-dev' 'python3-libsmraw' 'golang-github-neelance-sourcemap-dev' 'eclipse-pde' 'dict-freedict-deu-fra' 'libopencore-amrnb0-dbg' 'elpa-vala-mode' 'libmarkdown-php' 'linux-headers-4.15.0-1051-aws' 'syslog-ng-mod-extra' 'kamailio-carrierroute-modules' 'node-micromatch' 'libsignon-extension1' 'splatd' 'dovecot-antispam' 'libstorm-dev' 'linux-modules-4.15.0-60-lowlatency' 'python-plplot' 'libgweather-common' 'libghc-tls-session-manager-dev' 'libjarjar-java' 'libkdl-parser-dev' 'qtmultimedia5-dev' 'rfdump' 'libfop-java' 'libkf5activities-dev' 'libasan5-armel-cross' 'libpython3.8-testsuite' 'libipe-dev' 'libatasmart4' 'ntlmaps' 'sciplot1' 'sextractor' 'linux-modules-4.15.0-1034-aws' 'libmms0' 'libsys-virt-perl' 'capistrano' 'libphonon4qt5-dev' 'libbulletml0v5' 'libghc-readargs-doc' 'node-babel-plugin-transform-react-display-name' 'node-sinon-chai' 'xmldiff' 'telnet-ssl' 'python-django-overextends' 'libclone-pp-perl' 'python-pex' 'maxima' 'probabel' 'wine64-tools' 'libclj-stacktrace-clojure' 'dochelp' 'witalian' 'apertium-mk-bg' 'libboost-tools-dev' 'jobs-admin' 'mlton-runtime-x86-64-linux-gnu' 'garlic-doc' 'libmocked-perl' 'python-asyncssh-doc' 'ruby-kpeg' 'libglm-dev' 'linux-cloud-tools-4.15.0-62-generic' 'crtmpserver-dev' 'prelude-notify' 'libfontchooser-java-doc' 'linux-tools-4.18.0-17-generic' 'alienblaster-data' 'libimage-imlib2-perl' 'libcgic2' 'fonts-adf-libris' 'gir1.2-javascriptcoregtk-3.0' 'gstreamer1.0-omx-bellagio-config' 'libgambit4-dev' 'libnetfilter-log1-dbg' 'liblldb-6.0' 'mono-runtime' 'libsub-recursive-perl' 'golang-github-gogits-cron-dev' 'libifp4' 'omniidl' 'libmircommon7' 'libkf5itemviews-dev' 'linux-image-4.15.0-1036-azure' 'python-pdfkit' 'libnet-ip-perl' 'php-phar-io-manifest' 'astro-python3' 'secure-delete' 'konqueror-plugin-gnash' 'python3-django-adminsortable' 'ibus-table-cantonhk' 'synopsis-idl' 'gir1.2-goocanvas-2.0' 'fluid' 'libjs-async' 'libadns1-dev' 'earlyoom' 'libstdc++6-5-dbg-powerpc-cross' 'freedink-engine-dbg' 'tmpreaper' 'libblockdev-mpath2' 'ruby-google-api-client' 'libmoox-role-cloneset-perl' 'golang-github-kelseyhightower-envconfig-dev' 'gnome-shell-extension-onboard' 'pd-jmmmp' 'libgflags2.2' 'python-apns-client' 'liblog-tracemessages-perl' 'ykcs11' 'myrescue' 'python-tornado' 'libqt4-opengl' 'python-traits' 'iso-flags-png-320x240' 'python3-flask-compress' 'libghc-heist-doc' 'python-pydispatch-doc' 'python3-sparqlwrapper' 'esniper' 'libghc-incremental-parser-prof' 'libghc-primitive-prof' 'dict-freedict-hun-eng' 'g++-5-multilib-x86-64-linux-gnux32' 'lib64stdc++-6-dev-mipsel-cross' 'lecm' 'sfftw-dev' 'tanglet-data' 'texlive-extra-utils' 'sqlsmith' 'dossizola' 'r-cran-epi' 'libmini18n1-dbg' 'elpa-key-chord' 'mecab' 'pd-ekext' 'liblz4-dev' 'sniproxy' 'docbook-simple' 'libaudio2' 'gobjc-5-s390x-linux-gnu' 'python-os-service-types' 'nyancat' 'libcasa-fits2' 'libkf5akonadiagentbase5' 'libkf5webengineviewer5abi3' 'ibus-table-cantonese' 'libcamljava-ocaml-dev' 'libxmlsec1' 'webcheck' 'parcellite' 'pycadf-common' 'mididings-doc' 'r-cran-randomfields' 'libstdc++-6-pic-s390x-cross' 'linux-image-unsigned-4.15.0-52-generic' 'librecon-1.11' 'libratpoints-2.1.3' 'linux-tools-4.15.0-1030-kvm' 'python-fudge-doc' 'libgnome2-common' 'libstdc++6-5-dbg-ppc64el-cross' 'libopenvdb-doc' 'libboost-system1.65.1' 'linux-image-unsigned-5.3.0-40-lowlatency' 'tuned' 'dmktools' 'libsquirrel-dev' 'apertium-mk-en' 'libtest-www-mechanize-catalyst-perl' 'libmarc-record-perl' 'python-fakeredis' 'gem-dev' 'composer' 'procmail' 'libghc-hashable-prof' 'fortunes-it-off' 'libgradle-core-java' 'cabal-debian' 'python-aafigure' 'lib64gfortran5-i386-cross' 'python-pil' 'libtest-dir-perl' 'libjgoodies-looks-java-doc' 'python-nodelet-topic-tools' 'python-fdsend' 'msp430mcu' 'python3-warlock' 'cpan-listchanges' 'krename' 'php-parser' 'python-pip' 'cernlib-core' 'libcourier-unicode-dev' 'libjava-xmlbuilder-java' 'liblog4j1.2-java' 'libapache2-mod-netcgi-apache' 'ml-lpt' 'spotify-client' 'libmoosex-attributetags-perl' 'ruby-spider' 'uidmap' 'xul-ext-form-history-control' 'lifeograph' 'dablin' 'med-tasks' 'libogg-ocaml' 'ksysguard' 'stardict-tools' 'smb2www' 'kio-gdrive' 'gstreamer0.10-qapt' 'plip' 'libdumbnet1' 'kannel-sqlbox' 'libpixelmed-java-doc' 'libc6-mips64-mipsn32-cross' 'qemu-system-common' 'libfarstream-0.2-doc' 'python3-async' 'grub-theme-starfield' 'libghc-zip-archive-dev' 'liblinux-kernelsort-perl' 'lib32gfortran5-dbg-s390x-cross' 'hfsutils-tcltk' 'r-cran-erm' 'matrix-synapse-ldap3' 'linux-image-unsigned-5.0.0-1007-oracle' 'hevea' 'libcrypt-random-seed-perl' 'linux-cloud-tools-virtual-hwe-18.04-edge' 'libgtest-dev' 'gnat-6-sjlj-hppa-linux-gnu' 'libkf5notifications5' 'librdf-linkeddata-perl' 'libgcc-6-dev-alpha-cross' 'python3-django-xmlrpc' 'liblingua-preferred-perl' 'python3-selinux' 'python3-py-zipkin' 'libboolstuff-0.1-0' 'premail' 'obs-studio' 'libpurify2.0' 'webhttrack-common' 'libghc-crypto-pubkey-prof' 'php-mail-mime' 'ruby-rdiscount' 'libreoffice-base-drivers' 'linux-buildinfo-4.15.0-1035-aws' 'libcgi-application-extra-plugin-bundle-perl' 'libghc-mmap-prof' 'libstring-dirify-perl' 'lib64quadmath0-dbg-x32-cross' 'pypy-rawkit' 'angband-doc' 'python-pyxb-bundles-dc' 'linux-buildinfo-4.18.0-1011-aws' 'python3-sphinxcontrib.autoprogram' 'ipkungfu' 'linux-tools-4.18.0-1011-aws' 'language-pack-pt-base' 'libboost-type-erasure-dev' 'pkg-haskell-tools' 'golang-github-go-macaron-session-dev' 'proofgeneral' 'dpuser-doc' 'libitpp-dev' 'libsaga' 'covered' 'leds-alix-source' 'libotbiorad-6.4-1' 'peony-image-converter' 'libhamlib2' 'python-mpi4py' 'python3-path-and-address' 'polyorb-doc' 'libaudio-mpd-perl' 'linux-image-unsigned-4.15.0-1026-oracle' 'scanssh' 'pypi2deb' 'shiboken' 'pnopaste-cli' 'gobjc-6-alpha-linux-gnu' 'fonts-open-sans' 'ppp-dev' 'ufraw-batch' 'python-skimage' 'sfcb' 'php-mongodb' 'xfishtank' 'greybird-gtk-theme' 'libbind-dev' 'python3-minieigen' 'libghc-curl-doc' 'password-gorilla' 'libgo11-dbg-powerpc-cross' 'libavresample3' 'lego' 'festvox-don' 'libweb-id-perl' 'mysql-source-5.7' 'python3-rediscluster' 'libgfortran4-dbg-x32-cross' 'ampr-ripd' 'lua-event-dbg' 'libnspr4' 'r-cran-etm' 'libeb16-dev' 'libshhopt1' 'libgnat-7-powerpc-cross' 'vdr-plugin-skinenigmang' 'mrtg' 'libgnatvsn6-dbg' 'python3-asdf' 'liblbfgsb-doc' 'libqtscript4-doc' 'scala-mode-el' 'libsuperlu-doc' 'wraplinux-dbg' 'python3-h5netcdf' 'hsetroot' 'edfbrowser' 'libbde-utils' 'node-p-locate' 'gosa-plugin-kolab' 'libcppdb-sqlite3-0' 'gir1.2-spiceclientglib-2.0' 'r-cran-randomforest' 'kdegames-card-data-kf5' 'libexporter-cluster-perl' 'libgd-text-perl' 'fonts-gfs-neohellenic' 'libmono-cecil-private-cil' 'gbsplay' 'python-ply' 'librime-data-ipa-xsampa' 'libfakekey0' 'libfile-cache-perl' 'node-postcss-value-parser' 'libmetro-policy-java' 'libqwt-qt5-6' 'r-cran-rnexml' 'libsvg-graph-perl' 'python3-ntlm-auth' 'libad9361-0' 'python3-testpath' 'zenity-common' 'freedm' 'libghc-file-embed-doc' 'monodoc-notify3.0-manual' 'libcatalyst-view-tt-perl' 'libfaac0' 'squirrel3' 'python-asn1crypto' 'libignition-msgs-dev' 'libgnat-6-dbg-armel-cross' 'libaudit1' 'liblash-compat-dev' 'linux-image-unsigned-4.15.0-1045-oem' 'freedv' 'php-letodms-lucene' 'libx32gfortran3-i386-cross' 'nfs-common' 'eclipse-mercurialeclipse' 'libgmsh-dev' 'docbook-dsssl-doc' 'finch-dev' 'python-pmw' 'libmoosex-classattribute-perl' 'linux-headers-4.15.0-50-generic' 'wmii' 'libsipxtapi-dev' 'libstarpu-contrib-dev' 'libghc-microlens-ghc-prof' 'linux-modules-5.0.0-1025-gcp' 'pkg-config-powerpc-linux-gnuspe' 'libgo11-dbg-ppc64el-cross' 'libmodule-starter-plugin-cgiapp-perl' 'tss2' 'libmpfi0-dev' 'libopenturns-dev' 'lib32tinfo-dev' 'r-cran-evd' 'node-detective' 'libwinpr-crypto0.1' 'libmoosex-insideout-perl' 'lib32gfortran-6-dev-mips64el-cross' 'wmix' 'python-png' 'libmiral-dev' 'libthrowable-perl' 'edac-utils' 'libxml-easy-perl' 'dhis-mx-sendmail-engine' 'libgnat-7-ppc64el-cross' 'python-zope.filerepresentation' 'cpp-5-s390x-linux-gnu' 'tasque' 'libfaad2' 'cl-umlisp-orf' 'golang-gopkg-natefinch-lumberjack.v2-dev' 'linux-modules-nvidia-418-5.0.0-1025-aws' 'libubsan1-dbg-ppc64-cross' 'libgfortran-8-dev-x32-cross' 'libghc-tls-session-manager-doc' 'qtdeclarative5-qtorganizer-plugin' 'qtmultimedia5-doc' 'zfs-dkms' 'lib32go13-mips64-cross' 'libzulucrypt-plugins' 'python-pyxb-bundles-common' 'librsbac-dev' 'lua-messagepack' 'libpostgresql-ocaml' 'libuima-adapter-vinci-java' 'linux-image-4.18.0-1007-azure' 'linux-tools-4.15.0-1034-oem' 'r-cran-survival' 'libaudio-moosic-perl' 'mate-calc' 'apparmor-utils' 'migrationtools' 'libclone-choose-perl' 'libxz-java' 'libaff4-0' 'libsereal-perl' 'libdistorm64-dev' 'sketch' 'sync-ui' 'python-objgraph-doc' 'linux-modules-extra-4.15.0-51-generic' 'nvidia-331' 'ttf-adf-romande' 'toulbar2' 'ikarus' 'python-joblib' 'liblitl0' 'cl-pg' 'libppix-editortools-perl' 'osmocom-bsc-nat' 'libghc-linear-dev' 'woff2' 'libglm-doc' 'xen-utils-4.9' 'libsvg-perl' 'libcurl3-gnutls' 'libtolua++5.1-dev' 'initramfs-tools-core' 'lua-event-dev' 'heimdal-servers' 'lfc-dli' 'libexporter-autoclean-perl' 'pd-iemutils' 'python-debconf' 'libgnustep-gui-dev' 'libxmhtml-dev' 'lib32gfortran3-dbg-amd64-cross' 'neurodebian-desktop' 'node-json-parse-helpfulerror' 'libunique-1.0-0' 'slice' 'ruby-flowdock' 'sensible-utils' 'libx32gphobos71-amd64-cross' 'linux-modules-nvidia-390-4.15.0-76-generic' 'libsam4' 'libgnatvsn6-dev' 'globus-gram-job-manager-slurm' 'sapphire' 'gnome-getting-started-docs' 'gpgconf' 'scim-dev-doc' 'libdata-transformer-perl' 'python-whoosh' 'therion-viewer' 'python3-pathtools' 'linux-signed-lowlatency-hwe-16.04-edge' 'linux-image-unsigned-4.15.0-1025-gcp' 'nvidia-340' 'python3-limits' 'libjte1' 'libpgocaml-ocaml' 'qml-module-qt-labs-platform' 'libcgi-application-plugin-ratelimit-perl' 'pyflakes3' 'gdc-8-mips64el-linux-gnuabi64' 'nvidia-346' 'manila-api' 'libapache2-mod-uwsgi' 'magicor-data' 'fusiondirectory-plugin-systems' 'voltron' 'libmupdf-dev' 'wulflogger' 'speechd-el' 'node-de-indent' 'libqalculate6-data' 'libfox-1.6-dev' 'cvsgraph' 'libghc-harp-prof' 'r-cran-raschsampler' 'node-grunt-legacy-util' 'weather-util' 'texlive-lang-polish' 'linux-modules-extra-4.15.0-72-generic' 'sc3-plugins-language' 'libapache-htpasswd-perl' 'python3-xcffib' 'libxmlada-schema4.6.2016' 'libwww-form-urlencoded-xs-perl' 'python-send2trash' 'libmono-sqlite4.0-cil' 'python3-oslo.log' 'libasan5-s390x-cross' 'rttool' 'libkomparediff2-dev' 'libsmokeqtnetwork4-3' 'fookb' 'freeradius-iodbc' 'python-intervaltree' 'alljoyn-services-1504' 'nvidia-352' 'jscommunicator-web-phone' 'lib64gphobos76-dbg-i386-cross' 'ros-robot-lisp-dev' 'libproc-processtable-perl' 'qprogram-starter' 'alljoyn-services-1509' 'midicsv' 'golang-github-pointlander-peg-dev' 'gfsview-batch' 'java-wrappers' 'libghc-vector-th-unbox-dev' 'cl-daemon' 'nvidia-kernel-source-390' 'linux-tools-4.15.0-1014-gcp' 'seccure' 'hunspell-fr-revised' 'libsub-uplevel-perl' 'g++-mips64el-linux-gnuabi64' 'python-sphinxcontrib.blockdiag' 'cpp-6-alpha-linux-gnu' 'sddm-theme-debian-elarun' 'libstdc++-8-dev' 'libopencv-highgui-dev' 'libswt-webkit-gtk-4-jni' 'starlink-util-java-doc' 'gir1.2-nma-1.0' 'libfreeimageplus-dev' 'xosview' 'libcoq-ocaml' 'cl-rt' 'pybit-svn' 'python-treq' 'nbd-client' 'linux-headers-4.18.0-1025-azure' 'rt4-db-sqlite' 'libjson-simple-doc' 'zgen' 'ldm-xubuntu-theme' 'python3-sleekxmpp' 'python3-flask-paranoid' 'fonts-tlwg-laksaman-ttf' 'nvidia-361' 'endless-sky-data' 'pollen' 'qt3d5-examples' 'psi4-data' 'libpkgconfig-perl' 'libghc-vector-space-prof' 'gnat-5-arm-linux-gnueabihf' 'macutils' 'nvidia-367' 'kwin-common' 'golang-github-k0kubun-pp-dev' 'python-colormap' 'libmicroblog4' 'lava-tool' 'libtggraphlayout-java' 'gem-doc' 'idlestat' 'ruby-gio2' 'libkf5emoticons-bin' 'wmnd' 'xjokes' 'ziptool' 'frogatto' 'fonts-nanum-extra' 'libcsnd-dev' 'montecarlo-data' 'ikvm' 'python3-pynfft' 'libart2.0-cil-dev' 'pdlzip' 'libcanl-java' 'devede' 'libghc-dependent-sum-template-prof' 'libio-lcdproc-perl' 'gmerlin-plugins-base' 'php-propro' 'libclassad8' 'libpynac-dev' 'gettext-el' 'htslib-test' 'liboobs-1-dev' 'qt4-linguist-tools' 'python-requests-oauthlib-doc' 'ntopng-data' 'libghc-simple-smt-dev' 'libs3d2' 'linux-azure-edge-tools-5.0.0-1012' 'nvidia-375' 'xfce4-mpc-plugin' 'pyrit' 'ngspice-doc' 'libghc-maths-prof' 'lib64objc4-dbg-powerpc-cross' 'cl-tf' 'tayga' 'libtercpp-dev' 'gcc-5-sh4-linux-gnu-base' 'libghc-zip-archive-doc' 'libgtkimageview-dev' 'ruby-qdbm' 'libfcl-dev' 'swftools-dbg' 'libantelope-java-doc' 'python3-serial' 'devscripts' 'python-nipype' 'wvdial' 'node-jsbn' 'python3-django-debug-toolbar' 'winpdb' 'libdbus-c++-1-0v5' 'cultivation' 'libcsp-source' 'libbox2d2.3.0' 'python3-zeroconf' 'fonts-adf-accanthis' 'libscalar-does-perl' 'r-bioc-genomeinfodbdata' 'lib64go13-dbg-powerpc-cross' 'baloo-kf5' 'erlang-p1-xmpp' 'vim-ledger' 'libghc-boomerang-prof' 'libclaws-mail-dev' 'python3-qpid-proton' 'nvidia-384' 'spring-common' 'python3-pgmagick' 'libstdc++6-8-dbg-riscv64-cross' 'junit4-doc' 'python-ptk' 'bowtie2-examples' 'libgnat-6-dbg' 'mapcache-tools' 'libcaja-extension-dev' 'cdcover' 'libolecf1' 'libghc-blaze-svg-dev' 'libx32objc4-i386-cross' 'libitpp-doc' 'amule-daemon' 'python3-misaka' 'linux-image-4.15.0-1022-azure' 'libswe-dev' 'libelektra4-dbus' 'libstdc++6-7-dbg-ppc64-cross' 'linux-modules-extra-4.15.0-1025-azure' 'python-myghtyutils' 'python-pywps' 'axiom-hypertex' 'syslinux-themes-ubuntu-wily' 'golang-github-jasonish-go-idsrules-dev' 'digikam-doc' 'hmmer2-pvm' 'libanyevent-memcached-perl' 'leptonica-progs' 'libbeansbinding-java-doc' 'libcaja-extension1' 'libghc-hashtables-prof' 'libgrantlee-textdocument5' 'libgnatprj5-dev-m68k-cross' 'libcgi-untaint-perl' 'python-django-ranged-response' 'sshpass' 'linux-modules-extra-4.15.0-1021-oracle' 'python-trie' 'linux-modules-5.0.0-1025-gke' 'kdeedu' 'libbfb0' 'mercurial-crecord' 'gnome-backgrounds' 'pd-readanysf' 'libctl-dev' 'liblorene-debian1' 'libcatmandu-atom-perl' 'python-pyramid-multiauth' 'gcc-multilib-arm-linux-gnueabihf' '9mount' 'node-kind-of' 'librdf-rdfa-generator-perl' 'linux-tools-5.0.0-1031-gcp' 'libspreadsheet-read-perl' 'sysbench' 'chezscheme' 'libtie-cycle-perl' 'plum' 'libmonospaceif-dev' 'libevolution' 'qtdeclarative5-poppler1.0' 'gnome-platform-devel' 'gccgo-5-arm-linux-gnueabi' 'dasher' 'apachedex' 'python-ldap' 'initramfs-tools' 'libwayland-server0' 'libsundials-nvecserial2' 'i965-va-driver-shaders' 'python-djangorestframework-doc' 'htmlmin' 'ruby-sprockets' 'doublecmd-help-en' 'sanitizer' 'xen-tools' 'sisu-sqlite' 'xwayland-hwe-18.04' 'libhtml-mason-perl' 'libghc-extra-prof' 'linux-gcp-edge-tools-4.18.0-1004' 'linux-gcp-edge-tools-4.18.0-1005' 'socat' 'libubsan1-armel-cross' 'linux-gcp-edge-tools-4.18.0-1006' 'petris' 'linux-gcp-edge-tools-4.18.0-1007' 'libghc-enclosed-exceptions-dev' 'linux-gcp-edge-tools-4.18.0-1008' 'linux-gcp-edge-tools-4.18.0-1009' 'libxcb-xkb1' 'python3-mysqldb-dbg' 'node-imurmurhash' 'virtualbox-guest-x11' 'libcompfaceg1' 'python3-aiohttp-mako' 'ruby-capybara-screenshot' 'libcortado-java' 'gccgo-5-multilib' 'genisovh' 'golang-github-k0kubun-colorstring-dev' 'libtest-sharedfork-perl' 'libx32objc-7-dev-i386-cross' 'ltsp-cluster-nxloadbalancer' 'qml-module-qtquick-controls-styles-breeze' 'libmxml1' 'pbuilder-scripts' 'linux-modules-4.18.0-13-generic' 'libde265-0' 'lib32asan4-sparc64-cross' 'evolution-data-server-online-accounts' 'libcsp1' 'libcvm1-dev' 'libopenrpt-dev' 'libsipxtapi-doc' 'libtext-sprintfn-perl' 'mpop-gnome' 'ruby-glib2' 'gcc-7-source' 'golang-etcd-server-dev' 'jnoisemeter' 'python-dexml' 'libghc-semigroups-prof' 'kde-games-core-declarative' 'm16c-flash' 'linux-gcp-edge-tools-4.18.0-1011' 'pyro4' 'maint-guide-ca' 'linux-gcp-edge-tools-4.18.0-1012' 'libscout' 'libntdb-dev' 'python-cwiid' 'linux-gcp-edge-tools-4.18.0-1013' 'python-mockldap' 'libghc-utility-ht-dev' 'golang-github-bradfitz-http2-dev' 'ttfautohint' 'gdc-8-i686-linux-gnu' 'linux-gcp-edge-tools-4.18.0-1015' 'libhamlib-dev' 'python-libesedb' 'libghc-nonce-dev' 'neutron-dynamic-routing-common' 'liboctave-dev' 'libapksig-java' 'printer-driver-foo2zjs-common' 'libpcl-filters1.8' 'g++-8-powerpc-linux-gnuspe' 'gobjc-7-multilib-sparc64-linux-gnu' 'libdirectfb-extra' 'libsocketcan2' 'neurodebian-dev' 'clang-4.0-examples' 'fairymax' 'libflite1' 'libglobus-gsi-callback-dev' 'wesnoth-1.12' 'tntdb-mysql4v5' 'tryton-modules-project-invoice' 'golang-github-go-macaron-bindata-dev' 'ioquake3' 'audiotools' 'fonts-kouzan-mouhitsu' 'libscalar-util-numeric-perl' 'python-rjsmin' 'python-csb-doc' 'libpanel-applet-dev' 'liblocalizer-java-doc' 'giac-doc' 'libhfgfortran4-armel-cross' 'libapache-session-memcached-perl' 'linux-headers-4.15.0-1009-azure' 'libsmpeg0' 'libspnav-dev' 'pax-britannica' 'less' 'linuxvnc' 'nautic' 'libbytesize-dev' 'libcinnamon-desktop-dev' 'libutop-ocaml' 'ruby-syslog-logger' 'asterisk-espeak' 'lib64go7-x32-cross' 'mgetty-pvftools' 'ruby-build' 'maint-guide-de' 'gstreamer1.0-gl' 'llvm-7' 'rsnapshot' 'libcidr-dev' 'python-pywapi' 'mlmmj-php-web-admin' 'libaudio-ecasound-perl' 'gobjc-8-multilib-i686-linux-gnu' 'llvm-8' 'llvm-9' 'golang-protobuf-extensions-dev' 'liquidsoap-plugin-gstreamer' 'linux-image-5.0.0-32-generic' 'libmath-polygon-perl' 'libghc-linear-doc' 'mopidy-youtube' 'libmodule-compile-perl' 'openni-doc' 'python3-logging-tree' 'xul-ext-calendar-timezones' 'wmtv' 'evolution' 'ruby-fog-local' 'python-lazr.uri' 'libdevel-dprof-perl' 'openscad-mcad' 'python3-afl' 'blcr-util' 'trueprint' 'libstring-camelcase-perl' 'python-pyo' 'libticcutils2v5' 'libhtml-wikiconverter-usemod-perl' 'libkf5khtml5' 'node-concat-map' 'linux-modules-extra-4.15.0-1048-aws' 'libexene-smlnj' 'node-cookies' 'python-pyx' 'linux-headers-4.15.0-38-lowlatency' 'python-gobject-2-dbg' 'libaubio-dev' 'grub-firmware-qemu' 'slime' 'tdiary-contrib' 'gfortran-6-multilib' 'xphoon' 'kubuntu-debug-installer' 'fusiondirectory-plugin-sudo' 'cgoban' 'libecore-imf1' 'maint-guide-es' 'fwbuilder-common' 'sssd-ipa' 'proxycheck' 'libfox-1.6-doc' 'node-grunt-contrib-uglify' 'libsqlite3-mod-rasterlite2' 'libopenr2-dev' 'libotbstreaming-6.4-1' 'libstdc++-6-pic-mips64-cross' 'libopenigtlink-dev' 'libjimfs-java-doc' 'golang-github-rfjakob-eme-dev' 'libgwengui-gtk3-0' 'mir-platform-graphics-mesa-x13' 'libmodule-cpanfile-perl' 'linux-modules-4.15.0-33-generic' 'libmng2' 'freecell-solver-bin' 'liblink-grammar-dev' 'zephyr-clients' 'python3-simpleeval' 'libghc-hstringtemplate-dev' 'gcc-6-multilib' 'hmmer-examples' 'ruby-memfs' 'libuima-addons-java' 'zeroc-ice-compilers' 'libusageenvironment3' 'libmysqlcppconn7v5' 'libpicocontainer-java' 'libpthread-workqueue0' 'python3-commonmark-bkrs' 'libisofs-dbg' 'python-django-babel' 'oclgrind' 'libfreerdp-dev' 'linux-image-unsigned-5.0.0-35-generic' 'pirs-examples' 'libghc-vector-th-unbox-doc' 'libdrmaa1.0-java' 'freeciv-data' 'boswars-data' 'maint-guide-fr' 'python-hacking' 'libpicard-java-doc' 'libghc-regex-applicative-prof' 'libi8x0' 'libstdc++-8-doc' 'bochs-doc' 'dh-buildinfo' 'sgmlspl' 'glabels-data' 'linux-image-4.18.0-25-generic' 'libfreeimageplus-doc' 'python-flask-limiter' 'libgnatvsn6-dbg-mipsel-cross' 'linux-buildinfo-4.18.0-1013-azure' 'libiw-dev' 'wise-data' 'libtf2-dev' 'eog-plugin-export-to-folder' 'sudoku' 'rsbac-doc' 'libvotca-tools4' 'libfml0' 'fonts-noto-cjk-extra' 'libclass-objecttemplate-perl' 'lib64stdc++-8-dev-i386-cross' 'linux-modules-5.0.0-1030-oem-osp1' 'shntool' 'libfvde1' 'resource-agents-paf' 'libbamf3-dev' 'gir1.2-dee-1.0' 'cl-mcclim-examples' 'dvdisaster-doc' 'linux-headers-4.15.0-42-lowlatency' 'libqt5sql5' 'i3lock-fancy' 'cldump' 'python-lldb-5.0' 'ruby-i18n-inflector-rails' 'libghc-djinn-lib-prof' 'casacore-data-sources' 'libboost-coroutine-dev' 'libspdylay-dbg' 'libjana-gtk-dev' 'node-is-unc-path' 'liblog4c-dev' 'libdevel-pragma-perl' 'libstdc++6-powerpc-cross' 'gcc-6-plugin-dev-sh4-linux-gnu' 'golang-github-seandolphin-bqschema-dev' 'mediawiki' 'libkf5holidays-data' 'libconfig-simple-perl' 'linux-modules-nvidia-390-4.15.0-1050-aws' 'elpa-git-messenger' 'qml-module-qtgraphicaleffects' 'wamerican' 'gnokii-common' 'libasynccore-dev' 'dict-freedict-eng-rom' 'liboro-java' 'sfst' 'g++-8-multilib-i686-linux-gnu' 'python-genmsg' 'r-cran-iterators' 'libmunge2' 'mariadb-plugin-mroonga' 'mate-control-center-common' 'libmustache-d-dev' 'libhtml-formhandler-perl' 'libcodenarc-groovy-java' 'libestring-ocaml' 'signon-ui-x11' 'language-pack-gnome-nb-base' 'libgcc1-dbg-armel-cross' 'elpa-makey' 'libqaccessibilityclient0' 'libghc-simple-smt-doc' 'libgwengui-qt5-0' 'gfortran-mingw-w64-x86-64' 'linux-image-4.15.0-24-generic' 'linux-tools-5.0.0-35-lowlatency' 'linux-buildinfo-5.0.0-1016-azure' 'fcitx-mozc' 'python3-expiringdict' 'hostname' 'node-babel-plugin-transform-do-expressions' 'binwalk' 'pyosmium' 'docker-ce' 'libtrilinos-anasazi12' 'lib32gcc-8-dev-s390x-cross' 'python3-scales' 'golang-github-tent-canonical-json-go-dev' 'liblogger-syslog-perl' 'libcsv3' 'eiskaltdcpp-qt' 'python-gobject-2-dev' 'tuxtype' 'libtrilinos-amesos-dev' 'rnahybrid' 'libboost-python1.65.1' 'php-horde-injector' 'r-bioc-genefilter' 'python-certbot-doc' 'libmpich12' 'civicrm-common' 'mono-apache-server4' 'cloud-sptheme-common' 'gobjc-5-mips-linux-gnu' 'xavante-doc' 'libcodec2-dev' 'libjs-jquery-jush' 'libstdc++6-ppc64el-cross' 'librandom123-dev' 'liblightdm-gobject-1-0' 'libgnat-6-sparc64-cross' 'linux-headers-4.15.0-1018-oem' 'libcaja-extension-doc' 'libgnat-7-dbg-powerpc-cross' 'ion-doc' 'crossbuild-essential-powerpc' 'maint-guide-it' 'libp2kmoto0' 'libsearpc1' 'libghc-blaze-svg-doc' 'linux-headers-4.15.0-1045-aws' 'libgnat-5-dbg-m68k-cross' 'linux-image-unsigned-4.15.0-1033-oracle' 'php-rrd' 'libghc-haxr-dev' 'linux-image-extra-virtual-hwe-18.04-edge' 'httptunnel' 'libswe-doc' 'libisofs-dev' 'ibus-sharada-braille' 'tigervnc-scraping-server' 'linux-cloud-tools-5.3.0-23-generic' 'libjsyntaxpane-java' 'git-cvs' 'libwebkit2gtk-4.0-37-gtk2' 'calcoo' 'libaribb24-0' 'libtest-inline-perl' 'touchegg' 'ruby-blockenspiel' 'libstdc++-8-pic-hppa-cross' 'spyder3' 'libboost-regex1.65-dev' 'gobjc-mips64-linux-gnuabi64' 'maint-guide-ja' 'python3-casacore' 'libwbclient-sssd-dev' 'libn32go7-dbg-mips64-cross' 'node-binary-extensions' 'icingaweb2' 'bls-standalone' 'python3-pyasn1-modules' 'libangular-maven-plugin-java' 'linux-image-4.15.0-45-generic' 'openbios-ppc' 'libspectrum8' 'liblog-dispatch-filerotate-perl' 'pd-iemguts' 'libapacheds-i18n-java' 'libunicode-string-perl' 'libghc-cipher-camellia-prof' 'libkf5syntaxhighlighting-tools' 'pftools' 'vim-athena' 'libxapp1' 'libgnokii7' 'libmethod-signatures-simple-perl' 'libjhdf4-jni' 'libkpropertycore3-4' 'libladr-dev' 'libstdc++-6-pic-ppc64-cross' 'hotswap' 'microcode.ctl' 'libjs-events' 'libbamtools2.4.0' 'php-symfony-process' 'libctl-doc' 'cl-tf2-srvs' 'libx11-xcb1' 'squid-purge' 'r-cran-genabel.data' 'libgnome-bluetooth-dev' 'libincidenceeditorsng4' 'linux-image-unsigned-5.3.0-1011-gke' 'libhttp-parser-dev' 'pd-motex' 'slirp' 'linux-modules-nvidia-390-gcp-edge' 'python3-all' 'libspdylay-dev' 'python3-extras' 'liblastfm-fingerprint5-1' 'python-applicationinsights' 'uwsgi' 'libnifti-dev' 'python-gtksourceview2' 'libn32objc-7-dev-mips-cross' 'linux-modules-4.15.0-1050-gke' 'libmnl0' 'gfortran-arm-linux-gnueabihf' 'libappconfig-perl' 'python-drmaa' 'libmrss0-dbg' 'librelion-dev' 'tf-tools' 'psi-plus-common' 'r-cran-formula' 'libghc-dlist-instances-prof' 'libgnat-7-dbg-ppc64el-cross' 'liblib-abs-perl' 'linux-modules-5.3.0-1007-azure' 'binutils-mips64el-linux-gnuabin32-dbg' 'ekg2-core' 'libdebconfclient0' 'libghc-numtype-dk-prof' 'epic4-script-lice' 'ruby-jekyll-test-plugin' 'binutils-sh4-linux-gnu' 'linux-headers-4.18.0-1011-azure' 'chromium-ublock-origin' 'libregexp-pattern-license-perl' 'lua-nginx-memcached' 'presentty' 'libperl6-export-perl' 'libghc-enclosed-exceptions-doc' 'gcu-plugin' 'fcitx-table-viqr' 'node-flashproxy' 'banshee' 'libfko3-dev' 'libtaoframework-openal-cil-dev' 'golang-github-unknwon-paginater-dev' 'nullmailer' 'libhwloc-common' 'zeroc-icepatch2' 'python3-amp' 'libjs-extjs-doc' 'adanaxisgpl-data' 'lib32gfortran5-dbg-ppc64-cross' 'libreoffice-draw' 'libebackend1.2-dev' 'libgpaste9' 'xen-hypervisor-4.9-amd64' 'libstdc++6-6-dbg-mips64-cross' 'libomxil-bellagio0-components-alsa' 'mopidy-somafm' 'speechd-up' 'libbond-dev' 'msgp' 'libdbix-recordset-perl' 'linux-modules-4.15.0-1027-oracle' 'fonts-senamirmir-washra' 'lib32objc4-dbg-x32-cross' 'python-django-extra-views' 'libjavascriptcoregtk-1.0-0' 'libpomp-dev' 'libstdc++-6-dev-sparc64-cross' 'mummer-doc' 'libntrack-gobject-dev' 'python3-libbde' 'xmms2-plugin-tta' 'libghc-utility-ht-doc' 'libhamlib-doc' 'libghc-nonce-doc' 'libnss-rsbac2' 'libdatetime-format-flexible-perl' 'linux-cloud-tools-4.15.0-1022-azure' 'python-ifeffit' 'novnc' 'libghc-interpolate-prof' 'libmono-system-runtime-durableinstancing4.0-cil' 'libglobus-gsi-callback-doc' 'python-django-extensions-doc' 'r-bioc-bsgenome' 'marco-common' 'libformsgl-dev' 'libpanel-applet-doc' 'tclcl-dbg' 'libgentlyweb-utils-java-doc' 'libqxp-dev' 'gccgo-multilib-mipsel-linux-gnu' 'supercollider-server' 'ibus-table-quick-classic' 'update-inetd' 'aptitude-robot' 'pcmanfm-dbg' 'liboasis-ocaml-dev' 'lib32asan3-dbg-x32-cross' 'imageindex' 'libaa1-dbg' 'libhtml-wikiconverter-oddmuse-perl' 'python-zfec' 'val-and-rick-data' 'python3-pyqt5.qtmultimedia' 'librte-pmd-kni17.11' 'jpegjudge' 'libbidi-clojure' 'libmuparserx-dev' 'xbmc-pvr-njoy' 'libisoparser-java' 'libindicate0.1-cil' 'python-transmissionrpc' 'disulfinder' 'texlive-latex-base-doc' 'librasterlite2-dev' 'libubsan1-s390x-cross' 'libzhuyin13' 'dict-freedict-eng-rus' 'wine32-development-preloader' 'fonts-sarai' 'ruby-semanage' 'libghc-monad-journal-prof' 'libtest-distmanifest-perl' 'the-doc' 'reformat' 'xinv3d' 'python-markdown' 'python-ws4py-doc' 'python3-packaging' 'libjlayer-java' 'octave-psychtoolbox-3' 'lib32gcc-6-dev-amd64-cross' 'linux-modules-4.15.0-1032-azure' 'elpa-geiser' 'playonlinux' 'libgetopt-tabular-perl' 'libgnatprj6-dbg-amd64-cross' 'clamav-testfiles' 'libstdc++-7-dev-mips-cross' 'xfce4' 'python-relatorio' 'libmrss0-dev' 'voctomix-gui' 'librostlab-doc' 'python3-rdflib-jsonld' 'libssreflect-coq' 'gobjc-mips64el-linux-gnuabi64' 'golang-github-vdemeester-shakers-dev' 'libusb-ocaml-dev' 'libuchardet-dev' 'psensor' 'libsvmloc0' 'libvtk6-java' 'python3-pytest-expect' 'libffado-dev' 'imagevis3d' 'libaubio-doc' 'python3-cvxopt' 'ivyplusplus' 'python-ldns' 'libqtxml4-perl' 'libwebkit2gtk-4.0-dev' 'neutron-linuxbridge-agent' 'linux-modules-nvidia-430-5.3.0-40-lowlatency' 'python3-apt' 'r-bioc-annotationdbi' 'libayatana-appindicator3-dev' 'doublecmd-help-ru' 'libkf5filemetadata-bin' 'python3-stsci.distutils' 'libsss-idmap0' 'apktool' 'sidedoor-sudo' 'ncbi-entrez-direct' 'otb-i18n' 'libadns1' 'libmro-compat-perl' 'python-svipc' 'lightdm-autologin-greeter' 'libfsntfs-dev' 'libmirserver47' 'libdaemon-control-perl' 'libtest-module-used-perl' 'gcc-5-sparc64-linux-gnu-base' 'dzedit' 'gl-117' 'tenace' 'language-pack-gnome-gl-base' 'libghc-hstringtemplate-doc' 'libsocketcan-dev' 'python3-anosql' 'python-os-win' 'mutrace' 'indicator-messages' 'libc6-dev-amd64-cross' 'python3-sphinxcontrib.blockdiag' 'linux-image-unsigned-4.15.0-72-lowlatency' 'python-polled-camera' 'libgom-1.0-dev' 'librte-pmd-avp17.11' 'node-has-values' 'libtravel-routing-de-vrr-perl' 'dose-builddebcheck' 'frog' 'puppet-module-neutron' 'qv4l2' 'unity-lens-files' 'gmt-common' 'libtest-cpan-meta-json-perl' 'emacs25' 'littlewizard-data' 'ruby-mathml' 'libgnatvsn6-dev-mips64el-cross' 'libplplot-ocaml' 'libboost-random1.65.1' 'libebook-contacts1.2-dev' 'opensips-tls-module' 'lib64gfortran3-dbg-i386-cross' 'tclcl-dev' 'libcgi-xmlapplication-perl' 'libcorosync-common4' 'libhfcilkrts5-armel-cross' 'ruby-rack-accept' 'python-nipype-doc' 'libghc-interpolate-dev' 'libfribidi0' 'libmono-system-reactive-windows-threading2.2-cil' 'libtexttools6-dev' 'libjcommander-java-doc' 'gpsbabel' 'xautolock' 'indicator-appmenu-tools' 'tsmarty2c' 'libhdf5-openmpi-dev' 'libqgis-core2.18.17' 'golang-github-tendermint-go-p2p-dev' 'libaa1-dev' 'libjana-gtk-doc' 'libghc-data-default-prof' 'liblog4c-doc' 'libeclipse-compare-core-java' 'xserver-xorg-video-ati-hwe-16.04' 'yeahconsole' 'plowshare-modules' 'gir1.2-gusb-1.0' 'libconfig-model-tkui-perl' 'gvncviewer' 'libx32gphobos76-dbg' 'libdtd-parser-java-doc' 'libmono-messaging-rabbitmq4.0-cil' 'inetutils-ftp' 'libgdbussyncevo0' 'python3-certbot-dns-google' 'proguard-gui' 'elpa-racket-mode' 'libgnatprj6-armhf-cross' 'cpp-6-i686-linux-gnu' 'btrfs-heatmap' 'linux-modules-5.0.0-1022-azure' 'libigraph0v5' 'rtpproxy' 'palapeli-data' 'libplexus-component-annotations-java' 'libapache2-mod-log-slow' 'libjs-angularjs' 'golang-github-juju-webbrowser-dev' 'dizzy' 'liballegro-image5.2' 'libxcb-sync1' 'libxss-dev' 'python3-ase' 'libkf5sonnet5-data' 'gfortran-x86-64-linux-gnu' 'linux-modules-nvidia-390-gcp' 'libdist-zilla-plugin-podweaver-perl' 'pmacct' 'multicat' 'pysph-doc' 'pyfits-utils' 'libgtop-2.0-11' 'ttf-adf-mekanus' 'libghc-microlens-th-prof' 'python3-babeltrace' 'system-config-samba' 'nullidentd' 'doublecmd-help-uk' 'librose-db-object-perl' 'obs-server' 'patool' 'libc6-amd64-cross' 'zope2.13-sandbox' 'libjas-java' 'ruby-json-spec' 'libjaxws-api-java' 'libboost-context-dev' 'librope-ocaml-dev' 'libhealpix-java-doc' 'liblog-any-perl' 'python-rencode' 'libaccountsservice0' 'golang-github-ugorji-go-msgpack-dev' '3dldf-doc-examples' 'linux-image-unsigned-4.15.0-1039-oem' 'libcrypt-rc4-perl' 'gccgo-7-mips64el-linux-gnuabi64' 'kea-dev' 'ruby-activesupport' 'libsaga-dev' 'fonts-mmcedar' 'libjs-arbiter' 'libmercator-0.3-4' 'libmono-accessibility4.0-cil' 'libsbc1' 'designate-zone-manager' 'libeclipse-jdt-compiler-tool-java' 'mono-runtime-dbg' 'libzeitgeist-2.0-dev' 'starvoyager' 'tropic-gdm-theme' 'python-json-pointer' 'maint-guide-ru' 'libnetpbm10-dev' 'plasma-widgets-addons' 'golang-github-go-logfmt-logfmt-dev' 'libplb-dev' 'glpk-utils' 'python-backports.functools-lru-cache' 'librandom123-doc' 'libmagickcore-dev' 'python3-pankoclient' 'language-pack-gnome-eu-base' 'libghc-regex-applicative-dev' 'libapreq2-dev' 'libhfgfortran-8-dev-armel-cross' 'lib32cr0' 'libtiffxx5' 'r-cran-ggplot2' 'python3-manuel' 'libobjc-7-dev-mipsel-cross' 'gir1.2-javascriptcoregtk-4.0' 'libpam-freerdp' 'linux-cloud-tools-4.18.0-25-generic' 'djvusmooth' 'libc6-dev-mipsn32-mipsr6-cross' 'ubiquity-slideshow-ubuntu-budgie' 'libaspect-perl' 'libgnatprj6-sh4-cross' 'url-dispatcher-tools' 'linux-image-5.0.0-16-lowlatency' 'libghc-haxr-doc' 'linux-tools-4.15.0-74-generic' 'libisofs-doc' 'libsocialweb-dev' 'gmetad' 'gnat-6-sjlj' 'python3-llfuse-dbg' 'libobjc4-m68k-cross' 'plymouth-theme-sabily-text' 'libpaje2' 'python3-oslo.cache' 'salmon' 'libjs-ejs' 'systemtap-client' 'libcpan-meta-yaml-perl' 'relion-bin+gui' 'libwinpr-credui0.1' 'libtruffle-java-doc' 'linux-tools-4.15.0-1028-oem' 'libsensors-applet-plugin-dev' 'libxnee0' 'gobjc-8-multilib-mips-linux-gnu' 'libhdf5-mpi-dev' 'libtool' 'cbflib-doc' 'libgsm1-dbg' 'ruby-eim-xml' 'liboping0' 'libqtdee2' 'erlang-jinterface' 'linux-modules-nvidia-390-4.15.0-74-lowlatency' 'libqtdee3' 'libgcc1-dbg-s390x-cross' 'liblingua-en-number-isordinal-perl' 'seq-gen' 'golang-github-circonus-labs-circonus-gometrics-dev' 'lib64gfortran5-mips-cross' 'libinput10' 'libaprutil1-dbd-odbc' 'python3-rope' 'libmodule-pluggable-ordered-perl' 'libnifti-doc' 'libima-dbi-perl' 'python3-setuptools' 'stardict-gnome' 'primer3' 'rumor' 'libqdbm14' 'gnat-7-sjlj-x86-64-linux-gnux32' 'lib64stdc++6-7-dbg-mipsel-cross' 'pacemaker-doc' 'linux-cloud-tools-4.15.0-24-generic' 'lua-coxpcall' 'fotoxx-common' 'inventor-demo' 'kamailio-systemd-modules' 'cpp-5-x86-64-linux-gnux32' 'indigo-utils' 'python-ldtp' 'tryton-modules-company' 'shogun-cmdline-static' 'linux-image-unsigned-4.15.0-1019-gcp' 'libmodule-refresh-perl' 'gammaray-plugin-bluetooth' 'mplayer' 'libclass-delegator-perl' 'linux-image-5.0.0-20-lowlatency' 'tuned-utils' 'libadolc-dev' 'libjbcrypt-java' 'libgfortran-8-dev-powerpc-cross' 'linux-image-4.15.0-1028-azure' 'libsdl1.2-dev' 'erlang-cl' 'python3-multi-key-dict' 'eog-dev' 'fonts-lohit-mlym' 'cyphesis-cpp-mason' 'blubuntu-wallpapers' 'xserver-xorg-video-mach64-dbg' 'tandem-mass' 'libandroidsdk-ddmuilib-java' 'libstdc++6-mipsel-cross' 'charybdis' 'vdr-plugin-games' 'gpsd-dbg' 'libfxt-dev' 'hdparm' 'linux-image-unsigned-4.18.0-15-generic' 'nova-spiceproxy' 'libghc-regex-tdfa-text-prof' 'hdmi2usb-udev' 'cron-apt' 'festvox-en1' 'libghc-hledger-prof' 'libpsurface0v5' 'autopostgresqlbackup' 'plast-example' 'libimglib2-java-doc' 'linux-tools-4.15.0-69-lowlatency' 'linux-modules-extra-5.3.0-28-generic' 'golang-github-facebookgo-freeport-dev' 'libtokyocabinet9' 'libitl-dev' 'libgrss-dev' 'geany-plugin-treebrowser' 'prometheus-varnish-exporter' 'camera-calibration-parsers-tools' 'mopidy-dirble' 'libcgi-application-plugin-json-perl' 'libsbml5-python-doc' 'r-cran-mcmc' 'libmypaint-common' 'nvidia-kernel-source-418' 'node-universalify' 'linux-tools-4.15.0-1008-gcp' 'libyuma-dev' 'banshee-extension-mirage' 'cpp-powerpc-linux-gnuspe' 'gelemental' 'lib64gphobos71-dbg-i386-cross' 'xserver-xorg-input-joystick-dev' 'cconv' 'python3-jsontest' 'linux-image-4.15.0-45-lowlatency' 'libqxp-doc' 'python-pyopencolorio' 'libcastor-xml-java' 'libwww-indexparser-perl' 'ufoai-music' 'python-guessit' 'liboasis-ocaml-doc' 'liboobs-1-5-dbg' 'xcite' 'vobcopy' 'libxine2-gnome' 'libgnomevfs2-extra' 'libghc-readable-prof' 'libgradle-android-plugin-java-doc' 'node-when' 'ruby-peek-host' 'variety' 'libmono-cairo4.0-cil' 'lxappearance' 'lib32gomp1-mips64el-cross' 'bugs-everywhere' 'libghc-bencode-prof' 'libnet-daap-dmap-perl' 'python3-straight.plugin' 'puppet-module-puppetlabs-ntp' 'libnekohtml-java' 'libreoffice-avmedia-backend-gstreamer' 'pdfcube' 'node-anymatch' 'braillegraph' 'node-create-hash' 'coz-profiler' 'r-cran-guerry' 'libleveldb-api-java' 'libgsm1-dev' 'libgnome-menu-3-dev' 'libobject-declare-perl' 'pavuk' 'gfortran-5-m68k-linux-gnu' 'libgfortran4-dbg-amd64-cross' 'libomhacks0' 'node-minimist' 'blobandconquer-data' 'poxml' 'erlang-et' 'ruby-et-orbi' 'backup2l' 'ttf-adf-accanthis' 'cairo-dock-clock-plug-in' 'libobjc4-dbg-x32-cross' 'lubuntu-extra-sessions' 'libtemplate-plugin-utf8decode-perl' 'libmono-i18n4.0-cil' 'libgo13-x32-cross' 'python-yubico-tools' 'gnome-twitch-player-backend-mpv-opengl' 'lxqt-config' 'python3-flufl.lock' 'fonts-lohit-taml-classical' 'apulse' 'libgnatprj6-dbg-arm64-cross' 'pkg-config-arm-linux-gnueabihf' 'libmojolicious-plugin-authorization-perl' 'uprightdiff' 'python-fast5' 'rest2web-doc' 'clanlib-doc' 'pynast' 'nvidia-346-updates-dev' 'nvidia-kernel-source-430' 'libtaglibs-standard-impl-java' 'mssh' 'libghc-fclabels-dev' 'language-pack-gnome-an-base' 'gnome-shell-extension-impatience' 'nvidia-kernel-source-435' 'gnome-twitch-player-backend-gstreamer-opengl' 'gfortran-5-multilib-powerpc-linux-gnu' 'libruli4-dev' 'linux-image-unsigned-4.15.0-20-lowlatency' 'libwebkit2gtk-4.0-doc' 'qtdeclarative5-kf5solid' 'golang-gopkg-tomb.v1-dev' 'libeclipse-e4-ui-swt-gtk-java' 'linux-modules-5.0.0-31-lowlatency' 'liblam4' 'sockstat' 'libasan3-dbg-x32-cross' 'libdigest-perl-md5-perl' 'python-zope.app.appsetup' 'ruby-peek-redis' 'libmono-system-web-extensions4.0-cil' 'libperl-dev' 'libandroidsdk-common-java' 'libical2-dev' 'inspircd-dbg' 'enamdict' 'libhtml-truncate-perl' 'ubuntu-wallpapers-saucy' 'libtk-img-dev' 'libbzrtp-dev' 'checkstyle-doc' 'ibus-table-cns11643' 'libkf5mailimporterakonadi5' 'python-pretend' 'libsocketcan-doc' 'mercurial-extension-utils' 'qml-module-qtqml-statemachine' 'mrbayes' 'libdolphinvcs-dev' 'rhythmbox' 'cxref' 'eperl' 'libwinpr-pipe0.1' 'libc6-dev-arm64-cross' 'libc6-dev-i386-amd64-cross' 'swell-foop' 'libiscsi-dev' 'wfrench' 'libgom-1.0-doc' 'libmrpt-obs1.5' 'python-lzma-dbg' 'lib64stdc++-6-dev-i386-cross' 'rifiuti2' 'libgfortran-5-dev-s390x-cross' 'yaws-doc' 'phantomjs' 'ceilometer-agent-central' 'ippusbxd' 'libomniorb4-2' 'flashproxy-facilitator' 'python-reverend' 'games-minesweeper' 'synapse' 'katepart' 'aptitude-doc-cs' 'libgfortran3-dbg' 'nordugrid-arc-ca-utils' 'libuniversal-can-perl' 'libjgroups-java' 'gnomint' 'qt4-doc' 'diffstat' 'php-horde-crypt-blowfish' 'linux-modules-4.15.0-1064-oem' 'librte-metrics17.11' 'libvibe-mongodb-dev' 'libtest-regexp-perl' 'libghc-interpolate-doc' 'gdc-5-mips-linux-gnu' 'python-maxminddb-doc' 'clang-tidy-7' 'python-pyxid' 'profnet-norsnet' 'python-pykaraoke' 'wicd-daemon' 'clang-tidy-8' 'cups-browsed' 'python3-pykmip' 'clang-tidy-9' 'gnat-7-sjlj-s390x-linux-gnu' 'libjconv-dev' 'libpcl-keypoints1.8' 'libmath-convexhull-perl' 'libcodemodel-java' 'libconvert-nls-date-format-perl' 'python-pywbem' 'parsec47' 'python-qpid-proton-doc' 'python-willow-doc' 'libterm-prompt-perl' 'gobjc++-7-sh4-linux-gnu' 'extractpdfmark' 'lua-inifile' 'libdancer2-plugin-ajax-perl' 'lib64go7-mipsel-cross' 'libequinox-frameworkadmin-java' 'libeb16' 'libcsp-dev' 'libccss-1-5' 'montage-gridtools' 'libkf5mbox5' 'linux-tools-5.0.0-1025-gcp' 'ros-simulators-lisp-dev' 'node-url-parse' 'vmware-manager' 'libstring-errf-perl' 'linux-headers-4.18.0-13-generic' 'libosinfo-bin' 'libvirt-sandbox-1.0-5' 'libwine' 'xmlsysd' 'gcc-s390x-linux-gnu' 'libkido-gui-osg-dev' 'qtdeclarative5-qtquick2-plugin' 'grantlee-dbg' 'opencubicplayer-doc' 'raxml' 'libedje-bin' 'libgnat-6-dbg-ppc64-cross' 'python-peewee' 'erlang-ic' 'colord' 'ircd-irc2' 'mu4e' 'ftpwatch' 'libghc-hspec-smallcheck-dev' 'libben-ocaml-dev' 'mypy-doc' 'libjackson2-dataformat-xml-java' 'libqt5xdg-dev' 'node-tilelive' 'linux-modules-nvidia-390-5.0.0-1018-azure' 'libsavitar0' 'libusb-1.0-doc' 'libqt4-qt3support-dbg' 'libstdc++6-8-dbg-sh4-cross' 'mythweather' 'aptitude-doc-en' 'kde-telepathy-debugger' 'libmono-i18n-west4.0-cil' 'libhfst50' 'liblingua-stem-perl' 'librtf-document-perl' 'aptitude-doc-es' 'gnome-illustrious-icon-theme' 'linux-buildinfo-4.18.0-1019-azure' 'kea-doc' 'tcl-vtk6' 'wireshark-qt' 'tcl-vtk7' 'python-renderpm-dbg' 'libgnat-5-armhf-cross' 'libkiokux-model-perl' 'node-babel-preset-env' 'libqt5sql5-psql' 'libnordlicht0' 'libnb-javaparser-java' 'libzeitgeist-2.0-doc' 'python-oslo-serialization' 'libdisplaymigration0-dbg' 'libkcalcore4' 'python-django-formtools' 'linux-modules-extra-4.18.0-14-generic' 'libplb-doc' 'mate-calc-common' 'libvorbis-ocaml-dev' 'libghc-postgresql-simple-dev' 'linux-image-unsigned-5.0.0-1029-gcp' 'libgd-dev' 'liblingua-ga-gramadoir-perl' 'winpr-utils' 'libghc-regex-applicative-doc' 'inspircd-dev' 'libapreq2-doc' 'libcamlp4-ocaml-dev' 'libboost-system1.62-dev' 'python-egenix-mxurl-doc' 'aptitude-doc-fi' 'libperlspeak-perl' 'xcftools' 'libarrayfire-unified3' 'golang-github-hashicorp-go-version-dev' 'ruby-actionmailer' 'linux-image-generic-hwe-16.04-edge' 'libghc-hstatsd-dev' 'gedit-plugins-common' 'linux-modules-4.15.0-1044-gcp' 'node-shelljs' 'aptitude-doc-fr' 'python-fontconfig-dbg' 'python-ntplib' 'libstonithd2' 'libchatbot-eliza-perl' 'galculator' 'libxcompshad3' 'libsocialweb-doc' 'linux-image-4.15.0-1026-oem' 'gbgoffice' 'linux-headers-4.15.0-1008-kvm' 'libmime-types-perl' 'python-simplegeneric' 'qemu-system' 'libtext-german-perl' 'varmon' 'ircd-ircu' 'linux-headers-5.0.0-1024-aws' 'libring-mock-clojure' 'mythweb' 'libn32objc-5-dev-mips-cross' 'sdl-ball-data' 'hime-qt5-immodule' 'juffed' 'gargoyle-free' 'liburl-dispatcher1' 'ubuntu-cloud-keyring' 'php-symfony-polyfill-util' 'medit' 'briquolo-data' 'ros-cmake-modules' 'libgradle-plugins-java' 'libelpa-dev' 'babeld' 'jmeter-http' 'liblaf-plugin-java-doc' 'gccgo-5-multilib-mips64el-linux-gnuabi64' 'libjws-api-java' 'alljoyn-services-1604' 'libnamespace-autoclean-perl' 'lib64gphobos-8-dev-x32-cross' 'node-zipfile' 'xmms2-plugin-ao' 'python-fedora' 'python3-certbot-dns-cloudflare' 'libghc-http-client-tls-prof' 'libayatana-appindicator0.1-cil' 'esnacc-doc' 'android-libcrypto-utils-dev' 'libobject-realize-later-perl' 'libwfut-0.2-1' 'linux-headers-4.15.0-33-generic' 'python3-openstacksdk' 'libguestfs-xfs' 'golang-github-yosssi-ace-proxy-dev' 'clang-tidy-3.9' 'libjs-jsrender' 'massxpert-data' 'uim-el' 'ruby-execjs' 'strigi-daemon' 'libimager-perl' 'libgnat-8-dbg-sh4-cross' 'libuser-identity-perl' 'postbooks-schema-quickstart' 'liboce-ocaf-dev' 'libpetal-perl' 'gobjc++-mingw-w64-i686' 'librte-pmd-cxgbe17.11' 'python-qscintilla2-dbg' 'libmosquittopp-dev' 'libubsan1-dbg-x32-cross' 'liblas3' 'conjugar' 'libghc-polyparse-prof' 'libc6-dev-amd64' 'pagemon' 'lcl-units' 'libreadline5-dbg' 'python-xlsxwriter' 'lib32gfortran3-dbg-mips64-cross' 'python3-sqlparse' 'libbookkeeper-java' 'libdframeworkdbus-dev' 'librelion+mpi+gui-1.4-1' 'libfile-which-perl' 'node-babel-preset-es3' 'node-from2' 'python3-marshmallow' 'r-cran-crosstalk' 'libdapl-dev' 'libbotan-2-4' 'lib32gcc-8-dev-ppc64-cross' 'libstdc++6-5-dbg-armel-cross' 'python-faulthandler' 'mutter' 'sparse-test-inspect' 'libaprutil1-dbd-pgsql' 'ruby-grape-entity' 'bfbtester' 'node-any-promise' 'binclock' 'gdc-6-sparc64-linux-gnu' 'libghc-th-reify-many-dev' 'xtell' 'python-pyx-doc' 'python3-streamlink' 'ocaml-interp' 'fuse-convmvfs' 'libgarmin0' 'python-qt4' 'python-ssoclient' 'horae' 'linux-buildinfo-4.15.0-1065-oem' 'libspring-beans-java' 'linux-image-4.15.0-1006-gcp' 'linux-modules-extra-4.15.0-34-generic' 'libmyth-dev' 'libdisplaymigration0-dev' 'r-cran-readbrukerflexdata' 'pbsuite' 'libnppig9.1' 'groundhog' 'aptitude-doc-it' 'libcoro-perl' 'budgie-wallpapers-artful' 'libclj-yaml-clojure' 'gfal2-plugin-sftp' 'libace-foxreactor-6.4.5' 'glpeces-data' 'mesa-va-drivers' 'libghc-terminal-size-dev' 'libctl5' 'lib32go7-x32-cross' 'libgtkdatabox-0.9.3-0' 'lightdm-webkit-greeter' 'libgfortran5-dbg-mips-cross' 'golang-github-apex-log-dev' 'xdelta' 'node-dargs' 'xpilot-extra' 'aptitude-doc-ja' 'ruby-grpc-tools' 'percona-galera-3' 'node-caniuse-lite' 'android-libsepol' 'openvpn-systemd-resolved' 'lib32gcc-5-dev-sparc64-cross' 'wmwave' 'python-simplejson-dbg' 'gimp-data-extras' 'libowfat-dietlibc-dev' 'r-cran-spdep' 'darkplaces' 'ndiswrapper-dkms' 'libgv-php7' 'libmed1v5' 'python-oslo.db-doc' 'opensips-dialplan-module' 'libphobos2-ldc-shared-dev' 'openvanilla-imgeneric-data-zh-cn' 'xmds2' 'pvm-dev' 'libghc-auto-update-dev' 'hledger' 'libmessage-passing-zeromq-perl' 'libclutter-gtk-1.0-0' 'libswing-layout-java' 'libdata-dmp-perl' 'libnormaliz3' 'libgnatvsn6-dev-armel-cross' 'python-rdflib-tools' 'node-run-async' 'unity-action-doc' 'stilts' 'python-lunar' 'libvibe-data0' 'libtext-kakasi-perl' 'node-chokidar' 'python-tooz-doc' 'evilwm' 'libxslt1.1' 'mtbl-bin' 'cpp-6-mips-linux-gnu' 'libgfortran4-dbg-arm64-cross' 'golang-github-deckarep-golang-set-dev' 'libaosd-text2' 'libghc-pointed-prof' 'python-cogent' 'ubuntu-wallpapers-xenial' 'bsd-mailx' 'libarrayfire-cpu-dev' 'airstrike' 'munin-doc' 'kapptemplate' 'linux-modules-extra-4.15.0-55-generic' 'node-bignumber' 'msxpertsuite-dev-doc' 'python-smstrade' 'libghc-sdl-ttf-dev' 'python-cairocffi-doc' 'libclippoly0' 'lib64gomp1-x32-cross' 'amb-plugins' 'linux-cloud-tools-4.15.0-1028-azure' 'lua-rrd' 'libicu4j-4.4-java' 'libssl1.0.0' 'aeson-pretty' 'libghc-fclabels-doc' 'liblwp-authen-negotiate-perl' 'caveconverter' 'libstdc++6-mips64el-cross' 'linux-tools-5.3.0-26-generic' 'libghc-hclip-prof' 'qttools5-examples' 'ifpgui' 'geoip-bin' 'libdevice-cdio-perl' 'golang-github-vividcortex-ewma-dev' 'wget2-dev' 'nagios3-cgi' 'lua-sql-sqlite3-dev' 'mhddfs' 'libaqofxconnect7' 'libjgromacs-java' 'libghc-diagrams-prof' 'libghc-storable-complex-dev' 'paris-traceroute' 'linux-buildinfo-4.18.0-25-lowlatency' 'node-elliptic' 'ruby-public-suffix' 'junior-games-arcade' 'libnppitc9.1' 'tryton-modules-product-price-list' 'linux-tools-5.0.0-1025-gke' 'lib64itm1' 'libtk-img-doc' 'yaggo' 'libpgtypes3' 'libproc-invokeeditor-perl' 'kineticstools' 'python-pwquality' 'python-lunch' 'linux-modules-extra-4.15.0-1052-aws' 'base-files' 'nvidia-settings' 'libgfortran-7-dev-mipsel-cross' 'ovirt-guest-agent' 'libmrml1v5' 'node-performance-now' 'upnp-router-control' 'iptables-dev' 'linux-headers-4.15.0-1039-aws' 'esmtp-run' 'cwebx' 'libslurmdb32' 'mlucas' 'po4a' 'node-opener' 'libopenscap8-dbg' 'linux-image-unsigned-4.18.0-14-lowlatency' 'emacs-calfw' 'libsisu-guice-java' 'linux-image-4.15.0-1014-azure' 'libnhgri-blastall-perl' 'kmymoney' 'php-apcu' 'libbibutils2' 'lvtk-dev' 'libavro-java' 'libghc-conduit-extra-prof' 'yorick-dev' 'pypy-pymediainfo' 'libfyba0-dbg' 'libopendkim-dev' 'git-doc' 'libapp-repl-perl' 'ssg-debian' 'kcachegrind' 'lib64gcc1-dbg' 'librte-pmd-octeontx17.11' 'libghc-hastache-prof' 'python3-googlecloudapis' 'libn32gfortran4-mips64el-cross' 'libglobus-gsi-openssl-error0' 'bibtex2html' 'libcamltemplate-ocaml' 'libtrio2' 'python-semantic-version' 'wesnoth' 'libcrack2-dev' 'libzipios++0v5' 'librelion+gui-1.4-1' 'python-flask-testing-doc' 'libxkbfile1-dbg' 'python-htseq-doc' 'python-jinja2-time' 'libopenhft-chronicle-network-java' 'homesick' 'gdc-mips64-linux-gnuabi64' 'qtkeychain-dev' 'linux-image-unsigned-5.0.0-1029-gke' 'kodi-pvr-vuplus' 'python-gpyfft-dbg' 'gobjc++-5-powerpc64-linux-gnu' 'linux-buildinfo-4.18.0-21-generic' 'libcolorchooser-java' 'libghc-xmonad-wallpaper-dev' 'linux-modules-4.15.0-70-generic' 'libnfft3-dev' 'ruby-rails-assets-jquery-textchange' 'hunspell-eu-es' 'libjq-dev' 'metastore' 'radeontool' 'libubsan1-ppc64-cross' 'nuntius' 'python-qpid-extras-qmf' 'minimap' 'ovn-host' 'phyutility' 'androidsdk-ddms' 'python-qwt' 'linux-modules-4.15.0-1044-gke' 'libopenusb0' 'python3-mwclient' 'python3-fido-host' 'libghc-base-compat-prof' 'language-pack-gnome-ml-base' 'ubuntustudio-installer' 'libghc-bindings-sane-prof' 'aptitude-doc-nl' 'libghc-hspec-smallcheck-doc' 'php-doctrine-cache' 'pacemaker-common' 'libfontforge2' 'python3-pager' 'linux-modules-extra-5.0.0-1031-azure' 'libghc-zxcvbn-c-prof' 'simutrans-pak128.britain' 'noweb' 'git-dpm' 'curseofwar' 'kdiff3-doc' 'subtitleripper' 'c++-annotations-contrib' 'libgo7-alpha-cross' 'libgmerlin-avdec1' 'ruby-minitest-utils' 'r-cran-urca' 'gdc-arm-linux-gnueabi' 'python-cyclone' 'libnet-sieve-script-perl' 'libnetfilter-log1' 'cpl-plugin-hawki-doc' 'libboost-serialization1.65-dev' 'gir1.2-urfkill-glib0' 'libclaw-application-dev' 'libsasl2-modules-sql' 'golang-golang-x-tools' 'fweb-doc' 'edgy-wallpapers' 'libyaml-cpp0.3-dev' 'node-pretty-bytes' 'xterm' 'linux-tools-gke-5.0' 'libcamomile-ocaml-dev' 'libppx-deriving-ocaml' 'calligrastage' 'libdbix-searchbuilder-perl' 'golang-github-chzyer-readline-dev' 'openvanilla-imgeneric-data-zh-hk' 'casacore-tools' 'linux-tools-gke-5.3' 'pysycache-buttons-ice' 'linux-image-unsigned-4.15.0-1009-oracle' 'libgnatvsn5-dbg-armel-cross' 'ruby-slack-notifier' 'libobjc-6-dev-hppa-cross' 'science-distributedcomputing' 'libsundials-dev' 'libjs-lodash' 'libboost-test-dev' 'php-mythtv' 'libghc-old-locale-prof' 'gcc-8-m68k-linux-gnu-base' 'libghc-postgresql-simple-doc' 'gpgsm' 'muttdown' 'lxqt-notificationd-l10n' 'libgit-repository-perl' 'python-jsonpipe' 'libgphobos-7-dev-armel-cross' 'cylc' 'php-horde-token' 'lib32asan5-dbg-sparc64-cross' 'lftp' 'libxneur' 'qdbm-util' 'node-multiparty' 'python3-flufl.enum' 'python-magnumclient' 'wp2x' 'libnet-rendezvous-publish-backend-avahi-perl' 'libghc-hstatsd-doc' 'libdebug-trace-perl' 'ibus-table-thai' 'dpkg-dev' 'vagrant' 'r-cran-polspline' 'libnet-oping-perl' 'libsmartcardpp-dev' 'libgfortran4-i386-cross' 'python3-pycsw' 'linux-modules-5.0.0-1028-azure' 'linux-headers-4.15.0-1032-azure' 'libghc-gloss-dev' 'libgmap1' 'libqwt-dev' 'ruby-email-reply-parser' 'libequinox-http-servletbridge-java' 'selektor' 'gap-openmath' 'libjs-jquery-jplayer' 'fsarchiver' 'python-pybtex-doc' 'libc++abi1' 'libiso9660-10' 'libgossip-java' 'python3-whitenoise' 'libc6-dev-mips32-mips64r6el-cross' 'rabbitvcs-cli' 'node-openid' 'python-ptrace' 'python3-logilab-common' 'fgetty' 'gpgv1' 'gpgv2' 'vdr-dev' 'elpa-circe' 'libwww-search-perl' 'libghc-xdg-basedir-dev' 'happy' 'libbroccoli5' 'r-cran-gam' 'php-sabre-dav' 'libgfortran-8-dev-amd64-cross' 'libprelude-dev' 'libscim-dev' 'libc6-dbg-sparc64-cross' 'golang-github-valyala-fasttemplate-dev' 'libtext-charwidth-perl' 'jzip' 'docker-ce-cli' 'libmethod-alias-perl' 'libghc-cereal-vector-dev' 's4cmd' 'libgdl-3-dev' 'libkf5su-data' 'tesseract-ocr-script-mlym' 'canna-utils' 'libnet-nslookup-perl' 'uwsgi-app-integration-plugins' 'gadfly' 'libxosd2' 'libsnmp-extension-passpersist-perl' 'libmemtailor-dev' 'ruby-buff-ignore' 'linux-modules-4.15.0-1032-aws' 'python-coards' 'dnsdiag' 'libgnat-8-armel-cross' 'kopano-presence' 'language-pack-gnome-ku-base' 'node-rollup-plugin-node-resolve' 'python-mimeparse' 'node-style-loader' 'libmodule-build-perl' 'aspell-af' 'herwig++-dev' 'libghc-fgl-prof' 'python-qt4-gl-dbg' 'libtk-gbarr-perl' 'fonts-thai-tlwg-web' 'python-taurus' 'openalpr-daemon' 'libtemplate-plugin-yaml-perl' 'libosmogsm-doc' 'python-django-sitetree-doc' 'aspell-am' 'r-cran-gbm' 'libfile-countlines-perl' 'ruby-mechanize' 'libglobus-gsi-sysconfig1' 'libghc-hspec-attoparsec-dev' 'aspell-ar' 'gobjc++-6-arm-linux-gnueabihf' 'geoclue-plazes' 'ekg2-scripting-python' 'mpt-status' 'libgirara-gtk3-3' 'liblouisxml-dev' 'golang-github-inconshreveable-log15-dev' 'astyle' 'pari-elldata' 'trackballs-data' 'uwsgi-src' 'libpegex-perl' 'python-lldb-6.0' 'libn32gfortran-6-dev-mips64el-cross' 'g++-6-powerpc64le-linux-gnu' 'libmatedict6' 'yorick-spydr' 'mcpp-doc' 'wesnoth-core' 'autodep8' 'leafnode' 'libactivemq-activeio-java-doc' 'libleatherman1.4.0' 'python3-gerritlib' 'libghc-th-reify-many-doc' 'xserver-xorg-video-openchrome' 'aptitude-doc-ru' 'python3-schedule' 'aspell-bg' 'libequinox-p2-console-java' 'lib32stdc++6-6-dbg-mips64el-cross' 'postgresql-client-common' 'gcc-8-plugin-dev-alpha-linux-gnu' 'kdepim-doc' 'libtevent-dev' 'python-libmapper' 'lib64stdc++6' 'camorama' 'aspell-bn' 'libghc-posix-pty-dev' 'bash-completion' 'libfftw3-single3' 'linux-image-5.0.0-15-generic' 'xvattr' 'texworks' 'aspell-br' 'sigrok-cli' 'libossp-sa12' 'libexo-helpers' 'gtk2-engines-wonderland' 'ffado-mixer-qt4' 'python3-pyfaidx' 'binutils-mips64el-linux-gnuabi64' 'libafterstep1' 'libghc-terminal-size-doc' 'qtcharts5-doc' 'brz-debian' 'libsimavr-dev' 'libghc-crypto-numbers-dev' 'libgcc-7-dev-sparc64-cross' 'python3-attr' 'dict-freedict-eng-spa' 'liquidsoap-plugin-all' 'linux-image-unsigned-5.3.0-19-generic' 'libmikmod-dev' 'aspell-ca' 'netdata-data' 'erlang-wx' 'libmono-upnp-cil' 'python-libxml2-dbg' 'argonaut-quota' 'python-rednose' 'libghc-parallel-tree-search-prof' 'linux-buildinfo-4.15.0-1045-gke' 'i3blocks' 'libvisp-blob3.1' 'librte-mempool-octeontx17.11' 'curvedns' 'python3-multicorn' 'gnome-shell-extension-ubuntu-dock' 'openjdk-8-dbg' 'python-all-dbg' 'libghc-auto-update-doc' 'r-cran-nleqslv' 'php-horde-trean' 'puppet-common' 'libhtml-formhandler-model-dbic-perl' 'aspell-cs' 'libhwloc-contrib-plugins' 'jupyter-nbformat' 'libgcc1-dbg-ppc64-cross' 'python-kmodpy' 'python-pygerrit2' 'aspell-cy' 'libedbus-dev' 'node-babel-core' 'python3-multipletau' 'libghc-split-prof' 'node-unicode-property-aliases' 'astrometry-data-tycho2-09-littleendian' 'libghc-wai-app-file-cgi-prof' 'qml-module-qtorganizer' 'libuser-simple-perl' 'aspell-da' 'libghc-token-bucket-prof' 'comixcursors-lefthanded-opaque' 'gobjc++-7-x86-64-linux-gnu' 'xul-ext-video-without-flash' 'libghc-sdl-ttf-doc' 'libmoosex-daemonize-perl' 'mmllib-tools' 'libeclipse-e4-ui-css-core-java' 'aspell-de' 'libstdc++6-5-dbg-s390x-cross' 'libqt5websockets5-dev' 'libsearch-queryparser-perl' 'mobyle-tutorials' 'fusionforge-plugin-webanalytics' 'libghc-sdl-image-dev' 'libghc-classy-prelude-dev' 'automysqlbackup' 'gridlock.app' 'gir1.2-fwupd-2.0' 'python-enable' 'br2684ctl' 'python-jabber' 'python-napalm-ios' 'libqhttpengine-dev' 'libgnat-5-dbg-i386-cross' 'libgmime-3.0-dev' 'gosa-plugin-phpgw-schema' 'libscythestat-dev' 'syncthing-discosrv' 'libidn11-dev' 'linux-tools-4.18.0-15-lowlatency' 'pccts' 'golang-github-ctdk-go-trie-dev' 'libsmi2ldbl' 'libxext6' 'ogdi-bin' 'mozc-data' 'libkomparediff2-5' 'vagrant-sshfs' 'libjsoup-java-doc' 'qttools5-dev' 'libcgi-compress-gzip-perl' 'liboce-ocaf-lite-dev' 'libghc-storable-complex-doc' 'k3b-i18n' 'lua-tongue-doc' 'python3-holidays' 'libkmlconvenience1' 'lib64gcc-5-dev-mipsel-cross' 'pkg-mozilla-archive-keyring' 'octave-sockets' 'libblockdev-kbd-dev' 'imagemagick-6-common' 'putty-tools' 'node-aws-sign2' 'libdouble-conversion1' 'gstreamer1.0-plugins-ugly' 'detox' 'python-hdf-compass' 'libkf5followupreminder5' 'pybit-common' 'python3-libevtx' 'bley' 'python-brlapi' 'gbirthday' 'libkf5i18n5' 'libsuper-perl' 'libghc-html-dev' 'lorene-codes-src' 'libsbml5-examples' 'aspell-el' 'parser3-common' 'lua-http' 'dict-freedict-eng-srp' 'aspell-en' 'aspell-eo' 'pyotherside' 'libpjlib-util2' 'liblldb-6.0-dbg' 'libbusiness-onlinepayment-tclink-perl' 'libnuma-dev' 'libmono-system-web-http4.0-cil' 'aspell-es' 'aspell-et' 'aspell-eu' 'libjs-es6-shim' 'mypaint-data' 'nauty' 'libdata-uuid-libuuid-perl' 'libtext-xslate-perl' 'libgnat-7-mips64-cross' 'python-pyspatialite' 'add-apt-key' 'libomnithread4-dbg' 'privbind' 'ukui-panel' 'libc6-mips64-mipsel-cross' 'libid3-3.8.3v5' 'libgnatvsn6-dev-s390x-cross' 'kgraphviewer-dbg' 'gap-online-help' 'ableton-link-dev' 'libjellyfish-perl' 'aspell-fa' 'openvpn-auth-radius' 'liblog-report-optional-perl' 'elpa-muse' 'python3-kazoo' 'libwsbm1' 'splitpatch' 'lvtk-doc' 'linux-libc-dev-hppa-cross' 'libpath-class-file-stat-perl' 'libcharls1' 'yorick-doc' 'caffeine' 'libguestfs-ocaml-dev' 'cue2toc' 'linux-modules-extra-4.18.0-1008-gcp' 's3dx11gate' 'linux-buildinfo-4.15.0-1033-aws' 'libcgi-application-plugin-linkintegrity-perl' 'aspell-fo' 'tmate' 'libproc-pid-file-perl' 'python-simplejson-doc' 'aspell-fr' 'python3-transaction' 'python-zope.app.principalannotation' 'dlume' 'libsodium-dev' 'libdbix-xmlmessage-perl' 'python-all-dev' 'linux-buildinfo-4.15.0-58-generic' 'dicompyler' 'gnumeric-plugins-extra' 'sysprofile' 'libtwatch-perl' 'python-osc-lib-doc' 'devhelp' 'libghc-xmonad-wallpaper-doc' 'cruft-ng' 'libnfft3-doc' 'libghc-store-prof' 'python-django-pipeline-doc' 'lib32gphobos-8-dev-x32-cross' 'aspell-ga' 'git-flow' 'libjs-jquery-form' 'libequinox-preferences-java' 'amide' 'pipewalker' 'python-codegen' 'gsasl' 'gridsite' 'gtkpod-dbg' 'rhythmbox-plugin-cdrecorder' 'ruby-haml-rails' 'ruby-magic' 'node-babel-plugin-precompile-charcodes' 'linux-modules-4.18.0-13-lowlatency' 'libdatrie1' 'libtest-carp-perl' 'libsvn-notify-mirror-perl' 'php-xml-rpc2' 'gcc-7-locales' 'blhc' 'mp3wrap' 'aspell-gu' 'vdr-plugin-live' 'geany-plugin-codenav' 'libpocl2-common' 'golang-github-tdewolff-test-dev' 'x11-touchscreen-calibrator' 'stealth' 'libn32gfortran5-dbg-mips64-cross' 'libfm-gtk-data' 'projectm-jack' 'python3-pyngus' 'gir1.2-gtop-2.0' 'libclass-accessor-named-perl' 'gtk-redshift' 'libbluray-dev' 'tudu' 'python-buffy' 'libmail-rfc822-address-perl' 'chktex' 'python3-django-push-notifications' 'libcgi-application-plugin-autorunmode-perl' 'libpdf-fdf-simple-perl' 'aspell-he' 'libghc-wizards-prof' 'liboce-visualization-dev' 'golang-github-asaskevich-govalidator-dev' 'aspell-hi' 'invesalius-bin' 'python3-xstatic-angular-bootstrap' 'libaac-tactics-ocaml-dev' 'libphotos202-1-gfortran' 'libtransmission-client-perl' 'libssw-dev' 'libjxp-java' 'libretro-snes9x' 'libppi-html-perl' 'r-other-amsmercury' 'ruby-expression-parser-doc' 'yagtd' 'node-uglify' 'aspell-hr' 'libsigsegv2' 'gmerlin-encoders-ffmpeg' 'aspell-hu' 'aspell-hy' 'jargoninformatique' 'python-django-ordered-model' 'linux-cloud-tools-4.15.0-1014-azure' 'liblldb-6.0-dev' 'lib32gfortran-6-dev-sparc64-cross' 'libuhttpmock-0.0-0' 'libghc-executable-path-dev' 'linux-image-unsigned-4.15.0-1043-oem' 'lemonbar' 'inn2-inews' 'libqt4-sql-odbc' 'python3-reportlab-accel-dbg' 'runit' 'libmodule-build-cleaninstall-perl' 'aspell-id' 'libdnssec5' 'disper' 'libtest-deep-json-perl' 'python-rbd' 'libmorph-dev' 'python3-btrfs' 'libghc-gloss-doc' 'python-crypto-dbg' 'libqwt-doc' 'ruby-beefcake' 'webext-bulk-media-downloader' 'bind9-doc' 'mgltools-pmv' 'libc6-sparc64-cross' 'libwraster6' 'libomnithread4-dev' 'libtrilinos-optipack-dev' 'libcsoundac6.0v5' 'tzdata' 'python3-snimpy' 'libtext-autoformat-perl' 'efax' 'kgraphviewer-dev' 'node-object-inspect' 'liborcania-dev' 'libtpl0' 'docker.io' 'python-pyethash' 'linux-image-4.15.0-1016-kvm' 'java-policy' 'aspell-is' 'aspell-it' 'gstreamer1.0-doc' 'wamerican-small' 'python-hachoir-regex' 'mkvtoolnix-gui' 'libkml-dev' 'python-geohash' 'libghc-xdg-basedir-doc' 'gkamus-dbg' 'libghc-comonad-prof' 'php-net-imap' 'isdnactivecards' 'libchicken-dev' 'kanjidic' 'gcc-5-i686-linux-gnu-base' 'libprelude-doc' 'libmpich-dev' 'libxml-xpathengine-perl' 'ruby-delayed-job-active-record' 'libgnat-8-dbg-powerpc-cross' 'linux-modules-nvidia-418-5.0.0-1023-aws' 'libneon27' 'libstencil-clojure' 'dict-freedict-eng-swe' 'libghc-cereal-vector-doc' 'libgdl-3-doc' 'python3-dnsq' 'liblircclient-dev' 'libmoosex-getopt-perl' 'dict-freedict-eng-swh' 'liblwipv6-dev' 'libjs-d3-format' 'linux-modules-nvidia-430-5.3.0-1010-azure' 'python-gpyfft-doc' 'python-pytest-benchmark' 'libkf5calendarutils-data' 'freedroid-data' 'linux-tools-4.15.0-1018-azure' 'libdtdinst-java' 'libgkeyfile1.0-cil' 'libfreerdp-primitives1.1' 'wpd2epub' 'newsbeuter' 'libterm-sk-perl' 'python3-recommonmark' 'libspi-java-doc' 'python3-oslo.db' 'python3-bs4' 'cl-geometry-msgs' 'bcpp-dbg' 'libgnatvsn5-dbg-s390x-cross' 'libopenhft-chronicle-bytes-java' 'libghc-iospec-prof' 'dropbear-initramfs' 'libcurator-parent-java' 'libghc-hspec-attoparsec-doc' 'libwebservice-validator-html-w3c-perl' 'python-gdchart2' 'imgp' 'libghc-wai-logger-dev' 'portabase' 'python-inflect' 'libibus-qt-dev' 'libfreehand-0.1-1' 'python-lepl' 'eclipse-rcp' 'python-nose-timer' 'openvanilla-imgeneric-data-zh-tw' 'libsimavr-examples' 'horst' 'lib64stdc++-7-dev-x32-cross' 'xttitle' 'designate-api' 'aspell-kk' 'liblhasa-dev' 'libbarcode-datamatrix-perl' 'cpluff-loader' 'python-protobix' 'aspell-kn' 'python3-rply' 'python3-pyasn1' 'libtrapperkeeper-metrics-clojure' 'mcrypt' 'libnet-dns-lite-perl' 'lib64atomic1-dbg-mipsel-cross' 'code-aster-gui' 'fonts-sil-nuosusil' 'lua-say' 'libglobus-gssapi-error2' 'aspell-ku' 'libfixbuf3-dev' 'lib32objc-7-dev-mips64-cross' 'linux-image-unsigned-4.15.0-1023-gcp' 'libgenome-model-tools-music-perl' 'python-geometry-msgs' 'darksnow' 'libghc-posix-pty-doc' 'preview.app' 'golang-github-influxdb-influxdb-dev' 'gir1.2-dazzle-1.0' 'simplebackup' 'libganv-1-1v5' 'ttf-freefarsi' 'libsql-splitstatement-perl' 'fspy' 'mpc123' 'python-mmkeys' 'plainbox-secure-policy' 'srtp-utils' 'python-sfml' 'libgypsy-dev' 'qml-module-org-kde-kirigami2' 'reptyr' 'libghc-crypto-numbers-doc' 'linux-cloud-tools-4.18.0-25-lowlatency' 'linux-tools-4.18.0-16-generic' 'gtkpod-data' 'libompl-dev' 'linux-modules-nvidia-418-5.0.0-1011-oracle' 'libqtscript4-webkit' 'gnujump' 'libghc-hspec-wai-prof' 'linux-buildinfo-5.3.0-1010-azure' 'ruby-pcaprub' 'libplank-dev' 'libcore-cache-clojure' 'libasm-java-doc' 'libhtml-html5-builder-perl' 'libqt5sql5-mysql' 'aspell-lt' 'libpocodata50' 'aspell-lv' 'parsewiki' 'ruby-mobile-fu' 'libglx-mesa0' 'kubuntu-web-shortcuts' 'lxcfs' 'libosgearthqt5-5' 'libfile-configdir-perl' 'libgnat-8-s390x-cross' 'libweather-ion7' 'libghc-openglraw-prof' 'python-petname' 'libtalloc-dev' 'libotbimagebase-6.4-1' 'mxallowd' 'libextractor3' 'lib64ubsan0-dbg' 'libstdc++-6-dev' 'osmocom-bs11-utils' 'libbliss-dev-common' 'libktorrent6' 'jmeter-java' 'aspell-ml' 'r-cran-gnm' 'libvirt-daemon' 'libcompojure-clojure' 'libglobus-gass-copy-dev' 'libpcap-dev' 'fritzing-data' 'ruby-ffi-rzmq' 'libtest-dependencies-perl' 'libeclipse-jdt-junit-runtime-java' 'aspell-mr' 'xfce4-taskmanager' 'libtrilinos-trilinoscouplings12' 'linux-modules-5.0.0-1014-azure' 'python3-os-testr' 'beast-mcmc-examples' 'g++-arm-linux-gnueabi' 'libghc-sdl-image-doc' 'libghc-classy-prelude-doc' 'libgfortran4-x32-cross' 'libcaribou-dev' 'libqhttpengine-doc' 'libboost-random1.62-dev' 'python3-btchip' 'libgmime-3.0-doc' 'printer-driver-brlaser' 'android-libsparse' 'python-plwm' 'python-piston-mini-client' 'fusionforge-plugin-moinmoin' 'postgresql-10-python-multicorn' 'fusiondirectory-plugin-applications' 'drbdlinks' 'python-guestfs' 'php-symfony-translation' 'qtgstreamer-plugins-qt5' 'libaccountsservice-dev' 'lxqt-runner-l10n' 'vistrails' 'r-cran-matrixcalc' 'libobjc4-armel-cross' 'qttools5-doc' 'banshee-meego' 'ruby-whitequark-parser' 'python3-pydap' 'aspell-nl' 'python-myghty' 'gir1.2-gsound-1.0' 'python2-selectors34' 'git-el' 'aspell-no' 'mricron-data' 'libtypes-uri-perl' 'aspell-nr' 'lilypond-doc' 'libffi-checklib-perl' 'aspell-ns' 'blogliterately' 'bowtie' 'tar-split' 'libdbus-java' 'python-pyregfi' 'liballegro-video5.2' 'libghc-html-doc' 'python-rgw' 'ganeti-os-noop' 'libghc-hastache-dev' 'libpurelibc-dev' 'lua-sec' 'blop' 'kraken' 'libglvnd0' 'glom-utils' 'solvespace' 'libnfsidmap2' 'lib64gfortran-8-dev' 'libopen-trace-format1' 'knot-resolver-module-http' 'lib32go9-dbg-mips64-cross' 'libmpikmeans1' 'asterisk-dev' 'libtrilinos-teko12' 'python-ntdb-dbg' 'libsfasan4-dbg-armhf-cross' 'libregexp-assemble-perl' 'gnat-7-mips64-linux-gnuabi64' 'headache' 'lazarus-src' 'libgazebo9' 'libstarpumpi-1.2-2' 'libgnomecanvasmm-2.6-1v5' 'libbiojava4.0-java' 'libwebrtc-audio-processing1' 'libpjmedia2' 'libghc-config-value-dev' 'libghc-safe-exceptions-prof' 'python-rhn' 'libstfl-ruby1.9.1' 'lubuntu-artwork-15-04' 'aspell-or' 'libsisu-plexus-java' 'libcarp-assert-more-perl' 'qtel-icons' 'metacity-themes' 'libdrm-common' 'python-future-doc' 'rt4-extension-repeatticket' 'ruby-mixlib-config' 'linux-tools-4.15.0-36-generic' 'fstl' 'libdist-zilla-perl' 'doona' 'libghc-csv-prof' 'python3-pyeclib' 'linux-image-4.15.0-1047-aws' 'libcxxtools9v5' 'libc6-s390-s390x-cross' 'linux-headers-5.0.0-1018-aws' 'python-leather-doc' 'libghc-ansi-wl-pprint-dev' 'rabbiter' 'libdatrie-dev' 'libghc-monadplus-dev' 'libfelix-resolver-java' 'fonts-lexi-gulim' 'cairo-dock-tomboy-plug-in' 'moon-buggy' 'python-openopt' 'libclass-load-xs-perl' 'binutils-ia64-linux-gnu-dbg' 'aspell-pa' 'munin-async' 'caja-share' 'vagrant-digitalocean' 'libx32stdc++6' 'doc-debian-fr' 'libsqlexpr-ocaml' 'openjdk-8-doc' 'golang-github-mrjones-oauth-dev' 'nginx' 'libgf2x1' 'ros-base' 'libpanel-applet3' 'libgtkmm-3.0-1v5' 'aspell-pl' 'gnome-shell-timer' 'lubuntu-artwork-15-10' 'linux-image-unsigned-4.15.0-72-generic' 'pd-lib-builder' 'python-qt-binding' 'flawfinder' 'aspell-pt' 'pike8.0-gl' 'libaudio-mpd-common-perl' 'netpipe-pvm' 'gcc-5-x86-64-linux-gnux32-base' 'liblzo2-2' 'busybox-initramfs' 'libprimesieve-dev-common' 'influxdb' 'banshee-extension-liveradio' 'libxml-simple-perl' 'lib32objc-7-dev-s390x-cross' 'python3-burrito' 'libtask-kensho-webdev-perl' 'liblastfm5-dbg' 'libunicode-stringprep-perl' 'sprai' 'python3-pyqt5.qsci' 'liberasurecode1' 'python3-chartkick' 'liblld-4.0-dev' 'ruby-rsec' 'python3-nine' 'libzita-alsa-pcmi0' 'python3-geolinks' 'libauthen-libwrap-perl' 'linux-modules-5.0.0-1023-gke' 'fwknop-gui' 'lxlauncher-dbg' 'libhbalinux-dev' 'libmpfi-dev-common' 'brother-lpr-drivers-bh7' 'libboost-chrono1.62-dev' 'golang-github-beevik-etree-dev' 'libghc-rsa-dev' 'g++-6-multilib-s390x-linux-gnu' 'lib32gfortran-6-dev-ppc64-cross' 'epsilon-bin' 'libterm-progressbar-simple-perl' 'php-hamcrest' 'libbluray-doc' 'python-typing' 'libitm1-dbg-ppc64-cross' 'fusionforge-plugin-hudson' 'libhfstdc++6-5-dbg-armel-cross' 'starlink-connect-java-doc' 'hexec' 'libb64-0d' 'ufoai-tools' 'pp-popularity-contest' 'libapache2-mod-xforward' 'libkpathsea6' 'fso-audiod-dbg' 'ruby-did-you-mean' 'libtest-www-mechanize-mojo-perl' 'libqca-qt5-2-plugins' 'linux-buildinfo-4.15.0-1029-oracle' 'hgview-curses' 'masscan' 'libstdc++6-8-dbg-amd64-cross' 'php-symfony-asset' 'gccgo-5-mips-linux-gnu' 'libecholib1.3' 'fsvs' 'proftpd-mod-case' 'language-pack-fa-base' 'node-po2json' 'libtest-poe-client-tcp-perl' 'hexer' 'ucspi-tcp' 'libnuget-core-cil-dev' 'libperlbal-perl' 'lib64stdc++-6-dev-mips-cross' 'libghc-language-haskell-extract-prof' 'libmono-sharpzip4.84-cil' 'linux-buildinfo-4.15.0-1059-oem' 'python3-feedparser' 'vbindiff' 'tmispell-voikko' 'multimedia-djing' 'globus-gass-copy-progs' 'libmiglayout-java' 'multimedia-ambisonics' 'sendemail' 'ulatencyd' 'r-cran-gsl' 'libzen-dev' 'libghc-executable-path-doc' 'node-mustache' 'aspell-ro' 'libatomic-ops-dev' 'ejabberd-mod-message-log' 'apt-mirror' 'libxml-writer-perl' 'nova-compute' 'r-cran-gss' 'usbprog-gui' 'golang-github-fatih-structs-dev' 'gajim-plugininstaller' 'language-pack-gnome-sl-base' 'dh-make' 'aspell-ru' 'horgand' 'libopenni2-0' 'libmarkdown2-dev' 'squid3' 'cl-topic-tools' 'yhsm-daemon' 'eiskaltdcpp-qt-data' 'libsfubsan0-armhf-cross' 'tellico-scripts' 'videogen' 'fftw-docs' 'mate-applets' 'gnome-menus' 'libwww-facebook-api-perl' 'python3-xopen' 'libqcow1' 'gobjc++-8-multilib-mips64-linux-gnuabi64' 'python-httplib2' 'openstack-debian-images' 'libproj12' 'php-symfony-security' 'node-serve-static' 'linux-cloud-tools-lowlatency-hwe-16.04' 'libgeocode-glib-dev' 'libcue1' 'cowsay-off' 'node-cache-base' 'anagramarama-data' 'wimtools' 'libjcsp-java-doc' 'aspell-sk' 'libarcus-dev' 'r-cran-viridislite' 'gobjc-6-powerpc64le-linux-gnu' 'aspell-sl' 'wxhexeditor' 'dnsdist' 'lib32stdc++6-6-dbg-sparc64-cross' 'pd-list-abs' 'linux-image-4.15.0-1030-oem' 'python-usagestats' 'xfce4-power-manager-data' 'linux-headers-4.15.0-1012-kvm' 'libparallel-iterator-perl' 'openmw-launcher' 'libghc-monad-par-extras-dev' 'aspell-ss' 'python-rlp' 'gogoprotobuf' 'cairo-dock-logout-plug-in' 'aspell-st' 'tupi' 'aspell-sv' 'fflas-ffpack-user-doc' 'libmygui.ogreplatform0debian1v5' 'erlang-observer' 'ibritish-huge' 'ideviceinstaller' 'python3-portalocker' 'python-ferret' 'liblightcouch-java' 'voms-clients' 'aspell-ta' 'latex-cjk-common' 'gedit-latex-plugin' 'aspell-te' 'btrfs-progs' 'libusbprog0v5' 'libgyoto6-dev' 'libghc-web-routes-hsp-dev' 'ktouch-data' 'librxtx-java' 'liblastfm5-dev' 'linux-modules-5.0.0-1011-aws' 'ruby-ascii85' 'libdbus1.0-cil' 'libgf-complete-dev' 'aspell-tl' 'kredentials' 'wah-plugins' 'libghc-doctest-dev' 'aspell-tn' 'nautilus-scripts-manager' 'sssd-kcm' 'libghc-wai-logger-doc' 'linux-image-unsigned-4.15.0-1025-azure' 'doublecmd-plugins' 'tcl-signal' 'python3-hvac' 'aspell-ts' 'ns2-examples' 'hippomocks' 'librte-bitratestats17.11' 'linux-buildinfo-4.15.0-1011-oracle' 'pike7.8' 'sysuser-helper' 'python3-xstatic-angular' 'shed' 'pyzor-doc' 'blt-dev' 'php-symfony-security-http' 'linux-buildinfo-4.18.0-1015-gcp' 'libfastahack0' 'linux-tools-4.18.0-1015-gcp' 'glade' 'indicator-printers' 'libpbkdf2-tiny-perl' 'python-socketio-doc' 'openzwave-controlpanel' 'libfixbuf3-doc' 'linux-buildinfo-5.0.0-1015-oem-osp1' 'guvcview' 'libprotocol-acme-perl' 'trocla' 'ruby-hipchat' 'sound-juicer' 'libghc-aeson-compat-prof' 'findbugs' 'aspell-uk' 'libtest-redisserver-perl' 'libanyevent-handle-udp-perl' 'giggle' 'linux-headers-4.15.0-70-generic' 'libmail-box-imap4-perl' 'kdevelop-python-l10n' 'python-pyqt5.qtserialport' 'libsyntax-keyword-junction-perl' 'libgypsy-doc' 'libgenome-perl' 'coinor-libsymphony-dev' 'ruby-fog-brightbox' 'aspell-uz' 'gosa-plugin-opengroupware' 'paraview-python' 'palbart' 'libkf5emoticons-dev' 'libplank-doc' 'gobjc-8-s390x-linux-gnu' 'linux-buildinfo-5.0.0-31-generic' 'lib32gfortran3-dbg-mips64el-cross' 'golang-github-facebookgo-ensure-dev' 'python-crypto-doc' 'libauthen-krb5-perl' 'linux-image-4.15.0-1010-gcp' 'instead' 'xandikos' 'python3-case' 'libdata-walk-perl' 'python3-rpy2' 'libidn11-java' 'erlang-base-hipe' 'cm-super-minimal' 'libmath-base36-perl' 'nova-placement-api' 'python3-pycurl-dbg' 'cputool' 'python3-structlog' 'libivykis-dev' 'libsylfilter0' 'hunspell-en-au' 'libstdc++-6-doc' 'libwayland-cursor0' 'mpich-doc' 'debian-astro-logo' 'libzthread-2.3-2' 'linux-buildinfo-5.3.0-19-lowlatency' 'relational' 'python-natsort' 'tesseract-ocr-script-beng' 'linux-kvm-headers-4.15.0-1008' 'python-protobuf' 'libglobus-gass-copy-doc' 'librarian-puppet-simple' 'golang-github-jinzhu-gorm-dev' 'emacspeak-ss' 'libgfortran4-powerpc-cross' 'golang-github-xeipuuv-gojsonpointer-dev' 'libmono-system-runtime-caching4.0-cil' 'libmrpt-dev' 'r-cran-xtable' 'sdic-edict' 'libscalar-list-utils-perl' 'libccp4-dev' 'nagios3-dbg' 'solfege-oss' 'xmms2-plugin-id3v2' 'fonts-materialdesignicons-webfont' 'libequinox-simpleconfigurator-java' 'erlang-inets' 'ruby-fog-cloudatcost' 'rsstail' 'node-strip-indent' 'php-image-text' 'qtconnectivity5-examples' 'libcgi-application-basic-plugin-bundle-perl' 'libevent-perl' 'libcatalyst-plugin-compress-perl' 'python-rpm' 'linux-kvm-headers-4.15.0-1010' 'libtemplate-plugin-datetime-format-perl' 'linux-kvm-headers-4.15.0-1011' 'wbulgarian' 'libsquizz-dev' 'libaccountsservice-doc' 'linux-kvm-headers-4.15.0-1012' 'libkf5incidenceeditor-data' 'python-starpy' 'linux-kvm-headers-4.15.0-1016' 'libslang2' 'r-cran-pkgkitten' 'libghc-xmonad-contrib-dev' 'linux-kvm-headers-4.15.0-1017' 'arduino' 'python3-rpyc' 'libhtml-format-perl' 'linux-kvm-headers-4.15.0-1019' 'germinate' 'r-cran-plotly' 'software-properties-common' 'elpa-pkg-info' 'python-nbxmpp-doc' 'python-rpy' 'gir1.2-budgie-1.0' 'libboost-graph1.65.1' 'libscalar-string-perl' 'mp3splt-dbg' 'hunspell-en-ca' 'liberror-perl' 'libjgoodies-binding-java' 'libtest-tcp-perl' 'gradle-doc' 'libnet-dns-async-perl' 'python-jpylyzer-doc' 'libp4est-dev' 'libpng16-16' 'gobjc++-8-multilib-powerpc64-linux-gnu' 'aspell-xh' 'python-bottle-doc' 'libghc-hastache-doc' 'clang-tidy-4.0' 'golang-github-rifflock-lfshook-dev' 'linux-modules-nvidia-418-5.0.0-1029-gcp' 'python-logbook' 'linux-modules-extra-4.15.0-1029-oracle' 'asterisk-doc' 'libcoin80-dev' 'linux-kvm-headers-4.15.0-1020' 'linux-buildinfo-5.3.0-23-lowlatency' 'python-pyside.qthelp' 'linux-kvm-headers-4.15.0-1021' 'libdatetime-calendar-discordian-perl' 'libqt4-network' 'clang-6.0-examples' 'liblcmaps-without-gsi-dev' 'linux-kvm-headers-4.15.0-1023' 'colorcode' 'linux-kvm-headers-4.15.0-1025' 'linux-kvm-headers-4.15.0-1026' 'libgv-tcl' 'python-agate-doc' 'libxmmsclient-glib-dev' 'linux-kvm-headers-4.15.0-1027' 'libmqdb-perl' 'libanyevent-redis-perl' 'libd3dadapter9-mesa-dev' 'linux-kvm-headers-4.15.0-1028' 'linux-kvm-headers-4.15.0-1029' 'virtaal' 'b5i2iso' 'ttf-adf-ikarius' 'libkf5sonnet-dev' 'libgphobos76-x32-cross' 'mtink-doc' 'zangband-data' 'libwaudio1-dev' 'libregexp-log-perl' 'debichem-semiempirical' 'libghc-config-value-doc' 'octave-splines' 'faenza-icon-theme' 'golang-github-emicklei-go-restful-swagger12-dev' 'shim' 'llvm-4.0-dev' 'libevdev2' 'edenmath.app' 'zathura-cb' 'libghc-ansi-wl-pprint-doc' 'linux-modules-extra-4.18.0-1025-azure' -EO:_deb_packages_cache_avail -)}"} ) diff --git a/zsh/.oh-my-zsh_old/cache/DEBS_installed b/zsh/.oh-my-zsh_old/cache/DEBS_installed deleted file mode 100644 index 92f9308..0000000 --- a/zsh/.oh-my-zsh_old/cache/DEBS_installed +++ /dev/null @@ -1,4 +0,0 @@ -_deb_packages_cache_installed=( ${(Q)"${(z)$(<<\EO:_deb_packages_cache_installed -'accountsservice' 'acl' 'acpi-support' 'acpid' 'adduser' 'adwaita-icon-theme' 'alsa-base' 'alsa-utils' 'amarok' 'amarok-common' 'amarok-utils' 'amd64-microcode' 'anacron' 'ansible' 'apparmor' 'apport' 'apport-kde' 'apport-symptoms' 'appstream' 'apt' 'apt-config-icons' 'apt-config-icons-hidpi' 'apt-config-icons-large' 'apt-config-icons-large-hidpi' 'apt-transport-https' 'apt-utils' 'apt-xapian-index' 'ark' 'aspell' 'aspell-en' 'at-spi2-core' 'aufs-tools' 'avahi-autoipd' 'avahi-daemon' 'avahi-utils' 'baloo-kf5' 'base-files' 'base-passwd' 'bash' 'bash-completion' 'bc' 'bind9-host' 'binutils' 'binutils-common:amd64' 'binutils-x86-64-linux-gnu' 'bluedevil' 'bluez' 'bluez-cups' 'bluez-obexd' 'breeze' 'breeze-cursor-theme' 'breeze-gtk-theme' 'breeze-icon-theme' 'bsdmainutils' 'bsdutils' 'build-essential' 'busybox-initramfs' 'busybox-static' 'bzip2' 'ca-certificates' 'ca-certificates-java' 'catdoc' 'cdparanoia' 'cdrdao' 'cdrskin' 'cgroupfs-mount' 'chromium-codecs-ffmpeg-extra' 'cloc' 'clusterssh' 'code' 'colord' 'colord-data' 'command-not-found' 'command-not-found-data' 'console-setup' 'console-setup-linux' 'containerd.io' 'coreutils' 'cpio' 'cpp' 'cpp-7' 'cracklib-runtime' 'crda' 'croc' 'cron' 'cryfs' 'cryptsetup' 'cryptsetup-bin' 'cups' 'cups-browsed' 'cups-bsd' 'cups-client' 'cups-common' 'cups-core-drivers' 'cups-daemon' 'cups-filters' 'cups-filters-core-drivers' 'cups-ipp-utils' 'cups-pk-helper' 'cups-ppdc' 'cups-server-common' 'curl' 'curlftpfs' 'dash' 'dbeaver-ce' 'dbus' 'dbus-x11' 'dc' 'dconf-gsettings-backend:amd64' 'dconf-service' 'debconf' 'debconf-i18n' 'debconf-kde-data' 'debianutils' 'desktop-file-utils' 'dictionaries-common' 'diffutils' 'dirmngr' 'distro-info-data' 'dmeventd' 'dmidecode' 'dmsetup' 'dns-root-data' 'dnsmasq-base' 'dnsutils' 'docbook-xml' 'docbook-xsl' 'docker-ce' 'docker-ce-cli' 'docker-compose' 'dolphin' 'dolphin-plugins' 'dosfstools' 'dpkg' 'dpkg-dev' 'drkonqi' 'dvd+rw-tools' 'e2fsprogs' 'ed' 'efibootmgr' 'eject' 'emacsen-common' 'enchant' 'exfat-fuse' 'exfat-utils' 'fakeroot' 'fdisk' 'ffmpegthumbs' 'file' 'filezilla' 'filezilla-common' 'findutils' 'firefox' 'firefox-locale-en' 'fontconfig' 'fontconfig-config' 'fonts-beng' 'fonts-beng-extra' 'fonts-dejavu' 'fonts-dejavu-core' 'fonts-dejavu-extra' 'fonts-deva' 'fonts-deva-extra' 'fonts-droid-fallback' 'fonts-font-awesome' 'fonts-freefont-ttf' 'fonts-gargi' 'fonts-gubbi' 'fonts-gujr' 'fonts-gujr-extra' 'fonts-guru' 'fonts-guru-extra' 'fonts-hack' 'fonts-hack-ttf' 'fonts-indic' 'fonts-kacst' 'fonts-kacst-one' 'fonts-kalapi' 'fonts-khmeros-core' 'fonts-knda' 'fonts-lao' 'fonts-lato' 'fonts-liberation' 'fonts-liberation2' 'fonts-lklug-sinhala' 'fonts-lohit-beng-assamese' 'fonts-lohit-beng-bengali' 'fonts-lohit-deva' 'fonts-lohit-gujr' 'fonts-lohit-guru' 'fonts-lohit-knda' 'fonts-lohit-mlym' 'fonts-lohit-orya' 'fonts-lohit-taml' 'fonts-lohit-taml-classical' 'fonts-lohit-telu' 'fonts-mlym' 'fonts-nakula' 'fonts-navilu' 'fonts-noto' 'fonts-noto-cjk' 'fonts-noto-hinted' 'fonts-noto-mono' 'fonts-noto-unhinted' 'fonts-opensymbol' 'fonts-orya' 'fonts-orya-extra' 'fonts-oxygen' 'fonts-pagul' 'fonts-powerline' 'fonts-sahadeva' 'fonts-samyak-deva' 'fonts-samyak-gujr' 'fonts-samyak-mlym' 'fonts-samyak-taml' 'fonts-sarai' 'fonts-sil-abyssinica' 'fonts-sil-padauk' 'fonts-smc' 'fonts-smc-anjalioldlipi' 'fonts-smc-chilanka' 'fonts-smc-dyuthi' 'fonts-smc-karumbi' 'fonts-smc-keraleeyam' 'fonts-smc-manjari' 'fonts-smc-meera' 'fonts-smc-rachana' 'fonts-smc-raghumalayalamsans' 'fonts-smc-suruma' 'fonts-smc-uroob' 'fonts-taml' 'fonts-telu' 'fonts-telu-extra' 'fonts-thai-tlwg' 'fonts-tibetan-machine' 'fonts-tlwg-garuda' 'fonts-tlwg-garuda-ttf' 'fonts-tlwg-kinnari' 'fonts-tlwg-kinnari-ttf' 'fonts-tlwg-laksaman' 'fonts-tlwg-laksaman-ttf' 'fonts-tlwg-loma' 'fonts-tlwg-loma-ttf' 'fonts-tlwg-mono' 'fonts-tlwg-mono-ttf' 'fonts-tlwg-norasi' 'fonts-tlwg-norasi-ttf' 'fonts-tlwg-purisa' 'fonts-tlwg-purisa-ttf' 'fonts-tlwg-sawasdee' 'fonts-tlwg-sawasdee-ttf' 'fonts-tlwg-typewriter' 'fonts-tlwg-typewriter-ttf' 'fonts-tlwg-typist' 'fonts-tlwg-typist-ttf' 'fonts-tlwg-typo' 'fonts-tlwg-typo-ttf' 'fonts-tlwg-umpush' 'fonts-tlwg-umpush-ttf' 'fonts-tlwg-waree' 'fonts-tlwg-waree-ttf' 'fonts-ubuntu' 'foomatic-db-compressed-ppds' 'frameworkintegration' 'freepats' 'freerdp-x11' 'friendly-recovery' 'ftp' 'fuse' 'fwupd' 'fwupdate' 'fwupdate-signed' 'g++' 'g++-7' 'gcc' 'gcc-7' 'gcc-7-base:amd64' 'gcc-8-base:amd64' 'gconf-service' 'gconf-service-backend' 'gconf2' 'gconf2-common' 'gdb' 'gdbserver' 'gdisk' 'genisoimage' 'geoclue-2.0' 'geoip-database' 'gettext-base' 'ghostscript' 'ghostscript-x' 'giblib1:amd64' 'gir1.2-atk-1.0:amd64' 'gir1.2-freedesktop:amd64' 'gir1.2-gdkpixbuf-2.0:amd64' 'gir1.2-glib-2.0:amd64' 'gir1.2-gtk-3.0:amd64' 'gir1.2-gtksource-3.0:amd64' 'gir1.2-notify-0.7:amd64' 'gir1.2-packagekitglib-1.0' 'gir1.2-pango-1.0:amd64' 'gir1.2-polkit-1.0' 'gir1.2-rsvg-2.0:amd64' 'gir1.2-secret-1:amd64' 'git' 'git-man' 'gitkraken' 'glib-networking:amd64' 'glib-networking-common' 'glib-networking-services' 'gnupg' 'gnupg-agent' 'gnupg-l10n' 'gnupg-utils' 'gnupg2' 'go-mtpfs' 'golang-docker-credential-helpers' 'google-chrome-stable' 'gparted' 'gpg' 'gpg-agent' 'gpg-wks-client' 'gpg-wks-server' 'gpgconf' 'gpgsm' 'gpgv' 'grep' 'groff-base' 'growisofs' 'grub-common' 'grub-efi-amd64-bin' 'grub-efi-amd64-signed' 'grub-gfxpayload-lists' 'grub-pc' 'grub-pc-bin' 'grub2-common' 'gsettings-desktop-schemas' 'gsfonts' 'gstreamer-qapt' 'gstreamer1.0-gl:amd64' 'gstreamer1.0-libav:amd64' 'gstreamer1.0-plugins-bad:amd64' 'gstreamer1.0-plugins-base:amd64' 'gstreamer1.0-plugins-good:amd64' 'gstreamer1.0-plugins-ugly:amd64' 'gstreamer1.0-pulseaudio:amd64' 'gstreamer1.0-x:amd64' 'gtk-update-icon-cache' 'gtk2-engines-pixbuf:amd64' 'gvfs:amd64' 'gvfs-bin' 'gvfs-common' 'gvfs-daemons' 'gvfs-libs:amd64' 'gwenview' 'gzip' 'hdparm' 'hicolor-icon-theme' 'hostname' 'hplip' 'hplip-data' 'humanity-icon-theme' 'hunspell-en-us' 'hyphen-en-us' 'i965-va-driver:amd64' 'icoutils' 'ieee-data' 'iio-sensor-proxy' 'im-config' 'imagemagick' 'imagemagick-6-common' 'imagemagick-6.q16' 'inetutils-traceroute' 'info' 'init' 'init-system-helpers' 'initramfs-tools' 'initramfs-tools-bin' 'initramfs-tools-core' 'inputattach' 'install-info' 'intel-microcode' 'ippusbxd' 'iproute2' 'iptables' 'iputils-arping' 'iputils-ping' 'iputils-tracepath' 'irqbalance' 'isc-dhcp-client' 'isc-dhcp-common' 'iso-codes' 'iucode-tool' 'iw' 'java-common' 'javascript-common' 'jq' 'k3b' 'k3b-data' 'k3b-i18n' 'kaccounts-integration' 'kaccounts-providers' 'kactivities-bin' 'kactivitymanagerd' 'kate' 'kate5-data' 'kbd' 'kcalc' 'kde-cli-tools' 'kde-cli-tools-data' 'kde-config-gtk-style' 'kde-config-gtk-style-preview' 'kde-config-screenlocker' 'kde-config-sddm' 'kde-config-whoopsie' 'kde-l10n-engb' 'kde-runtime' 'kde-runtime-data' 'kde-spectacle' 'kde-style-breeze' 'kde-style-breeze-qt4' 'kde-style-oxygen-qt5' 'kdeconnect' 'kded5' 'kdegraphics-thumbnailers' 'kdelibs-bin' 'kdelibs5-data' 'kdelibs5-plugins' 'kdemultimedia-kio-plugins' 'kdenetwork-filesharing' 'kdeplasma-addons-data' 'kdialog' 'kdoctools' 'kdoctools5' 'kerneloops' 'keyboard-configuration' 'keyutils' 'kgamma5' 'khelpcenter' 'khotkeys' 'khotkeys-data' 'kimageformat-plugins' 'kinfocenter' 'kinit' 'kio' 'kio-audiocd' 'kio-extras' 'kio-extras-data' 'kio-gdrive' 'klibc-utils' 'kmenuedit' 'kmod' 'konsole' 'konsole-kpart' 'kpackagelauncherqml' 'kpackagetool5' 'krb5-locales' 'kross' 'kscreen' 'ksshaskpass' 'ksysguard' 'ksysguard-data' 'ksysguardd' 'ksystemlog' 'ktexteditor-data' 'ktexteditor-katepart' 'kubectl' 'kubuntu-driver-manager' 'kubuntu-notification-helper' 'kubuntu-restricted-addons' 'kubuntu-settings-desktop' 'kubuntu-wallpapers-bionic' 'kubuntu-web-shortcuts' 'kwalletmanager' 'kwayland-data' 'kwayland-integration:amd64' 'kwin' 'kwin-addons' 'kwin-common:amd64' 'kwin-data' 'kwin-style-breeze' 'kwin-x11' 'kwrited' 'language-pack-en' 'language-pack-en-base' 'language-pack-gnome-en' 'language-pack-gnome-en-base' 'language-pack-kde-en' 'language-selector-common' 'laptop-detect' 'less' 'liba52-0.7.4:amd64' 'libaa1:amd64' 'libaacs0:amd64' 'libabw-0.1-1:amd64' 'libaccounts-glib0:amd64' 'libaccounts-qt5-1:amd64' 'libaccountsservice0:amd64' 'libacl1:amd64' 'libadplug-2.2.1-0v5' 'libaio1:amd64' 'libalgorithm-diff-perl' 'libalgorithm-diff-xs-perl' 'libalgorithm-merge-perl' 'libao-common' 'libao4:amd64' 'libapparmor1:amd64' 'libappindicator3-1' 'libappstream-glib8:amd64' 'libappstream4:amd64' 'libappstreamqt2:amd64' 'libapt-inst2.0:amd64' 'libapt-pkg5.0:amd64' 'libarchive-zip-perl' 'libarchive13:amd64' 'libargon2-0:amd64' 'libaribb24-0:amd64' 'libart-2.0-2:amd64' 'libasan4:amd64' 'libasn1-8-heimdal:amd64' 'libasound2:amd64' 'libasound2-data' 'libasound2-plugins:amd64' 'libaspell15:amd64' 'libass9:amd64' 'libassuan0:amd64' 'libasyncns0:amd64' 'libatasmart4:amd64' 'libatk-bridge2.0-0:amd64' 'libatk-wrapper-java' 'libatk-wrapper-java-jni:amd64' 'libatk1.0-0:amd64' 'libatk1.0-data' 'libatkmm-1.6-1v5:amd64' 'libatm1:amd64' 'libatomic1:amd64' 'libatspi2.0-0:amd64' 'libattica0.4:amd64' 'libattr1:amd64' 'libaudio2:amd64' 'libaudiofile1:amd64' 'libaudit-common' 'libaudit1:amd64' 'libauthen-sasl-perl' 'libavahi-client3:amd64' 'libavahi-common-data:amd64' 'libavahi-common3:amd64' 'libavahi-core7:amd64' 'libavahi-glib1:amd64' 'libavc1394-0:amd64' 'libavcodec57:amd64' 'libavfilter6:amd64' 'libavformat57:amd64' 'libavresample3:amd64' 'libavutil55:amd64' 'libbabeltrace1:amd64' 'libbasicusageenvironment1:amd64' 'libbdplus0:amd64' 'libbind9-160:amd64' 'libbinio1v5:amd64' 'libbinutils:amd64' 'libblkid1:amd64' 'libblockdev-crypto2:amd64' 'libblockdev-fs2:amd64' 'libblockdev-loop2:amd64' 'libblockdev-part-err2:amd64' 'libblockdev-part2:amd64' 'libblockdev-swap2:amd64' 'libblockdev-utils2:amd64' 'libblockdev2:amd64' 'libbluetooth3:amd64' 'libbluray2:amd64' 'libboost-date-time1.65.1:amd64' 'libboost-filesystem1.65.1:amd64' 'libboost-iostreams1.65.1:amd64' 'libboost-locale1.65.1:amd64' 'libboost-system1.65.1:amd64' 'libboost-thread1.65.1:amd64' 'libbrotli1:amd64' 'libbs2b0:amd64' 'libbsd0:amd64' 'libburn4:amd64' 'libbz2-1.0:amd64' 'libc-ares2:amd64' 'libc-bin' 'libc-dev-bin' 'libc6:amd64' 'libc6-dbg:amd64' 'libc6-dev:amd64' 'libcaca0:amd64' 'libcairo-gobject2:amd64' 'libcairo2:amd64' 'libcairomm-1.0-1v5:amd64' 'libcanberra-gtk3-0:amd64' 'libcanberra-gtk3-module:amd64' 'libcanberra-pulse:amd64' 'libcanberra0:amd64' 'libcap-ng0:amd64' 'libcap2:amd64' 'libcap2-bin' 'libcc1-0:amd64' 'libcddb2' 'libcdio-cdda2:amd64' 'libcdio-paranoia2:amd64' 'libcdio17:amd64' 'libcdparanoia0:amd64' 'libcdr-0.1-1:amd64' 'libcfitsio5:amd64' 'libchm1' 'libchromaprint1:amd64' 'libcilkrts5:amd64' 'libclass-data-inheritable-perl' 'libcln6' 'libclucene-contribs1v5:amd64' 'libclucene-core1v5:amd64' 'libcmis-0.5-5v5' 'libcolamd2:amd64' 'libcolorcorrect5' 'libcolord2:amd64' 'libcolorhug2:amd64' 'libcom-err2:amd64' 'libcrack2:amd64' 'libcroco3:amd64' 'libcrypto++6' 'libcryptsetup12:amd64' 'libcrystalhd3:amd64' 'libcups2:amd64' 'libcupscgi1:amd64' 'libcupsfilters1:amd64' 'libcupsimage2:amd64' 'libcupsmime1:amd64' 'libcupsppdc1:amd64' 'libcurl3-gnutls:amd64' 'libcurl4:amd64' 'libdaemon0:amd64' 'libdata-dump-perl' 'libdatrie1:amd64' 'libdav1d3:amd64' 'libdb5.3:amd64' 'libdbus-1-3:amd64' 'libdbus-glib-1-2:amd64' 'libdbusmenu-glib4:amd64' 'libdbusmenu-gtk3-4:amd64' 'libdbusmenu-qt2:amd64' 'libdbusmenu-qt5-2:amd64' 'libdc1394-22:amd64' 'libdca0:amd64' 'libdconf1:amd64' 'libde265-0:amd64' 'libdebconf-kde1:amd64' 'libdebconfclient0:amd64' 'libdevel-stacktrace-perl' 'libdevmapper-event1.02.1:amd64' 'libdevmapper1.02.1:amd64' 'libdjvulibre-text' 'libdjvulibre21:amd64' 'libdlrestrictions1' 'libdmtx0a:amd64' 'libdns-export1100' 'libdns1100:amd64' 'libdolphinvcs5:amd64' 'libdouble-conversion1:amd64' 'libdpkg-perl' 'libdrm-amdgpu1:amd64' 'libdrm-common' 'libdrm-intel1:amd64' 'libdrm-nouveau2:amd64' 'libdrm-radeon1:amd64' 'libdrm2:amd64' 'libdv4:amd64' 'libdvbpsi10:amd64' 'libdvdnav4:amd64' 'libdvdread4:amd64' 'libdw1:amd64' 'libe-book-0.1-1:amd64' 'libebml4v5:amd64' 'libebur128-1:amd64' 'libedit2:amd64' 'libeditorconfig0:amd64' 'libefiboot1:amd64' 'libefivar1:amd64' 'libegl-mesa0:amd64' 'libegl1:amd64' 'libegl1-mesa:amd64' 'libel-api-java' 'libelf1:amd64' 'libenchant1c2a:amd64' 'libencode-locale-perl' 'libeot0:amd64' 'libepoxy0:amd64' 'libepub0' 'libepubgen-0.1-1:amd64' 'liberror-perl' 'libestr0:amd64' 'libetonyek-0.1-1:amd64' 'libevdev2:amd64' 'libevent-2.1-6:amd64' 'libexception-class-perl' 'libexif12:amd64' 'libexiv2-14:amd64' 'libexpat1:amd64' 'libexpat1-dev:amd64' 'libext2fs2:amd64' 'libexttextcat-2.0-0:amd64' 'libexttextcat-data' 'libfaad2:amd64' 'libfakekey0:amd64' 'libfakeroot:amd64' 'libfam0:amd64' 'libfastjson4:amd64' 'libfdisk1:amd64' 'libfdk-aac1:amd64' 'libffi6:amd64' 'libfftw3-double3:amd64' 'libfftw3-single3:amd64' 'libfile-basedir-perl' 'libfile-copy-recursive-perl' 'libfile-desktopentry-perl' 'libfile-fcntllock-perl' 'libfile-listing-perl' 'libfile-mimeinfo-perl' 'libfilezilla0' 'libflac++6v5:amd64' 'libflac8:amd64' 'libflite1:amd64' 'libfluidsynth1:amd64' 'libfont-afm-perl' 'libfontconfig1:amd64' 'libfontembed1:amd64' 'libfontenc1:amd64' 'libfreehand-0.1-1' 'libfreerdp-cache1.1:amd64' 'libfreerdp-client1.1:amd64' 'libfreerdp-codec1.1:amd64' 'libfreerdp-common1.1.0:amd64' 'libfreerdp-core1.1:amd64' 'libfreerdp-crypto1.1:amd64' 'libfreerdp-gdi1.1:amd64' 'libfreerdp-locale1.1:amd64' 'libfreerdp-plugins-standard:amd64' 'libfreerdp-primitives1.1:amd64' 'libfreerdp-rail1.1:amd64' 'libfreerdp-utils1.1:amd64' 'libfreetype6:amd64' 'libfribidi0:amd64' 'libfuse2:amd64' 'libfwup1:amd64' 'libfwupd2:amd64' 'libgail-common:amd64' 'libgail18:amd64' 'libgbm1:amd64' 'libgcab-1.0-0:amd64' 'libgcc-7-dev:amd64' 'libgcc1:amd64' 'libgck-1-0:amd64' 'libgconf-2-4:amd64' 'libgcr-base-3-1:amd64' 'libgcrypt20:amd64' 'libgd3:amd64' 'libgdbm-compat4:amd64' 'libgdbm5:amd64' 'libgdk-pixbuf2.0-0:amd64' 'libgdk-pixbuf2.0-bin' 'libgdk-pixbuf2.0-common' 'libgeoclue-2-0:amd64' 'libgeoip1:amd64' 'libgif7:amd64' 'libgirepository-1.0-1:amd64' 'libgit2-26:amd64' 'libgl1:amd64' 'libgl1-mesa-dri:amd64' 'libgl1-mesa-glx:amd64' 'libglapi-mesa:amd64' 'libgles2:amd64' 'libglib2.0-0:amd64' 'libglib2.0-bin' 'libglib2.0-data' 'libglibmm-2.4-1v5:amd64' 'libglu1-mesa:amd64' 'libglvnd0:amd64' 'libglx-mesa0:amd64' 'libglx0:amd64' 'libgme0:amd64' 'libgmp10:amd64' 'libgnutls30:amd64' 'libgomp1:amd64' 'libgpg-error0:amd64' 'libgpgme++2v5' 'libgpgme11:amd64' 'libgpgmepp6:amd64' 'libgphoto2-6:amd64' 'libgphoto2-l10n' 'libgphoto2-port12:amd64' 'libgpm2:amd64' 'libgpod-common' 'libgpod4:amd64' 'libgps23:amd64' 'libgrantlee-templates5' 'libgrantlee-textdocument5' 'libgraphene-1.0-0:amd64' 'libgraphite2-3:amd64' 'libgroupsock8:amd64' 'libgs9:amd64' 'libgs9-common' 'libgsm1:amd64' 'libgssapi-krb5-2:amd64' 'libgssapi3-heimdal:amd64' 'libgssdp-1.0-3:amd64' 'libgstreamer-gl1.0-0:amd64' 'libgstreamer-plugins-bad1.0-0:amd64' 'libgstreamer-plugins-base1.0-0:amd64' 'libgstreamer-plugins-good1.0-0:amd64' 'libgstreamer1.0-0:amd64' 'libgtk-3-0:amd64' 'libgtk-3-bin' 'libgtk-3-common' 'libgtk2.0-0:amd64' 'libgtk2.0-bin' 'libgtk2.0-common' 'libgtkmm-2.4-1v5:amd64' 'libgtksourceview-3.0-1:amd64' 'libgtksourceview-3.0-common' 'libgudev-1.0-0:amd64' 'libgupnp-1.0-4:amd64' 'libgupnp-igd-1.0-4:amd64' 'libgusb2:amd64' 'libgutenprint2' 'libharfbuzz-icu0:amd64' 'libharfbuzz0b:amd64' 'libhcrypto4-heimdal:amd64' 'libheimbase1-heimdal:amd64' 'libheimntlm0-heimdal:amd64' 'libhfstospell9:amd64' 'libhogweed4:amd64' 'libhpmud0:amd64' 'libhsqldb1.8.0-java' 'libhtml-form-perl' 'libhtml-format-perl' 'libhtml-parser-perl' 'libhtml-tagset-perl' 'libhtml-tree-perl' 'libhttp-cookies-perl' 'libhttp-daemon-perl' 'libhttp-date-perl' 'libhttp-message-perl' 'libhttp-negotiate-perl' 'libhttp-parser2.7.1:amd64' 'libhunspell-1.6-0:amd64' 'libhx509-5-heimdal:amd64' 'libhyphen0:amd64' 'libibus-1.0-5:amd64' 'libical2:amd64' 'libical3:amd64' 'libice6:amd64' 'libicu60:amd64' 'libid3tag0:amd64' 'libidn11:amd64' 'libidn2-0:amd64' 'libiec61883-0:amd64' 'libieee1284-3:amd64' 'libijs-0.35:amd64' 'libilmbase12:amd64' 'libimage-exiftool-perl' 'libimlib2:amd64' 'libimobiledevice6:amd64' 'libindicator3-7' 'libinput-bin' 'libinput10:amd64' 'libio-html-perl' 'libio-socket-ssl-perl' 'libip4tc0:amd64' 'libip6tc0:amd64' 'libipc-system-simple-perl' 'libiptc0:amd64' 'libirs160:amd64' 'libisc-export169:amd64' 'libisc169:amd64' 'libisccc160:amd64' 'libisccfg160:amd64' 'libisl19:amd64' 'libiso9660-10:amd64' 'libitm1:amd64' 'libiw30:amd64' 'libjack-jackd2-0:amd64' 'libjansson4:amd64' 'libjavascriptcoregtk-4.0-18:amd64' 'libjbig0:amd64' 'libjbig2dec0:amd64' 'libjpeg-turbo8:amd64' 'libjpeg8:amd64' 'libjq1:amd64' 'libjs-jquery' 'libjs-underscore' 'libjson-c3:amd64' 'libjson-glib-1.0-0:amd64' 'libjson-glib-1.0-common' 'libjsp-api-java' 'libk3b7' 'libk3b7-extracodecs' 'libk5crypto3:amd64' 'libkaccounts1:amd64' 'libkactivities6' 'libkate1:amd64' 'libkcmutils4' 'libkde3support4' 'libkdeclarative5' 'libkdecorations2-5v5' 'libkdecorations2private5v5' 'libkdecore5' 'libkdesu5' 'libkdeui5' 'libkdewebkit5' 'libkdnssd4' 'libkemoticons4' 'libkeyutils1:amd64' 'libkf5activities5:amd64' 'libkf5activitiesstats1:amd64' 'libkf5archive5:amd64' 'libkf5attica5:amd64' 'libkf5auth-data' 'libkf5auth5:amd64' 'libkf5baloo5' 'libkf5balooengine5' 'libkf5baloowidgets-bin' 'libkf5baloowidgets-data' 'libkf5baloowidgets5:amd64' 'libkf5bluezqt-data' 'libkf5bluezqt6:amd64' 'libkf5bookmarks-data' 'libkf5bookmarks5:amd64' 'libkf5calendarevents5:amd64' 'libkf5cddb-data' 'libkf5cddb5' 'libkf5codecs-data' 'libkf5codecs5:amd64' 'libkf5compactdisc-data' 'libkf5compactdisc5' 'libkf5completion-data' 'libkf5completion5:amd64' 'libkf5config-bin' 'libkf5config-data' 'libkf5configcore5:amd64' 'libkf5configgui5:amd64' 'libkf5configwidgets-data' 'libkf5configwidgets5:amd64' 'libkf5coreaddons-data' 'libkf5coreaddons5:amd64' 'libkf5crash5:amd64' 'libkf5dbusaddons-bin' 'libkf5dbusaddons-data' 'libkf5dbusaddons5:amd64' 'libkf5declarative-data' 'libkf5declarative5:amd64' 'libkf5dnssd-data' 'libkf5dnssd5:amd64' 'libkf5doctools5:amd64' 'libkf5emoticons-bin' 'libkf5emoticons-data' 'libkf5emoticons5:amd64' 'libkf5filemetadata-bin:amd64' 'libkf5filemetadata-data' 'libkf5filemetadata3:amd64' 'libkf5globalaccel-bin' 'libkf5globalaccel-data' 'libkf5globalaccel5:amd64' 'libkf5globalaccelprivate5:amd64' 'libkf5guiaddons5:amd64' 'libkf5holidays-data' 'libkf5holidays5:amd64' 'libkf5i18n-data' 'libkf5i18n5:amd64' 'libkf5iconthemes-bin' 'libkf5iconthemes-data' 'libkf5iconthemes5:amd64' 'libkf5idletime5:amd64' 'libkf5itemmodels5:amd64' 'libkf5itemviews-data' 'libkf5itemviews5:amd64' 'libkf5jobwidgets-data' 'libkf5jobwidgets5:amd64' 'libkf5js5:amd64' 'libkf5jsapi5:amd64' 'libkf5jsembed-data' 'libkf5jsembed5:amd64' 'libkf5kcmutils-data' 'libkf5kcmutils5:amd64' 'libkf5kdcraw5' 'libkf5kdelibs4support-data' 'libkf5kdelibs4support5:amd64' 'libkf5kdelibs4support5-bin' 'libkf5kexiv2-15.0.0' 'libkf5khtml-bin' 'libkf5khtml-data' 'libkf5khtml5:amd64' 'libkf5kiocore5:amd64' 'libkf5kiofilewidgets5:amd64' 'libkf5kiogui5:amd64' 'libkf5kiontlm5:amd64' 'libkf5kiowidgets5:amd64' 'libkf5kipi-data' 'libkf5kipi32.0.0' 'libkf5kirigami2-5' 'libkf5krosscore5:amd64' 'libkf5krossui5:amd64' 'libkf5mime-data' 'libkf5mime5abi2:amd64' 'libkf5modemmanagerqt6:amd64' 'libkf5networkmanagerqt6' 'libkf5newstuff-data' 'libkf5newstuff5:amd64' 'libkf5newstuffcore5:amd64' 'libkf5notifications-data' 'libkf5notifications5:amd64' 'libkf5notifyconfig-data' 'libkf5notifyconfig5:amd64' 'libkf5package-data' 'libkf5package5:amd64' 'libkf5parts-data' 'libkf5parts-plugins' 'libkf5parts5:amd64' 'libkf5people-data' 'libkf5people5:amd64' 'libkf5peoplebackend5:amd64' 'libkf5peoplewidgets5:amd64' 'libkf5plasma5:amd64' 'libkf5plasmaquick5:amd64' 'libkf5plotting5:amd64' 'libkf5prison5:amd64' 'libkf5pty-data' 'libkf5pty5:amd64' 'libkf5purpose-bin:amd64' 'libkf5purpose5:amd64' 'libkf5quickaddons5:amd64' 'libkf5runner5:amd64' 'libkf5sane-data' 'libkf5sane5' 'libkf5screen-bin' 'libkf5screen7:amd64' 'libkf5service-bin' 'libkf5service-data' 'libkf5service5:amd64' 'libkf5solid5:amd64' 'libkf5solid5-data' 'libkf5sonnet5-data' 'libkf5sonnetcore5:amd64' 'libkf5sonnetui5:amd64' 'libkf5style5:amd64' 'libkf5su-bin' 'libkf5su-data' 'libkf5su5:amd64' 'libkf5syntaxhighlighting-data' 'libkf5syntaxhighlighting5' 'libkf5sysguard-bin:amd64' 'libkf5sysguard-data' 'libkf5texteditor5:amd64' 'libkf5texteditor5-libjs-underscore' 'libkf5textwidgets-data' 'libkf5textwidgets5:amd64' 'libkf5threadweaver5:amd64' 'libkf5unitconversion-data' 'libkf5unitconversion5:amd64' 'libkf5wallet-bin' 'libkf5wallet-data' 'libkf5wallet5:amd64' 'libkf5waylandclient5:amd64' 'libkf5waylandserver5:amd64' 'libkf5webkit5:amd64' 'libkf5widgetsaddons-data' 'libkf5widgetsaddons5:amd64' 'libkf5windowsystem-data' 'libkf5windowsystem5:amd64' 'libkf5xmlgui-bin' 'libkf5xmlgui-data' 'libkf5xmlgui5:amd64' 'libkf5xmlrpcclient-data' 'libkf5xmlrpcclient5:amd64' 'libkfile4' 'libkfontinst5' 'libkfontinstui5' 'libkgantt2:amd64' 'libkgantt2-l10n' 'libkhtml5' 'libkio5' 'libkjsapi4' 'libkjsembed4' 'libklibc' 'libkmediaplayer4' 'libkmod2:amd64' 'libknewstuff3-4' 'libknotifyconfig4' 'libkntlm4' 'libkolabxml1v5' 'libkonq-common' 'libkonq5-templates' 'libkparts4' 'libkpimgapi-data' 'libkpimgapicore5:amd64' 'libkpimgapidrive5:amd64' 'libkpimsmtp5:amd64' 'libkpmcore7' 'libkpty4' 'libkrb5-26-heimdal:amd64' 'libkrb5-3:amd64' 'libkrb5support0:amd64' 'libkrosscore4' 'libksba8:amd64' 'libkscreenlocker5:amd64' 'libksgrd7:amd64' 'libksignalplotter7:amd64' 'libktexteditor4' 'libktorrent-l10n' 'libktorrent6:amd64' 'libkubuntu1' 'libkwalletbackend5-5:amd64' 'libkwin4-effect-builtins1:amd64' 'libkwineffects11:amd64' 'libkwinglutils11:amd64' 'libkwinxrenderutils11:amd64' 'libkworkspace5-5' 'libkxmlrpcclient4' 'liblangtag-common' 'liblangtag1:amd64' 'liblastfm1:amd64' 'liblcms2-2:amd64' 'liblcms2-utils' 'libldap-2.4-2:amd64' 'libldap-common' 'libldb1:amd64' 'liblilv-0-0' 'liblirc-client0:amd64' 'liblivemedia62:amd64' 'libllvm6.0:amd64' 'libllvm9:amd64' 'liblmdb0:amd64' 'liblocale-gettext-perl' 'liblouis-data' 'liblouis14:amd64' 'liblouisutdml-bin' 'liblouisutdml-data' 'liblouisutdml8:amd64' 'liblqr-1-0:amd64' 'liblsan0:amd64' 'libltdl7:amd64' 'liblua5.2-0:amd64' 'liblur3:amd64' 'liblvm2app2.2:amd64' 'liblvm2cmd2.02:amd64' 'liblwp-mediatypes-perl' 'liblwp-protocol-https-perl' 'liblwres160:amd64' 'liblz4-1:amd64' 'liblzma5:amd64' 'liblzo2-2:amd64' 'libmad0:amd64' 'libmagic-mgc' 'libmagic1:amd64' 'libmagickcore-6.q16-3:amd64' 'libmagickcore-6.q16-3-extra:amd64' 'libmagickwand-6.q16-3:amd64' 'libmailtools-perl' 'libmarkdown2:amd64' 'libmatroska6v5:amd64' 'libmbim-glib4:amd64' 'libmbim-proxy' 'libmhash2:amd64' 'libmicrodns0:amd64' 'libmikmod3:amd64' 'libmime-charset-perl' 'libminizip1:amd64' 'libmjpegutils-2.1-0' 'libmm-glib0:amd64' 'libmms0:amd64' 'libmng2:amd64' 'libmnl0:amd64' 'libmodplug1:amd64' 'libmount1:amd64' 'libmp3lame0:amd64' 'libmpc3:amd64' 'libmpcdec6:amd64' 'libmpdclient2' 'libmpdec2:amd64' 'libmpeg2-4:amd64' 'libmpeg2encpp-2.1-0' 'libmpfr6:amd64' 'libmpg123-0:amd64' 'libmplex2-2.1-0' 'libmpx2:amd64' 'libmspub-0.1-1:amd64' 'libmtdev1:amd64' 'libmtp-common' 'libmtp-runtime' 'libmtp9:amd64' 'libmusicbrainz5cc2v5:amd64' 'libmwaw-0.3-3:amd64' 'libmygpo-qt1:amd64' 'libmysofa0:amd64' 'libmysqlclient20:amd64' 'libmythes-1.2-0:amd64' 'libncurses5:amd64' 'libncursesw5:amd64' 'libndp0:amd64' 'libneon27-gnutls:amd64' 'libnet-dbus-perl' 'libnet-http-perl' 'libnet-smtp-ssl-perl' 'libnet-ssleay-perl' 'libnetfilter-conntrack3:amd64' 'libnetpbm10' 'libnettle6:amd64' 'libnewt0.52:amd64' 'libnfnetlink0:amd64' 'libnfs11:amd64' 'libnfsidmap2:amd64' 'libnghttp2-14:amd64' 'libnice10:amd64' 'libnih1:amd64' 'libnl-3-200:amd64' 'libnl-genl-3-200:amd64' 'libnl-route-3-200:amd64' 'libnm0:amd64' 'libnorm1:amd64' 'libnotify4:amd64' 'libnpth0:amd64' 'libnspr4:amd64' 'libnss-mdns:amd64' 'libnss-systemd:amd64' 'libnss3:amd64' 'libntfs-3g88' 'libntrack-qt4-1' 'libntrack0' 'libnuma1:amd64' 'libodfgen-0.1-1:amd64' 'libofa0:amd64' 'libogg0:amd64' 'libokular5core8' 'libonig4:amd64' 'libopenal-data' 'libopenal1:amd64' 'libopenconnect5:amd64' 'libopencore-amrnb0:amd64' 'libopencore-amrwb0:amd64' 'libopenexr22:amd64' 'libopenjp2-7:amd64' 'libopenmpt-modplug1:amd64' 'libopenmpt0:amd64' 'libopts25:amd64' 'libopus0:amd64' 'liborc-0.4-0:amd64' 'liborcus-0.13-0:amd64' 'liboxygenstyle5-5' 'liboxygenstyleconfig5-5' 'libp11-kit0:amd64' 'libpackagekit-glib2-18:amd64' 'libpackagekitqt5-1:amd64' 'libpagemaker-0.0-0:amd64' 'libpam-cap:amd64' 'libpam-kwallet-common' 'libpam-kwallet4' 'libpam-kwallet5' 'libpam-modules:amd64' 'libpam-modules-bin' 'libpam-runtime' 'libpam-systemd:amd64' 'libpam0g:amd64' 'libpango-1.0-0:amd64' 'libpangocairo-1.0-0:amd64' 'libpangoft2-1.0-0:amd64' 'libpangomm-1.4-1v5:amd64' 'libpangoxft-1.0-0:amd64' 'libpaper-utils' 'libpaper1:amd64' 'libparted-fs-resize0:amd64' 'libparted2:amd64' 'libpcap0.8:amd64' 'libpci3:amd64' 'libpciaccess0:amd64' 'libpcre3:amd64' 'libpcsclite1:amd64' 'libperl4-corelibs-perl' 'libperl5.26:amd64' 'libpgm-5.2-0:amd64' 'libphonon4:amd64' 'libphonon4qt5-4:amd64' 'libpipeline1:amd64' 'libpixman-1-0:amd64' 'libplacebo18:amd64' 'libplacebo4:amd64' 'libplasma-geolocation-interface5' 'libplasma3' 'libplist3:amd64' 'libplymouth4:amd64' 'libpng16-16:amd64' 'libpolkit-agent-1-0:amd64' 'libpolkit-backend-1-0:amd64' 'libpolkit-gobject-1-0:amd64' 'libpolkit-qt-1-1:amd64' 'libpolkit-qt5-1-1:amd64' 'libpoppler-qt5-1:amd64' 'libpoppler73:amd64' 'libpopt0:amd64' 'libposix-strptime-perl' 'libpostproc54:amd64' 'libpowerdevilcore2' 'libpowerdevilui5' 'libprocesscore7:amd64' 'libprocessui7:amd64' 'libprocps6:amd64' 'libprotobuf-lite10:amd64' 'libproxy-tools' 'libproxy1v5:amd64' 'libpsl5:amd64' 'libpugixml1v5:amd64' 'libpulse-mainloop-glib0:amd64' 'libpulse0:amd64' 'libpulsedsp:amd64' 'libpwquality-common' 'libpwquality1:amd64' 'libpython-all-dev:amd64' 'libpython-dev:amd64' 'libpython-stdlib:amd64' 'libpython2.7:amd64' 'libpython2.7-dev:amd64' 'libpython2.7-minimal:amd64' 'libpython2.7-stdlib:amd64' 'libpython3-stdlib:amd64' 'libpython3.6:amd64' 'libpython3.6-minimal:amd64' 'libpython3.6-stdlib:amd64' 'libqalculate6:amd64' 'libqalculate6-data' 'libqapt3:amd64' 'libqapt3-runtime' 'libqca-qt5-2:amd64' 'libqca-qt5-2-plugins:amd64' 'libqca2:amd64' 'libqca2-plugins:amd64' 'libqgpgme7:amd64' 'libqgsttools-p1:amd64' 'libqjson0:amd64' 'libqmi-glib5:amd64' 'libqmi-proxy' 'libqmobipocket2' 'libqpdf21:amd64' 'libqrencode3:amd64' 'libqt4-dbus:amd64' 'libqt4-declarative:amd64' 'libqt4-designer:amd64' 'libqt4-network:amd64' 'libqt4-opengl:amd64' 'libqt4-qt3support:amd64' 'libqt4-script:amd64' 'libqt4-scripttools:amd64' 'libqt4-sql:amd64' 'libqt4-sql-mysql:amd64' 'libqt4-svg:amd64' 'libqt4-xml:amd64' 'libqt4-xmlpatterns:amd64' 'libqt5concurrent5:amd64' 'libqt5core5a:amd64' 'libqt5dbus5:amd64' 'libqt5designer5:amd64' 'libqt5gui5:amd64' 'libqt5help5:amd64' 'libqt5multimedia5:amd64' 'libqt5multimedia5-plugins:amd64' 'libqt5multimediaquick-p5:amd64' 'libqt5multimediawidgets5:amd64' 'libqt5network5:amd64' 'libqt5opengl5:amd64' 'libqt5positioning5:amd64' 'libqt5printsupport5:amd64' 'libqt5qml5:amd64' 'libqt5quick5:amd64' 'libqt5quickcontrols2-5:amd64' 'libqt5quicktemplates2-5:amd64' 'libqt5quickwidgets5:amd64' 'libqt5script5:amd64' 'libqt5sensors5:amd64' 'libqt5sql5:amd64' 'libqt5sql5-mysql:amd64' 'libqt5sql5-sqlite:amd64' 'libqt5svg5:amd64' 'libqt5test5:amd64' 'libqt5texttospeech5:amd64' 'libqt5waylandclient5:amd64' 'libqt5waylandcompositor5:amd64' 'libqt5webchannel5:amd64' 'libqt5webengine-data' 'libqt5webengine5:amd64' 'libqt5webenginecore5:amd64' 'libqt5webenginewidgets5:amd64' 'libqt5webkit5:amd64' 'libqt5widgets5:amd64' 'libqt5x11extras5:amd64' 'libqt5xml5:amd64' 'libqt5xmlpatterns5:amd64' 'libqtcore4:amd64' 'libqtdbus4:amd64' 'libqtgui4:amd64' 'libqtscript4-core:amd64' 'libqtscript4-gui:amd64' 'libqtscript4-network:amd64' 'libqtscript4-sql:amd64' 'libqtscript4-uitools:amd64' 'libqtscript4-xml:amd64' 'libqtwebkit4:amd64' 'libquadmath0:amd64' 'libquicktime2:amd64' 'libraptor2-0:amd64' 'librasqal3:amd64' 'libratbag-tools' 'libraw1394-11:amd64' 'libraw16:amd64' 'librdf0:amd64' 'libre2-4:amd64' 'libreadline5:amd64' 'libreadline7:amd64' 'libregexp-common-perl' 'libresid-builder0c2a' 'librest-0.7-0:amd64' 'librevenge-0.0-0:amd64' 'libroar2:amd64' 'libroken18-heimdal:amd64' 'librsvg2-2:amd64' 'librsvg2-common:amd64' 'librtmp1:amd64' 'librubberband2:amd64' 'libruby2.5:amd64' 'libsamplerate0:amd64' 'libsane-common' 'libsane-hpaio:amd64' 'libsane1:amd64' 'libsasl2-2:amd64' 'libsasl2-modules:amd64' 'libsasl2-modules-db:amd64' 'libsbc1:amd64' 'libscim8v5:amd64' 'libsdl-image1.2:amd64' 'libsdl1.2debian:amd64' 'libsdl2-2.0-0:amd64' 'libseccomp2:amd64' 'libsecret-1-0:amd64' 'libsecret-common' 'libselinux1:amd64' 'libsemanage-common' 'libsemanage1:amd64' 'libsensors4:amd64' 'libsepol1:amd64' 'libserd-0-0:amd64' 'libservlet-api-java' 'libservlet3.1-java' 'libsgutils2-2' 'libshine3:amd64' 'libshout3:amd64' 'libsidplay1v5:amd64' 'libsidplay2' 'libsidplayfp4:amd64' 'libsigc++-2.0-0v5:amd64' 'libsignon-extension1:amd64' 'libsignon-plugins-common1:amd64' 'libsignon-qt5-1:amd64' 'libsigsegv2:amd64' 'libslang2:amd64' 'libsm6:amd64' 'libsmartcols1:amd64' 'libsmbclient:amd64' 'libsmbios-c2' 'libsnapd-glib1:amd64' 'libsnappy1v5:amd64' 'libsndfile1:amd64' 'libsndio6.1:amd64' 'libsnmp-base' 'libsnmp30:amd64' 'libsodium23:amd64' 'libsolid4' 'libsombok3:amd64' 'libsord-0-0:amd64' 'libsoundtouch1:amd64' 'libsoup-gnome2.4-1:amd64' 'libsoup2.4-1:amd64' 'libsox-fmt-alsa:amd64' 'libsox-fmt-base:amd64' 'libsox3:amd64' 'libsoxr0:amd64' 'libspandsp2:amd64' 'libspectre1:amd64' 'libspeex1:amd64' 'libspeexdsp1:amd64' 'libsqlite3-0:amd64' 'libsratom-0-0:amd64' 'libsrtp2-1:amd64' 'libss2:amd64' 'libssh-4:amd64' 'libssh-gcrypt-4:amd64' 'libssh2-1:amd64' 'libssl1.0.0:amd64' 'libssl1.1:amd64' 'libstartup-notification0:amd64' 'libstdc++-7-dev:amd64' 'libstdc++6:amd64' 'libstemmer0d:amd64' 'libstoken1:amd64' 'libstreamanalyzer0v5' 'libstreams0v5' 'libsuitesparseconfig5:amd64' 'libswresample2:amd64' 'libswscale4:amd64' 'libsystemd0:amd64' 'libtag-extras1' 'libtag1v5:amd64' 'libtag1v5-vanilla:amd64' 'libtalloc2:amd64' 'libtaskmanager6' 'libtasn1-6:amd64' 'libtdb1:amd64' 'libteamdctl0:amd64' 'libtevent0:amd64' 'libtext-charwidth-perl' 'libtext-iconv-perl' 'libtext-wrapi18n-perl' 'libthai-data' 'libthai0:amd64' 'libtheora0:amd64' 'libthreadweaver4' 'libtie-ixhash-perl' 'libtiff5:amd64' 'libtimedate-perl' 'libtinfo5:amd64' 'libtirpc1:amd64' 'libtomcrypt1:amd64' 'libtommath1:amd64' 'libtry-tiny-perl' 'libtsan0:amd64' 'libtwolame0:amd64' 'libu2f-udev' 'libubsan0:amd64' 'libuchardet0:amd64' 'libudev1:amd64' 'libudisks2-0:amd64' 'libunicode-linebreak-perl' 'libunistring2:amd64' 'libunwind8:amd64' 'libupnp6:amd64' 'libupower-glib3:amd64' 'liburi-perl' 'libusageenvironment3:amd64' 'libusb-1.0-0:amd64' 'libusbmuxd4:amd64' 'libutempter0:amd64' 'libuuid1:amd64' 'libuv1:amd64' 'libv4l-0:amd64' 'libv4lconvert0:amd64' 'libva-drm2:amd64' 'libva-wayland2:amd64' 'libva-x11-2:amd64' 'libva2:amd64' 'libvcdinfo0:amd64' 'libvdpau1:amd64' 'libvisio-0.1-1:amd64' 'libvisual-0.4-0:amd64' 'libvlc-bin:amd64' 'libvlc5:amd64' 'libvlccore9:amd64' 'libvncclient1:amd64' 'libvo-aacenc0:amd64' 'libvo-amrwbenc0:amd64' 'libvoikko1:amd64' 'libvolume-key1' 'libvorbis0a:amd64' 'libvorbisenc2:amd64' 'libvorbisfile3:amd64' 'libvpx5:amd64' 'libvulkan1:amd64' 'libwacom-bin' 'libwacom-common' 'libwacom2:amd64' 'libwavpack1:amd64' 'libwayland-client0:amd64' 'libwayland-cursor0:amd64' 'libwayland-egl1:amd64' 'libwayland-egl1-mesa:amd64' 'libwayland-server0:amd64' 'libwbclient0:amd64' 'libweather-ion7' 'libwebkit2gtk-4.0-37:amd64' 'libwebp6:amd64' 'libwebpdemux2:amd64' 'libwebpmux3:amd64' 'libwebrtc-audio-processing1:amd64' 'libwebsocket-api-java' 'libwhoopsie-preferences0' 'libwhoopsie0:amd64' 'libwildmidi-config' 'libwildmidi2:amd64' 'libwind0-heimdal:amd64' 'libwinpr-crt0.1:amd64' 'libwinpr-dsparse0.1:amd64' 'libwinpr-environment0.1:amd64' 'libwinpr-file0.1:amd64' 'libwinpr-handle0.1:amd64' 'libwinpr-heap0.1:amd64' 'libwinpr-input0.1:amd64' 'libwinpr-interlocked0.1:amd64' 'libwinpr-library0.1:amd64' 'libwinpr-path0.1:amd64' 'libwinpr-pool0.1:amd64' 'libwinpr-registry0.1:amd64' 'libwinpr-rpc0.1:amd64' 'libwinpr-sspi0.1:amd64' 'libwinpr-synch0.1:amd64' 'libwinpr-sysinfo0.1:amd64' 'libwinpr-thread0.1:amd64' 'libwinpr-utils0.1:amd64' 'libwmf0.2-7:amd64' 'libwoff1:amd64' 'libwpd-0.10-10:amd64' 'libwpg-0.3-3:amd64' 'libwps-0.4-4:amd64' 'libwrap0:amd64' 'libwww-perl' 'libwww-robotrules-perl' 'libwxbase3.0-0v5:amd64' 'libwxgtk3.0-0v5:amd64' 'libwxgtk3.0-gtk3-0v5:amd64' 'libx11-6:amd64' 'libx11-data' 'libx11-protocol-other-perl' 'libx11-protocol-perl' 'libx11-xcb1:amd64' 'libx264-152:amd64' 'libx265-146:amd64' 'libxapian30:amd64' 'libxatracker2:amd64' 'libxau6:amd64' 'libxaw7:amd64' 'libxcb-composite0:amd64' 'libxcb-cursor0:amd64' 'libxcb-damage0:amd64' 'libxcb-dpms0:amd64' 'libxcb-dri2-0:amd64' 'libxcb-dri3-0:amd64' 'libxcb-glx0:amd64' 'libxcb-icccm4:amd64' 'libxcb-image0:amd64' 'libxcb-keysyms1:amd64' 'libxcb-present0:amd64' 'libxcb-randr0:amd64' 'libxcb-record0:amd64' 'libxcb-render-util0:amd64' 'libxcb-render0:amd64' 'libxcb-shape0:amd64' 'libxcb-shm0:amd64' 'libxcb-sync1:amd64' 'libxcb-util1:amd64' 'libxcb-xfixes0:amd64' 'libxcb-xinerama0:amd64' 'libxcb-xkb1:amd64' 'libxcb-xv0:amd64' 'libxcb1:amd64' 'libxcomposite1:amd64' 'libxcursor1:amd64' 'libxdamage1:amd64' 'libxdmcp6:amd64' 'libxerces-c3.2:amd64' 'libxext6:amd64' 'libxfixes3:amd64' 'libxfont2:amd64' 'libxfreerdp-client1.1:amd64' 'libxft2:amd64' 'libxi6:amd64' 'libxinerama1:amd64' 'libxkbcommon-x11-0:amd64' 'libxkbcommon0:amd64' 'libxkbfile1:amd64' 'libxml-parser-perl' 'libxml-twig-perl' 'libxml-xpathengine-perl' 'libxml2:amd64' 'libxml2-utils' 'libxmlsec1:amd64' 'libxmlsec1-nss:amd64' 'libxmu6:amd64' 'libxmuu1:amd64' 'libxpm4:amd64' 'libxrandr2:amd64' 'libxrender1:amd64' 'libxshmfence1:amd64' 'libxslt1.1:amd64' 'libxss1:amd64' 'libxt6:amd64' 'libxtables12:amd64' 'libxtst6:amd64' 'libxv1:amd64' 'libxvidcore4:amd64' 'libxvmc1:amd64' 'libxxf86dga1:amd64' 'libxxf86vm1:amd64' 'libyajl2:amd64' 'libyaml-0-2:amd64' 'libyelp0:amd64' 'libzbar0:amd64' 'libzimg2' 'libzip4:amd64' 'libzmq5:amd64' 'libzstd1:amd64' 'libzvbi-common' 'libzvbi0:amd64' 'libzzip-0-13:amd64' 'linux-base' 'linux-firmware' 'linux-generic-hwe-18.04' 'linux-headers-5.3.0-26' 'linux-headers-5.3.0-26-generic' 'linux-headers-5.3.0-28' 'linux-headers-5.3.0-28-generic' 'linux-headers-generic-hwe-18.04' 'linux-image-5.3.0-26-generic' 'linux-image-5.3.0-28-generic' 'linux-image-generic-hwe-18.04' 'linux-libc-dev:amd64' 'linux-modules-5.3.0-26-generic' 'linux-modules-5.3.0-28-generic' 'linux-modules-extra-5.3.0-26-generic' 'linux-modules-extra-5.3.0-28-generic' 'linux-signed-generic-hwe-18.04' 'linux-sound-base' 'locales' 'login' 'logrotate' 'lp-solve' 'lsb-base' 'lsb-release' 'lshw' 'lsof' 'ltrace' 'lur-command' 'lvm2' 'lynx' 'lynx-common' 'm4' 'make' 'man-db' 'manpages' 'manpages-dev' 'mattermost-desktop' 'mawk' 'media-player-info' 'meld' 'memtest86+' 'mesa-va-drivers:amd64' 'mesa-vdpau-drivers:amd64' 'mesa-vulkan-drivers:amd64' 'milou' 'mime-support' 'mlocate' 'mobile-broadband-provider-info' 'modemmanager' 'mokutil' 'mount' 'mpv' 'mscompress' 'mtr-tiny' 'multiarch-support' 'muon' 'mysql-client-5.7' 'mysql-client-core-5.7' 'mysql-common' 'mythes-en-us' 'nano' 'ncurses-base' 'ncurses-bin' 'netbase' 'netcat-openbsd' 'netpbm' 'netplan.io' 'network-manager' 'network-manager-pptp' 'networkd-dispatcher' 'nfs-common' 'nodejs' 'nodejs-doc' 'nplan' 'ntfs-3g' 'ntp' 'ntrack-module-libnl-0' 'okular' 'okular-extra-backends' 'openjdk-11-jre-headless:amd64' 'openprinting-ppds' 'openssh-client' 'openssl' 'os-prober' 'oxygen-icon-theme' 'oxygen-sounds' 'oxygen5-icon-theme' 'p7zip' 'p7zip-full' 'packagekit' 'packagekit-tools' 'paperkey' 'parted' 'partitionmanager' 'passwd' 'pastebinit' 'patch' 'pavucontrol-qt' 'pavucontrol-qt-l10n' 'pciutils' 'pcmciautils' 'perl' 'perl-base' 'perl-modules-5.26' 'perl-openssl-defaults:amd64' 'perl-tk' 'phonon:amd64' 'phonon-backend-gstreamer:amd64' 'phonon-backend-gstreamer-common:amd64' 'phonon4qt5:amd64' 'phonon4qt5-backend-gstreamer:amd64' 'php-cli' 'php-common' 'php-curl' 'php-fpm' 'php-intl' 'php-mbstring' 'php-pear' 'php-xml' 'php-zip' 'php7.2-cli' 'php7.2-common' 'php7.2-curl' 'php7.2-fpm' 'php7.2-intl' 'php7.2-json' 'php7.2-mbstring' 'php7.2-opcache' 'php7.2-readline' 'php7.2-xml' 'php7.2-zip' 'pigz' 'pinentry-qt' 'piper' 'plasma-dataengines-addons' 'plasma-desktop' 'plasma-desktop-data' 'plasma-discover' 'plasma-discover-common' 'plasma-framework' 'plasma-integration' 'plasma-look-and-feel-org-kde-breezedark-desktop' 'plasma-nm' 'plasma-pa' 'plasma-runners-addons' 'plasma-scriptengine-javascript' 'plasma-vault' 'plasma-wallpapers-addons' 'plasma-widgets-addons' 'plasma-workspace' 'plymouth' 'plymouth-label' 'plymouth-theme-kubuntu-logo' 'plymouth-theme-kubuntu-text' 'plymouth-theme-ubuntu-text' 'policykit-1' 'policykit-desktop-privileges' 'polkit-kde-agent-1' 'poppler-data' 'poppler-utils' 'popularity-contest' 'powerdevil' 'powerdevil-data' 'powermgmt-base' 'ppp' 'pptp-linux' 'print-manager' 'printer-driver-brlaser' 'printer-driver-c2esp' 'printer-driver-foo2zjs' 'printer-driver-foo2zjs-common' 'printer-driver-gutenprint' 'printer-driver-hpcups' 'printer-driver-m2300w' 'printer-driver-min12xxw' 'printer-driver-pnm2ppa' 'printer-driver-postscript-hp' 'printer-driver-ptouch' 'printer-driver-pxljr' 'printer-driver-sag-gdi' 'printer-driver-splix' 'procps' 'psmisc' 'publicsuffix' 'pulseaudio' 'pulseaudio-module-bluetooth' 'pulseaudio-module-gconf' 'pulseaudio-utils' 'python' 'python-all' 'python-all-dev' 'python-apt-common' 'python-asn1crypto' 'python-backports.ssl-match-hostname' 'python-cached-property' 'python-certifi' 'python-cffi-backend' 'python-chardet' 'python-crypto' 'python-cryptography' 'python-dbus' 'python-dev' 'python-docker' 'python-dockerpty' 'python-dockerpycreds' 'python-docopt' 'python-enum34' 'python-funcsigs' 'python-functools32' 'python-gi' 'python-httplib2' 'python-idna' 'python-ipaddress' 'python-jinja2' 'python-jmespath' 'python-jsonschema' 'python-kerberos' 'python-keyring' 'python-keyrings.alt' 'python-libcloud' 'python-lockfile' 'python-markupsafe' 'python-minimal' 'python-mock' 'python-netaddr' 'python-openssl' 'python-paramiko' 'python-pbr' 'python-pip' 'python-pip-whl' 'python-pkg-resources' 'python-pyasn1' 'python-qt4-dbus' 'python-requests' 'python-secretstorage' 'python-selinux' 'python-setuptools' 'python-simplejson' 'python-six' 'python-talloc' 'python-texttable' 'python-urllib3' 'python-websocket' 'python-wheel' 'python-xdg' 'python-xmltodict' 'python-yaml' 'python2.7' 'python2.7-dev' 'python2.7-minimal' 'python3' 'python3-apport' 'python3-apt' 'python3-bs4' 'python3-cairo:amd64' 'python3-certifi' 'python3-chardet' 'python3-commandnotfound' 'python3-cups' 'python3-cupshelpers' 'python3-dbus' 'python3-dbus.mainloop.pyqt5' 'python3-debian' 'python3-distro-info' 'python3-distupgrade' 'python3-evdev' 'python3-gdbm:amd64' 'python3-gi' 'python3-gi-cairo' 'python3-html5lib' 'python3-httplib2' 'python3-idna' 'python3-lxml:amd64' 'python3-minimal' 'python3-netifaces' 'python3-olefile' 'python3-pexpect' 'python3-pil:amd64' 'python3-pkg-resources' 'python3-problem-report' 'python3-ptyprocess' 'python3-pyqt5' 'python3-renderpm:amd64' 'python3-reportlab' 'python3-reportlab-accel:amd64' 'python3-requests' 'python3-requests-unixsocket' 'python3-sip' 'python3-six' 'python3-software-properties' 'python3-systemd' 'python3-update-manager' 'python3-urllib3' 'python3-webencodings' 'python3-xapian' 'python3-xkit' 'python3-yaml' 'python3.6' 'python3.6-minimal' 'qapt-batch' 'qapt-deb-installer' 'qdbus' 'qdbus-qt5' 'qml-module-org-kde-activities:amd64' 'qml-module-org-kde-bluezqt:amd64' 'qml-module-org-kde-draganddrop:amd64' 'qml-module-org-kde-extensionplugin' 'qml-module-org-kde-kcm:amd64' 'qml-module-org-kde-kconfig:amd64' 'qml-module-org-kde-kcoreaddons:amd64' 'qml-module-org-kde-kholidays' 'qml-module-org-kde-kio:amd64' 'qml-module-org-kde-kirigami2' 'qml-module-org-kde-kquickcontrols:amd64' 'qml-module-org-kde-kquickcontrolsaddons:amd64' 'qml-module-org-kde-kwindowsystem:amd64' 'qml-module-org-kde-newstuff' 'qml-module-org-kde-purpose:amd64' 'qml-module-org-kde-qqc2desktopstyle' 'qml-module-org-kde-runnermodel' 'qml-module-org-kde-solid:amd64' 'qml-module-qt-labs-folderlistmodel:amd64' 'qml-module-qt-labs-settings:amd64' 'qml-module-qtgraphicaleffects:amd64' 'qml-module-qtmultimedia:amd64' 'qml-module-qtqml-models2:amd64' 'qml-module-qtquick-controls:amd64' 'qml-module-qtquick-controls-styles-breeze' 'qml-module-qtquick-controls2:amd64' 'qml-module-qtquick-dialogs:amd64' 'qml-module-qtquick-layouts:amd64' 'qml-module-qtquick-privatewidgets:amd64' 'qml-module-qtquick-templates2:amd64' 'qml-module-qtquick-virtualkeyboard' 'qml-module-qtquick-window2:amd64' 'qml-module-qtquick-xmllistmodel:amd64' 'qml-module-qtquick2:amd64' 'qml-module-qtwebengine:amd64' 'qml-module-qtwebkit:amd64' 'qml-module-ubuntu-onlineaccounts:amd64' 'qpdf' 'qt-at-spi:amd64' 'qt5-gtk-platformtheme:amd64' 'qt5-image-formats-plugins:amd64' 'qtchooser' 'qtcore4-l10n' 'qtdeclarative5-qtquick2-plugin:amd64' 'qtspeech5-flite-plugin:amd64' 'qttranslations5-l10n' 'qtvirtualkeyboard-plugin' 'qtwayland5:amd64' 'rake' 'ratbagd' 'readline-common' 'rescuetime' 'rfkill' 'rpcbind' 'rsync' 'rsyslog' 'rtkit' 'ruby' 'ruby-did-you-mean' 'ruby-minitest' 'ruby-net-telnet' 'ruby-power-assert' 'ruby-test-unit' 'ruby2.5' 'rubygems-integration' 'samba-libs:amd64' 'sane-utils' 'sbsigntool' 'screen' 'scrot' 'sddm' 'sddm-theme-breeze' 'secureboot-db' 'sed' 'sensible-utils' 'session-migration' 'sgml-base' 'sgml-data' 'shaderc' 'shared-mime-info' 'shim' 'shim-signed' 'signon-kwallet-extension' 'signon-plugin-oauth2' 'signon-plugin-password' 'signon-ui-service' 'signon-ui-x11' 'signond' 'skanlite' 'smartgit' 'snapd' 'sni-qt:amd64' 'sntp' 'socat' 'software-properties-common' 'software-properties-kde' 'sonnet-plugins' 'sound-theme-freedesktop' 'sox' 'spice-vdagent' 'spotify-client' 'sqlite3' 'squashfs-tools' 'sshfs' 'ssl-cert' 'stow' 'strace' 'sudo' 'syslinux-utils' 'system-config-printer' 'system-config-printer-common' 'system-config-printer-udev' 'systemd' 'systemd-sysv' 'systemsettings' 'sysvinit-utils' 'tar' 'tcpdump' 'telnet' 'thermald' 'time' 'ttf-ubuntu-font-family' 'twolame' 'tzdata' 'ubuntu-advantage-tools' 'ubuntu-drivers-common' 'ubuntu-keyring' 'ubuntu-minimal' 'ubuntu-mono' 'ubuntu-release-upgrader-core' 'ubuntu-release-upgrader-qt' 'ubuntu-standard' 'ucf' 'udev' 'udisks2' 'ufw' 'unattended-upgrades' 'unzip' 'update-inetd' 'update-manager-core' 'upower' 'ureadahead' 'usb-modeswitch' 'usb-modeswitch-data' 'usbmuxd' 'usbutils' 'user-manager' 'util-linux' 'uuid-runtime' 'va-driver-all:amd64' 'vcdimager' 'vdpau-driver-all:amd64' 'veracrypt' 'vim-common' 'vim-tiny' 'vlc' 'vlc-bin' 'vlc-data' 'vlc-l10n' 'vlc-plugin-base:amd64' 'vlc-plugin-notify:amd64' 'vlc-plugin-qt:amd64' 'vlc-plugin-samba:amd64' 'vlc-plugin-skins2:amd64' 'vlc-plugin-video-output:amd64' 'vlc-plugin-video-splitter:amd64' 'vlc-plugin-visualization:amd64' 'wamerican' 'wbritish' 'wget' 'whiptail' 'whois' 'whoopsie' 'whoopsie-preferences' 'wireless-regdb' 'wireless-tools' 'wodim' 'wpasupplicant' 'x11-apps' 'x11-common' 'x11-session-utils' 'x11-utils' 'x11-xkb-utils' 'x11-xserver-utils' 'xauth' 'xbitmaps' 'xclip' 'xdg-desktop-portal-kde' 'xdg-user-dirs' 'xdg-utils' 'xfonts-base' 'xfonts-encodings' 'xfonts-scalable' 'xfonts-utils' 'xinit' 'xinput' 'xkb-data' 'xml-core' 'xorg' 'xorg-docs-core' 'xserver-common' 'xserver-xorg-core-hwe-18.04' 'xserver-xorg-hwe-18.04' 'xserver-xorg-input-all-hwe-18.04' 'xserver-xorg-input-libinput-hwe-18.04' 'xserver-xorg-input-wacom-hwe-18.04' 'xserver-xorg-legacy-hwe-18.04' 'xserver-xorg-video-all-hwe-18.04' 'xserver-xorg-video-amdgpu-hwe-18.04' 'xserver-xorg-video-ati-hwe-18.04' 'xserver-xorg-video-fbdev-hwe-18.04' 'xserver-xorg-video-intel-hwe-18.04' 'xserver-xorg-video-nouveau-hwe-18.04' 'xserver-xorg-video-qxl-hwe-18.04' 'xserver-xorg-video-radeon-hwe-18.04' 'xserver-xorg-video-vesa-hwe-18.04' 'xserver-xorg-video-vmware-hwe-18.04' 'xterm' 'xul-ext-ubufox' 'xxd' 'xz-utils' 'yelp' 'yelp-xsl' 'zip' 'zlib1g:amd64' 'zsh' 'zsh-common' -EO:_deb_packages_cache_installed -)}"} ) diff --git a/zsh/.oh-my-zsh_old/completions/_kubectx.zsh b/zsh/.oh-my-zsh_old/completions/_kubectx.zsh deleted file mode 120000 index ed91d76..0000000 --- a/zsh/.oh-my-zsh_old/completions/_kubectx.zsh +++ /dev/null @@ -1 +0,0 @@ -/home/tim/.kubectx/completion/kubectx.zsh \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/completions/_kubens.zsh b/zsh/.oh-my-zsh_old/completions/_kubens.zsh deleted file mode 120000 index b9d72de..0000000 --- a/zsh/.oh-my-zsh_old/completions/_kubens.zsh +++ /dev/null @@ -1 +0,0 @@ -/home/tim/.kubectx/completion/kubens.zsh \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/custom/example.zsh b/zsh/.oh-my-zsh_old/custom/example.zsh deleted file mode 100644 index c505a96..0000000 --- a/zsh/.oh-my-zsh_old/custom/example.zsh +++ /dev/null @@ -1,10 +0,0 @@ -# You can put files here to add functionality separated per file, which -# will be ignored by git. -# Files on the custom/ directory will be automatically loaded by the init -# script, in alphabetical order. - -# For example: add yourself some shortcuts to projects you often work on. -# -# brainstormr=~/Projects/development/planetargon/brainstormr -# cd $brainstormr -# diff --git a/zsh/.oh-my-zsh_old/custom/plugins/example/example.plugin.zsh b/zsh/.oh-my-zsh_old/custom/plugins/example/example.plugin.zsh deleted file mode 100644 index 406f274..0000000 --- a/zsh/.oh-my-zsh_old/custom/plugins/example/example.plugin.zsh +++ /dev/null @@ -1,2 +0,0 @@ -# Add your own custom plugins in the custom/plugins directory. Plugins placed -# here will override ones with the same name in the main plugins directory. diff --git a/zsh/.oh-my-zsh_old/custom/themes/example.zsh-theme b/zsh/.oh-my-zsh_old/custom/themes/example.zsh-theme deleted file mode 100644 index ef8f1c6..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/example.zsh-theme +++ /dev/null @@ -1,4 +0,0 @@ -# Put your custom themes in this folder. -# Example: - -PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/.gitignore b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/.gitignore deleted file mode 100644 index 416cfaa..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.zwc diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/LICENSE b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/LICENSE deleted file mode 100644 index 7986ede..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2009-2014 Robby Russell and contributors (see https://github.com/robbyrussell/oh-my-zsh/contributors) -Copyright (c) 2014-2017 Ben Hilburn -Copyright (c) 2019 Roman Perepelitsa and contributors (see https://github.com/romkatv/powerlevel10k/contributors) - -MIT LICENSE - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/README.md b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/README.md deleted file mode 100644 index 9f877f7..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/README.md +++ /dev/null @@ -1,607 +0,0 @@ -# Powerlevel10k - -Powerlevel10k is a theme for ZSH. It's fast, flexible and easy to install and configure. - -Powerlevel10k can be used as a [fast](#is-it-really-fast) drop-in replacement for -[Powerlevel9k](https://github.com/bhilburn/powerlevel9k). When given the same configuration options -it will generate the same prompt. - -![Powerlevel10k](https://raw.githubusercontent.com/romkatv/powerlevel10k/master/powerlevel10k.png) - -## Table of Contents - -1. [Installation](#installation) - 1. [Manual](#manual) - 1. [Oh My Zsh](#oh-my-zsh) - 1. [Prezto](#prezto) - 1. [Zim](#zim) - 1. [Antigen](#antigen) - 1. [Zplug](#zplug) - 1. [Zgen](#zgen) - 1. [Antibody](#antibody) - 1. [Zplugin](#zplugin) -1. [Configuration](#configuration) - 1. [For new users](#for-new-users) - 1. [For Powerlevel9k users](#for-powerlevel9k-users) -1. [Fonts](#fonts) - 1. [Recommended: Meslo Nerd Font patched for Powerlevel10k](#recommended-meslo-nerd-font-patched-for-powerlevel10k) -1. [Try it in Docker](#try-it-in-docker) -1. [Is it really fast?](#is-it-really-fast) -1. [License](#license) -1. [FAQ](#faq) - 1. [What is instant prompt?](#what-is-instant-prompt) - 1. [Why do my icons and/or powerline symbols look bad?](#why-do-my-icons-andor-powerline-symbols-look-bad) - 1. [I'm getting "character not in range" error. What gives?](#im-getting-character-not-in-range-error-what-gives) - 1. [Why is my cursor in the wrong place?](#why-is-my-cursor-in-the-wrong-place) - 1. [Why is my prompt wrapping around in a weird way?](#why-is-my-prompt-wrapping-around-in-a-weird-way) - 1. [Why is my right prompt in the wrong place?](#why-is-my-right-prompt-in-the-wrong-place) - 1. [Why does the configuration wizard run automatically every time I start zsh?](#why-does-the-configuration-wizard-run-automatically-every-time-i-start-zsh) - 1. [I cannot install the recommended font. Help!](#i-cannot-install-the-recommended-font-help) - 1. [Why do I have a question mark symbol in my prompt? Is my font broken?](#why-do-i-have-a-question-mark-symbol-in-my-prompt-is-my-font-broken) - 1. [What do different symbols in Git status mean?](#what-do-different-symbols-in-git-status-mean) - 1. [How do I change the format of Git status?](#how-do-i-change-the-format-of-git-status) - 1. [How do I add username and/or hostname to prompt?](#how-do-i-add-username-andor-hostname-to-prompt) - 1. [How do I change colors?](#how-do-i-change-colors) - 1. [Why some prompt segments appear and disappear as I'm typing?](#why-some-prompt-segments-appear-and-disappear-as-im-typing) - 1. [Why does Powerlevel10k spawn extra processes?](#why-does-powerlevel10k-spawn-extra-processes) - 1. [Are there configuration options that make Powerlevel10k slow?](#are-there-configuration-options-that-make-powerlevel10k-slow) - 1. [Is Powerlevel10k fast to load?](#is-powerlevel10k-fast-to-load) - 1. [Does Powerlevel10k always render exactly the same prompt as Powerlevel9k given the same config?](#does-powerlevel10k-always-render-exactly-the-same-prompt-as-powerlevel9k-given-the-same-config) - 1. [Is there an AUR package for Powerlevel10k?](#is-there-an-aur-package-for-powerlevel10k) - 1. [I cannot make Powerlevel10k work with my plugin manager. Help!](#i-cannot-make-powerlevel10k-work-with-my-plugin-manager-help) - 1. [What is the minimum supported zsh version?](#what-is-the-minimum-supported-zsh-version) - -## Installation - -### Manual - -```zsh -git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k -echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc -``` - -This is the simplest kind of installation and it works even if you are using a plugin manager. Just -make sure to disable your current theme in your plugin manager. See -[FAQ](#i-cannot-make-powerlevel10k-work-with-my-plugin-manager-help) for help. - -### Oh My Zsh - -```zsh -git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k -``` - -Set `ZSH_THEME=powerlevel10k/powerlevel10k` in your `~/.zshrc`. - -### Prezto - -Add `zstyle :prezto:module:prompt theme powerlevel10k` to your `~/.zpreztorc`. - -### Zim - -Add `zmodule romkatv/powerlevel10k` to your `.zimrc` and run `zimfw install`. - -### Antigen - -Add `antigen theme romkatv/powerlevel10k` to your `~/.zshrc`. Make sure you have `antigen apply` -somewhere after it. - -### Zplug - -Add `zplug romkatv/powerlevel10k, as:theme, depth:1` to your `~/.zshrc`. - -### Zgen - -Add `zgen load romkatv/powerlevel10k powerlevel10k` to your `~/.zshrc`. - -### Antibody - -Add `antibody bundle romkatv/powerlevel10k` to your `~/.zshrc`. - -### Zplugin - -Add `zplugin ice depth=1; zplugin light romkatv/powerlevel10k` to your `~/.zshrc`. - -The use of `depth=1` ice is optional. Other types of ice are neither recommended nor officially -supported by Powerlevel10k. - -## Configuration - -### For new users - -On the first run, Powerlevel10k configuration wizard will ask you a few questions and configure -your prompt. If it doesn't trigger automatically, type `p10k configure`. You can further customize -your prompt by editing `~/.p10k.zsh`. - -### For Powerlevel9k users - -If you've been using Powerlevel9k before, **do not remove the configuration options**. Powerlevel10k -will pick them up and provide you with the same prompt UI you are used to. Powerlevel10k recognized -all configuration options used by Powerlevel9k. See Powerlevel9k -[configuration guide](https://github.com/Powerlevel9k/powerlevel9k/blob/master/README.md#prompt-customization). - -To go beyond the functionality of Powerlevel9k, type `p10k configure` and explore the unique styles -and features Powerlevel10k has to offer. You can further customize your prompt by editing -`~/.p10k.zsh`. - -## Fonts - -Powerlevel10k doesn't require custom fonts but can take advantage of them if they are available. -It works well with [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts), -[Source Code Pro](https://github.com/adobe-fonts/source-code-pro), -[Font Awesome](https://fontawesome.com/), [Powerline](https://github.com/powerline/fonts), and even -the default system fonts. The full choice of style options is available only when using -[Nerd Fonts](https://github.com/ryanoasis/nerd-fonts). - -### Recommended: Meslo Nerd Font patched for Powerlevel10k - -Download these four ttf files: -- [MesloLGS NF Regular.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Regular.ttf) -- [MesloLGS NF Bold.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Bold.ttf) -- [MesloLGS NF Italic.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Italic.ttf) -- [MesloLGS NF Bold Italic.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Bold%20Italic.ttf) - -Double-click on each file and press "Install". This will make `MesloLGS NF` font available to all -applications on your system. Configure your terminal to use this font: - -- **iTerm2**: Type `p10k configure`, answer `Yes` when asked whether to install - *Meslo Nerd Font* and restart iTerm2 for the changes to take effect. Alternatively, open - *iTerm2 → Preferences → Profiles → Text* and set *Font* to `MesloLGS NF`. -- **Apple Terminal** Open *Terminal → Preferences → Profiles → Text*, click *Change* under *Font* - and select `MesloLGS NF` family. -- **Hyper**: Open *Hyper → Edit → Preferences* and change the value of `fontFamily` under - `module.exports.config` to `MesloLGS NF`. -- **Visual Studio Code**: Open *File → Preferences → Settings*, enter - `terminal.integrated.fontFamily` in the search box and set the value to `MesloLGS NF`. -- **GNOME Terminal** (the default Ubuntu terminal): Open *Terminal → Preferences* and click on the - selected profile under *Profiles*. Check *Custom font* under *Text Appearance* and select - `MesloLGS NF Regular`. -- **Konsole**: Open *Settings → Edit Current Profile → Appearance*, click *Select Font* and select - `MesloLGS NF Regular`. -- **Tilix**: Open *Tilix → Preferences* and click on the selected profile under *Profiles*. Check - *Custom font* under *Text Appearance* and select `MesloLGS NF Regular`. -- **Windows Console Host** (the old thing): Click the icon in the top left corner, then - *Properties → Font* and set *Font* to `MesloLGS NF`. -- **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set - value to `MesloLGS NF` for every profile. -- **Termux**: Type `p10k configure` and answer `Yes` when asked whether to install - *Meslo Nerd Font*. - -Run `p10k configure` to pick the best style for your new font. - -_Using a different terminal and know how to set the font for it? Share your knowledge by sending a PR -to expand the list!_ - -## Try it in Docker - -Try Powerlevel10k in Docker. You can safely make any changes to the file system while trying out -the theme. Once you exit zsh, the image is deleted. - -```zsh -docker run -e TERM -it --rm debian:buster bash -uec ' - apt update - apt install -y git zsh - git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k - echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc - cd ~/powerlevel10k - exec zsh' -``` - -## Is it really fast? - -Yes. - -[![asciicast](https://asciinema.org/a/NHRjK3BMePw66jtRVY2livHwZ.svg)](https://asciinema.org/a/NHRjK3BMePw66jtRVY2livHwZ) - -Benchmark results obtained with -[zsh-prompt-benchmark](https://github.com/romkatv/zsh-prompt-benchmark) on an Intel i9-7900X -running Ubuntu 18.04 with the config from the demo. - -| Theme | Prompt Latency | -|---------------------|---------------:| -| powerlevel9k/master | 1046 ms | -| powerlevel9k/next | 1005 ms | -| **powerlevel10k** | **8.7 ms** | - -Powerlevel10k is over 100 times faster than Powerlevel9k in this benchmark. - -In fairness, Powerlevel9k has acceptable latency when given a spartan configuration. If all you need -is the current directory without truncation or shortening, Powerlevel9k can render it for you in -17 ms. Powerlevel10k can do the same 30 times faster but it won't matter in practice because 17 ms -is fast enough (the threshold where latency becomes noticeable is around 50 ms). You have to be -careful with Powerlevel9k configuration as it's all too easy to make prompt frustratingly slow. -Powerlevel10k, on the other hand, doesn't require trading latency for utility -- it's virtually -instant with any configuration. It stays well below the 50 ms mark, leaving most of the latency -budget for other plugins you might install. - -## License - -Powerlevel10k is released under the -[MIT license](https://github.com/romkatv/powerlevel10k/blob/master/LICENSE). Contributions are -covered by the same license. - -## FAQ - -### What is instant prompt? - -*Instant Prompt* is an optional feature of Powerlevel10k. When enabled, it gives you a limited -prompt within a few milliseconds of starting zsh, allowing you to start hacking right away while zsh -is initializing. Once initialization is complete, the full-featured Powerlevel10k prompt will -seamlessly replace instant prompt. - -You can enable instant prompt either by running `p10k configure` or by manually adding the following -code snippet at the top of `~/.zshrc`: - -```zsh -# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. -# Initialization code that may require console input (password prompts, [y/n] -# confirmations, etc.) must go above this block, everything else may go below. -if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then - source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" -fi -``` - -It's important that you copy the lines verbatim. Don't replace `source` with something else, don't -call `zcompile`, don't redirect output, etc. - -When instant prompt is enabled, for the duration of zsh initialization standard input is redirected -to `/dev/null` and standard output with standard error are redirected to a temporary file. Once zsh -is fully initialized, standard file descriptors are restored and the content of the temporary file -is printed out. - -When using instant prompt, you should carefully check any output that appears on zsh startup as it -may indicate that initialization has been altered, or perhaps even broken, by instant prompt. -Initialization code that may require console input, such as asking for a keyring password or for a -*[y/n]* confirmation, must be moved above the instant prompt preamble in `~/.zshrc`. Initialization -code that merely prints to console but never reads from it will work correctly with instant prompt, -although output that normally has colors may appear uncolored. You can either leave it be, suppress -the output, or move it above the instant prompt preamble. - -Here's an example of `~/.zshrc` that breaks when instant prompt is enabled: - -```zsh -if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then - source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" -fi - -keychain id_rsa --agents ssh # asks for password -chatty-script # spams to stdout even when everything is fine -``` - -Fixed version: - -```zsh -keychain id_rsa --agents ssh # moved before instant prompt - -# OK to perform console I/O before this point. -if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then - source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" -fi -# From this point on, until zsh is fully initialized, console input won't work and -# console output may appear uncolored. - -chatty-script >/dev/null # spam output suppressed -``` - -If `POWERLEVEL9K_INSTANT_PROMPT` is unset or set to `verbose`, Powerlevel10k will print a warning -when it detects console output during initialization to bring attention to potential issues. You can -silence this warning (without suppressing console output) with `POWERLEVEL9K_INSTANT_PROMPT=quiet`. -This is recommended if some initialization code in `~/.zshrc` prints to console and it's infeasible -to move it above the instant prompt preamble or to suppress its output. You can completely disable -instant prompt with `POWERLEVEL9K_INSTANT_PROMPT=off`. Do this if instant prompt breaks zsh -initialization and you don't know how to fix it. - -*NOTE: Instant prompt requires zsh >= 5.4. It's OK to enable it even when using an older version of -zsh but it won't do anything.* - -### Why do my icons and/or powerline symbols look bad? - -It's likely your font's fault. -[Install the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k) and run -`p10k configure`. - -### I'm getting "character not in range" error. What gives? - -Type `echo '\u276F'`. If you get an error saying "zsh: character not in range", your locale -doesn't support UTF-8. You need to fix it. If you are running zsh over SSH, see -[this](https://github.com/romkatv/powerlevel10k/issues/153#issuecomment-518347833). If you are -running zsh locally, Google "set UTF-8 locale in *your OS*". - -### Why is my cursor in the wrong place? - -Type `echo '\u276F'`. If you get an error saying "zsh: character not in range", see the -[previous question](#im-getting-character-not-in-range-error-what-gives). - -If the `echo` command prints `â¯` but the cursor is still in the wrong place, install -[the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k) and run -`p10k configure`. - -If this doesn't help, add `unset ZLE_RPROMPT_INDENT` at the bottom of `~/.zshrc`. - -Still having issues? Run the following command to diagnose the problem: - -```zsh -() { - emulate -L zsh - setopt err_return no_unset - local text - print -rl -- 'Select a part of your prompt from the terminal window and paste it below.' '' - read -r '?Prompt: ' text - local -i len=${(m)#text} - local frame="+-${(pl.$len..-.):-}-+" - print -lr -- $frame "| $text |" $frame -} -``` - -#### If the prompt line aligns with the frame - -```text -+------------------------------+ -| romka@adam ✓ ~/powerlevel10k | -+------------------------------+ -``` - -If the output of the command is aligned for every part of your prompt (left and right), this -indicates a bug in the theme or your config. Use this command to diagnose it: - -```zsh -print -rl -- ${(eq+)PROMPT} ${(eq+)RPROMPT} -``` - -Look for `%{...%}` and backslash escapes in the output. If there are any, they are the likely -culprits. Open an issue if you get stuck. - -#### If the prompt line is longer than the frame - -```text -+-----------------------------+ -| romka@adam ✓ ~/powerlevel10k | -+-----------------------------+ -``` - -This is usually caused by a terminal bug or misconfiguration that makes it print ambiguous-width -characters as double-width instead of single width. For example, -[this issue](https://github.com/romkatv/powerlevel10k/issues/165). - -#### If the prompt line is shorter than the frame and is mangled - -```text -+------------------------------+ -| romka@adam ✓~/powerlevel10k | -+------------------------------+ -``` - -Note that this prompt is different from the original as it's missing a space after the checkmark. - -This can be caused by a low-level bug in macOS. See -[this issue](https://github.com/romkatv/powerlevel10k/issues/241). - -#### If the prompt line is shorter than the frame and is not mangled - -```text -+--------------------------------+ -| romka@adam ✓ ~/powerlevel10k | -+--------------------------------+ -``` - -This can be caused by misconfigured locale. See -[this issue](https://github.com/romkatv/powerlevel10k/issues/251). - -### Why is my prompt wrapping around in a weird way? - -See [Why is my cursor in the wrong place?](#why-is-my-cursor-in-the-wrong-place) - -### Why is my right prompt in the wrong place? - -See [Why is my cursor in the wrong place?](#why-is-my-cursor-in-the-wrong-place) - -### Why does the configuration wizard run automatically every time I start zsh? - -When Powerlevel10k starts, it automatically runs `p10k configure` if no `POWERLEVEL9K_*` -parameters are defined. Based on your prompt style choices, the configuration wizard creates -`~/.p10k.zsh` with a bunch of `POWERLEVEL9K_*` parameters in it and adds a line to `~/.zshrc` to -source this file. The next time you start zsh, the configuration wizard shouldn't run automatically. -If it does, this means the evaluation of `~/.zshrc` terminates prematurely before it reaches the -line that sources `~/.p10k.zsh`. This most often happens due to syntax errors in `~/.zshrc`. These -errors get hidden by the configuration wizard screen, so you don't notice them. Scroll up in the -first configuration wizard screen to see these errors. Alternatively, run -`POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true zsh` to start zsh without automatically running the -configuration wizard. Once you can see the errors, fix `~/.zshrc` to get rid of them. - -### I cannot install the recommended font. Help! - -Once you download [the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k), -you can install it just like any other font. Google "how to install fonts on *your OS*". - -### Why do I have a question mark symbol in my prompt? Is my font broken? - -If it looks like a regular `?`, that's normal. It means you have untracked files in the current Git -repository. Type `git status` to see these files. You can change this symbol or disable the display -of untracked files altogether. Search for `untracked files` in `~/.p10k.zsh`. - -You can also get a weird-looking question mark in your prompt if your terminal's font is missing -some glyphs. To fix this problem, -[install the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k) and run -`p10k configure`. - -### What do different symbols in Git status mean? - -When using *Lean*, *Classic* or *Rainbow* style, Git status may look like this: - -```text -feature:master ⇣42⇡42 *42 merge ~42 +42 !42 ?42 -``` - -| Symbol | Meaning | Source | -| --------- | -------------------------------------------------------------------- | ------------------------------------------------------ | -| `feature` | current branch; replaced with `#tag` or `@commit` if not on a branch | `git status` | -| `master` | remote tracking branch; only shown if different from local branch | `git rev-parse --abbrev-ref --symbolic-full-name @{u}` | -| `⇣42` | this many commits behind the remote | `git status` | -| `⇡42` | this many commits ahead of the remote | `git status` | -| `*42` | this many stashes | `git stash list` | -| `merge` | repository state | `git status` | -| `~42` | this many merge conflicts | `git status` | -| `+42` | this many staged changes | `git status` | -| `!42` | this many unstaged changes | `git status` | -| `?42` | this many untracked files | `git status` | - -See also: [How do I change the format of Git status?](#how-do-i-change-the-format-of-git-status) - -### How do I change the format of Git status? - -To change the format of Git status, open `~/.p10k.zsh`, search for `my_git_formatter` and edit its -source code. - -### How do I add username and/or hostname to prompt? - -When using *Lean*, *Classic* or *Rainbow* style, prompt shows `username@hostname` when you are -logged in as root or via SSH. There is little value in showing `username` or `hostname` when you are -logged in to your local machine as a normal user. So the absence of `username@hostname` in your -prompt is an indication that you are working locally and that you aren't root. You can change it, -however. - -Open `~/.p10k.zsh`. Close to the top you can see the most important parameters that define which -segments are shown in your prompt. All generally useful prompt segments are listed in there. Some of -them are enabled, others are commented out. One of them is of interest to you. - -```zsh -typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( - ... - context # user@hostname - ... -) -``` - -Search for `context` to find the section in the config that lists parameters specific to this prompt -segment. You should see the following lines: - -```zsh -# Don't show context unless running with privileges or in SSH. -# Tip: Remove the next line to always show context. -typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= -``` - -If you follow the tip and remove (or comment out) the last line, you'll always see -`username@hostname` in prompt. You can change the format to just `username`, or change the color, by -adjusting the values of parameters nearby. There are plenty of comments to help you navigate. - -Finally, you can move `context` segment to where you want it to be in your prompt. Perhaps somewhere -within `POWERLEVEL9K_LEFT_PROMPT_ELEMENTS`. - -### Why some prompt segments appear and disappear as I'm typing? - -Prompt segments can be configured to be shown only when the current command you are typing invokes -a releavant tool. - -```zsh -# Show prompt segment "kubecontext" only when the command you are typing -# invokes kubectl, helm, kubens or kubectx. -typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx' -``` - -Configs created by `p10k configure` may contain parameters of this kind. To customize when different -prompt segments are shown, open `~/.p10k.zsh`, search for `SHOW_ON_COMMAND` and either remove these -parameters or change their values. - -### How do I change colors? - -Open `~/.p10k.zsh`, search for "color", "foreground" and "background" and change values of -appropriate parameters. Colors are specified using numbers from 0 to 255. Colors from 0 to 15 look -differently in different terminals. Many terminals also support customization of these colors -through color schemes or themes. Colors from 16 to 255 always look the same. - -To see how different colors look in your terminal, run the following command: - -```zsh -for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done -``` - -### Why does Powerlevel10k spawn extra processes? - -Powerlevel10k uses [gitstatus](https://github.com/romkatv/gitstatus) as the backend behind `vcs` -prompt; gitstatus spawns `gitstatusd` and `zsh`. See -[gitstatus](https://github.com/romkatv/gitstatus) for details. Powerlevel10k may also spawn `zsh` -to trigger async prompt refresh. To avoid security hazard, these background processes aren't shared -by different interactive shells. - -### Are there configuration options that make Powerlevel10k slow? - -No, Powerlevel10k is always fast, with any configuration you throw at it. If you have noticeable -prompt latency when using Powerlevel10k, please -[open an issue](https://github.com/romkatv/powerlevel10k/issues). - -### Is Powerlevel10k fast to load? - -Yes, provided that you are using zsh >= 5.4. - -Loading time, or time to first prompt, can be measured with the following benchmark: - -```zsh -time (repeat 1000 zsh -dfis <<< 'source ~/powerlevel10k/powerlevel10k.zsh-theme') -``` - -*NOTE: This measures time to first complete prompt. Powerlevel10k can also display a -[limited prompt](#what-is-instant-prompt) before the full-featured prompt is ready.* - -Running this command with `~/powerlevel10k` as the current directory on the same machine as in the -[prompt benchmark](#is-it-really-fast) takes 29 seconds (29 ms per invocation). This is about 6 -times faster than powerlevel9k/master and 17 times faster than powerlevel9k/next. - -### Does Powerlevel10k always render exactly the same prompt as Powerlevel9k given the same config? - -This is the goal. You should be able to switch from Powerlevel9k to Powerlevel10k with no -visible changes except for performance. There are, however, several differences. - -- By default only `git` vcs backend is enabled in Powerlevel10k. If you need `svn` and `hg`, you'll - need to add them to `POWERLEVEL9K_VCS_BACKENDS`. -- Powerlevel10k strives to be bug-compatible with Powerlevel9k but not when it comes to egregious - bugs. If you accidentally rely on these bugs, your prompt will differ between Powerlevel9k and - Powerlevel10k. Some examples: - - Powerlevel9k doesn't respect `ZLE_RPROMPT_INDENT`. As a result, right prompt in Powerlevel10k - can have an extra space at the end compared to Powerlevel9k. Set `ZLE_RPROMPT_INDENT=0` if you - don't want that space. - - Powerlevel9k ignores some options that are set after the theme is sourced while Powerlevel10k - respects all options. If you see different icons in Powerlevel9k and Powerlevel10k, you've - probably defined `POWERLEVEL9K_MODE` before sourcing the theme. This parameter gets ignored - by Powerlevel9k but honored by Powerlevel10k. If you want your prompt to look in Powerlevel10k - the same as in Powerlevel9k, remove `POWERLEVEL9K_MODE`. - - There are - [dozens more bugs](https://github.com/Powerlevel9k/powerlevel9k/issues/created_by/romkatv) in - Powerlevel9k that don't exist in Powerlevel10k. - -If you notice any other changes in prompt appearance when switching from Powerlevel9k to -Powerlevel10k, please [open an issue](https://github.com/romkatv/powerlevel10k/issues). - -### Is there an AUR package for Powerlevel10k? - -Yes, [zsh-theme-powerlevel10k-git](https://aur.archlinux.org/packages/zsh-theme-powerlevel10k-git/). -This package is owned by an unaffiliated volunteer. - -### I cannot make Powerlevel10k work with my plugin manager. Help! - -If the [installation instructions](#installation) didn't work for you, try disabling your current -theme (so that you end up with no theme) and then installing Powerlevel10k manually. - -1. Disable the current theme in your framework / plugin manager. - -- **zplug:** Open `~/.zshrc` and remove the `zplug` command that refers to your current theme. For - example, if you are currently using Powerlevel9k, look for - `zplug bhilburn/powerlevel9k, use:powerlevel9k.zsh-theme`. -- **prezto:** Open `~/.zpreztorc` and put `zstyle :prezto:module:prompt theme off` in it. Remove - any other command that sets `theme` such as `zstyle :prezto:module:prompt theme powerlevel9k`. -- **oh-my-zsh:** Open `~/.zshrc` and remove the line that sets `ZSH_THEME`, such as - `ZSH_THEME=powerlevel9k/powerlevel9k`. -- **antigen:** Open `~/.zshrc` and remove the line that sets `antigen theme`, such as - `antigen theme powerlevel9k/powerlevel9k`. - -2. Install Powerlevel10k manually. - -```zsh -git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k -echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc -``` - -This method of installation won't make anything slower or otherwise sub-par. - -### What is the minimum supported zsh version? - -Zsh 5.1 or newer should work. Fast startup requires zsh >= 5.4. diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-classic.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-classic.zsh deleted file mode 100644 index 5886dfe..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-classic.zsh +++ /dev/null @@ -1,1117 +0,0 @@ -# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate -# your own config based on it. -# -# Tip: Looking for a nice color? Here's a one-liner to print colormap. -# -# for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done - -# Temporarily change options. -'builtin' 'local' '-a' 'p10k_config_opts' -[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') -[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') -[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') -'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' - -() { - emulate -L zsh - setopt no_unset extended_glob - - # Unset all configuration options. This allows you to apply configiguration changes without - # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*' - - autoload -Uz is-at-least && is-at-least 5.1 || return - - zmodload zsh/langinfo - if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then - local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8} - fi - - # The list of segments shown on the left. Fill it with the most important segments. - typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - # os_icon # os identifier - dir # current directory - vcs # git status - # =========================[ Line #2 ]========================= - newline - # prompt_char # prompt symbol - ) - - # The list of segments shown on the right. Fill it with less important segments. - # Right prompt on the last prompt line (where you are typing your commands) gets - # automatically hidden when the input line reaches it. Right prompt above the - # last prompt line gets hidden if it would overlap with left prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - status # exit code of the last command - command_execution_time # duration of the last command - background_jobs # presence of background jobs - direnv # direnv status (https://direnv.net/) - virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) - anaconda # conda environment (https://conda.io/) - pyenv # python environment (https://github.com/pyenv/pyenv) - goenv # go environment (https://github.com/syndbg/goenv) - nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) - nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) - nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) - # node_version # node.js version - # go_version # go version (https://golang.org) - # rust_version # rustc version (https://www.rust-lang.org) - # dotnet_version # .NET version (https://dotnet.microsoft.com) - rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) - rvm # ruby version from rvm (https://rvm.io) - fvm # flutter version management (https://github.com/leoafarias/fvm) - luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) - jenv # java version from jenv (https://github.com/jenv/jenv) - plenv # perl version from plenv (https://github.com/tokuhirom/plenv) - kubecontext # current kubernetes context (https://kubernetes.io/) - terraform # terraform workspace (https://www.terraform.io) - aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) - aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) - azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) - gcloud # google cloud cli acccount and project (https://cloud.google.com/) - google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) - context # user@hostname - nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) - ranger # ranger shell (https://github.com/ranger/ranger) - nnn # nnn shell (https://github.com/jarun/nnn) - vim_shell # vim shell indicator (:sh) - midnight_commander # midnight commander shell (https://midnight-commander.org/) - vi_mode # vi mode (you don't need this if you've enabled prompt_char) - # vpn_ip # virtual private network indicator - # ram # free RAM - # load # CPU load - todo # todo items (https://github.com/todotxt/todo.txt-cli) - # time # current time - # =========================[ Line #2 ]========================= - newline - # public_ip # public IP address - # proxy # system-wide http/https/ftp proxy - # battery # internal battery - # example # example user-defined segment (see prompt_example function below) - ) - - # To disable default icons for all segments, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION=''. - # - # To enable default icons for all segments, don't define POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # or set it to '${P9K_VISUAL_IDENTIFIER}'. - # - # To remove trailing space from all default icons, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # to '${P9K_VISUAL_IDENTIFIER% }'. - # - # To enable default icons for one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}'. - # - # To assign a specific icon to one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # To assign a specific icon to a segment in a given state (e.g., dir in state NOT_WRITABLE), - # set POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # Note: You can use $'\u2B50' instead of 'â­'. It's especially convenient when specifying - # icons that your text editor cannot render. Don't forget to put $ and use single quotes when - # defining icons via Unicode codepoints. - # - # Note: Many default icons cannot be displayed with system fonts. You'll need to install a - # capable font to use them. See POWERLEVEL9K_MODE below. - typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - # This option makes a difference only when default icons are enabled for all or some prompt - # segments (see POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION above). LOCK_ICON can be printed as - # $'\uE0A2', $'\uE138' or $'\uF023' depending on POWERLEVEL9K_MODE. The correct value of this - # parameter depends on the provider of the font your terminal is using. - # - # Font Provider | POWERLEVEL9K_MODE - # ---------------------------------+------------------- - # Powerline | powerline - # Font Awesome | awesome-fontconfig - # Adobe Source Code Pro | awesome-fontconfig - # Source Code Pro | awesome-fontconfig - # Awesome-Terminal Fonts (regular) | awesome-fontconfig - # Awesome-Terminal Fonts (patched) | awesome-patched - # Nerd Fonts | nerdfont-complete - # Other | compatible - # - # If this looks overwhelming, either stick with a preinstalled system font and set - # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from - # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k - # and set POWERLEVEL9K_MODE=nerdfont-complete. - typeset -g POWERLEVEL9K_MODE=nerdfont-complete - - # When set to true, icons appear before content on both sides of the prompt. When set - # to false, icons go after content. If empty or not set, icons go before content in the left - # prompt and after content in the right prompt. - # - # You can also override it for a specific segment: - # - # POWERLEVEL9K_STATUS_ICON_BEFORE_CONTENT=false - # - # Or for a specific segment in specific state: - # - # POWERLEVEL9K_DIR_NOT_WRITABLE_ICON_BEFORE_CONTENT=false - typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT= - - # Add an empty line before each prompt. - typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true - - # Connect left prompt lines with these symbols. You'll probably want to use the same color - # as POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND below. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%242F╭─' - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX='%242F├─' - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%242F╰─' - # Connect right prompt lines with these symbols. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX='%242F─╮' - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX='%242F─┤' - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX='%242F─╯' - - # Filler between left and right prompt on the first prompt line. You can set it to ' ', '·' or - # '─'. The last two make it easier to see the alignment between left and right prompt and to - # separate prompt from command output. You might want to set POWERLEVEL9K_PROMPT_ADD_NEWLINE=false - # for more compact prompt if using using this option. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_BACKGROUND= - if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then - # The color of the filler. You'll probably want to match the color of POWERLEVEL9K_MULTILINE - # ornaments defined above. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=242 - # Start filler from the edge of the screen if there are no left segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_FIRST_SEGMENT_END_SYMBOL='%{%}' - # End filler on the edge of the screen if there are no right segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='%{%}' - fi - - # Default background color. - typeset -g POWERLEVEL9K_BACKGROUND=238 - - # Separator between same-color segments on the left. - typeset -g POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR='%246F\uE0B1' - # Separator between same-color segments on the right. - typeset -g POWERLEVEL9K_RIGHT_SUBSEGMENT_SEPARATOR='%246F\uE0B3' - # Separator between different-color segments on the left. - typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\uE0B0' - # Separator between different-color segments on the right. - typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR='\uE0B2' - # The right end of left prompt. - typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='\uE0B0' - # The left end of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='\uE0B2' - # The left end of left prompt. - typeset -g POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - # The right end of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL= - # Left prompt terminator for lines without any segments. - typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= - - #################################[ os_icon: os identifier ]################################## - # OS identifier color. - typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255 - # Make the icon bold. - typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}' - - ################################[ prompt_char: prompt symbol ]################################ - # Transparent background. - typeset -g POWERLEVEL9K_PROMPT_CHAR_BACKGROUND= - # Green prompt symbol if the last command succeeded. - typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76 - # Red prompt symbol if the last command failed. - typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196 - # Default prompt symbol. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='â¯' - # Prompt symbol in command vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='â®' - # Prompt symbol in visual vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='â…¤' - # Prompt symbol in overwrite vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='â–¶' - typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true - # No line terminator if prompt_char is the last segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= - # No line introducer if prompt_char is the first segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - # No surrounding whitespace. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_{LEFT,RIGHT}_WHITESPACE= - - ##################################[ dir: current directory ]################################## - # Default current directory color. - typeset -g POWERLEVEL9K_DIR_FOREGROUND=31 - # If directory is too long, shorten some of its segments to the shortest possible unique - # prefix. The shortened directory can be tab-completed to the original. - typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique - # Replace removed segment suffixes with this symbol. - typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= - # Color of the shortened directory segments. - typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=103 - # Color of the anchor directory segments. Anchor segments are never shortened. The first - # segment is always an anchor. - typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=39 - # Display anchor directory segments in bold. - typeset -g POWERLEVEL9K_DIR_ANCHOR_BOLD=true - # Don't shorten directories that contain any of these files. They are anchors. - local anchor_files=( - .bzr - .citc - .git - .hg - .node-version - .python-version - .ruby-version - .shorten_folder_marker - .svn - .terraform - CVS - Cargo.toml - composer.json - go.mod - package.json - ) - typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" - # Don't shorten this many last directory segments. They are anchors. - typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 - # Shorten directory if it's longer than this even if there is space for it. The value can - # be either absolute (e.g., '80') or a percentage of terminal width (e.g, '50%'). If empty, - # directory will be shortened only when prompt doesn't fit or when other parameters demand it - # (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below). - # If set to `0`, directory will always be shortened to its minimum length. - typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=80 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this - # many columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least - # COLUMNS * POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT * 0.01 columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT=50 - # If set to true, embed a hyperlink into the directory. Useful for quickly - # opening a directory in the file manager simply by clicking the link. - # Can also be handy when the directory is shortened, as it allows you to see - # the full directory that was used in previous commands. - typeset -g POWERLEVEL9K_DIR_HYPERLINK=false - - # Enable special styling for non-writable directories. - typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=true - # Show this icon when the current directory is not writable. POWERLEVEL9K_DIR_SHOW_WRITABLE - # above must be set to true for this parameter to have effect. - # typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Custom prefix. - # typeset -g POWERLEVEL9K_DIR_PREFIX='%248Fin ' - - # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons for different directories. - # It must be an array with 3 * N elements. Each triplet consists of: - # - # 1. A pattern against which the current directory is matched. Matching is done with - # extended_glob option enabled. - # 2. Directory class for the purpose of styling. - # 3. Icon. - # - # Triplets are tried in order. The first triplet whose pattern matches $PWD wins. If there - # are no matches, the directory will have no icon. - # - # Example: - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=( - # '~/work(|/*)' WORK '(╯°□°)╯︵ â”»â”â”»' - # '~(|/*)' HOME '⌂' - # '*' DEFAULT '') - # - # With these settings, the current directory in the prompt may look like this: - # - # (╯°□°)╯︵ â”»â”â”» ~/work/projects/important/urgent - # - # Or like this: - # - # ⌂ ~/best/powerlevel10k - # - # You can also set different colors for directories of different classes. Remember to override - # FOREGROUND, SHORTENED_FOREGROUND and ANCHOR_FOREGROUND for every directory class that you wish - # to have its own color. - # - # typeset -g POWERLEVEL9K_DIR_WORK_FOREGROUND=31 - # typeset -g POWERLEVEL9K_DIR_WORK_SHORTENED_FOREGROUND=103 - # typeset -g POWERLEVEL9K_DIR_WORK_ANCHOR_FOREGROUND=39 - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=() - - #####################################[ vcs: git status ]###################################### - # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon. - typeset -g POWERLEVEL9K_VCS_BRANCH_ICON= - POWERLEVEL9K_VCS_BRANCH_ICON=${(g::)POWERLEVEL9K_VCS_BRANCH_ICON} - - # Untracked files icon. It's really a question mark, your font isn't broken. - # Change the value of this parameter to show a different icon. - typeset -g POWERLEVEL9K_VCS_UNTRACKED_ICON='?' - POWERLEVEL9K_VCS_UNTRACKED_ICON=${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON} - - # Formatter for Git status. - # - # Example output: master ⇣42⇡42 *42 merge ~42 +42 !42 ?42. - # - # You can edit the function to customize how Git status looks. - # - # VCS_STATUS_* parameters are set by gitstatus plugin. See reference: - # https://github.com/romkatv/gitstatus/blob/master/gitstatus.plugin.zsh. - function my_git_formatter() { - emulate -L zsh - - if [[ -n $P9K_CONTENT ]]; then - # If P9K_CONTENT is not empty, use it. It's either "loading" or from vcs_info (not from - # gitstatus plugin). VCS_STATUS_* parameters are not available in this case. - typeset -g my_git_format=$P9K_CONTENT - return - fi - - if (( $1 )); then - # Styling for up-to-date Git status. - local meta='%248F' # grey foreground - local clean='%76F' # green foreground - local modified='%178F' # yellow foreground - local untracked='%39F' # blue foreground - local conflicted='%196F' # red foreground - else - # Styling for incomplete and stale Git status. - local meta='%244F' # grey foreground - local clean='%244F' # grey foreground - local modified='%244F' # grey foreground - local untracked='%244F' # grey foreground - local conflicted='%244F' # grey foreground - fi - - local res - local where # branch or tag - if [[ -n $VCS_STATUS_LOCAL_BRANCH ]]; then - res+="${clean}${POWERLEVEL9K_VCS_BRANCH_ICON}" - where=${(V)VCS_STATUS_LOCAL_BRANCH} - elif [[ -n $VCS_STATUS_TAG ]]; then - res+="${meta}#" - where=${(V)VCS_STATUS_TAG} - fi - - # If local branch name or tag is at most 32 characters long, show it in full. - # Otherwise show the first 12 … the last 12. - (( $#where > 32 )) && where[13,-13]="…" - res+="${clean}${where//\%/%%}" # escape % - - # Display the current Git commit if there is no branch or tag. - # Tip: To always display the current Git commit, remove `[[ -z $where ]] &&` from the next line. - [[ -z $where ]] && res+="${meta}@${clean}${VCS_STATUS_COMMIT[1,8]}" - - # Show tracking branch name if it differs from local branch. - if [[ -n ${VCS_STATUS_REMOTE_BRANCH:#$VCS_STATUS_LOCAL_BRANCH} ]]; then - res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape % - fi - - # ⇣42 if behind the remote. - (( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}" - # ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42. - (( VCS_STATUS_COMMITS_AHEAD && !VCS_STATUS_COMMITS_BEHIND )) && res+=" " - (( VCS_STATUS_COMMITS_AHEAD )) && res+="${clean}⇡${VCS_STATUS_COMMITS_AHEAD}" - # *42 if have stashes. - (( VCS_STATUS_STASHES )) && res+=" ${clean}*${VCS_STATUS_STASHES}" - # 'merge' if the repo is in an unusual state. - [[ -n $VCS_STATUS_ACTION ]] && res+=" ${conflicted}${VCS_STATUS_ACTION}" - # ~42 if have merge conflicts. - (( VCS_STATUS_NUM_CONFLICTED )) && res+=" ${conflicted}~${VCS_STATUS_NUM_CONFLICTED}" - # +42 if have staged changes. - (( VCS_STATUS_NUM_STAGED )) && res+=" ${modified}+${VCS_STATUS_NUM_STAGED}" - # !42 if have unstaged changes. - (( VCS_STATUS_NUM_UNSTAGED )) && res+=" ${modified}!${VCS_STATUS_NUM_UNSTAGED}" - # ?42 if have untracked files. It's really a question mark, your font isn't broken. - # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. - # Remove the next line if you don't want to see untracked files at all. - (( VCS_STATUS_NUM_UNTRACKED )) && res+=" ${untracked}${POWERLEVEL9K_VCS_UNTRACKED_ICON}${VCS_STATUS_NUM_UNTRACKED}" - - typeset -g my_git_format=$res - } - functions -M my_git_formatter 2>/dev/null - - # Disable the default Git status formatting. - typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true - # Install our own Git status formatter. - typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${$((my_git_formatter(1)))+${my_git_format}}' - typeset -g POWERLEVEL9K_VCS_LOADING_CONTENT_EXPANSION='${$((my_git_formatter(0)))+${my_git_format}}' - # Enable counters for staged, unstaged, etc. - typeset -g POWERLEVEL9K_VCS_{STAGED,UNSTAGED,UNTRACKED,CONFLICTED,COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=-1 - - # Icon color. - typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_COLOR=76 - typeset -g POWERLEVEL9K_VCS_LOADING_VISUAL_IDENTIFIER_COLOR=244 - # Custom icon. - # typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_VCS_PREFIX='%248Fon ' - - # Show status of repositories of these types. You can add svn and/or hg if you are - # using them. If you do, your prompt may become slow even when your current directory - # isn't in an svn or hg reposotiry. - typeset -g POWERLEVEL9K_VCS_BACKENDS=(git) - - # These settings are used for respositories other than Git or when gitstatusd fails and - # Powerlevel10k has to fall back to using vcs_info. - typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND=76 - typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND=76 - typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND=178 - - ##########################[ status: exit code of the last command ]########################### - # Enable OK_PIPE, ERROR_PIPE and ERROR_SIGNAL status states to allow us to enable, disable and - # style them independently from the regular OK and ERROR state. - typeset -g POWERLEVEL9K_STATUS_EXTENDED_STATES=true - - # Status on success. No content, just an icon. No need to show it if prompt_char is enabled as - # it will signify success by turning green. - typeset -g POWERLEVEL9K_STATUS_OK=true - typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=70 - typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' - - # Status when some part of a pipe command fails but the overall exit status is zero. It may look - # like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=70 - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' - - # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as - # it will signify error by turning red. - typeset -g POWERLEVEL9K_STATUS_ERROR=true - typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 - typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' - - # Status when the last command was terminated by a signal. - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND=160 - # Use terse signal names: "INT" instead of "SIGINT(2)". - typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘' - - # Status when some part of a pipe command fails and the overall exit status is also non-zero. - # It may look like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE=true - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=160 - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘' - - ###################[ command_execution_time: duration of the last command ]################### - # Show duration of the last command if takes longer than this many seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 - # Show this many fractional digits. Zero means round to seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 - # Execution time color. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=248 - # Duration format: 1d 2h 3m 4s. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' - # Custom icon. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%248Ftook ' - - #######################[ background_jobs: presence of background jobs ]####################### - # Don't show the number of background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false - # Background jobs color. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=37 - # Icon to show when there are background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - #######################[ direnv: direnv status (https://direnv.net/) ]######################## - # Direnv color. - typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=178 - # Icon to show when direnv is active. - typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### - # NordVPN connection indicator color. - typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=39 - # Hide NordVPN connection indicator when not connected. - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION= - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION= - # Custom icon. - # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## - # Ranger shell color. - typeset -g POWERLEVEL9K_RANGER_FOREGROUND=178 - # Custom icon. - # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### - # Nnn shell color. - typeset -g POWERLEVEL9K_NNN_FOREGROUND=72 - # Custom icon. - # typeset -g POWERLEVEL9K_NNN_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########################[ vim_shell: vim shell indicator (:sh) ]########################### - # Vim shell indicator color. - typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=34 - # Icon to show when in a vim shell. - typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]###### - # Midnight Commander shell color. - typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=178 - # Icon to show when in a midnight commander shell. - typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ###########[ vi_mode: vi mode (you don't need this if you've enabled prompt_char) ]########### - # Text and color for normal (a.k.a. command) vi mode. - typeset -g POWERLEVEL9K_VI_COMMAND_MODE_STRING=NORMAL - typeset -g POWERLEVEL9K_VI_MODE_NORMAL_FOREGROUND=106 - # Text and color for visual vi mode. - typeset -g POWERLEVEL9K_VI_VISUAL_MODE_STRING=VISUAL - typeset -g POWERLEVEL9K_VI_MODE_VISUAL_FOREGROUND=68 - # Text and color for overtype (a.k.a. overwrite and replace) vi mode. - typeset -g POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERTYPE - typeset -g POWERLEVEL9K_VI_MODE_OVERWRITE_FOREGROUND=172 - # Text and color for insert vi mode. - typeset -g POWERLEVEL9K_VI_INSERT_MODE_STRING= - typeset -g POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND=66 - - # Custom icon. - # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################################[ ram: free RAM ]####################################### - # RAM color. - typeset -g POWERLEVEL9K_RAM_FOREGROUND=66 - # Custom icon. - # typeset -g POWERLEVEL9K_RAM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################################[ load: CPU load ]###################################### - # Show average CPU load over this many last minutes. Valid values are 1, 5 and 15. - typeset -g POWERLEVEL9K_LOAD_WHICH=5 - # Load color when load is under 50%. - typeset -g POWERLEVEL9K_LOAD_NORMAL_FOREGROUND=66 - # Load color when load is between 50% and 70%. - typeset -g POWERLEVEL9K_LOAD_WARNING_FOREGROUND=178 - # Load color when load is over 70%. - typeset -g POWERLEVEL9K_LOAD_CRITICAL_FOREGROUND=166 - # Custom icon. - # typeset -g POWERLEVEL9K_LOAD_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ todo: todo items (https://github.com/todotxt/todo.txt-cli) ]################ - # Todo color. - typeset -g POWERLEVEL9K_TODO_FOREGROUND=110 - # Hide todo when the total number of tasks is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL=true - # Hide todo when the number of tasks after filtering is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED=false - - # Todo format. The following parameters are available within the expansion. - # - # - P9K_TODO_TOTAL_TASK_COUNT The total number of tasks. - # - P9K_TODO_FILTERED_TASK_COUNT The number of tasks after filtering. - # - # These variables correspond to the last line of the output of `todo.sh -p ls`: - # - # TODO: 24 of 42 tasks shown - # - # Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT. - # - # typeset -g POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT' - - # Custom icon. - # typeset -g POWERLEVEL9K_TODO_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##################################[ context: user@hostname ]################################## - # Context color when running with privileges. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=178 - # Context color in SSH without privileges. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=180 - # Default context color (no privileges, no SSH). - typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 - - # Context format when running with privileges: bold user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m' - # Context format when in SSH without privileges: user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%m' - # Default context format (no privileges, no SSH): user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' - - # Don't show context unless running with privileges or in SSH. - # Tip: Remove the next line to always show context. - typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= - - # Custom icon. - # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_CONTEXT_PREFIX='%248Fwith ' - - ###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]### - # Python virtual environment color. - typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37 - # Don't show Python version next to the virtual environment name. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #####################[ anaconda: conda environment (https://conda.io/) ]###################### - # Anaconda environment color. - typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND=37 - # Don't show Python version next to the anaconda environment name. - typeset -g POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_ANACONDA_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ pyenv: python environment (https://github.com/pyenv/pyenv) ]################ - # Pyenv color. - typeset -g POWERLEVEL9K_PYENV_FOREGROUND=37 - # Hide python version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PYENV_SOURCES=(shell local global) - # If set to false, hide python version if it's the same as global: - # $(pyenv version-name) == $(pyenv global). - typeset -g POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ goenv: go environment (https://github.com/syndbg/goenv) ]################ - # Goenv color. - typeset -g POWERLEVEL9K_GOENV_FOREGROUND=37 - # Don't show the current Go version if it's the same as global. - typeset -g POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ nodenv: node.js version from nodenv (https://github.com/nodenv/nodenv) ]########## - # Nodenv color. - typeset -g POWERLEVEL9K_NODENV_FOREGROUND=70 - # Don't show node version if it's the same as global: $(nodenv version-name) == $(nodenv global). - typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_NODENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]############### - # Nvm color. - typeset -g POWERLEVEL9K_NVM_FOREGROUND=70 - # Custom icon. - # typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ############[ nodeenv: node.js environment (https://github.com/ekalinin/nodeenv) ]############ - # Nodeenv color. - typeset -g POWERLEVEL9K_NODEENV_FOREGROUND=70 - # Don't show Node version next to the environment name. - typeset -g POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION=false - # Separate environment name from Node version only with a space. - typeset -g POWERLEVEL9K_NODEENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_NODEENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############################[ node_version: node.js version ]############################### - # Node version color. - typeset -g POWERLEVEL9K_NODE_VERSION_FOREGROUND=70 - # Show node version only when in a directory tree containing package.json. - typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_NODE_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ go_version: go version (https://golang.org) ]######################## - # Go version color. - typeset -g POWERLEVEL9K_GO_VERSION_FOREGROUND=37 - # Show go version only when in a go project subdirectory. - typeset -g POWERLEVEL9K_GO_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_GO_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ rust_version: rustc version (https://www.rust-lang.org) ]################## - # Rust version color. - typeset -g POWERLEVEL9K_RUST_VERSION_FOREGROUND=37 - # Show rust version only when in a rust project subdirectory. - typeset -g POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_RUST_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ dotnet_version: .NET version (https://dotnet.microsoft.com) ]################ - # .NET version color. - typeset -g POWERLEVEL9K_DOTNET_VERSION_FOREGROUND=134 - # Show .NET version only when in a .NET project subdirectory. - typeset -g POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_DOTNET_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ rbenv: ruby version from rbenv (https://github.com/rbenv/rbenv) ]############## - # Rbenv color. - typeset -g POWERLEVEL9K_RBENV_FOREGROUND=168 - # Hide ruby version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_RBENV_SOURCES=(shell local global) - # If set to false, hide ruby version if it's the same as global: - # $(rbenv version-name) == $(rbenv global). - typeset -g POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ rvm: ruby version from rvm (https://rvm.io) ]######################## - # Rvm color. - typeset -g POWERLEVEL9K_RVM_FOREGROUND=168 - # Don't show @gemset at the end. - typeset -g POWERLEVEL9K_RVM_SHOW_GEMSET=false - # Don't show ruby- at the front. - typeset -g POWERLEVEL9K_RVM_SHOW_PREFIX=false - # Custom icon. - # typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ fvm: flutter version management (https://github.com/leoafarias/fvm) ]############ - # Fvm color. - typeset -g POWERLEVEL9K_FVM_FOREGROUND=38 - # Custom icon. - # typeset -g POWERLEVEL9K_FVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ luaenv: lua version from luaenv (https://github.com/cehoffman/luaenv) ]########### - # Lua color. - typeset -g POWERLEVEL9K_LUAENV_FOREGROUND=32 - # Hide lua version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_LUAENV_SOURCES=(shell local global) - # If set to false, hide lua version if it's the same as global: - # $(luaenv version-name) == $(luaenv global). - typeset -g POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_LUAENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ jenv: java version from jenv (https://github.com/jenv/jenv) ]################ - # Java color. - typeset -g POWERLEVEL9K_JENV_FOREGROUND=32 - # Hide java version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_JENV_SOURCES=(shell local global) - # If set to false, hide java version if it's the same as global: - # $(jenv version-name) == $(jenv global). - typeset -g POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_JENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ plenv: perl version from plenv (https://github.com/tokuhirom/plenv) ]############ - # Perl color. - typeset -g POWERLEVEL9K_PLENV_FOREGROUND=67 - # Hide perl version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PLENV_SOURCES=(shell local global) - # If set to false, hide perl version if it's the same as global: - # $(plenv version-name) == $(plenv global). - typeset -g POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PLENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ terraform: terraform workspace (https://www.terraform.io) ]################# - # Terraform color. - typeset -g POWERLEVEL9K_TERRAFORM_FOREGROUND=38 - # Custom icon. - # typeset -g POWERLEVEL9K_TERRAFORM_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# - # Show kubecontext only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show kubecontext. - typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx' - - # Kubernetes context classes for the purpose of using different colors, icons and expansions with - # different contexts. - # - # POWERLEVEL9K_KUBECONTEXT_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current kubernetes context gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_KUBECONTEXT_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_KUBECONTEXT_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current kubernetes context is "deathray-testing/default", its class is TEST - # because "deathray-testing/default" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=134 - # typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION to specify the content displayed by kubecontext - # segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # Within the expansion the following parameters are always available: - # - # - P9K_CONTENT The content that would've been displayed if there was no content - # expansion defined. - # - P9K_KUBECONTEXT_NAME The current context's name. Corresponds to column NAME in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_CLUSTER The current context's cluster. Corresponds to column CLUSTER in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_NAMESPACE The current context's namespace. Corresponds to column NAMESPACE - # in the output of `kubectl config get-contexts`. If there is no - # namespace, the parameter is set to "default". - # - # If the context points to Google Kubernetes Engine (GKE) or Elastic Kubernetes Service (EKS), - # the following extra parameters are available: - # - # - P9K_KUBECONTEXT_CLOUD_NAME Either "gke" or "eks". - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT Account/project ID. - # - P9K_KUBECONTEXT_CLOUD_ZONE Availability zone. - # - P9K_KUBECONTEXT_CLOUD_CLUSTER Cluster. - # - # P9K_KUBECONTEXT_CLOUD_* parameters are derived from P9K_KUBECONTEXT_CLUSTER. For example, - # if P9K_KUBECONTEXT_CLUSTER is "gke_my-account_us-east1-a_my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=gke - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=my-account - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east1-a - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - # - # If P9K_KUBECONTEXT_CLUSTER is "arn:aws:eks:us-east-1:123456789012:cluster/my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=eks - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=123456789012 - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east-1 - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION= - # Show P9K_KUBECONTEXT_CLOUD_CLUSTER if it's not empty and fall back to P9K_KUBECONTEXT_NAME. - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}' - # Append the current context's namespace if it's not "default". - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${${:-/$P9K_KUBECONTEXT_NAMESPACE}:#/default}' - - # Custom prefix. - # typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX='%248Fat ' - - #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# - # Show aws only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show aws. - typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi' - - # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current AWS profile gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_AWS_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_AWS_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current AWS profile is "company_test", its class is TEST - # because "company_test" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_AWS_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_AWS_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_AWS_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_AWS_DEFAULT_FOREGROUND=208 - # typeset -g POWERLEVEL9K_AWS_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ aws_eb_env: aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) ]# - # AWS Elastic Beanstalk environment color. - typeset -g POWERLEVEL9K_AWS_EB_ENV_FOREGROUND=70 - # Custom icon. - # typeset -g POWERLEVEL9K_AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]########## - # Show azure only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show azure. - typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi' - # Azure account name color. - typeset -g POWERLEVEL9K_AZURE_FOREGROUND=32 - # Custom icon. - # typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ gcloud: google cloud acccount and project (https://cloud.google.com/) ]########### - # Show gcloud only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show gcloud. - typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs' - # Google cloud color. - typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=32 - - # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default - # is too verbose or not informative enough. - # - # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` - # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` - # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. - # - typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' - - # Custom icon. - # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]# - # Show google_app_cred only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show google_app_cred. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi' - - # Google application credentials classes for the purpose of using different colors, icons and - # expansions with different credentials. - # - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES is an array with even number of elements. The first - # element in each pair defines a pattern against which the current kubernetes context gets - # matched. More specifically, it's P9K_CONTENT prior to the application of context expansion - # (see below) that gets matched. If you unset all POWERLEVEL9K_GOOGLE_APP_CRED_*CONTENT_EXPANSION - # parameters, you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES defines the context class. Patterns are tried in order. - # The first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD - # '*:*test*:*' TEST - # '*' DEFAULT) - # - # If your current Google application credentials is "service_account deathray-testing x@y.com", - # its class is TEST because it doesn't match the pattern '* *prod* *' but does match '* *test* *'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_CONTENT_EXPANSION='$P9K_GOOGLE_APP_CRED_PROJECT_ID' - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD # These values are examples that are unlikely - # '*:*test*:*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_FOREGROUND=32 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_GOOGLE_APP_CRED_CONTENT_EXPANSION to specify the content displayed by - # google_app_cred segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # You can use the following parameters in the expansion. Each of them corresponds to one of the - # fields in the JSON file pointed to by GOOGLE_APPLICATION_CREDENTIALS. - # - # Parameter | JSON key file field - # ---------------------------------+--------------- - # P9K_GOOGLE_APP_CRED_TYPE | type - # P9K_GOOGLE_APP_CRED_PROJECT_ID | project_id - # P9K_GOOGLE_APP_CRED_CLIENT_EMAIL | client_email - # - # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurences of '%' replaced by '%%'. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_CONTENT_EXPANSION='${P9K_GOOGLE_APP_CRED_PROJECT_ID//\%/%%}' - - ###############################[ public_ip: public IP address ]############################### - # Public IP color. - typeset -g POWERLEVEL9K_PUBLIC_IP_FOREGROUND=94 - # Custom icon. - # typeset -g POWERLEVEL9K_PUBLIC_IP_VISUAL_IDENTIFIER_EXPANSION='â­' - - ########################[ vpn_ip: virtual private network indicator ]######################### - # VPN IP color. - typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=81 - # When on VPN, show just an icon without the IP address. - typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= - # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the - # name of the interface. - typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(wg|(.*tun))[0-9]*' - # Icon to show when on VPN. - typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - #########################[ proxy: system-wide http/https/ftp proxy ]########################## - # Proxy color. - typeset -g POWERLEVEL9K_PROXY_FOREGROUND=68 - # Custom icon. - # typeset -g POWERLEVEL9K_PROXY_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################################[ battery: internal battery ]################################# - # Show battery in red when it's below this level and not connected to power supply. - typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20 - typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=160 - # Show battery in green when it's charging or fully charged. - typeset -g POWERLEVEL9K_BATTERY_{CHARGING,CHARGED}_FOREGROUND=70 - # Show battery in yellow when it's discharging. - typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178 - # Battery pictograms going from low to high level of charge. - typeset -g POWERLEVEL9K_BATTERY_STAGES=('%K{232}â–' '%K{232}â–‚' '%K{232}â–ƒ' '%K{232}â–„' '%K{232}â–…' '%K{232}â–†' '%K{232}â–‡' '%K{232}â–ˆ') - # Don't show the remaining time to charge/discharge. - typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false - - ####################################[ time: current time ]#################################### - # Current time color. - typeset -g POWERLEVEL9K_TIME_FOREGROUND=66 - # Format for the current time: 09:51:02. See `man 3 strftime`. - typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' - # If set to true, time will update when you hit enter. This way prompts for the past - # commands will contain the start times of their commands as opposed to the default - # behavior where they contain the end times of their preceding commands. - typeset -g POWERLEVEL9K_TIME_UPDATE_ON_COMMAND=false - # Custom icon. - # typeset -g POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_TIME_PREFIX='%248Fat ' - - # Example of a user-defined prompt segment. Function prompt_example will be called on every - # prompt if `example` prompt segment is added to POWERLEVEL9K_LEFT_PROMPT_ELEMENTS or - # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS. It displays an icon and orange text greeting the user. - # - # Type `p10k help segment` for documentation and a more sophisticated example. - function prompt_example() { - p10k segment -f 208 -i 'â­' -t 'hello, %n' - } - - # User-defined prompt segments may optionally provide an instant_prompt_* function. Its job - # is to generate the prompt segment for display in instant prompt. See - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - # Powerlevel10k will call instant_prompt_* at the same time as the regular prompt_* function - # and will record all `p10k segment` calls it makes. When displaying instant prompt, Powerlevel10k - # will replay these calls without actually calling instant_prompt_*. It is imperative that - # instant_prompt_* always makes the same `p10k segment` calls regardless of environment. If this - # rule is not observed, the content of instant prompt will be incorrect. - # - # Usually, you should either not define instant_prompt_* or simply call prompt_* from it. If - # instant_prompt_* is not defined for a segment, the segment won't be shown in instant prompt. - function instant_prompt_example() { - # Since prompt_example always makes the same `p10k segment` calls, we can call it from - # instant_prompt_example. This will give us the same `example` prompt segment in the instant - # and regular prompts. - prompt_example - } - - # User-defined prompt segments can be customized the same way as built-in segments. - # typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=208 - # typeset -g POWERLEVEL9K_EXAMPLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt - # when accepting a command line. Supported values: - # - # - off: Don't change prompt when accepting a command line. - # - always: Trim down prompt when accepting a command line. - # - same-dir: Trim down prompt when accepting a command line unless this is the first command - # typed after changing current working directory. - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off - - # Instant prompt mode. - # - # - off: Disable instant prompt. Choose this if you've tried instant prompt and found - # it incompatible with your zsh configuration files. - # - quiet: Enable instant prompt and don't print warnings when detecting console output - # during zsh initialization. Choose this if you've read and understood - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - verbose: Enable instant prompt and print a warning when detecting console output during - # zsh initialization. Choose this if you've never tried instant prompt, haven't - # seen the warning, or if you are unsure what this all means. - typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose - - # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. - # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload - # can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you - # really need it. - typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true - - # If p10k is already loaded, reload configuration. - # This works even with POWERLEVEL9K_DISABLE_HOT_RELOAD=true. - (( ! $+functions[p10k] )) || p10k reload -} - -(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} -'builtin' 'unset' 'p10k_config_opts' diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-lean-8colors.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-lean-8colors.zsh deleted file mode 100644 index 55ee28b..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-lean-8colors.zsh +++ /dev/null @@ -1,1096 +0,0 @@ -# Config for Powerlevel10k with 8-color lean prompt style. Type `p10k configure` to generate -# your own config based on it. -# -# Tip: Looking for a nice color? Here's a one-liner to print colormap. -# -# for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done - -# Temporarily change options. -'builtin' 'local' '-a' 'p10k_config_opts' -[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') -[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') -[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') -'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' - -() { - emulate -L zsh - setopt no_unset extended_glob - - # Unset all configuration options. This allows you to apply configiguration changes without - # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*' - - autoload -Uz is-at-least && is-at-least 5.1 || return - - zmodload zsh/langinfo - if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then - local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8} - fi - - # The list of segments shown on the left. Fill it with the most important segments. - typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - # os_icon # os identifier - dir # current directory - vcs # git status - # =========================[ Line #2 ]========================= - newline - prompt_char # prompt symbol - ) - - # The list of segments shown on the right. Fill it with less important segments. - # Right prompt on the last prompt line (where you are typing your commands) gets - # automatically hidden when the input line reaches it. Right prompt above the - # last prompt line gets hidden if it would overlap with left prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - status # exit code of the last command - command_execution_time # duration of the last command - background_jobs # presence of background jobs - direnv # direnv status (https://direnv.net/) - virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) - anaconda # conda environment (https://conda.io/) - pyenv # python environment (https://github.com/pyenv/pyenv) - goenv # go environment (https://github.com/syndbg/goenv) - nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) - nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) - nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) - # node_version # node.js version - # go_version # go version (https://golang.org) - # rust_version # rustc version (https://www.rust-lang.org) - # dotnet_version # .NET version (https://dotnet.microsoft.com) - rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) - rvm # ruby version from rvm (https://rvm.io) - fvm # flutter version management (https://github.com/leoafarias/fvm) - luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) - jenv # java version from jenv (https://github.com/jenv/jenv) - plenv # perl version from plenv (https://github.com/tokuhirom/plenv) - kubecontext # current kubernetes context (https://kubernetes.io/) - terraform # terraform workspace (https://www.terraform.io) - aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) - aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) - azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) - gcloud # google cloud cli acccount and project (https://cloud.google.com/) - google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) - context # user@hostname - nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) - ranger # ranger shell (https://github.com/ranger/ranger) - nnn # nnn shell (https://github.com/jarun/nnn) - vim_shell # vim shell indicator (:sh) - midnight_commander # midnight commander shell (https://midnight-commander.org/) - # vpn_ip # virtual private network indicator - # ram # free RAM - # load # CPU load - todo # todo items (https://github.com/todotxt/todo.txt-cli) - # time # current time - # =========================[ Line #2 ]========================= - newline - # public_ip # public IP address - # proxy # system-wide http/https/ftp proxy - # battery # internal battery - # example # example user-defined segment (see prompt_example function below) - ) - - # Basic style options that define the overall look of your prompt. You probably don't want to - # change them. - typeset -g POWERLEVEL9K_BACKGROUND= # transparent background - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_{LEFT,RIGHT}_WHITESPACE= # no surrounding whitespace - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_SUBSEGMENT_SEPARATOR=' ' # separate segments with a space - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_SEGMENT_SEPARATOR= # no end-of-line symbol - - # To disable default icons for all segments, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION=''. - # - # To enable default icons for all segments, don't define POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # or set it to '${P9K_VISUAL_IDENTIFIER}'. - # - # To remove spaces from all default icons, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # to '${P9K_VISUAL_IDENTIFIER// }'. You'll know that you you need this option if you see extra - # spaces after icons. - # - # To enable default icons for one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}'. - # - # To assign a specific icon to one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # To assign a specific icon to a segment in a given state (e.g., dir in state NOT_WRITABLE), - # set POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # Note: You can use $'\u2B50' instead of 'â­'. It's especially convenient when specifying - # icons that your text editor cannot render. Don't forget to put $ and use single quotes when - # defining icons via Unicode codepoints. - # - # Note: Many default icons cannot be displayed with system fonts. You'll need to install a - # capable font to use them. See POWERLEVEL9K_MODE below. - typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION= - - # This option makes a difference only when default icons are enabled for all or some prompt - # segments (see POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION above). LOCK_ICON can be printed as - # $'\uE0A2', $'\uE138' or $'\uF023' depending on POWERLEVEL9K_MODE. The correct value of this - # parameter depends on the provider of the font your terminal is using. - # - # Font Provider | POWERLEVEL9K_MODE - # ---------------------------------+------------------- - # Powerline | powerline - # Font Awesome | awesome-fontconfig - # Adobe Source Code Pro | awesome-fontconfig - # Source Code Pro | awesome-fontconfig - # Awesome-Terminal Fonts (regular) | awesome-fontconfig - # Awesome-Terminal Fonts (patched) | awesome-patched - # Nerd Fonts | nerdfont-complete - # Other | compatible - # - # If this looks overwhelming, either stick with a preinstalled system font and set - # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from - # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k - # and set POWERLEVEL9K_MODE=nerdfont-complete. - typeset -g POWERLEVEL9K_MODE=nerdfont-complete - - # When set to true, icons appear before content on both sides of the prompt. When set - # to false, icons go after content. If empty or not set, icons go before content in the left - # prompt and after content in the right prompt. - # - # You can also override it for a specific segment: - # - # POWERLEVEL9K_STATUS_ICON_BEFORE_CONTENT=false - # - # Or for a specific segment in specific state: - # - # POWERLEVEL9K_DIR_NOT_WRITABLE_ICON_BEFORE_CONTENT=false - typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT=true - - # Add an empty line before each prompt. - typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true - - # Connect left prompt lines with these symbols. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX= - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX= - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX= - # Connect right prompt lines with these symbols. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX= - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX= - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX= - - # The left end of left prompt. - typeset -g POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - # The right end of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL= - - # Ruler, a.k.a. the horizontal line before each prompt. If you set it to true, you'll - # probably want to set POWERLEVEL9K_PROMPT_ADD_NEWLINE=false above and - # POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' below. - typeset -g POWERLEVEL9K_SHOW_RULER=false - typeset -g POWERLEVEL9K_RULER_CHAR='─' # reasonable alternative: '·' - typeset -g POWERLEVEL9K_RULER_FOREGROUND=7 - - # Filler between left and right prompt on the first prompt line. You can set it to '·' or '─' - # to make it easier to see the alignment between left and right prompt and to separate prompt - # from command output. It serves the same purpose as ruler (see above) without increasing - # the number of prompt lines. You'll probably want to set POWERLEVEL9K_SHOW_RULER=false - # if using this. You might also like POWERLEVEL9K_PROMPT_ADD_NEWLINE=false for more compact - # prompt. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' - if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then - # The color of the filler. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=7 - # Add a space between the end of left prompt and the filler. - typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL=' ' - # Add a space between the filler and the start of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL=' ' - # Start filler from the edge of the screen if there are no left segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_FIRST_SEGMENT_END_SYMBOL='%{%}' - # End filler on the edge of the screen if there are no right segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='%{%}' - fi - - #################################[ os_icon: os identifier ]################################## - # OS identifier color. - typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND= - # Custom icon. - typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='${P9K_CONTENT}' - - ################################[ prompt_char: prompt symbol ]################################ - # Green prompt symbol if the last command succeeded. - typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=2 - # Red prompt symbol if the last command failed. - typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=1 - # Default prompt symbol. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='â¯' - # Prompt symbol in command vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='â®' - # Prompt symbol in visual vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='â…¤' - # Prompt symbol in overwrite vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='â–¶' - typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true - # No line terminator if prompt_char is the last segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='' - # No line introducer if prompt_char is the first segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - - ##################################[ dir: current directory ]################################## - # Default current directory color. - typeset -g POWERLEVEL9K_DIR_FOREGROUND=4 - # If directory is too long, shorten some of its segments to the shortest possible unique - # prefix. The shortened directory can be tab-completed to the original. - typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique - # Replace removed segment suffixes with this symbol. - typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= - # Color of the shortened directory segments. - typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=4 - # Color of the anchor directory segments. Anchor segments are never shortened. The first - # segment is always an anchor. - typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=4 - # Set to true to display anchor directory segments in bold. - typeset -g POWERLEVEL9K_DIR_ANCHOR_BOLD=false - # Don't shorten directories that contain any of these files. They are anchors. - local anchor_files=( - .bzr - .citc - .git - .hg - .node-version - .python-version - .ruby-version - .shorten_folder_marker - .svn - .terraform - CVS - Cargo.toml - composer.json - go.mod - package.json - ) - typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" - # Don't shorten this many last directory segments. They are anchors. - typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 - # Shorten directory if it's longer than this even if there is space for it. The value can - # be either absolute (e.g., '80') or a percentage of terminal width (e.g, '50%'). If empty, - # directory will be shortened only when prompt doesn't fit or when other parameters demand it - # (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below). - # If set to `0`, directory will always be shortened to its minimum length. - typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=80 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this - # many columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least - # COLUMNS * POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT * 0.01 columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT=50 - # If set to true, embed a hyperlink into the directory. Useful for quickly - # opening a directory in the file manager simply by clicking the link. - # Can also be handy when the directory is shortened, as it allows you to see - # the full directory that was used in previous commands. - typeset -g POWERLEVEL9K_DIR_HYPERLINK=false - - # Enable special styling for non-writable directories. - typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=true - # Show this icon when the current directory is not writable. POWERLEVEL9K_DIR_SHOW_WRITABLE - # above must be set to true for this parameter to have effect. - # typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Custom prefix. - # typeset -g POWERLEVEL9K_DIR_PREFIX='%fin ' - - # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons for different directories. - # It must be an array with 3 * N elements. Each triplet consists of: - # - # 1. A pattern against which the current directory is matched. Matching is done with - # extended_glob option enabled. - # 2. Directory class for the purpose of styling. - # 3. Icon. - # - # Triplets are tried in order. The first triplet whose pattern matches $PWD wins. If there - # are no matches, the directory will have no icon. - # - # Example: - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=( - # '~/work(|/*)' WORK '(╯°□°)╯︵ â”»â”â”»' - # '~(|/*)' HOME '⌂' - # '*' DEFAULT '') - # - # With these settings, the current directory in the prompt may look like this: - # - # (╯°□°)╯︵ â”»â”â”» ~/work/projects/important/urgent - # - # Or like this: - # - # ⌂ ~/best/powerlevel10k - # - # You can also set different colors for directories of different classes. Remember to override - # FOREGROUND, SHORTENED_FOREGROUND and ANCHOR_FOREGROUND for every directory class that you wish - # to have its own color. - # - # typeset -g POWERLEVEL9K_DIR_WORK_FOREGROUND=31 - # typeset -g POWERLEVEL9K_DIR_WORK_SHORTENED_FOREGROUND=103 - # typeset -g POWERLEVEL9K_DIR_WORK_ANCHOR_FOREGROUND=39 - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=() - - #####################################[ vcs: git status ]###################################### - # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon. - typeset -g POWERLEVEL9K_VCS_BRANCH_ICON= - POWERLEVEL9K_VCS_BRANCH_ICON=${(g::)POWERLEVEL9K_VCS_BRANCH_ICON} - - # Untracked files icon. It's really a question mark, your font isn't broken. - # Change the value of this parameter to show a different icon. - typeset -g POWERLEVEL9K_VCS_UNTRACKED_ICON='?' - POWERLEVEL9K_VCS_UNTRACKED_ICON=${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON} - - # Formatter for Git status. - # - # Example output: master ⇣42⇡42 *42 merge ~42 +42 !42 ?42. - # - # You can edit the function to customize how Git status looks. - # - # VCS_STATUS_* parameters are set by gitstatus plugin. See reference: - # https://github.com/romkatv/gitstatus/blob/master/gitstatus.plugin.zsh. - function my_git_formatter() { - emulate -L zsh - - if [[ -n $P9K_CONTENT ]]; then - # If P9K_CONTENT is not empty, use it. It's either "loading" or from vcs_info (not from - # gitstatus plugin). VCS_STATUS_* parameters are not available in this case. - typeset -g my_git_format=$P9K_CONTENT - return - fi - - if (( $1 )); then - # Styling for up-to-date Git status. - local meta='%f' # default foreground - local clean='%2F' # green foreground - local modified='%3F' # yellow foreground - local untracked='%4F' # blue foreground - local conflicted='%1F' # red foreground - else - # Styling for incomplete and stale Git status. - local meta='%f' # default foreground - local clean='%f' # default foreground - local modified='%f' # default foreground - local untracked='%f' # default foreground - local conflicted='%f' # default foreground - fi - - local res - local where # branch or tag - if [[ -n $VCS_STATUS_LOCAL_BRANCH ]]; then - res+="${clean}${POWERLEVEL9K_VCS_BRANCH_ICON}" - where=${(V)VCS_STATUS_LOCAL_BRANCH} - elif [[ -n $VCS_STATUS_TAG ]]; then - res+="${meta}#" - where=${(V)VCS_STATUS_TAG} - fi - - # If local branch name or tag is at most 32 characters long, show it in full. - # Otherwise show the first 12 … the last 12. - (( $#where > 32 )) && where[13,-13]="…" - res+="${clean}${where//\%/%%}" # escape % - - # Display the current Git commit if there is no branch or tag. - # Tip: To always display the current Git commit, remove `[[ -z $where ]] &&` from the next line. - [[ -z $where ]] && res+="${meta}@${clean}${VCS_STATUS_COMMIT[1,8]}" - - # Show tracking branch name if it differs from local branch. - if [[ -n ${VCS_STATUS_REMOTE_BRANCH:#$VCS_STATUS_LOCAL_BRANCH} ]]; then - res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape % - fi - - # ⇣42 if behind the remote. - (( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}" - # ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42. - (( VCS_STATUS_COMMITS_AHEAD && !VCS_STATUS_COMMITS_BEHIND )) && res+=" " - (( VCS_STATUS_COMMITS_AHEAD )) && res+="${clean}⇡${VCS_STATUS_COMMITS_AHEAD}" - # *42 if have stashes. - (( VCS_STATUS_STASHES )) && res+=" ${clean}*${VCS_STATUS_STASHES}" - # 'merge' if the repo is in an unusual state. - [[ -n $VCS_STATUS_ACTION ]] && res+=" ${conflicted}${VCS_STATUS_ACTION}" - # ~42 if have merge conflicts. - (( VCS_STATUS_NUM_CONFLICTED )) && res+=" ${conflicted}~${VCS_STATUS_NUM_CONFLICTED}" - # +42 if have staged changes. - (( VCS_STATUS_NUM_STAGED )) && res+=" ${modified}+${VCS_STATUS_NUM_STAGED}" - # !42 if have unstaged changes. - (( VCS_STATUS_NUM_UNSTAGED )) && res+=" ${modified}!${VCS_STATUS_NUM_UNSTAGED}" - # ?42 if have untracked files. It's really a question mark, your font isn't broken. - # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. - # Remove the next line if you don't want to see untracked files at all. - (( VCS_STATUS_NUM_UNTRACKED )) && res+=" ${untracked}${POWERLEVEL9K_VCS_UNTRACKED_ICON}${VCS_STATUS_NUM_UNTRACKED}" - - typeset -g my_git_format=$res - } - functions -M my_git_formatter 2>/dev/null - - # Disable the default Git status formatting. - typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true - # Install our own Git status formatter. - typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${$((my_git_formatter(1)))+${my_git_format}}' - typeset -g POWERLEVEL9K_VCS_LOADING_CONTENT_EXPANSION='${$((my_git_formatter(0)))+${my_git_format}}' - # Enable counters for staged, unstaged, etc. - typeset -g POWERLEVEL9K_VCS_{STAGED,UNSTAGED,UNTRACKED,CONFLICTED,COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=-1 - - # Icon color. - typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_COLOR=2 - typeset -g POWERLEVEL9K_VCS_LOADING_VISUAL_IDENTIFIER_COLOR= - # Custom icon. - # typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_VCS_PREFIX='%fon ' - - # Show status of repositories of these types. You can add svn and/or hg if you are - # using them. If you do, your prompt may become slow even when your current directory - # isn't in an svn or hg reposotiry. - typeset -g POWERLEVEL9K_VCS_BACKENDS=(git) - - # These settings are used for respositories other than Git or when gitstatusd fails and - # Powerlevel10k has to fall back to using vcs_info. - typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND=2 - typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND=2 - typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND=3 - - ##########################[ status: exit code of the last command ]########################### - # Enable OK_PIPE, ERROR_PIPE and ERROR_SIGNAL status states to allow us to enable, disable and - # style them independently from the regular OK and ERROR state. - typeset -g POWERLEVEL9K_STATUS_EXTENDED_STATES=true - - # Status on success. No content, just an icon. No need to show it if prompt_char is enabled as - # it will signify success by turning green. - typeset -g POWERLEVEL9K_STATUS_OK=false - typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=2 - typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' - - # Status when some part of a pipe command fails but the overall exit status is zero. It may look - # like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=2 - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' - - # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as - # it will signify error by turning red. - typeset -g POWERLEVEL9K_STATUS_ERROR=false - typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=1 - typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' - - # Status when the last command was terminated by a signal. - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND=1 - # Use terse signal names: "INT" instead of "SIGINT(2)". - typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘' - - # Status when some part of a pipe command fails and the overall exit status is also non-zero. - # It may look like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE=true - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=1 - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘' - - ###################[ command_execution_time: duration of the last command ]################### - # Show duration of the last command if takes longer than this many seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 - # Show this many fractional digits. Zero means round to seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 - # Execution time color. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=3 - # Duration format: 1d 2h 3m 4s. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' - # Custom icon. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%ftook ' - - #######################[ background_jobs: presence of background jobs ]####################### - # Don't show the number of background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false - # Background jobs color. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=1 - # Icon to show when there are background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='⇶' - - #######################[ direnv: direnv status (https://direnv.net/) ]######################## - # Direnv color. - typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=3 - # Icon to show when direnv is active. - typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### - # NordVPN connection indicator color. - typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=6 - # Hide NordVPN connection indicator when not connected. - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION= - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION= - # Custom icon. - # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## - # Ranger shell color. - typeset -g POWERLEVEL9K_RANGER_FOREGROUND=3 - # Custom icon. - # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### - # Nnn shell color. - typeset -g POWERLEVEL9K_NNN_FOREGROUND=3 - # Custom icon. - # typeset -g POWERLEVEL9K_NNN_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########################[ vim_shell: vim shell indicator (:sh) ]########################### - # Vim shell indicator color. - typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=3 - # Icon to show when in a vim shell. - typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]###### - # Midnight Commander shell color. - typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=3 - # Icon to show when in a midnight commander shell. - typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ######################################[ ram: free RAM ]####################################### - # RAM color. - typeset -g POWERLEVEL9K_RAM_FOREGROUND=2 - # Custom icon. - # typeset -g POWERLEVEL9K_RAM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################################[ load: CPU load ]###################################### - # Show average CPU load over this many last minutes. Valid values are 1, 5 and 15. - typeset -g POWERLEVEL9K_LOAD_WHICH=5 - # Load color when load is under 50%. - typeset -g POWERLEVEL9K_LOAD_NORMAL_FOREGROUND=2 - # Load color when load is between 50% and 70%. - typeset -g POWERLEVEL9K_LOAD_WARNING_FOREGROUND=3 - # Load color when load is over 70%. - typeset -g POWERLEVEL9K_LOAD_CRITICAL_FOREGROUND=1 - # Custom icon. - # typeset -g POWERLEVEL9K_LOAD_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ todo: todo items (https://github.com/todotxt/todo.txt-cli) ]################ - # Todo color. - typeset -g POWERLEVEL9K_TODO_FOREGROUND=4 - # Hide todo when the total number of tasks is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL=true - # Hide todo when the number of tasks after filtering is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED=false - - # Todo format. The following parameters are available within the expansion. - # - # - P9K_TODO_TOTAL_TASK_COUNT The total number of tasks. - # - P9K_TODO_FILTERED_TASK_COUNT The number of tasks after filtering. - # - # These variables correspond to the last line of the output of `todo.sh -p ls`: - # - # TODO: 24 of 42 tasks shown - # - # Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT. - # - # typeset -g POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT' - - # Custom icon. - # typeset -g POWERLEVEL9K_TODO_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##################################[ context: user@hostname ]################################## - # Context color when running with privileges. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=1 - # Context color in SSH without privileges. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=7 - # Default context color (no privileges, no SSH). - typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=7 - - # Context format when running with privileges: bold user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m' - # Context format when in SSH without privileges: user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%m' - # Default context format (no privileges, no SSH): user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' - - # Don't show context unless running with privileges or in SSH. - # Tip: Remove the next line to always show context. - typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= - - # Custom icon. - # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_CONTEXT_PREFIX='%fwith ' - - ###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]### - # Python virtual environment color. - typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=6 - # Don't show Python version next to the virtual environment name. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #####################[ anaconda: conda environment (https://conda.io/) ]###################### - # Anaconda environment color. - typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND=6 - # Don't show Python version next to the anaconda environment name. - typeset -g POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_ANACONDA_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ pyenv: python environment (https://github.com/pyenv/pyenv) ]################ - # Pyenv color. - typeset -g POWERLEVEL9K_PYENV_FOREGROUND=6 - # Hide python version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PYENV_SOURCES=(shell local global) - # If set to false, hide python version if it's the same as global: - # $(pyenv version-name) == $(pyenv global). - typeset -g POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ goenv: go environment (https://github.com/syndbg/goenv) ]################ - # Goenv color. - typeset -g POWERLEVEL9K_GOENV_FOREGROUND=6 - # Don't show the current Go version if it's the same as global. - typeset -g POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ nodenv: node.js version from nodenv (https://github.com/nodenv/nodenv) ]########## - # Nodenv color. - typeset -g POWERLEVEL9K_NODENV_FOREGROUND=2 - # Don't show node version if it's the same as global: $(nodenv version-name) == $(nodenv global). - typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_NODENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]############### - # Nvm color. - typeset -g POWERLEVEL9K_NVM_FOREGROUND=2 - # Custom icon. - # typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ############[ nodeenv: node.js environment (https://github.com/ekalinin/nodeenv) ]############ - # Nodeenv color. - typeset -g POWERLEVEL9K_NODEENV_FOREGROUND=2 - # Don't show Node version next to the environment name. - typeset -g POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION=false - # Separate environment name from Node version only with a space. - typeset -g POWERLEVEL9K_NODEENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_NODEENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############################[ node_version: node.js version ]############################### - # Node version color. - typeset -g POWERLEVEL9K_NODE_VERSION_FOREGROUND=2 - # Show node version only when in a directory tree containing package.json. - typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_NODE_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ go_version: go version (https://golang.org) ]######################## - # Go version color. - typeset -g POWERLEVEL9K_GO_VERSION_FOREGROUND=6 - # Show go version only when in a go project subdirectory. - typeset -g POWERLEVEL9K_GO_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_GO_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ rust_version: rustc version (https://www.rust-lang.org) ]################## - # Rust version color. - typeset -g POWERLEVEL9K_RUST_VERSION_FOREGROUND=4 - # Show rust version only when in a rust project subdirectory. - typeset -g POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_RUST_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ dotnet_version: .NET version (https://dotnet.microsoft.com) ]################ - # .NET version color. - typeset -g POWERLEVEL9K_DOTNET_VERSION_FOREGROUND=5 - # Show .NET version only when in a .NET project subdirectory. - typeset -g POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_DOTNET_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ rbenv: ruby version from rbenv (https://github.com/rbenv/rbenv) ]############## - # Rbenv color. - typeset -g POWERLEVEL9K_RBENV_FOREGROUND=1 - # Hide ruby version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_RBENV_SOURCES=(shell local global) - # If set to false, hide ruby version if it's the same as global: - # $(rbenv version-name) == $(rbenv global). - typeset -g POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ rvm: ruby version from rvm (https://rvm.io) ]######################## - # Rvm color. - typeset -g POWERLEVEL9K_RVM_FOREGROUND=1 - # Don't show @gemset at the end. - typeset -g POWERLEVEL9K_RVM_SHOW_GEMSET=false - # Don't show ruby- at the front. - typeset -g POWERLEVEL9K_RVM_SHOW_PREFIX=false - # Custom icon. - # typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ fvm: flutter version management (https://github.com/leoafarias/fvm) ]############ - # Fvm color. - typeset -g POWERLEVEL9K_FVM_FOREGROUND=4 - # Custom icon. - # typeset -g POWERLEVEL9K_FVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ luaenv: lua version from luaenv (https://github.com/cehoffman/luaenv) ]########### - # Lua color. - typeset -g POWERLEVEL9K_LUAENV_FOREGROUND=4 - # Hide lua version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_LUAENV_SOURCES=(shell local global) - # If set to false, hide lua version if it's the same as global: - # $(luaenv version-name) == $(luaenv global). - typeset -g POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_LUAENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ jenv: java version from jenv (https://github.com/jenv/jenv) ]################ - # Java color. - typeset -g POWERLEVEL9K_JENV_FOREGROUND=4 - # Hide java version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_JENV_SOURCES=(shell local global) - # If set to false, hide java version if it's the same as global: - # $(jenv version-name) == $(jenv global). - typeset -g POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_JENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ plenv: perl version from plenv (https://github.com/tokuhirom/plenv) ]############ - # Perl color. - typeset -g POWERLEVEL9K_PLENV_FOREGROUND=6 - # Hide perl version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PLENV_SOURCES=(shell local global) - # If set to false, hide perl version if it's the same as global: - # $(plenv version-name) == $(plenv global). - typeset -g POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PLENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# - # Show kubecontext only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show kubecontext. - typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx' - - # Kubernetes context classes for the purpose of using different colors, icons and expansions with - # different contexts. - # - # POWERLEVEL9K_KUBECONTEXT_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current kubernetes context gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_KUBECONTEXT_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_KUBECONTEXT_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current kubernetes context is "deathray-testing/default", its class is TEST - # because "deathray-testing/default" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND=3 - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=5 - # typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION to specify the content displayed by kubecontext - # segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # Within the expansion the following parameters are always available: - # - # - P9K_CONTENT The content that would've been displayed if there was no content - # expansion defined. - # - P9K_KUBECONTEXT_NAME The current context's name. Corresponds to column NAME in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_CLUSTER The current context's cluster. Corresponds to column CLUSTER in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_NAMESPACE The current context's namespace. Corresponds to column NAMESPACE - # in the output of `kubectl config get-contexts`. If there is no - # namespace, the parameter is set to "default". - # - # If the context points to Google Kubernetes Engine (GKE) or Elastic Kubernetes Service (EKS), - # the following extra parameters are available: - # - # - P9K_KUBECONTEXT_CLOUD_NAME Either "gke" or "eks". - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT Account/project ID. - # - P9K_KUBECONTEXT_CLOUD_ZONE Availability zone. - # - P9K_KUBECONTEXT_CLOUD_CLUSTER Cluster. - # - # P9K_KUBECONTEXT_CLOUD_* parameters are derived from P9K_KUBECONTEXT_CLUSTER. For example, - # if P9K_KUBECONTEXT_CLUSTER is "gke_my-account_us-east1-a_my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=gke - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=my-account - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east1-a - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - # - # If P9K_KUBECONTEXT_CLUSTER is "arn:aws:eks:us-east-1:123456789012:cluster/my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=eks - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=123456789012 - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east-1 - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION= - # Show P9K_KUBECONTEXT_CLOUD_CLUSTER if it's not empty and fall back to P9K_KUBECONTEXT_NAME. - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}' - # Append the current context's namespace if it's not "default". - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${${:-/$P9K_KUBECONTEXT_NAMESPACE}:#/default}' - - # Custom prefix. - # typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX='%fat ' - - ################[ terraform: terraform workspace (https://www.terraform.io) ]################# - # Terraform color. - typeset -g POWERLEVEL9K_TERRAFORM_FOREGROUND=4 - # Custom icon. - # typeset -g POWERLEVEL9K_TERRAFORM_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# - # Show aws only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show aws. - typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi' - - # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current AWS profile gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_AWS_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_AWS_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current AWS profile is "company_test", its class is TEST - # because "company_test" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_AWS_TEST_FOREGROUND=2 - # typeset -g POWERLEVEL9K_AWS_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_AWS_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_AWS_DEFAULT_FOREGROUND=3 - # typeset -g POWERLEVEL9K_AWS_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ aws_eb_env: aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) ]# - # AWS Elastic Beanstalk environment color. - typeset -g POWERLEVEL9K_AWS_EB_ENV_FOREGROUND=2 - # Custom icon. - # typeset -g POWERLEVEL9K_AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]########## - # Show azure only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show azure. - typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi' - # Azure account name color. - typeset -g POWERLEVEL9K_AZURE_FOREGROUND=4 - # Custom icon. - # typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ gcloud: google cloud acccount and project (https://cloud.google.com/) ]########### - # Show gcloud only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show gcloud. - typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs' - # Google cloud color. - typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=4 - - # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default - # is too verbose or not informative enough. - # - # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` - # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` - # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. - # - typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' - - # Custom icon. - # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]# - # Show google_app_cred only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show google_app_cred. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi' - - # Google application credentials classes for the purpose of using different colors, icons and - # expansions with different credentials. - # - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES is an array with even number of elements. The first - # element in each pair defines a pattern against which the current kubernetes context gets - # matched. More specifically, it's P9K_CONTENT prior to the application of context expansion - # (see below) that gets matched. If you unset all POWERLEVEL9K_GOOGLE_APP_CRED_*CONTENT_EXPANSION - # parameters, you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES defines the context class. Patterns are tried in order. - # The first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD - # '*:*test*:*' TEST - # '*' DEFAULT) - # - # If your current Google application credentials is "service_account deathray-testing x@y.com", - # its class is TEST because it doesn't match the pattern '* *prod* *' but does match '* *test* *'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_FOREGROUND=3 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_CONTENT_EXPANSION='$P9K_GOOGLE_APP_CRED_PROJECT_ID' - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD # These values are examples that are unlikely - # '*:*test*:*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_FOREGROUND=5 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_GOOGLE_APP_CRED_CONTENT_EXPANSION to specify the content displayed by - # google_app_cred segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # You can use the following parameters in the expansion. Each of them corresponds to one of the - # fields in the JSON file pointed to by GOOGLE_APPLICATION_CREDENTIALS. - # - # Parameter | JSON key file field - # ---------------------------------+--------------- - # P9K_GOOGLE_APP_CRED_TYPE | type - # P9K_GOOGLE_APP_CRED_PROJECT_ID | project_id - # P9K_GOOGLE_APP_CRED_CLIENT_EMAIL | client_email - # - # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurences of '%' replaced by '%%'. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_CONTENT_EXPANSION='${P9K_GOOGLE_APP_CRED_PROJECT_ID//\%/%%}' - - ###############################[ public_ip: public IP address ]############################### - # Public IP color. - typeset -g POWERLEVEL9K_PUBLIC_IP_FOREGROUND=6 - # Custom icon. - # typeset -g POWERLEVEL9K_PUBLIC_IP_VISUAL_IDENTIFIER_EXPANSION='â­' - - ########################[ vpn_ip: virtual private network indicator ]######################### - # VPN IP color. - typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=3 - # When on VPN, show just an icon without the IP address. - typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= - # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the - # name of the interface. - typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(wg|(.*tun))[0-9]*' - # Icon to show when on VPN. - typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - #########################[ proxy: system-wide http/https/ftp proxy ]########################## - # Proxy color. - typeset -g POWERLEVEL9K_PROXY_FOREGROUND=2 - # Custom icon. - # typeset -g POWERLEVEL9K_PROXY_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################################[ battery: internal battery ]################################# - # Show battery in red when it's below this level and not connected to power supply. - typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20 - typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=1 - # Show battery in green when it's charging or fully charged. - typeset -g POWERLEVEL9K_BATTERY_{CHARGING,CHARGED}_FOREGROUND=2 - # Show battery in yellow when it's discharging. - typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=3 - # Battery pictograms going from low to high level of charge. - typeset -g POWERLEVEL9K_BATTERY_STAGES=('%K{232}â–' '%K{232}â–‚' '%K{232}â–ƒ' '%K{232}â–„' '%K{232}â–…' '%K{232}â–†' '%K{232}â–‡' '%K{232}â–ˆ') - # Don't show the remaining time to charge/discharge. - typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false - - ####################################[ time: current time ]#################################### - # Current time color. - typeset -g POWERLEVEL9K_TIME_FOREGROUND=6 - # Format for the current time: 09:51:02. See `man 3 strftime`. - typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' - # If set to true, time will update when you hit enter. This way prompts for the past - # commands will contain the start times of their commands as opposed to the default - # behavior where they contain the end times of their preceding commands. - typeset -g POWERLEVEL9K_TIME_UPDATE_ON_COMMAND=false - # Custom icon. - # typeset -g POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_TIME_PREFIX='%fat ' - - # Example of a user-defined prompt segment. Function prompt_example will be called on every - # prompt if `example` prompt segment is added to POWERLEVEL9K_LEFT_PROMPT_ELEMENTS or - # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS. It displays an icon and green text greeting the user. - # - # Type `p10k help segment` for documentation and a more sophisticated example. - function prompt_example() { - p10k segment -f 2 -i 'â­' -t 'hello, %n' - } - - # User-defined prompt segments may optionally provide an instant_prompt_* function. Its job - # is to generate the prompt segment for display in instant prompt. See - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - # Powerlevel10k will call instant_prompt_* at the same time as the regular prompt_* function - # and will record all `p10k segment` calls it makes. When displaying instant prompt, Powerlevel10k - # will replay these calls without actually calling instant_prompt_*. It is imperative that - # instant_prompt_* always makes the same `p10k segment` calls regardless of environment. If this - # rule is not observed, the content of instant prompt will be incorrect. - # - # Usually, you should either not define instant_prompt_* or simply call prompt_* from it. If - # instant_prompt_* is not defined for a segment, the segment won't be shown in instant prompt. - function instant_prompt_example() { - # Since prompt_example always makes the same `p10k segment` calls, we can call it from - # instant_prompt_example. This will give us the same `example` prompt segment in the instant - # and regular prompts. - prompt_example - } - - # User-defined prompt segments can be customized the same way as built-in segments. - # typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=208 - # typeset -g POWERLEVEL9K_EXAMPLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt - # when accepting a command line. Supported values: - # - # - off: Don't change prompt when accepting a command line. - # - always: Trim down prompt when accepting a command line. - # - same-dir: Trim down prompt when accepting a command line unless this is the first command - # typed after changing current working directory. - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off - - # Instant prompt mode. - # - # - off: Disable instant prompt. Choose this if you've tried instant prompt and found - # it incompatible with your zsh configuration files. - # - quiet: Enable instant prompt and don't print warnings when detecting console output - # during zsh initialization. Choose this if you've read and understood - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - verbose: Enable instant prompt and print a warning when detecting console output during - # zsh initialization. Choose this if you've never tried instant prompt, haven't - # seen the warning, or if you are unsure what this all means. - typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose - - # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. - # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload - # can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you - # really need it. - typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true - - # If p10k is already loaded, reload configuration. - # This works even with POWERLEVEL9K_DISABLE_HOT_RELOAD=true. - (( ! $+functions[p10k] )) || p10k reload -} - -(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} -'builtin' 'unset' 'p10k_config_opts' diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-lean.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-lean.zsh deleted file mode 100644 index 22da5a0..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-lean.zsh +++ /dev/null @@ -1,1096 +0,0 @@ -# Config for Powerlevel10k with lean prompt style. Type `p10k configure` to generate -# your own config based on it. -# -# Tip: Looking for a nice color? Here's a one-liner to print colormap. -# -# for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done - -# Temporarily change options. -'builtin' 'local' '-a' 'p10k_config_opts' -[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') -[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') -[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') -'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' - -() { - emulate -L zsh - setopt no_unset extended_glob - - # Unset all configuration options. This allows you to apply configiguration changes without - # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*' - - autoload -Uz is-at-least && is-at-least 5.1 || return - - zmodload zsh/langinfo - if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then - local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8} - fi - - # The list of segments shown on the left. Fill it with the most important segments. - typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - # os_icon # os identifier - dir # current directory - vcs # git status - # =========================[ Line #2 ]========================= - newline - prompt_char # prompt symbol - ) - - # The list of segments shown on the right. Fill it with less important segments. - # Right prompt on the last prompt line (where you are typing your commands) gets - # automatically hidden when the input line reaches it. Right prompt above the - # last prompt line gets hidden if it would overlap with left prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - status # exit code of the last command - command_execution_time # duration of the last command - background_jobs # presence of background jobs - direnv # direnv status (https://direnv.net/) - virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) - anaconda # conda environment (https://conda.io/) - pyenv # python environment (https://github.com/pyenv/pyenv) - goenv # go environment (https://github.com/syndbg/goenv) - nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) - nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) - nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) - # node_version # node.js version - # go_version # go version (https://golang.org) - # rust_version # rustc version (https://www.rust-lang.org) - # dotnet_version # .NET version (https://dotnet.microsoft.com) - rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) - rvm # ruby version from rvm (https://rvm.io) - fvm # flutter version management (https://github.com/leoafarias/fvm) - luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) - jenv # java version from jenv (https://github.com/jenv/jenv) - plenv # perl version from plenv (https://github.com/tokuhirom/plenv) - kubecontext # current kubernetes context (https://kubernetes.io/) - terraform # terraform workspace (https://www.terraform.io) - aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) - aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) - azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) - gcloud # google cloud cli acccount and project (https://cloud.google.com/) - google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) - context # user@hostname - nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) - ranger # ranger shell (https://github.com/ranger/ranger) - nnn # nnn shell (https://github.com/jarun/nnn) - vim_shell # vim shell indicator (:sh) - midnight_commander # midnight commander shell (https://midnight-commander.org/) - # vpn_ip # virtual private network indicator - # ram # free RAM - # load # CPU load - todo # todo items (https://github.com/todotxt/todo.txt-cli) - # time # current time - # =========================[ Line #2 ]========================= - newline - # public_ip # public IP address - # proxy # system-wide http/https/ftp proxy - # battery # internal battery - # example # example user-defined segment (see prompt_example function below) - ) - - # Basic style options that define the overall look of your prompt. You probably don't want to - # change them. - typeset -g POWERLEVEL9K_BACKGROUND= # transparent background - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_{LEFT,RIGHT}_WHITESPACE= # no surrounding whitespace - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_SUBSEGMENT_SEPARATOR=' ' # separate segments with a space - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_SEGMENT_SEPARATOR= # no end-of-line symbol - - # To disable default icons for all segments, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION=''. - # - # To enable default icons for all segments, don't define POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # or set it to '${P9K_VISUAL_IDENTIFIER}'. - # - # To remove spaces from all default icons, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # to '${P9K_VISUAL_IDENTIFIER// }'. You'll know that you you need this option if you see extra - # spaces after icons. - # - # To enable default icons for one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}'. - # - # To assign a specific icon to one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # To assign a specific icon to a segment in a given state (e.g., dir in state NOT_WRITABLE), - # set POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # Note: You can use $'\u2B50' instead of 'â­'. It's especially convenient when specifying - # icons that your text editor cannot render. Don't forget to put $ and use single quotes when - # defining icons via Unicode codepoints. - # - # Note: Many default icons cannot be displayed with system fonts. You'll need to install a - # capable font to use them. See POWERLEVEL9K_MODE below. - typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION= - - # This option makes a difference only when default icons are enabled for all or some prompt - # segments (see POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION above). LOCK_ICON can be printed as - # $'\uE0A2', $'\uE138' or $'\uF023' depending on POWERLEVEL9K_MODE. The correct value of this - # parameter depends on the provider of the font your terminal is using. - # - # Font Provider | POWERLEVEL9K_MODE - # ---------------------------------+------------------- - # Powerline | powerline - # Font Awesome | awesome-fontconfig - # Adobe Source Code Pro | awesome-fontconfig - # Source Code Pro | awesome-fontconfig - # Awesome-Terminal Fonts (regular) | awesome-fontconfig - # Awesome-Terminal Fonts (patched) | awesome-patched - # Nerd Fonts | nerdfont-complete - # Other | compatible - # - # If this looks overwhelming, either stick with a preinstalled system font and set - # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from - # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k - # and set POWERLEVEL9K_MODE=nerdfont-complete. - typeset -g POWERLEVEL9K_MODE=nerdfont-complete - - # When set to true, icons appear before content on both sides of the prompt. When set - # to false, icons go after content. If empty or not set, icons go before content in the left - # prompt and after content in the right prompt. - # - # You can also override it for a specific segment: - # - # POWERLEVEL9K_STATUS_ICON_BEFORE_CONTENT=false - # - # Or for a specific segment in specific state: - # - # POWERLEVEL9K_DIR_NOT_WRITABLE_ICON_BEFORE_CONTENT=false - typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT=true - - # Add an empty line before each prompt. - typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true - - # Connect left prompt lines with these symbols. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX= - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX= - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX= - # Connect right prompt lines with these symbols. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX= - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX= - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX= - - # The left end of left prompt. - typeset -g POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - # The right end of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL= - - # Ruler, a.k.a. the horizontal line before each prompt. If you set it to true, you'll - # probably want to set POWERLEVEL9K_PROMPT_ADD_NEWLINE=false above and - # POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' below. - typeset -g POWERLEVEL9K_SHOW_RULER=false - typeset -g POWERLEVEL9K_RULER_CHAR='─' # reasonable alternative: '·' - typeset -g POWERLEVEL9K_RULER_FOREGROUND=240 - - # Filler between left and right prompt on the first prompt line. You can set it to '·' or '─' - # to make it easier to see the alignment between left and right prompt and to separate prompt - # from command output. It serves the same purpose as ruler (see above) without increasing - # the number of prompt lines. You'll probably want to set POWERLEVEL9K_SHOW_RULER=false - # if using this. You might also like POWERLEVEL9K_PROMPT_ADD_NEWLINE=false for more compact - # prompt. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' - if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then - # The color of the filler. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=240 - # Add a space between the end of left prompt and the filler. - typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL=' ' - # Add a space between the filler and the start of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL=' ' - # Start filler from the edge of the screen if there are no left segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_FIRST_SEGMENT_END_SYMBOL='%{%}' - # End filler on the edge of the screen if there are no right segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='%{%}' - fi - - #################################[ os_icon: os identifier ]################################## - # OS identifier color. - typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND= - # Make the icon bold. - typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}' - - ################################[ prompt_char: prompt symbol ]################################ - # Green prompt symbol if the last command succeeded. - typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76 - # Red prompt symbol if the last command failed. - typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196 - # Default prompt symbol. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='â¯' - # Prompt symbol in command vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='â®' - # Prompt symbol in visual vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='â…¤' - # Prompt symbol in overwrite vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='â–¶' - typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true - # No line terminator if prompt_char is the last segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='' - # No line introducer if prompt_char is the first segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - - ##################################[ dir: current directory ]################################## - # Default current directory color. - typeset -g POWERLEVEL9K_DIR_FOREGROUND=31 - # If directory is too long, shorten some of its segments to the shortest possible unique - # prefix. The shortened directory can be tab-completed to the original. - typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique - # Replace removed segment suffixes with this symbol. - typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= - # Color of the shortened directory segments. - typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=103 - # Color of the anchor directory segments. Anchor segments are never shortened. The first - # segment is always an anchor. - typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=39 - # Display anchor directory segments in bold. - typeset -g POWERLEVEL9K_DIR_ANCHOR_BOLD=true - # Don't shorten directories that contain any of these files. They are anchors. - local anchor_files=( - .bzr - .citc - .git - .hg - .node-version - .python-version - .ruby-version - .shorten_folder_marker - .svn - .terraform - CVS - Cargo.toml - composer.json - go.mod - package.json - ) - typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" - # Don't shorten this many last directory segments. They are anchors. - typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 - # Shorten directory if it's longer than this even if there is space for it. The value can - # be either absolute (e.g., '80') or a percentage of terminal width (e.g, '50%'). If empty, - # directory will be shortened only when prompt doesn't fit or when other parameters demand it - # (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below). - # If set to `0`, directory will always be shortened to its minimum length. - typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=80 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this - # many columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least - # COLUMNS * POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT * 0.01 columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT=50 - # If set to true, embed a hyperlink into the directory. Useful for quickly - # opening a directory in the file manager simply by clicking the link. - # Can also be handy when the directory is shortened, as it allows you to see - # the full directory that was used in previous commands. - typeset -g POWERLEVEL9K_DIR_HYPERLINK=false - - # Enable special styling for non-writable directories. - typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=true - # Show this icon when the current directory is not writable. POWERLEVEL9K_DIR_SHOW_WRITABLE - # above must be set to true for this parameter to have effect. - # typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Custom prefix. - # typeset -g POWERLEVEL9K_DIR_PREFIX='%fin ' - - # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons for different directories. - # It must be an array with 3 * N elements. Each triplet consists of: - # - # 1. A pattern against which the current directory is matched. Matching is done with - # extended_glob option enabled. - # 2. Directory class for the purpose of styling. - # 3. Icon. - # - # Triplets are tried in order. The first triplet whose pattern matches $PWD wins. If there - # are no matches, the directory will have no icon. - # - # Example: - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=( - # '~/work(|/*)' WORK '(╯°□°)╯︵ â”»â”â”»' - # '~(|/*)' HOME '⌂' - # '*' DEFAULT '') - # - # With these settings, the current directory in the prompt may look like this: - # - # (╯°□°)╯︵ â”»â”â”» ~/work/projects/important/urgent - # - # Or like this: - # - # ⌂ ~/best/powerlevel10k - # - # You can also set different colors for directories of different classes. Remember to override - # FOREGROUND, SHORTENED_FOREGROUND and ANCHOR_FOREGROUND for every directory class that you wish - # to have its own color. - # - # typeset -g POWERLEVEL9K_DIR_WORK_FOREGROUND=31 - # typeset -g POWERLEVEL9K_DIR_WORK_SHORTENED_FOREGROUND=103 - # typeset -g POWERLEVEL9K_DIR_WORK_ANCHOR_FOREGROUND=39 - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=() - - #####################################[ vcs: git status ]###################################### - # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon. - typeset -g POWERLEVEL9K_VCS_BRANCH_ICON= - POWERLEVEL9K_VCS_BRANCH_ICON=${(g::)POWERLEVEL9K_VCS_BRANCH_ICON} - - # Untracked files icon. It's really a question mark, your font isn't broken. - # Change the value of this parameter to show a different icon. - typeset -g POWERLEVEL9K_VCS_UNTRACKED_ICON='?' - POWERLEVEL9K_VCS_UNTRACKED_ICON=${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON} - - # Formatter for Git status. - # - # Example output: master ⇣42⇡42 *42 merge ~42 +42 !42 ?42. - # - # You can edit the function to customize how Git status looks. - # - # VCS_STATUS_* parameters are set by gitstatus plugin. See reference: - # https://github.com/romkatv/gitstatus/blob/master/gitstatus.plugin.zsh. - function my_git_formatter() { - emulate -L zsh - - if [[ -n $P9K_CONTENT ]]; then - # If P9K_CONTENT is not empty, use it. It's either "loading" or from vcs_info (not from - # gitstatus plugin). VCS_STATUS_* parameters are not available in this case. - typeset -g my_git_format=$P9K_CONTENT - return - fi - - if (( $1 )); then - # Styling for up-to-date Git status. - local meta='%f' # default foreground - local clean='%76F' # green foreground - local modified='%178F' # yellow foreground - local untracked='%39F' # blue foreground - local conflicted='%196F' # red foreground - else - # Styling for incomplete and stale Git status. - local meta='%244F' # grey foreground - local clean='%244F' # grey foreground - local modified='%244F' # grey foreground - local untracked='%244F' # grey foreground - local conflicted='%244F' # grey foreground - fi - - local res - local where # branch or tag - if [[ -n $VCS_STATUS_LOCAL_BRANCH ]]; then - res+="${clean}${POWERLEVEL9K_VCS_BRANCH_ICON}" - where=${(V)VCS_STATUS_LOCAL_BRANCH} - elif [[ -n $VCS_STATUS_TAG ]]; then - res+="${meta}#" - where=${(V)VCS_STATUS_TAG} - fi - - # If local branch name or tag is at most 32 characters long, show it in full. - # Otherwise show the first 12 … the last 12. - (( $#where > 32 )) && where[13,-13]="…" - res+="${clean}${where//\%/%%}" # escape % - - # Display the current Git commit if there is no branch or tag. - # Tip: To always display the current Git commit, remove `[[ -z $where ]] &&` from the next line. - [[ -z $where ]] && res+="${meta}@${clean}${VCS_STATUS_COMMIT[1,8]}" - - # Show tracking branch name if it differs from local branch. - if [[ -n ${VCS_STATUS_REMOTE_BRANCH:#$VCS_STATUS_LOCAL_BRANCH} ]]; then - res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape % - fi - - # ⇣42 if behind the remote. - (( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}" - # ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42. - (( VCS_STATUS_COMMITS_AHEAD && !VCS_STATUS_COMMITS_BEHIND )) && res+=" " - (( VCS_STATUS_COMMITS_AHEAD )) && res+="${clean}⇡${VCS_STATUS_COMMITS_AHEAD}" - # *42 if have stashes. - (( VCS_STATUS_STASHES )) && res+=" ${clean}*${VCS_STATUS_STASHES}" - # 'merge' if the repo is in an unusual state. - [[ -n $VCS_STATUS_ACTION ]] && res+=" ${conflicted}${VCS_STATUS_ACTION}" - # ~42 if have merge conflicts. - (( VCS_STATUS_NUM_CONFLICTED )) && res+=" ${conflicted}~${VCS_STATUS_NUM_CONFLICTED}" - # +42 if have staged changes. - (( VCS_STATUS_NUM_STAGED )) && res+=" ${modified}+${VCS_STATUS_NUM_STAGED}" - # !42 if have unstaged changes. - (( VCS_STATUS_NUM_UNSTAGED )) && res+=" ${modified}!${VCS_STATUS_NUM_UNSTAGED}" - # ?42 if have untracked files. It's really a question mark, your font isn't broken. - # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. - # Remove the next line if you don't want to see untracked files at all. - (( VCS_STATUS_NUM_UNTRACKED )) && res+=" ${untracked}${POWERLEVEL9K_VCS_UNTRACKED_ICON}${VCS_STATUS_NUM_UNTRACKED}" - - typeset -g my_git_format=$res - } - functions -M my_git_formatter 2>/dev/null - - # Disable the default Git status formatting. - typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true - # Install our own Git status formatter. - typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${$((my_git_formatter(1)))+${my_git_format}}' - typeset -g POWERLEVEL9K_VCS_LOADING_CONTENT_EXPANSION='${$((my_git_formatter(0)))+${my_git_format}}' - # Enable counters for staged, unstaged, etc. - typeset -g POWERLEVEL9K_VCS_{STAGED,UNSTAGED,UNTRACKED,CONFLICTED,COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=-1 - - # Icon color. - typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_COLOR=76 - typeset -g POWERLEVEL9K_VCS_LOADING_VISUAL_IDENTIFIER_COLOR=244 - # Custom icon. - # typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_VCS_PREFIX='%fon ' - - # Show status of repositories of these types. You can add svn and/or hg if you are - # using them. If you do, your prompt may become slow even when your current directory - # isn't in an svn or hg reposotiry. - typeset -g POWERLEVEL9K_VCS_BACKENDS=(git) - - # These settings are used for respositories other than Git or when gitstatusd fails and - # Powerlevel10k has to fall back to using vcs_info. - typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND=76 - typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND=76 - typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND=178 - - ##########################[ status: exit code of the last command ]########################### - # Enable OK_PIPE, ERROR_PIPE and ERROR_SIGNAL status states to allow us to enable, disable and - # style them independently from the regular OK and ERROR state. - typeset -g POWERLEVEL9K_STATUS_EXTENDED_STATES=true - - # Status on success. No content, just an icon. No need to show it if prompt_char is enabled as - # it will signify success by turning green. - typeset -g POWERLEVEL9K_STATUS_OK=false - typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=70 - typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' - - # Status when some part of a pipe command fails but the overall exit status is zero. It may look - # like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=70 - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' - - # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as - # it will signify error by turning red. - typeset -g POWERLEVEL9K_STATUS_ERROR=false - typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 - typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' - - # Status when the last command was terminated by a signal. - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND=160 - # Use terse signal names: "INT" instead of "SIGINT(2)". - typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘' - - # Status when some part of a pipe command fails and the overall exit status is also non-zero. - # It may look like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE=true - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=160 - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘' - - ###################[ command_execution_time: duration of the last command ]################### - # Show duration of the last command if takes longer than this many seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 - # Show this many fractional digits. Zero means round to seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 - # Execution time color. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=101 - # Duration format: 1d 2h 3m 4s. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' - # Custom icon. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%ftook ' - - #######################[ background_jobs: presence of background jobs ]####################### - # Don't show the number of background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false - # Background jobs color. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=70 - # Icon to show when there are background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='⇶' - - #######################[ direnv: direnv status (https://direnv.net/) ]######################## - # Direnv color. - typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=178 - # Icon to show when direnv is active. - typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### - # NordVPN connection indicator color. - typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=39 - # Hide NordVPN connection indicator when not connected. - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION= - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION= - # Custom icon. - # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## - # Ranger shell color. - typeset -g POWERLEVEL9K_RANGER_FOREGROUND=178 - # Custom icon. - # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### - # Nnn shell color. - typeset -g POWERLEVEL9K_NNN_FOREGROUND=72 - # Custom icon. - # typeset -g POWERLEVEL9K_NNN_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########################[ vim_shell: vim shell indicator (:sh) ]########################### - # Vim shell indicator color. - typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=34 - # Icon to show when in a vim shell. - typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]###### - # Midnight Commander shell color. - typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=178 - # Icon to show when in a midnight commander shell. - typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ######################################[ ram: free RAM ]####################################### - # RAM color. - typeset -g POWERLEVEL9K_RAM_FOREGROUND=66 - # Custom icon. - # typeset -g POWERLEVEL9K_RAM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################################[ load: CPU load ]###################################### - # Show average CPU load over this many last minutes. Valid values are 1, 5 and 15. - typeset -g POWERLEVEL9K_LOAD_WHICH=5 - # Load color when load is under 50%. - typeset -g POWERLEVEL9K_LOAD_NORMAL_FOREGROUND=66 - # Load color when load is between 50% and 70%. - typeset -g POWERLEVEL9K_LOAD_WARNING_FOREGROUND=178 - # Load color when load is over 70%. - typeset -g POWERLEVEL9K_LOAD_CRITICAL_FOREGROUND=166 - # Custom icon. - # typeset -g POWERLEVEL9K_LOAD_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ todo: todo items (https://github.com/todotxt/todo.txt-cli) ]################ - # Todo color. - typeset -g POWERLEVEL9K_TODO_FOREGROUND=110 - # Hide todo when the total number of tasks is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL=true - # Hide todo when the number of tasks after filtering is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED=false - - # Todo format. The following parameters are available within the expansion. - # - # - P9K_TODO_TOTAL_TASK_COUNT The total number of tasks. - # - P9K_TODO_FILTERED_TASK_COUNT The number of tasks after filtering. - # - # These variables correspond to the last line of the output of `todo.sh -p ls`: - # - # TODO: 24 of 42 tasks shown - # - # Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT. - # - # typeset -g POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT' - - # Custom icon. - # typeset -g POWERLEVEL9K_TODO_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##################################[ context: user@hostname ]################################## - # Context color when running with privileges. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=178 - # Context color in SSH without privileges. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=180 - # Default context color (no privileges, no SSH). - typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 - - # Context format when running with privileges: bold user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m' - # Context format when in SSH without privileges: user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%m' - # Default context format (no privileges, no SSH): user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' - - # Don't show context unless running with privileges or in SSH. - # Tip: Remove the next line to always show context. - typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= - - # Custom icon. - # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_CONTEXT_PREFIX='%fwith ' - - ###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]### - # Python virtual environment color. - typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37 - # Don't show Python version next to the virtual environment name. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #####################[ anaconda: conda environment (https://conda.io/) ]###################### - # Anaconda environment color. - typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND=37 - # Don't show Python version next to the anaconda environment name. - typeset -g POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_ANACONDA_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ pyenv: python environment (https://github.com/pyenv/pyenv) ]################ - # Pyenv color. - typeset -g POWERLEVEL9K_PYENV_FOREGROUND=37 - # Hide python version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PYENV_SOURCES=(shell local global) - # If set to false, hide python version if it's the same as global: - # $(pyenv version-name) == $(pyenv global). - typeset -g POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ goenv: go environment (https://github.com/syndbg/goenv) ]################ - # Goenv color. - typeset -g POWERLEVEL9K_GOENV_FOREGROUND=37 - # Don't show the current Go version if it's the same as global. - typeset -g POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ nodenv: node.js version from nodenv (https://github.com/nodenv/nodenv) ]########## - # Nodenv color. - typeset -g POWERLEVEL9K_NODENV_FOREGROUND=70 - # Don't show node version if it's the same as global: $(nodenv version-name) == $(nodenv global). - typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_NODENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]############### - # Nvm color. - typeset -g POWERLEVEL9K_NVM_FOREGROUND=70 - # Custom icon. - # typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ############[ nodeenv: node.js environment (https://github.com/ekalinin/nodeenv) ]############ - # Nodeenv color. - typeset -g POWERLEVEL9K_NODEENV_FOREGROUND=70 - # Don't show Node version next to the environment name. - typeset -g POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION=false - # Separate environment name from Node version only with a space. - typeset -g POWERLEVEL9K_NODEENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_NODEENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############################[ node_version: node.js version ]############################### - # Node version color. - typeset -g POWERLEVEL9K_NODE_VERSION_FOREGROUND=70 - # Show node version only when in a directory tree containing package.json. - typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_NODE_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ go_version: go version (https://golang.org) ]######################## - # Go version color. - typeset -g POWERLEVEL9K_GO_VERSION_FOREGROUND=37 - # Show go version only when in a go project subdirectory. - typeset -g POWERLEVEL9K_GO_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_GO_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ rust_version: rustc version (https://www.rust-lang.org) ]################## - # Rust version color. - typeset -g POWERLEVEL9K_RUST_VERSION_FOREGROUND=37 - # Show rust version only when in a rust project subdirectory. - typeset -g POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_RUST_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ dotnet_version: .NET version (https://dotnet.microsoft.com) ]################ - # .NET version color. - typeset -g POWERLEVEL9K_DOTNET_VERSION_FOREGROUND=134 - # Show .NET version only when in a .NET project subdirectory. - typeset -g POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_DOTNET_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ rbenv: ruby version from rbenv (https://github.com/rbenv/rbenv) ]############## - # Rbenv color. - typeset -g POWERLEVEL9K_RBENV_FOREGROUND=168 - # Hide ruby version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_RBENV_SOURCES=(shell local global) - # If set to false, hide ruby version if it's the same as global: - # $(rbenv version-name) == $(rbenv global). - typeset -g POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ rvm: ruby version from rvm (https://rvm.io) ]######################## - # Rvm color. - typeset -g POWERLEVEL9K_RVM_FOREGROUND=168 - # Don't show @gemset at the end. - typeset -g POWERLEVEL9K_RVM_SHOW_GEMSET=false - # Don't show ruby- at the front. - typeset -g POWERLEVEL9K_RVM_SHOW_PREFIX=false - # Custom icon. - # typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ fvm: flutter version management (https://github.com/leoafarias/fvm) ]############ - # Fvm color. - typeset -g POWERLEVEL9K_FVM_FOREGROUND=38 - # Custom icon. - # typeset -g POWERLEVEL9K_FVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ luaenv: lua version from luaenv (https://github.com/cehoffman/luaenv) ]########### - # Lua color. - typeset -g POWERLEVEL9K_LUAENV_FOREGROUND=32 - # Hide lua version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_LUAENV_SOURCES=(shell local global) - # If set to false, hide lua version if it's the same as global: - # $(luaenv version-name) == $(luaenv global). - typeset -g POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_LUAENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ jenv: java version from jenv (https://github.com/jenv/jenv) ]################ - # Java color. - typeset -g POWERLEVEL9K_JENV_FOREGROUND=32 - # Hide java version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_JENV_SOURCES=(shell local global) - # If set to false, hide java version if it's the same as global: - # $(jenv version-name) == $(jenv global). - typeset -g POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_JENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ plenv: perl version from plenv (https://github.com/tokuhirom/plenv) ]############ - # Perl color. - typeset -g POWERLEVEL9K_PLENV_FOREGROUND=67 - # Hide perl version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PLENV_SOURCES=(shell local global) - # If set to false, hide perl version if it's the same as global: - # $(plenv version-name) == $(plenv global). - typeset -g POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PLENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# - # Show kubecontext only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show kubecontext. - typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx' - - # Kubernetes context classes for the purpose of using different colors, icons and expansions with - # different contexts. - # - # POWERLEVEL9K_KUBECONTEXT_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current kubernetes context gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_KUBECONTEXT_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_KUBECONTEXT_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current kubernetes context is "deathray-testing/default", its class is TEST - # because "deathray-testing/default" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=134 - # typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION to specify the content displayed by kubecontext - # segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # Within the expansion the following parameters are always available: - # - # - P9K_CONTENT The content that would've been displayed if there was no content - # expansion defined. - # - P9K_KUBECONTEXT_NAME The current context's name. Corresponds to column NAME in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_CLUSTER The current context's cluster. Corresponds to column CLUSTER in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_NAMESPACE The current context's namespace. Corresponds to column NAMESPACE - # in the output of `kubectl config get-contexts`. If there is no - # namespace, the parameter is set to "default". - # - # If the context points to Google Kubernetes Engine (GKE) or Elastic Kubernetes Service (EKS), - # the following extra parameters are available: - # - # - P9K_KUBECONTEXT_CLOUD_NAME Either "gke" or "eks". - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT Account/project ID. - # - P9K_KUBECONTEXT_CLOUD_ZONE Availability zone. - # - P9K_KUBECONTEXT_CLOUD_CLUSTER Cluster. - # - # P9K_KUBECONTEXT_CLOUD_* parameters are derived from P9K_KUBECONTEXT_CLUSTER. For example, - # if P9K_KUBECONTEXT_CLUSTER is "gke_my-account_us-east1-a_my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=gke - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=my-account - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east1-a - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - # - # If P9K_KUBECONTEXT_CLUSTER is "arn:aws:eks:us-east-1:123456789012:cluster/my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=eks - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=123456789012 - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east-1 - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION= - # Show P9K_KUBECONTEXT_CLOUD_CLUSTER if it's not empty and fall back to P9K_KUBECONTEXT_NAME. - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}' - # Append the current context's namespace if it's not "default". - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${${:-/$P9K_KUBECONTEXT_NAMESPACE}:#/default}' - - # Custom prefix. - # typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX='%fat ' - - ################[ terraform: terraform workspace (https://www.terraform.io) ]################# - # Terraform color. - typeset -g POWERLEVEL9K_TERRAFORM_FOREGROUND=38 - # Custom icon. - # typeset -g POWERLEVEL9K_TERRAFORM_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# - # Show aws only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show aws. - typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi' - - # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current AWS profile gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_AWS_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_AWS_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current AWS profile is "company_test", its class is TEST - # because "company_test" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_AWS_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_AWS_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_AWS_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_AWS_DEFAULT_FOREGROUND=208 - # typeset -g POWERLEVEL9K_AWS_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ aws_eb_env: aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) ]# - # AWS Elastic Beanstalk environment color. - typeset -g POWERLEVEL9K_AWS_EB_ENV_FOREGROUND=70 - # Custom icon. - # typeset -g POWERLEVEL9K_AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]########## - # Show azure only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show azure. - typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi' - # Azure account name color. - typeset -g POWERLEVEL9K_AZURE_FOREGROUND=32 - # Custom icon. - # typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ gcloud: google cloud acccount and project (https://cloud.google.com/) ]########### - # Show gcloud only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show gcloud. - typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs' - # Google cloud color. - typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=32 - - # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default - # is too verbose or not informative enough. - # - # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` - # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` - # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. - # - typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' - - # Custom icon. - # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]# - # Show google_app_cred only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show google_app_cred. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi' - - # Google application credentials classes for the purpose of using different colors, icons and - # expansions with different credentials. - # - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES is an array with even number of elements. The first - # element in each pair defines a pattern against which the current kubernetes context gets - # matched. More specifically, it's P9K_CONTENT prior to the application of context expansion - # (see below) that gets matched. If you unset all POWERLEVEL9K_GOOGLE_APP_CRED_*CONTENT_EXPANSION - # parameters, you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES defines the context class. Patterns are tried in order. - # The first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD - # '*:*test*:*' TEST - # '*' DEFAULT) - # - # If your current Google application credentials is "service_account deathray-testing x@y.com", - # its class is TEST because it doesn't match the pattern '* *prod* *' but does match '* *test* *'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_CONTENT_EXPANSION='$P9K_GOOGLE_APP_CRED_PROJECT_ID' - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD # These values are examples that are unlikely - # '*:*test*:*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_FOREGROUND=32 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_GOOGLE_APP_CRED_CONTENT_EXPANSION to specify the content displayed by - # google_app_cred segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # You can use the following parameters in the expansion. Each of them corresponds to one of the - # fields in the JSON file pointed to by GOOGLE_APPLICATION_CREDENTIALS. - # - # Parameter | JSON key file field - # ---------------------------------+--------------- - # P9K_GOOGLE_APP_CRED_TYPE | type - # P9K_GOOGLE_APP_CRED_PROJECT_ID | project_id - # P9K_GOOGLE_APP_CRED_CLIENT_EMAIL | client_email - # - # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurences of '%' replaced by '%%'. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_CONTENT_EXPANSION='${P9K_GOOGLE_APP_CRED_PROJECT_ID//\%/%%}' - - ###############################[ public_ip: public IP address ]############################### - # Public IP color. - typeset -g POWERLEVEL9K_PUBLIC_IP_FOREGROUND=94 - # Custom icon. - # typeset -g POWERLEVEL9K_PUBLIC_IP_VISUAL_IDENTIFIER_EXPANSION='â­' - - ########################[ vpn_ip: virtual private network indicator ]######################### - # VPN IP color. - typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=81 - # When on VPN, show just an icon without the IP address. - typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= - # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the - # name of the interface. - typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(wg|(.*tun))[0-9]*' - # Icon to show when on VPN. - typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - #########################[ proxy: system-wide http/https/ftp proxy ]########################## - # Proxy color. - typeset -g POWERLEVEL9K_PROXY_FOREGROUND=68 - # Custom icon. - # typeset -g POWERLEVEL9K_PROXY_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################################[ battery: internal battery ]################################# - # Show battery in red when it's below this level and not connected to power supply. - typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20 - typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=160 - # Show battery in green when it's charging or fully charged. - typeset -g POWERLEVEL9K_BATTERY_{CHARGING,CHARGED}_FOREGROUND=70 - # Show battery in yellow when it's discharging. - typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178 - # Battery pictograms going from low to high level of charge. - typeset -g POWERLEVEL9K_BATTERY_STAGES=('%K{232}â–' '%K{232}â–‚' '%K{232}â–ƒ' '%K{232}â–„' '%K{232}â–…' '%K{232}â–†' '%K{232}â–‡' '%K{232}â–ˆ') - # Don't show the remaining time to charge/discharge. - typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false - - ####################################[ time: current time ]#################################### - # Current time color. - typeset -g POWERLEVEL9K_TIME_FOREGROUND=66 - # Format for the current time: 09:51:02. See `man 3 strftime`. - typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' - # If set to true, time will update when you hit enter. This way prompts for the past - # commands will contain the start times of their commands as opposed to the default - # behavior where they contain the end times of their preceding commands. - typeset -g POWERLEVEL9K_TIME_UPDATE_ON_COMMAND=false - # Custom icon. - # typeset -g POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_TIME_PREFIX='%fat ' - - # Example of a user-defined prompt segment. Function prompt_example will be called on every - # prompt if `example` prompt segment is added to POWERLEVEL9K_LEFT_PROMPT_ELEMENTS or - # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS. It displays an icon and orange text greeting the user. - # - # Type `p10k help segment` for documentation and a more sophisticated example. - function prompt_example() { - p10k segment -f 208 -i 'â­' -t 'hello, %n' - } - - # User-defined prompt segments may optionally provide an instant_prompt_* function. Its job - # is to generate the prompt segment for display in instant prompt. See - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - # Powerlevel10k will call instant_prompt_* at the same time as the regular prompt_* function - # and will record all `p10k segment` calls it makes. When displaying instant prompt, Powerlevel10k - # will replay these calls without actually calling instant_prompt_*. It is imperative that - # instant_prompt_* always makes the same `p10k segment` calls regardless of environment. If this - # rule is not observed, the content of instant prompt will be incorrect. - # - # Usually, you should either not define instant_prompt_* or simply call prompt_* from it. If - # instant_prompt_* is not defined for a segment, the segment won't be shown in instant prompt. - function instant_prompt_example() { - # Since prompt_example always makes the same `p10k segment` calls, we can call it from - # instant_prompt_example. This will give us the same `example` prompt segment in the instant - # and regular prompts. - prompt_example - } - - # User-defined prompt segments can be customized the same way as built-in segments. - # typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=208 - # typeset -g POWERLEVEL9K_EXAMPLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt - # when accepting a command line. Supported values: - # - # - off: Don't change prompt when accepting a command line. - # - always: Trim down prompt when accepting a command line. - # - same-dir: Trim down prompt when accepting a command line unless this is the first command - # typed after changing current working directory. - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off - - # Instant prompt mode. - # - # - off: Disable instant prompt. Choose this if you've tried instant prompt and found - # it incompatible with your zsh configuration files. - # - quiet: Enable instant prompt and don't print warnings when detecting console output - # during zsh initialization. Choose this if you've read and understood - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - verbose: Enable instant prompt and print a warning when detecting console output during - # zsh initialization. Choose this if you've never tried instant prompt, haven't - # seen the warning, or if you are unsure what this all means. - typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose - - # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. - # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload - # can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you - # really need it. - typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true - - # If p10k is already loaded, reload configuration. - # This works even with POWERLEVEL9K_DISABLE_HOT_RELOAD=true. - (( ! $+functions[p10k] )) || p10k reload -} - -(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} -'builtin' 'unset' 'p10k_config_opts' diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-pure.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-pure.zsh deleted file mode 100644 index f7a6dd1..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-pure.zsh +++ /dev/null @@ -1,170 +0,0 @@ -# Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure). -# -# Differences from Pure: -# -# - Git: -# - `@c4d3ec2c` instead of something like `v1.4.0~11` when in detached HEAD state. -# - No automatic `git fetch` (the same as in Pure with `PURE_GIT_PULL=0`). -# -# Apart from the differences listed above, the replication of Pure prompt is exact. This includes -# even the questionable parts. For example, just like in Pure, there is no indication of Git status -# being stale; prompt symbol is the same in command, visual and overwrite vi modes; when prompt -# doesn't fit on one line, it wraps around with no attempt to shorten it. -# -# If you like the general style of Pure but not particularly attached to all its quirks, type -# `p10k configure` while having Powerlevel10k theme active and pick "Lean" style. - -# Temporarily change options. -'builtin' 'local' '-a' 'p10k_config_opts' -[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') -[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') -[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') -'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' - -() { - emulate -L zsh - setopt no_unset - - autoload -Uz is-at-least && is-at-least 5.1 || return - - # Unset all configuration options. - unset -m 'POWERLEVEL9K_*' - - # Prompt colors. - local grey=242 - local red=1 - local yellow=3 - local blue=4 - local magenta=5 - local cyan=6 - local white=7 - - # Left prompt segments. - typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( - dir # current directory - vcs # git status - context # user@host - command_execution_time # previous command duration - newline # \n - virtualenv # python virtual environment - prompt_char # prompt symbol - ) - - # Right prompt segments. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=() - - # Basic style options that define the overall prompt look. - typeset -g POWERLEVEL9K_BACKGROUND= # transparent background - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_{LEFT,RIGHT}_WHITESPACE= # no surrounding whitespace - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_SUBSEGMENT_SEPARATOR=' ' # separate segments with a space - typeset -g POWERLEVEL9K_{LEFT,RIGHT}_SEGMENT_SEPARATOR= # no end-of-line symbol - typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION= # no segment icons - - # Add an empty line before each prompt except the first. This doesn't emulate the bug - # in Pure that makes prompt drift down whenever you use the ALT-C binding from fzf or similar. - typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true - - # Magenta prompt symbol if the last command succeeded. - typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS}_FOREGROUND=$magenta - # Red prompt symbol if the last command failed. - typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS}_FOREGROUND=$red - # Default prompt symbol. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='â¯' - # Prompt symbol in command vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='â®' - # Prompt symbol in visual vi mode is the same as in command mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='â®' - # Prompt symbol in overwrite vi mode is the same as in command mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=false - - # Grey Python Virtual Environment. - typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=$grey - # Don't show Python version. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false - typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= - - # Blue current directory. - typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue - - # Context format when root: user@host. The first part white, the rest grey. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE="%F{$white}%n%f%F{$grey}@%m%f" - # Context format when not root: user@host. The whole thing grey. - typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE="%F{$grey}%n@%m%f" - # Don't show context unless root or in SSH. - typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_CONTENT_EXPANSION= - - # Show previous command duration only if it's >= 5s. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=5 - # Don't show fractional seconds. Thus, 7s rather than 7.3s. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 - # Duration format: 1d 2h 3m 4s. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' - # Yellow previous command duration. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=$yellow - - # Grey Git prompt. This makes stale prompts indistinguishable from up-to-date ones. - typeset -g POWERLEVEL9K_VCS_FOREGROUND=$grey - - # Disable async loading indicator to make directories that aren't Git repositories - # indistinguishable from large Git repositories without known state. - typeset -g POWERLEVEL9K_VCS_LOADING_TEXT= - - # Don't wait for Git status even for a millisecond, so that prompt always updates - # asynchronously when Git state changes. - typeset -g POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS=0 - - # Cyan ahead/behind arrows. - typeset -g POWERLEVEL9K_VCS_{INCOMING,OUTGOING}_CHANGESFORMAT_FOREGROUND=$cyan - # Don't show remote branch, current tag or stashes. - typeset -g POWERLEVEL9K_VCS_GIT_HOOKS=(vcs-detect-changes git-untracked git-aheadbehind) - # Don't show the branh icon. - typeset -g POWERLEVEL9K_VCS_BRANCH_ICON= - # When in detached HEAD state, show @commit where branch normally goes. - typeset -g POWERLEVEL9K_VCS_COMMIT_ICON='@' - # Don't show staged, unstaged, untracked indicators. - typeset -g POWERLEVEL9K_VCS_{STAGED,UNSTAGED,UNTRACKED}_ICON=$'\b' - # Show '*' when there are staged, unstaged or untracked files. - typeset -g POWERLEVEL9K_VCS_DIRTY_ICON='*' - # Show '⇣' if local branch is behind remote. - typeset -g POWERLEVEL9K_VCS_INCOMING_CHANGES_ICON='⇣' - # Show '⇡' if local branch is ahead of remote. - typeset -g POWERLEVEL9K_VCS_OUTGOING_CHANGES_ICON='⇡' - # Don't show the number of commits next to the ahead/behind arrows. - typeset -g POWERLEVEL9K_VCS_{COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=1 - # Remove space between '⇣' and '⇡'. - typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${P9K_CONTENT/⇣* ⇡/⇣⇡}' - - # Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt - # when accepting a command line. Supported values: - # - # - off: Don't change prompt when accepting a command line. - # - always: Trim down prompt when accepting a command line. - # - same-dir: Trim down prompt when accepting a command line unless this is the first command - # typed after changing current working directory. - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off - - # Instant prompt mode. - # - # - off: Disable instant prompt. Choose this if you've tried instant prompt and found - # it incompatible with your zsh configuration files. - # - quiet: Enable instant prompt and don't print warnings when detecting console output - # during zsh initialization. Choose this if you've read and understood - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - verbose: Enable instant prompt and print a warning when detecting console output during - # zsh initialization. Choose this if you've never tried instant prompt, haven't - # seen the warning, or if you are unsure what this all means. - typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose - - # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. - # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload - # can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you - # really need it. - typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true - - # If p10k is already loaded, reload configuration. - # This works even with POWERLEVEL9K_DISABLE_HOT_RELOAD=true. - (( ! $+functions[p10k] )) || p10k reload -} - -(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} -'builtin' 'unset' 'p10k_config_opts' diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-rainbow.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-rainbow.zsh deleted file mode 100644 index 3cfeb8a..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/config/p10k-rainbow.zsh +++ /dev/null @@ -1,1156 +0,0 @@ -# Config for Powerlevel10k with powerline prompt style with colorful background. -# Type `p10k configure` to generate your own config based on it. -# -# Tip: Looking for a nice color? Here's a one-liner to print colormap. -# -# for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done - -# Temporarily change options. -'builtin' 'local' '-a' 'p10k_config_opts' -[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') -[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') -[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') -'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' - -() { - emulate -L zsh - setopt no_unset extended_glob - - # Unset all configuration options. This allows you to apply configiguration changes without - # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*' - - autoload -Uz is-at-least && is-at-least 5.1 || return - - zmodload zsh/langinfo - if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then - local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8} - fi - - # The list of segments shown on the left. Fill it with the most important segments. - typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - # os_icon # os identifier - dir # current directory - vcs # git status - # =========================[ Line #2 ]========================= - newline - # prompt_char # prompt symbol - ) - - # The list of segments shown on the right. Fill it with less important segments. - # Right prompt on the last prompt line (where you are typing your commands) gets - # automatically hidden when the input line reaches it. Right prompt above the - # last prompt line gets hidden if it would overlap with left prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( - # =========================[ Line #1 ]========================= - status # exit code of the last command - command_execution_time # duration of the last command - background_jobs # presence of background jobs - direnv # direnv status (https://direnv.net/) - virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) - anaconda # conda environment (https://conda.io/) - pyenv # python environment (https://github.com/pyenv/pyenv) - goenv # go environment (https://github.com/syndbg/goenv) - nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) - nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) - nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) - # node_version # node.js version - # go_version # go version (https://golang.org) - # rust_version # rustc version (https://www.rust-lang.org) - # dotnet_version # .NET version (https://dotnet.microsoft.com) - rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) - rvm # ruby version from rvm (https://rvm.io) - fvm # flutter version management (https://github.com/leoafarias/fvm) - luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) - jenv # java version from jenv (https://github.com/jenv/jenv) - plenv # perl version from plenv (https://github.com/tokuhirom/plenv) - kubecontext # current kubernetes context (https://kubernetes.io/) - terraform # terraform workspace (https://www.terraform.io) - aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) - aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) - azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) - gcloud # google cloud cli acccount and project (https://cloud.google.com/) - google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) - context # user@hostname - nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) - ranger # ranger shell (https://github.com/ranger/ranger) - nnn # nnn shell (https://github.com/jarun/nnn) - vim_shell # vim shell indicator (:sh) - midnight_commander # midnight commander shell (https://midnight-commander.org/) - vi_mode # vi mode (you don't need this if you've enabled prompt_char) - # vpn_ip # virtual private network indicator - # ram # free RAM - # load # CPU load - todo # todo items (https://github.com/todotxt/todo.txt-cli) - # time # current time - # =========================[ Line #2 ]========================= - newline - # public_ip # public IP address - # proxy # system-wide http/https/ftp proxy - # battery # internal battery - # example # example user-defined segment (see prompt_example function below) - ) - - # To disable default icons for all segments, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION=''. - # - # To enable default icons for all segments, don't define POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # or set it to '${P9K_VISUAL_IDENTIFIER}'. - # - # To remove trailing space from all default icons, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # to '${P9K_VISUAL_IDENTIFIER% }'. - # - # To enable default icons for one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}'. - # - # To assign a specific icon to one segment (e.g., dir), set - # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # To assign a specific icon to a segment in a given state (e.g., dir in state NOT_WRITABLE), - # set POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­'. - # - # Note: You can use $'\u2B50' instead of 'â­'. It's especially convenient when specifying - # icons that your text editor cannot render. Don't forget to put $ and use single quotes when - # defining icons via Unicode codepoints. - # - # Note: Many default icons cannot be displayed with system fonts. You'll need to install a - # capable font to use them. See POWERLEVEL9K_MODE below. - typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - # This option makes a difference only when default icons are enabled for all or some prompt - # segments (see POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION above). LOCK_ICON can be printed as - # $'\uE0A2', $'\uE138' or $'\uF023' depending on POWERLEVEL9K_MODE. The correct value of this - # parameter depends on the provider of the font your terminal is using. - # - # Font Provider | POWERLEVEL9K_MODE - # ---------------------------------+------------------- - # Powerline | powerline - # Font Awesome | awesome-fontconfig - # Adobe Source Code Pro | awesome-fontconfig - # Source Code Pro | awesome-fontconfig - # Awesome-Terminal Fonts (regular) | awesome-fontconfig - # Awesome-Terminal Fonts (patched) | awesome-patched - # Nerd Fonts | nerdfont-complete - # Other | compatible - # - # If this looks overwhelming, either stick with a preinstalled system font and set - # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from - # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k - # and set POWERLEVEL9K_MODE=nerdfont-complete. - typeset -g POWERLEVEL9K_MODE=nerdfont-complete - - # When set to true, icons appear before content on both sides of the prompt. When set - # to false, icons go after content. If empty or not set, icons go before content in the left - # prompt and after content in the right prompt. - # - # You can also override it for a specific segment: - # - # POWERLEVEL9K_STATUS_ICON_BEFORE_CONTENT=false - # - # Or for a specific segment in specific state: - # - # POWERLEVEL9K_DIR_NOT_WRITABLE_ICON_BEFORE_CONTENT=false - typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT= - - # Add an empty line before each prompt. - typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true - - # Connect left prompt lines with these symbols. You'll probably want to use the same color - # as POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND below. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%242F╭─' - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX='%242F├─' - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%242F╰─' - # Connect right prompt lines with these symbols. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX='%242F─╮' - typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX='%242F─┤' - typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX='%242F─╯' - - # Filler between left and right prompt on the first prompt line. You can set it to ' ', '·' or - # '─'. The last two make it easier to see the alignment between left and right prompt and to - # separate prompt from command output. You might want to set POWERLEVEL9K_PROMPT_ADD_NEWLINE=false - # for more compact prompt if using using this option. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_BACKGROUND= - if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then - # The color of the filler. You'll probably want to match the color of POWERLEVEL9K_MULTILINE - # ornaments defined above. - typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=242 - # Start filler from the edge of the screen if there are no left segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_FIRST_SEGMENT_END_SYMBOL='%{%}' - # End filler on the edge of the screen if there are no right segments on the first line. - typeset -g POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='%{%}' - fi - - # Separator between same-color segments on the left. - typeset -g POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR='\uE0B1' - # Separator between same-color segments on the right. - typeset -g POWERLEVEL9K_RIGHT_SUBSEGMENT_SEPARATOR='\uE0B3' - # Separator between different-color segments on the left. - typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\uE0B0' - # Separator between different-color segments on the right. - typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR='\uE0B2' - # The right end of left prompt. - typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='\uE0B0' - # The left end of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='\uE0B2' - # The left end of left prompt. - typeset -g POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - # The right end of right prompt. - typeset -g POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL= - # Left prompt terminator for lines without any segments. - typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= - - #################################[ os_icon: os identifier ]################################## - # OS identifier color. - typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=232 - typeset -g POWERLEVEL9K_OS_ICON_BACKGROUND=7 - # Make the icon bold. - typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}' - - ################################[ prompt_char: prompt symbol ]################################ - # Transparent background. - typeset -g POWERLEVEL9K_PROMPT_CHAR_BACKGROUND= - # Green prompt symbol if the last command succeeded. - typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76 - # Red prompt symbol if the last command failed. - typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196 - # Default prompt symbol. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='â¯' - # Prompt symbol in command vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='â®' - # Prompt symbol in visual vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='â…¤' - # Prompt symbol in overwrite vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='â–¶' - typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true - # No line terminator if prompt_char is the last segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= - # No line introducer if prompt_char is the first segment. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= - # No surrounding whitespace. - typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_{LEFT,RIGHT}_WHITESPACE= - - ##################################[ dir: current directory ]################################## - # Current directory background color. - # typeset -g POWERLEVEL9K_DIR_BACKGROUND=4 - # Default current directory foreground color. - typeset -g POWERLEVEL9K_DIR_FOREGROUND=254 - # If directory is too long, shorten some of its segments to the shortest possible unique - # prefix. The shortened directory can be tab-completed to the original. - typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique - # Replace removed segment suffixes with this symbol. - typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= - # Color of the shortened directory segments. - typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=250 - # Color of the anchor directory segments. Anchor segments are never shortened. The first - # segment is always an anchor. - typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=255 - # Display anchor directory segments in bold. - typeset -g POWERLEVEL9K_DIR_ANCHOR_BOLD=true - # Don't shorten directories that contain any of these files. They are anchors. - local anchor_files=( - .bzr - .citc - .git - .hg - .node-version - .python-version - .ruby-version - .shorten_folder_marker - .svn - .terraform - CVS - Cargo.toml - composer.json - go.mod - package.json - ) - typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" - # Don't shorten this many last directory segments. They are anchors. - typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 - # Shorten directory if it's longer than this even if there is space for it. The value can - # be either absolute (e.g., '80') or a percentage of terminal width (e.g, '50%'). If empty, - # directory will be shortened only when prompt doesn't fit or when other parameters demand it - # (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below). - # If set to `0`, directory will always be shortened to its minimum length. - typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=80 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this - # many columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40 - # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least - # COLUMNS * POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT * 0.01 columns for typing commands. - typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT=50 - # If set to true, embed a hyperlink into the directory. Useful for quickly - # opening a directory in the file manager simply by clicking the link. - # Can also be handy when the directory is shortened, as it allows you to see - # the full directory that was used in previous commands. - typeset -g POWERLEVEL9K_DIR_HYPERLINK=false - - # Enable special styling for non-writable directories. - typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=true - # Show this icon when the current directory is not writable. POWERLEVEL9K_DIR_SHOW_WRITABLE - # above must be set to true for this parameter to have effect. - # typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Custom prefix. - # typeset -g POWERLEVEL9K_DIR_PREFIX='in ' - - # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons for different directories. - # It must be an array with 3 * N elements. Each triplet consists of: - # - # 1. A pattern against which the current directory is matched. Matching is done with - # extended_glob option enabled. - # 2. Directory class for the purpose of styling. - # 3. Icon. - # - # Triplets are tried in order. The first triplet whose pattern matches $PWD wins. If there - # are no matches, the directory will have no icon. - # - # Example: - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=( - # '~/work(|/*)' WORK '(╯°□°)╯︵ â”»â”â”»' - # '~(|/*)' HOME '⌂' - # '*' DEFAULT '') - # - # With these settings, the current directory in the prompt may look like this: - # - # (╯°□°)╯︵ â”»â”â”» ~/work/projects/important/urgent - # - # Or like this: - # - # ⌂ ~/best/powerlevel10k - # - # You can also set different colors for directories of different classes. Remember to override - # FOREGROUND, SHORTENED_FOREGROUND and ANCHOR_FOREGROUND for every directory class that you wish - # to have its own color. - # - # typeset -g POWERLEVEL9K_DIR_WORK_BACKGROUND=4 - # typeset -g POWERLEVEL9K_DIR_WORK_FOREGROUND=254 - # typeset -g POWERLEVEL9K_DIR_WORK_SHORTENED_FOREGROUND=250 - # typeset -g POWERLEVEL9K_DIR_WORK_ANCHOR_FOREGROUND=255 - # - # typeset -g POWERLEVEL9K_DIR_CLASSES=() - - #####################################[ vcs: git status ]###################################### - # Version control system colors. - # typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=2 - # typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND=3 - # typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=2 - # typeset -g POWERLEVEL9K_VCS_CONFLICTED_BACKGROUND=3 - # typeset -g POWERLEVEL9K_VCS_LOADING_BACKGROUND=8 - - # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon. - typeset -g POWERLEVEL9K_VCS_BRANCH_ICON= - POWERLEVEL9K_VCS_BRANCH_ICON=${(g::)POWERLEVEL9K_VCS_BRANCH_ICON} - - # Untracked files icon. It's really a question mark, your font isn't broken. - # Change the value of this parameter to show a different icon. - typeset -g POWERLEVEL9K_VCS_UNTRACKED_ICON='?' - POWERLEVEL9K_VCS_UNTRACKED_ICON=${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON} - - # Formatter for Git status. - # - # Example output: master ⇣42⇡42 *42 merge ~42 +42 !42 ?42. - # - # You can edit the function to customize how Git status looks. - # - # VCS_STATUS_* parameters are set by gitstatus plugin. See reference: - # https://github.com/romkatv/gitstatus/blob/master/gitstatus.plugin.zsh. - function my_git_formatter() { - emulate -L zsh - - if [[ -n $P9K_CONTENT ]]; then - # If P9K_CONTENT is not empty, use it. It's either "loading" or from vcs_info (not from - # gitstatus plugin). VCS_STATUS_* parameters are not available in this case. - typeset -g my_git_format=$P9K_CONTENT - return - fi - - # Styling for different parts of Git status. - local meta='%7F' # white foreground - local clean='%0F' # black foreground - local modified='%0F' # black foreground - local untracked='%0F' # black foreground - local conflicted='%1F' # red foreground - - local res - local where # branch or tag - if [[ -n $VCS_STATUS_LOCAL_BRANCH ]]; then - res+="${clean}${POWERLEVEL9K_VCS_BRANCH_ICON}" - where=${(V)VCS_STATUS_LOCAL_BRANCH} - elif [[ -n $VCS_STATUS_TAG ]]; then - res+="${meta}#" - where=${(V)VCS_STATUS_TAG} - fi - - # If local branch name or tag is at most 32 characters long, show it in full. - # Otherwise show the first 12 … the last 12. - (( $#where > 32 )) && where[13,-13]="…" - res+="${clean}${where//\%/%%}" # escape % - - # Display the current Git commit if there is no branch or tag. - # Tip: To always display the current Git commit, remove `[[ -z $where ]] &&` from the next line. - [[ -z $where ]] && res+="${meta}@${clean}${VCS_STATUS_COMMIT[1,8]}" - - # Show tracking branch name if it differs from local branch. - if [[ -n ${VCS_STATUS_REMOTE_BRANCH:#$VCS_STATUS_LOCAL_BRANCH} ]]; then - res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape % - fi - - # ⇣42 if behind the remote. - (( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}" - # ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42. - (( VCS_STATUS_COMMITS_AHEAD && !VCS_STATUS_COMMITS_BEHIND )) && res+=" " - (( VCS_STATUS_COMMITS_AHEAD )) && res+="${clean}⇡${VCS_STATUS_COMMITS_AHEAD}" - # *42 if have stashes. - (( VCS_STATUS_STASHES )) && res+=" ${clean}*${VCS_STATUS_STASHES}" - # 'merge' if the repo is in an unusual state. - [[ -n $VCS_STATUS_ACTION ]] && res+=" ${conflicted}${VCS_STATUS_ACTION}" - # ~42 if have merge conflicts. - (( VCS_STATUS_NUM_CONFLICTED )) && res+=" ${conflicted}~${VCS_STATUS_NUM_CONFLICTED}" - # +42 if have staged changes. - (( VCS_STATUS_NUM_STAGED )) && res+=" ${modified}+${VCS_STATUS_NUM_STAGED}" - # !42 if have unstaged changes. - (( VCS_STATUS_NUM_UNSTAGED )) && res+=" ${modified}!${VCS_STATUS_NUM_UNSTAGED}" - # ?42 if have untracked files. It's really a question mark, your font isn't broken. - # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. - # Remove the next line if you don't want to see untracked files at all. - (( VCS_STATUS_NUM_UNTRACKED )) && res+=" ${untracked}${POWERLEVEL9K_VCS_UNTRACKED_ICON}${VCS_STATUS_NUM_UNTRACKED}" - - typeset -g my_git_format=$res - } - functions -M my_git_formatter 2>/dev/null - - # Disable the default Git status formatting. - typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true - # Install our own Git status formatter. - typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${$((my_git_formatter()))+${my_git_format}}' - # Enable counters for staged, unstaged, etc. - typeset -g POWERLEVEL9K_VCS_{STAGED,UNSTAGED,UNTRACKED,CONFLICTED,COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=-1 - - # Custom icon. - # typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_VCS_PREFIX='on ' - - # Show status of repositories of these types. You can add svn and/or hg if you are - # using them. If you do, your prompt may become slow even when your current directory - # isn't in an svn or hg reposotiry. - typeset -g POWERLEVEL9K_VCS_BACKENDS=(git) - - ##########################[ status: exit code of the last command ]########################### - # Enable OK_PIPE, ERROR_PIPE and ERROR_SIGNAL status states to allow us to enable, disable and - # style them independently from the regular OK and ERROR state. - typeset -g POWERLEVEL9K_STATUS_EXTENDED_STATES=true - - # Status on success. No content, just an icon. No need to show it if prompt_char is enabled as - # it will signify success by turning green. - typeset -g POWERLEVEL9K_STATUS_OK=true - typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' - # typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=2 - # typeset -g POWERLEVEL9K_STATUS_OK_BACKGROUND=0 - - # Status when some part of a pipe command fails but the overall exit status is zero. It may look - # like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true - typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' - # typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=2 - # typeset -g POWERLEVEL9K_STATUS_OK_PIPE_BACKGROUND=0 - - # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as - # it will signify error by turning red. - typeset -g POWERLEVEL9K_STATUS_ERROR=true - typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' - # typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=3 - # typeset -g POWERLEVEL9K_STATUS_ERROR_BACKGROUND=1 - - # Status when the last command was terminated by a signal. - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true - # Use terse signal names: "INT" instead of "SIGINT(2)". - typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false - typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘' - # typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND=3 - # typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_BACKGROUND=1 - - # Status when some part of a pipe command fails and the overall exit status is also non-zero. - # It may look like this: 1|0. - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE=true - typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘' - # typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=3 - # typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_BACKGROUND=1 - - ###################[ command_execution_time: duration of the last command ]################### - # Execution time color. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=0 - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_BACKGROUND=3 - # Show duration of the last command if takes longer than this many seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 - # Show this many fractional digits. Zero means round to seconds. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 - # Duration format: 1d 2h 3m 4s. - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' - # Custom icon. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='took ' - - #######################[ background_jobs: presence of background jobs ]####################### - # Background jobs color. - # typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=6 - # typeset -g POWERLEVEL9K_BACKGROUND_JOBS_BACKGROUND=0 - # Don't show the number of background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false - # Icon to show when there are background jobs. - typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - #######################[ direnv: direnv status (https://direnv.net/) ]######################## - # Direnv color. - # typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=3 - # typeset -g POWERLEVEL9K_DIRENV_BACKGROUND=0 - # Icon to show when direnv is active. - typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### - # NordVPN connection indicator color. - # typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=7 - # typeset -g POWERLEVEL9K_NORDVPN_BACKGROUND=4 - # Hide NordVPN connection indicator when not connected. - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION= - typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION= - # Custom icon. - # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## - # Ranger shell color. - # typeset -g POWERLEVEL9K_RANGER_FOREGROUND=3 - # typeset -g POWERLEVEL9K_RANGER_BACKGROUND=0 - # Custom icon. - # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### - # Nnn shell color. - # typeset -g POWERLEVEL9K_NNN_FOREGROUND=0 - # typeset -g POWERLEVEL9K_NNN_BACKGROUND=6 - # Custom icon. - # typeset -g POWERLEVEL9K_NNN_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########################[ vim_shell: vim shell indicator (:sh) ]########################### - # Vim shell indicator color. - # typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=0 - # typeset -g POWERLEVEL9K_VIM_SHELL_BACKGROUND=2 - # Icon to show when in a vim shell. - typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]###### - # Midnight Commander shell color. - # typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=3 - # typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_BACKGROUND=0 - # Icon to show when in a midnight commander shell. - typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - ###########[ vi_mode: vi mode (you don't need this if you've enabled prompt_char) ]########### - # Foreground color. - typeset -g POWERLEVEL9K_VI_MODE_FOREGROUND=0 - # Text and color for normal (a.k.a. command) vi mode. - typeset -g POWERLEVEL9K_VI_COMMAND_MODE_STRING=NORMAL - typeset -g POWERLEVEL9K_VI_MODE_NORMAL_BACKGROUND=2 - # Text and color for visual vi mode. - typeset -g POWERLEVEL9K_VI_VISUAL_MODE_STRING=VISUAL - typeset -g POWERLEVEL9K_VI_MODE_VISUAL_BACKGROUND=4 - # Text and color for overtype (a.k.a. overwrite and replace) vi mode. - typeset -g POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERTYPE - typeset -g POWERLEVEL9K_VI_MODE_OVERWRITE_BACKGROUND=3 - # Text and color for insert vi mode. - typeset -g POWERLEVEL9K_VI_INSERT_MODE_STRING= - typeset -g POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND=8 - - ######################################[ ram: free RAM ]####################################### - # RAM color. - # typeset -g POWERLEVEL9K_RAM_FOREGROUND=0 - # typeset -g POWERLEVEL9K_RAM_BACKGROUND=3 - # Custom icon. - # typeset -g POWERLEVEL9K_RAM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ######################################[ load: CPU load ]###################################### - # Show average CPU load over this many last minutes. Valid values are 1, 5 and 15. - typeset -g POWERLEVEL9K_LOAD_WHICH=5 - # Load color when load is under 50%. - # typeset -g POWERLEVEL9K_LOAD_NORMAL_FOREGROUND=0 - # typeset -g POWERLEVEL9K_LOAD_NORMAL_BACKGROUND=2 - # Load color when load is between 50% and 70%. - # typeset -g POWERLEVEL9K_LOAD_WARNING_FOREGROUND=0 - # typeset -g POWERLEVEL9K_LOAD_WARNING_BACKGROUND=3 - # Load color when load is over 70%. - # typeset -g POWERLEVEL9K_LOAD_CRITICAL_FOREGROUND=0 - # typeset -g POWERLEVEL9K_LOAD_CRITICAL_BACKGROUND=1 - # Custom icon. - # typeset -g POWERLEVEL9K_LOAD_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ todo: todo items (https://github.com/todotxt/todo.txt-cli) ]################ - # Todo color. - # typeset -g POWERLEVEL9K_TODO_FOREGROUND=0 - # typeset -g POWERLEVEL9K_TODO_BACKGROUND=8 - # Hide todo when the total number of tasks is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL=true - # Hide todo when the number of tasks after filtering is zero. - typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED=false - - # Todo format. The following parameters are available within the expansion. - # - # - P9K_TODO_TOTAL_TASK_COUNT The total number of tasks. - # - P9K_TODO_FILTERED_TASK_COUNT The number of tasks after filtering. - # - # These variables correspond to the last line of the output of `todo.sh -p ls`: - # - # TODO: 24 of 42 tasks shown - # - # Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT. - # - # typeset -g POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT' - - # Custom icon. - # typeset -g POWERLEVEL9K_TODO_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##################################[ context: user@hostname ]################################## - # Context color when running with privileges. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=1 - typeset -g POWERLEVEL9K_CONTEXT_ROOT_BACKGROUND=0 - # Context color in SSH without privileges. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=3 - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_BACKGROUND=0 - # Default context color (no privileges, no SSH). - typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=3 - typeset -g POWERLEVEL9K_CONTEXT_BACKGROUND=0 - - # Context format when running with privileges: user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%n@%m' - # Context format when in SSH without privileges: user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%m' - # Default context format (no privileges, no SSH): user@hostname. - typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' - - # Don't show context unless running with privileges or in SSH. - # Tip: Remove the next line to always show context. - typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= - - # Custom icon. - # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_CONTEXT_PREFIX='with ' - - ###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]### - # Python virtual environment color. - # typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=0 - # typeset -g POWERLEVEL9K_VIRTUALENV_BACKGROUND=4 - # Don't show Python version next to the virtual environment name. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #####################[ anaconda: conda environment (https://conda.io/) ]###################### - # Anaconda environment color. - # typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND=0 - # typeset -g POWERLEVEL9K_ANACONDA_BACKGROUND=4 - # Don't show Python version next to the anaconda environment name. - typeset -g POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSION=false - # Separate environment name from Python version only with a space. - typeset -g POWERLEVEL9K_ANACONDA_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ pyenv: python environment (https://github.com/pyenv/pyenv) ]################ - # Pyenv color. - # typeset -g POWERLEVEL9K_PYENV_FOREGROUND=0 - # typeset -g POWERLEVEL9K_PYENV_BACKGROUND=4 - # Hide python version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PYENV_SOURCES=(shell local global) - # If set to false, hide python version if it's the same as global: - # $(pyenv version-name) == $(pyenv global). - typeset -g POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ goenv: go environment (https://github.com/syndbg/goenv) ]################ - # Goenv color. - # typeset -g POWERLEVEL9K_GOENV_FOREGROUND=0 - # typeset -g POWERLEVEL9K_GOENV_BACKGROUND=4 - # Don't show the current Go version if it's the same as global. - typeset -g POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ nodenv: node.js version from nodenv (https://github.com/nodenv/nodenv) ]########## - # Nodenv color. - # typeset -g POWERLEVEL9K_NODENV_FOREGROUND=2 - # typeset -g POWERLEVEL9K_NODENV_BACKGROUND=0 - # Don't show node version if it's the same as global: $(nodenv version-name) == $(nodenv global). - typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_NODENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]############### - # Nvm color. - # typeset -g POWERLEVEL9K_NVM_FOREGROUND=70 - # Custom icon. - # typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ############[ nodeenv: node.js environment (https://github.com/ekalinin/nodeenv) ]############ - # Nodeenv color. - # typeset -g POWERLEVEL9K_NODEENV_FOREGROUND=2 - # typeset -g POWERLEVEL9K_NODEENV_BACKGROUND=0 - # Don't show Node version next to the environment name. - typeset -g POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION=false - # Separate environment name from Node version only with a space. - typeset -g POWERLEVEL9K_NODEENV_{LEFT,RIGHT}_DELIMITER= - # Custom icon. - # typeset -g POWERLEVEL9K_NODEENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##############################[ node_version: node.js version ]############################### - # Node version color. - # typeset -g POWERLEVEL9K_NODE_VERSION_FOREGROUND=7 - # typeset -g POWERLEVEL9K_NODE_VERSION_BACKGROUND=2 - # Show node version only when in a directory tree containing package.json. - typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_NODE_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ go_version: go version (https://golang.org) ]######################## - # Go version color. - # typeset -g POWERLEVEL9K_GO_VERSION_FOREGROUND=255 - # typeset -g POWERLEVEL9K_GO_VERSION_BACKGROUND=2 - # Show go version only when in a go project subdirectory. - typeset -g POWERLEVEL9K_GO_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_GO_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #################[ rust_version: rustc version (https://www.rust-lang.org) ]################## - # Rust version color. - # typeset -g POWERLEVEL9K_RUST_VERSION_FOREGROUND=0 - # typeset -g POWERLEVEL9K_RUST_VERSION_BACKGROUND=208 - # Show rust version only when in a rust project subdirectory. - typeset -g POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_RUST_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ dotnet_version: .NET version (https://dotnet.microsoft.com) ]################ - # .NET version color. - # typeset -g POWERLEVEL9K_DOTNET_VERSION_FOREGROUND=7 - # typeset -g POWERLEVEL9K_DOTNET_VERSION_BACKGROUND=5 - # Show .NET version only when in a .NET project subdirectory. - typeset -g POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY=true - # Custom icon. - # typeset -g POWERLEVEL9K_DOTNET_VERSION_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ rbenv: ruby version from rbenv (https://github.com/rbenv/rbenv) ]############## - # Rbenv color. - # typeset -g POWERLEVEL9K_RBENV_FOREGROUND=0 - # typeset -g POWERLEVEL9K_RBENV_BACKGROUND=1 - # Hide ruby version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_RBENV_SOURCES=(shell local global) - # If set to false, hide ruby version if it's the same as global: - # $(rbenv version-name) == $(rbenv global). - typeset -g POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - #######################[ rvm: ruby version from rvm (https://rvm.io) ]######################## - # Rvm color. - # typeset -g POWERLEVEL9K_RVM_FOREGROUND=0 - # typeset -g POWERLEVEL9K_RVM_BACKGROUND=240 - # Don't show @gemset at the end. - typeset -g POWERLEVEL9K_RVM_SHOW_GEMSET=false - # Don't show ruby- at the front. - typeset -g POWERLEVEL9K_RVM_SHOW_PREFIX=false - # Custom icon. - # typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ fvm: flutter version management (https://github.com/leoafarias/fvm) ]############ - # Fvm color. - # typeset -g POWERLEVEL9K_FVM_FOREGROUND=0 - # typeset -g POWERLEVEL9K_FVM_BACKGROUND=4 - # Custom icon. - # typeset -g POWERLEVEL9K_FVM_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ luaenv: lua version from luaenv (https://github.com/cehoffman/luaenv) ]########### - # Lua color. - # typeset -g POWERLEVEL9K_LUAENV_FOREGROUND=0 - # typeset -g POWERLEVEL9K_LUAENV_BACKGROUND=4 - # Hide lua version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_LUAENV_SOURCES=(shell local global) - # If set to false, hide lua version if it's the same as global: - # $(luaenv version-name) == $(luaenv global). - typeset -g POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_LUAENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###############[ jenv: java version from jenv (https://github.com/jenv/jenv) ]################ - # Java color. - # typeset -g POWERLEVEL9K_JENV_FOREGROUND=1 - # typeset -g POWERLEVEL9K_JENV_BACKGROUND=7 - # Hide java version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_JENV_SOURCES=(shell local global) - # If set to false, hide java version if it's the same as global: - # $(jenv version-name) == $(jenv global). - typeset -g POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_JENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ###########[ plenv: perl version from plenv (https://github.com/tokuhirom/plenv) ]############ - # Perl color. - # typeset -g POWERLEVEL9K_PLENV_FOREGROUND=0 - # typeset -g POWERLEVEL9K_PLENV_BACKGROUND=4 - # Hide perl version if it doesn't come from one of these sources. - typeset -g POWERLEVEL9K_PLENV_SOURCES=(shell local global) - # If set to false, hide perl version if it's the same as global: - # $(plenv version-name) == $(plenv global). - typeset -g POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW=false - # Custom icon. - # typeset -g POWERLEVEL9K_PLENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################[ terraform: terraform workspace (https://www.terraform.io) ]################# - # Terraform color. - # typeset -g POWERLEVEL9K_TERRAFORM_FOREGROUND=4 - # typeset -g POWERLEVEL9K_TERRAFORM_BACKGROUND=0 - # Custom icon. - # typeset -g POWERLEVEL9K_TERRAFORM_VISUAL_IDENTIFIER_EXPANSION='â­' - - #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# - # Show kubecontext only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show kubecontext. - typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx' - - # Kubernetes context classes for the purpose of using different colors, icons and expansions with - # different contexts. - # - # POWERLEVEL9K_KUBECONTEXT_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current kubernetes context gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_KUBECONTEXT_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_KUBECONTEXT_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current kubernetes context is "deathray-testing/default", its class is TEST - # because "deathray-testing/default" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND=0 - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_BACKGROUND=2 - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=7 - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_BACKGROUND=5 - # typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION to specify the content displayed by kubecontext - # segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # Within the expansion the following parameters are always available: - # - # - P9K_CONTENT The content that would've been displayed if there was no content - # expansion defined. - # - P9K_KUBECONTEXT_NAME The current context's name. Corresponds to column NAME in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_CLUSTER The current context's cluster. Corresponds to column CLUSTER in the - # output of `kubectl config get-contexts`. - # - P9K_KUBECONTEXT_NAMESPACE The current context's namespace. Corresponds to column NAMESPACE - # in the output of `kubectl config get-contexts`. If there is no - # namespace, the parameter is set to "default". - # - # If the context points to Google Kubernetes Engine (GKE) or Elastic Kubernetes Service (EKS), - # the following extra parameters are available: - # - # - P9K_KUBECONTEXT_CLOUD_NAME Either "gke" or "eks". - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT Account/project ID. - # - P9K_KUBECONTEXT_CLOUD_ZONE Availability zone. - # - P9K_KUBECONTEXT_CLOUD_CLUSTER Cluster. - # - # P9K_KUBECONTEXT_CLOUD_* parameters are derived from P9K_KUBECONTEXT_CLUSTER. For example, - # if P9K_KUBECONTEXT_CLUSTER is "gke_my-account_us-east1-a_my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=gke - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=my-account - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east1-a - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - # - # If P9K_KUBECONTEXT_CLUSTER is "arn:aws:eks:us-east-1:123456789012:cluster/my-cluster-01": - # - # - P9K_KUBECONTEXT_CLOUD_NAME=eks - # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=123456789012 - # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east-1 - # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION= - # Show P9K_KUBECONTEXT_CLOUD_CLUSTER if it's not empty and fall back to P9K_KUBECONTEXT_NAME. - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}' - # Append the current context's namespace if it's not "default". - POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${${:-/$P9K_KUBECONTEXT_NAMESPACE}:#/default}' - - # Custom prefix. - # typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX='at ' - - #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# - # Show aws only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show aws. - typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi' - - # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element - # in each pair defines a pattern against which the current AWS profile gets matched. - # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) - # that gets matched. If you unset all POWERLEVEL9K_AWS_*CONTENT_EXPANSION parameters, - # you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_AWS_CLASSES defines the context class. Patterns are tried in order. The - # first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD - # '*test*' TEST - # '*' DEFAULT) - # - # If your current AWS profile is "company_test", its class is TEST - # because "company_test" doesn't match the pattern '*prod*' but does match '*test*'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_AWS_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_AWS_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_AWS_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' - typeset -g POWERLEVEL9K_AWS_CLASSES=( - # '*prod*' PROD # These values are examples that are unlikely - # '*test*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - # typeset -g POWERLEVEL9K_AWS_DEFAULT_FOREGROUND=7 - # typeset -g POWERLEVEL9K_AWS_DEFAULT_BACKGROUND=1 - # typeset -g POWERLEVEL9K_AWS_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ aws_eb_env: aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) ]# - # AWS Elastic Beanstalk environment color. - # typeset -g POWERLEVEL9K_AWS_EB_ENV_FOREGROUND=2 - # typeset -g POWERLEVEL9K_AWS_EB_ENV_BACKGROUND=0 - # Custom icon. - # typeset -g POWERLEVEL9K_AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]########## - # Show azure only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show azure. - typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi' - # Azure account name color. - # typeset -g POWERLEVEL9K_AZURE_FOREGROUND=7 - # typeset -g POWERLEVEL9K_AZURE_BACKGROUND=4 - # Custom icon. - # typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION='â­' - - ##########[ gcloud: google cloud acccount and project (https://cloud.google.com/) ]########### - # Show gcloud only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show gcloud. - typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs' - # Google cloud color. - # typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=7 - # typeset -g POWERLEVEL9K_GCLOUD_BACKGROUND=4 - - # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default - # is too verbose or not informative enough. - # - # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` - # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` - # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. - # - typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' - - # Custom icon. - # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='â­' - - #[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]# - # Show google_app_cred only when the the command you are typing invokes one of these tools. - # Tip: Remove the next line to always show google_app_cred. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi' - - # Google application credentials classes for the purpose of using different colors, icons and - # expansions with different credentials. - # - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES is an array with even number of elements. The first - # element in each pair defines a pattern against which the current kubernetes context gets - # matched. More specifically, it's P9K_CONTENT prior to the application of context expansion - # (see below) that gets matched. If you unset all POWERLEVEL9K_GOOGLE_APP_CRED_*CONTENT_EXPANSION - # parameters, you'll see this value in your prompt. The second element of each pair in - # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES defines the context class. Patterns are tried in order. - # The first match wins. - # - # For example, given these settings: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD - # '*:*test*:*' TEST - # '*' DEFAULT) - # - # If your current Google application credentials is "service_account deathray-testing x@y.com", - # its class is TEST because it doesn't match the pattern '* *prod* *' but does match '* *test* *'. - # - # You can define different colors, icons and content expansions for different classes: - # - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_FOREGROUND=28 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_VISUAL_IDENTIFIER_EXPANSION='â­' - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_CONTENT_EXPANSION='$P9K_GOOGLE_APP_CRED_PROJECT_ID' - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( - # '*:*prod*:*' PROD # These values are examples that are unlikely - # '*:*test*:*' TEST # to match your needs. Customize them as needed. - '*' DEFAULT) - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_FOREGROUND=7 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_BACKGROUND=4 - # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Use POWERLEVEL9K_GOOGLE_APP_CRED_CONTENT_EXPANSION to specify the content displayed by - # google_app_cred segment. Parameter expansions are very flexible and fast, too. See reference: - # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. - # - # You can use the following parameters in the expansion. Each of them corresponds to one of the - # fields in the JSON file pointed to by GOOGLE_APPLICATION_CREDENTIALS. - # - # Parameter | JSON key file field - # ---------------------------------+--------------- - # P9K_GOOGLE_APP_CRED_TYPE | type - # P9K_GOOGLE_APP_CRED_PROJECT_ID | project_id - # P9K_GOOGLE_APP_CRED_CLIENT_EMAIL | client_email - # - # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurences of '%' replaced by '%%'. - typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_CONTENT_EXPANSION='${P9K_GOOGLE_APP_CRED_PROJECT_ID//\%/%%}' - - ###############################[ public_ip: public IP address ]############################### - # Public IP color. - # typeset -g POWERLEVEL9K_PUBLIC_IP_FOREGROUND=7 - # typeset -g POWERLEVEL9K_PUBLIC_IP_BACKGROUND=0 - # Custom icon. - # typeset -g POWERLEVEL9K_PUBLIC_IP_VISUAL_IDENTIFIER_EXPANSION='â­' - - ########################[ vpn_ip: virtual private network indicator ]######################### - # VPN IP color. - # typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=0 - # typeset -g POWERLEVEL9K_VPN_IP_BACKGROUND=6 - # When on VPN, show just an icon without the IP address. - typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= - # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the - # name of the interface. - typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(wg|(.*tun))[0-9]*' - # Icon to show when on VPN. - typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' - - #########################[ proxy: system-wide http/https/ftp proxy ]########################## - # Proxy color. - # typeset -g POWERLEVEL9K_PROXY_FOREGROUND=4 - # typeset -g POWERLEVEL9K_PROXY_BACKGROUND=0 - # Custom icon. - # typeset -g POWERLEVEL9K_PROXY_VISUAL_IDENTIFIER_EXPANSION='â­' - - ################################[ battery: internal battery ]################################# - # Show battery in red when it's below this level and not connected to power supply. - typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20 - typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=1 - # Show battery in green when it's charging or fully charged. - typeset -g POWERLEVEL9K_BATTERY_{CHARGING,CHARGED}_FOREGROUND=2 - # Show battery in yellow when it's discharging. - typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=3 - # Battery pictograms going from low to high level of charge. - typeset -g POWERLEVEL9K_BATTERY_STAGES=('%K{232}â–' '%K{232}â–‚' '%K{232}â–ƒ' '%K{232}â–„' '%K{232}â–…' '%K{232}â–†' '%K{232}â–‡' '%K{232}â–ˆ') - # Don't show the remaining time to charge/discharge. - typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false - # typeset -g POWERLEVEL9K_BATTERY_BACKGROUND=0 - - ####################################[ time: current time ]#################################### - # Current time color. - # typeset -g POWERLEVEL9K_TIME_FOREGROUND=0 - # typeset -g POWERLEVEL9K_TIME_BACKGROUND=7 - # Format for the current time: 09:51:02. See `man 3 strftime`. - typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' - # If set to true, time will update when you hit enter. This way prompts for the past - # commands will contain the start times of their commands as opposed to the default - # behavior where they contain the end times of their preceding commands. - typeset -g POWERLEVEL9K_TIME_UPDATE_ON_COMMAND=false - # Custom icon. - # typeset -g POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_EXPANSION='â­' - # Custom prefix. - # typeset -g POWERLEVEL9K_TIME_PREFIX='at ' - - # Example of a user-defined prompt segment. Function prompt_example will be called on every - # prompt if `example` prompt segment is added to POWERLEVEL9K_LEFT_PROMPT_ELEMENTS or - # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS. It displays an icon and yellow text on red background - # greeting the user. - # - # Type `p10k help segment` for documentation and a more sophisticated example. - function prompt_example() { - p10k segment -b 1 -f 3 -i 'â­' -t 'hello, %n' - } - - # User-defined prompt segments may optionally provide an instant_prompt_* function. Its job - # is to generate the prompt segment for display in instant prompt. See - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - # Powerlevel10k will call instant_prompt_* at the same time as the regular prompt_* function - # and will record all `p10k segment` calls it makes. When displaying instant prompt, Powerlevel10k - # will replay these calls without actually calling instant_prompt_*. It is imperative that - # instant_prompt_* always makes the same `p10k segment` calls regardless of environment. If this - # rule is not observed, the content of instant prompt will be incorrect. - # - # Usually, you should either not define instant_prompt_* or simply call prompt_* from it. If - # instant_prompt_* is not defined for a segment, the segment won't be shown in instant prompt. - function instant_prompt_example() { - # Since prompt_example always makes the same `p10k segment` calls, we can call it from - # instant_prompt_example. This will give us the same `example` prompt segment in the instant - # and regular prompts. - prompt_example - } - - # User-defined prompt segments can be customized the same way as built-in segments. - # typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=3 - # typeset -g POWERLEVEL9K_EXAMPLE_VISUAL_IDENTIFIER_EXPANSION='â­' - - # Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt - # when accepting a command line. Supported values: - # - # - off: Don't change prompt when accepting a command line. - # - always: Trim down prompt when accepting a command line. - # - same-dir: Trim down prompt when accepting a command line unless this is the first command - # typed after changing current working directory. - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off - - # Instant prompt mode. - # - # - off: Disable instant prompt. Choose this if you've tried instant prompt and found - # it incompatible with your zsh configuration files. - # - quiet: Enable instant prompt and don't print warnings when detecting console output - # during zsh initialization. Choose this if you've read and understood - # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. - # - verbose: Enable instant prompt and print a warning when detecting console output during - # zsh initialization. Choose this if you've never tried instant prompt, haven't - # seen the warning, or if you are unsure what this all means. - typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose - - # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. - # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload - # can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you - # really need it. - typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true - - # If p10k is already loaded, reload configuration. - # This works even with POWERLEVEL9K_DISABLE_HOT_RELOAD=true. - (( ! $+functions[p10k] )) || p10k reload -} - -(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} -'builtin' 'unset' 'p10k_config_opts' diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/LICENSE b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/LICENSE deleted file mode 100644 index f288702..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/README.md b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/README.md deleted file mode 100644 index bfe8c3e..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/README.md +++ /dev/null @@ -1 +0,0 @@ -This is a bundled copy of [gitstatus](https://github.com/romkatv/gitstatus) ZSH plugin. diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-linux-x86_64 b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-linux-x86_64 deleted file mode 100755 index f0e6e4d..0000000 Binary files a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/bin/gitstatusd-linux-x86_64 and /dev/null differ diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh deleted file mode 100644 index 7c9073f..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/gitstatus.plugin.zsh +++ /dev/null @@ -1,629 +0,0 @@ -# Copyright 2019 Roman Perepelitsa. -# -# This file is part of GitStatus. It provides ZSH bindings. -# -# GitStatus is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# GitStatus is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GitStatus. If not, see . -# -# ------------------------------------------------------------------ -# -# Example: Start gitstatusd, send it a request, wait for response and print it. -# -# source ~/gitstatus/gitstatus.plugin.zsh -# gitstatus_start MY -# gitstatus_query -d $PWD MY -# typeset -m 'VCS_STATUS_*' -# -# Output: -# -# VCS_STATUS_ACTION='' -# VCS_STATUS_COMMIT=c000eddcff0fb38df2d0137efe24d9d2d900f209 -# VCS_STATUS_COMMITS_AHEAD=0 -# VCS_STATUS_COMMITS_BEHIND=0 -# VCS_STATUS_HAS_CONFLICTED=0 -# VCS_STATUS_HAS_STAGED=0 -# VCS_STATUS_HAS_UNSTAGED=1 -# VCS_STATUS_HAS_UNTRACKED=1 -# VCS_STATUS_INDEX_SIZE=33 -# VCS_STATUS_LOCAL_BRANCH=master -# VCS_STATUS_NUM_CONFLICTED=0 -# VCS_STATUS_NUM_STAGED=0 -# VCS_STATUS_NUM_UNSTAGED=1 -# VCS_STATUS_NUM_STAGED_NEW=0 -# VCS_STATUS_NUM_STAGED_DELETED=0 -# VCS_STATUS_NUM_UNSTAGED_DELETED=0 -# VCS_STATUS_NUM_UNTRACKED=1 -# VCS_STATUS_REMOTE_BRANCH=master -# VCS_STATUS_REMOTE_NAME=origin -# VCS_STATUS_REMOTE_URL=git@github.com:romkatv/powerlevel10k.git -# VCS_STATUS_RESULT=ok-sync -# VCS_STATUS_STASHES=0 -# VCS_STATUS_TAG='' -# VCS_STATUS_WORKDIR=/home/romka/powerlevel10k - -[[ -o 'interactive' ]] || 'return' - -# Temporarily change options. -'builtin' 'local' '-a' '_gitstatus_opts' -[[ ! -o 'aliases' ]] || _gitstatus_opts+=('aliases') -[[ ! -o 'sh_glob' ]] || _gitstatus_opts+=('sh_glob') -[[ ! -o 'no_brace_expand' ]] || _gitstatus_opts+=('no_brace_expand') -'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' - -autoload -Uz add-zsh-hook -zmodload zsh/datetime zsh/system - -typeset -g _gitstatus_plugin_dir=${${(%):-%x}:A:h} - -# Retrives status of a git repo from a directory under its working tree. -# -## Usage: gitstatus_query [OPTION]... NAME -# -# -d STR Directory to query. Defaults to the current directory. Has no effect if GIT_DIR -# is set. -# -c STR Callback function to call once the results are available. Called only after -# gitstatus_query returns 0 with VCS_STATUS_RESULT=tout. -# -t FLOAT Timeout in seconds. Will block for at most this long. If no results are -# available by then: if -c isn't specified, will return 1; otherwise will set -# VCS_STATUS_RESULT=tout and return 0. -# -p Don't compute anything that requires reading Git index. If this option is used, -# the following parameters will be 0: VCS_STATUS_INDEX_SIZE, -# VCS_STATUS_{NUM,HAS}_{STAGED,UNSTAGED,UNTRACKED,CONFLICTED}. -# -# On success sets VCS_STATUS_RESULT to one of the following values: -# -# tout Timed out waiting for data; will call the user-specified callback later. -# norepo-sync The directory isn't a git repo. -# ok-sync The directory is a git repo. -# -# When the callback is called VCS_STATUS_RESULT is set to one of the following values: -# -# norepo-async The directory isn't a git repo. -# ok-async The directory is a git repo. -# -# If VCS_STATUS_RESULT is ok-sync or ok-async, additional variables are set: -# -# VCS_STATUS_WORKDIR Git repo working directory. Not empty. -# VCS_STATUS_COMMIT Commit hash that HEAD is pointing to. Either 40 hex digits or -# empty if there is no HEAD (empty repo). -# VCS_STATUS_LOCAL_BRANCH Local branch name or empty if not on a branch. -# VCS_STATUS_REMOTE_NAME The remote name, e.g. "upstream" or "origin". -# VCS_STATUS_REMOTE_BRANCH Upstream branch name. Can be empty. -# VCS_STATUS_REMOTE_URL Remote URL. Can be empty. -# VCS_STATUS_ACTION Repository state, A.K.A. action. Can be empty. -# VCS_STATUS_INDEX_SIZE The number of files in the index. -# VCS_STATUS_NUM_STAGED The number of staged changes. -# VCS_STATUS_NUM_CONFLICTED The number of conflicted changes. -# VCS_STATUS_NUM_UNSTAGED The number of unstaged changes. -# VCS_STATUS_NUM_UNTRACKED The number of untracked files. -# VCS_STATUS_HAS_STAGED 1 if there are staged changes, 0 otherwise. -# VCS_STATUS_HAS_CONFLICTED 1 if there are conflicted changes, 0 otherwise. -# VCS_STATUS_HAS_UNSTAGED 1 if there are unstaged changes, 0 if there aren't, -1 if -# unknown. -# VCS_STATUS_NUM_STAGED_NEW The number of staged new files. Note that renamed files -# are reported as deleted plus new. -# VCS_STATUS_NUM_STAGED_DELETED The number of staged deleted files. Note that renamed files -# are reported as deleted plus new. -# VCS_STATUS_NUM_UNSTAGED_DELETED The number of unstaged deleted files. Note that renamed files -# are reported as deleted plus new. -# VCS_STATUS_HAS_UNTRACKED 1 if there are untracked files, 0 if there aren't, -1 if -# unknown. -# VCS_STATUS_COMMITS_AHEAD Number of commits the current branch is ahead of upstream. -# Non-negative integer. -# VCS_STATUS_COMMITS_BEHIND Number of commits the current branch is behind upstream. -# Non-negative integer. -# VCS_STATUS_STASHES Number of stashes. Non-negative integer. -# VCS_STATUS_TAG The last tag (in lexicographical order) that points to the same -# commit as HEAD. -# -# The point of reporting -1 via VCS_STATUS_HAS_* is to allow the command to skip scanning files in -# large repos. See -m flag of gitstatus_start. -# -# gitstatus_query returns an error if gitstatus_start hasn't been called in the same shell or -# the call had failed. -# -# !!!!! WARNING: CONCURRENT CALLS WITH THE SAME NAME ARE NOT ALLOWED !!!!! -# -# It's illegal to call gitstatus_query if the last asynchronous call with the same NAME hasn't -# completed yet. If you need to issue concurrent requests, use different NAME arguments. -function gitstatus_query() { - emulate -L zsh - setopt err_return no_unset - - local opt - local dir - local callback - local -F timeout=-1 - local no_diff=0 - while true; do - getopts "d:c:t:p" opt || break - case $opt in - d) dir=$OPTARG;; - c) callback=$OPTARG;; - t) timeout=$OPTARG;; - p) no_diff=1;; - ?) return 1;; - done) break;; - esac - done - (( OPTIND == ARGC )) || { echo "usage: gitstatus_query [OPTION]... NAME" >&2; return 1 } - local name=${*[$OPTIND]} - - local daemon_pid_var=GITSTATUS_DAEMON_PID_${name} - (( ${(P)daemon_pid_var:-0} > 0 )) - - # Verify that gitstatus_query is running in the same process that ran gitstatus_start. - local client_pid_var=_GITSTATUS_CLIENT_PID_${name} - [[ ${(P)client_pid_var} == $$ ]] - - [[ -z ${GIT_DIR:-} ]] && { - [[ $dir == /* ]] || dir=${(%):-%/}/$dir - } || { - [[ $GIT_DIR == /* ]] && dir=:$GIT_DIR || dir=:${(%):-%/}/$GIT_DIR - } - - local req_fd_var=_GITSTATUS_REQ_FD_${name} - local -i req_fd=${(P)req_fd_var} - local -r req_id="$EPOCHREALTIME" - echo -nE $req_id' '$callback$'\x1f'$dir$'\x1f'$no_diff$'\x1e' >&$req_fd - - while true; do - _gitstatus_process_response $name $timeout $req_id - [[ $VCS_STATUS_RESULT == *-async ]] || break - done - - [[ $VCS_STATUS_RESULT != tout || -n $callback ]] -} - -function _gitstatus_process_response() { - emulate -L zsh - setopt err_return no_unset - - local name=$1 - local -F timeout=$2 - local req_id=$3 - local resp_fd_var=_GITSTATUS_RESP_FD_${name} - local -i dirty_max_index_size=_GITSTATUS_DIRTY_MAX_INDEX_SIZE_${name} - - typeset -g VCS_STATUS_RESULT - (( timeout >= 0 )) && local -a t=(-t $timeout) || local -a t=() - local -a resp - local IFS=$'\x1f' - read -rd $'\x1e' -u ${(P)resp_fd_var} $t -A resp || { - VCS_STATUS_RESULT=tout - return - } - - local -a header=("${(@Q)${(z)resp[1]}}") - [[ ${header[1]} == $req_id ]] && local -i ours=1 || local -i ours=0 - shift header - [[ ${resp[2]} == 1 ]] && { - (( ours )) && VCS_STATUS_RESULT=ok-sync || VCS_STATUS_RESULT=ok-async - typeset -g VCS_STATUS_WORKDIR="${resp[3]}" - typeset -g VCS_STATUS_COMMIT="${resp[4]}" - typeset -g VCS_STATUS_LOCAL_BRANCH="${resp[5]}" - typeset -g VCS_STATUS_REMOTE_BRANCH="${resp[6]}" - typeset -g VCS_STATUS_REMOTE_NAME="${resp[7]}" - typeset -g VCS_STATUS_REMOTE_URL="${resp[8]}" - typeset -g VCS_STATUS_ACTION="${resp[9]}" - typeset -gi VCS_STATUS_INDEX_SIZE="${resp[10]}" - typeset -gi VCS_STATUS_NUM_STAGED="${resp[11]}" - typeset -gi VCS_STATUS_NUM_UNSTAGED="${resp[12]}" - typeset -gi VCS_STATUS_NUM_CONFLICTED="${resp[13]}" - typeset -gi VCS_STATUS_NUM_UNTRACKED="${resp[14]}" - typeset -gi VCS_STATUS_COMMITS_AHEAD="${resp[15]}" - typeset -gi VCS_STATUS_COMMITS_BEHIND="${resp[16]}" - typeset -gi VCS_STATUS_STASHES="${resp[17]}" - typeset -g VCS_STATUS_TAG="${resp[18]}" - typeset -gi VCS_STATUS_NUM_UNSTAGED_DELETED="${resp[19]}" - typeset -gi VCS_STATUS_NUM_STAGED_NEW="${resp[20]:-0}" - typeset -gi VCS_STATUS_NUM_STAGED_DELETED="${resp[21]:-0}" - typeset -gi VCS_STATUS_HAS_STAGED=$((VCS_STATUS_NUM_STAGED > 0)) - (( dirty_max_index_size >= 0 && VCS_STATUS_INDEX_SIZE > dirty_max_index_size )) && { - typeset -gi VCS_STATUS_HAS_UNSTAGED=-1 - typeset -gi VCS_STATUS_HAS_CONFLICTED=-1 - typeset -gi VCS_STATUS_HAS_UNTRACKED=-1 - } || { - typeset -gi VCS_STATUS_HAS_UNSTAGED=$((VCS_STATUS_NUM_UNSTAGED > 0)) - typeset -gi VCS_STATUS_HAS_CONFLICTED=$((VCS_STATUS_NUM_CONFLICTED > 0)) - typeset -gi VCS_STATUS_HAS_UNTRACKED=$((VCS_STATUS_NUM_UNTRACKED > 0)) - } - } || { - (( ours )) && VCS_STATUS_RESULT=norepo-sync || VCS_STATUS_RESULT=norepo-async - unset VCS_STATUS_WORKDIR - unset VCS_STATUS_COMMIT - unset VCS_STATUS_LOCAL_BRANCH - unset VCS_STATUS_REMOTE_BRANCH - unset VCS_STATUS_REMOTE_NAME - unset VCS_STATUS_REMOTE_URL - unset VCS_STATUS_ACTION - unset VCS_STATUS_INDEX_SIZE - unset VCS_STATUS_NUM_STAGED - unset VCS_STATUS_NUM_UNSTAGED - unset VCS_STATUS_NUM_CONFLICTED - unset VCS_STATUS_NUM_UNTRACKED - unset VCS_STATUS_HAS_STAGED - unset VCS_STATUS_HAS_UNSTAGED - unset VCS_STATUS_HAS_CONFLICTED - unset VCS_STATUS_HAS_UNTRACKED - unset VCS_STATUS_COMMITS_AHEAD - unset VCS_STATUS_COMMITS_BEHIND - unset VCS_STATUS_STASHES - unset VCS_STATUS_TAG - unset VCS_STATUS_NUM_UNSTAGED_DELETED - unset VCS_STATUS_NUM_STAGED_NEW - unset VCS_STATUS_NUM_STAGED_DELETED - } - - (( ! ours )) && (( #header )) && emulate -L zsh && "${header[@]}" || true -} - -# Starts gitstatusd in the background. Does nothing and succeeds if gitstatusd is already running. -# -# Usage: gitstatus_start [OPTION]... NAME -# -# -t FLOAT Fail the self-check on initialization if not getting a response from gitstatusd for -# this this many seconds. Defaults to 5. -# -# -s INT Report at most this many staged changes; negative value means infinity. -# Defaults to 1. -# -# -u INT Report at most this many unstaged changes; negative value means infinity. -# Defaults to 1. -# -# -c INT Report at most this many conflicted changes; negative value means infinity. -# Defaults to 1. -# -# -d INT Report at most this many untracked files; negative value means infinity. -# Defaults to 1. -# -# -m INT Report -1 unstaged, untracked and conflicted if there are more than this many -# files in the index. Negative value means infinity. Defaults to -1. -# -# -e Count files within untracked directories like `git status --untracked-files`. -# -# -U Unless this option is specified, report zero untracked files for repositories -# with status.showUntrackedFiles = false. -# -# -W Unless this option is specified, report zero untracked files for repositories -# with bash.showUntrackedFiles = false. -# -# -D Unless this option is specified, report zero staged, unstaged and conflicted -# changes for repositories with bash.showDirtyState = false. -function gitstatus_start() { - emulate -L zsh - setopt err_return no_unset no_bg_nice - - local opt - local -F timeout=5 - local -i max_num_staged=1 - local -i max_num_unstaged=1 - local -i max_num_conflicted=1 - local -i max_num_untracked=1 - local -i dirty_max_index_size=-1 - local -i async - local -a extra_flags=() - while true; do - getopts "t:s:u:c:d:m:eaUWD" opt || break - case $opt in - a) async=1;; - t) timeout=$OPTARG;; - s) max_num_staged=$OPTARG;; - u) max_num_unstaged=$OPTARG;; - c) max_num_conflicted=$OPTARG;; - d) max_num_untracked=$OPTARG;; - m) dirty_max_index_size=$OPTARG;; - e) extra_flags+='--recurse-untracked-dirs';; - +e) extra_flags=(${(@)extra_flags:#--recurse-untracked-dirs});; - U) extra_flags+='--ignore-status-show-untracked-files';; - +U) extra_flags=(${(@)extra_flags:#--ignore-status-show-untracked-files});; - W) extra_flags+='--ignore-bash-show-untracked-files';; - +W) extra_flags=(${(@)extra_flags:#--ignore-bash-show-untracked-files});; - D) extra_flags+='--ignore-bash-show-dirty-state';; - +D) extra_flags=(${(@)extra_flags:#--ignore-bash-show-dirty-state});; - ?) return 1;; - esac - done - - (( timeout > 0 )) || { echo "invalid -t: $timeout" >&2; return 1 } - (( OPTIND == ARGC )) || { echo "usage: gitstatus_start [OPTION]... NAME" >&2; return 1 } - local name=${*[$OPTIND]} - - local lock_file req_fifo resp_fifo log_level - local log_file=/dev/null xtrace_file=/dev/null - local -i stderr_fd lock_fd req_fd resp_fd daemon_pid - local daemon_pid_var=GITSTATUS_DAEMON_PID_${name} - (( $+parameters[$daemon_pid_var] )) && { - (( ! async )) || return 0 - daemon_pid=${(P)daemon_pid_var} - (( daemon_pid == -1 )) || return 0 - local resp_fd_var=_GITSTATUS_RESP_FD_${name} - local log_file_var=GITSTATUS_DAEMON_LOG_${name} - local xtrace_file_var=GITSTATUS_XTRACE_${name} - resp_fd=${(P)resp_fd_var} - log_file=${(P)log_file_var} - xtrace_file=${(P)xtrace_file_var} - } || { - log_level=${GITSTATUS_LOG_LEVEL:-} - [[ -n $log_level || ${GITSTATUS_ENABLE_LOGGING:-0} != 1 ]] || log_level=INFO - [[ -z $log_level ]] || { - log_file=${TMPDIR:-/tmp}/gitstatus.$$.daemon-log.$EPOCHREALTIME.$RANDOM - xtrace_file=${TMPDIR:-/tmp}/gitstatus.$$.xtrace.$EPOCHREALTIME.$RANDOM - } - typeset -g GITSTATUS_DAEMON_LOG_${name}=$log_file - typeset -g GITSTATUS_XTRACE_${name}=$xtrace_file - } - - function gitstatus_start_impl() { - [[ $xtrace_file == /dev/null ]] || { - exec {stderr_fd}>&2 2>>$xtrace_file - setopt xtrace - } - - (( daemon_pid == -1 )) || { - local os - local daemon=${GITSTATUS_DAEMON:-} - [[ -n $daemon ]] || { - os="$(uname -s)" && [[ -n $os ]] - [[ $os != Linux || "$(uname -o)" != Android ]] || os=Android - [[ ${(L)os} != (mingw|msys)* ]] || os=MSYS_NT-10.0 - local arch && arch="$(uname -m)" && [[ -n $arch ]] - daemon=$_gitstatus_plugin_dir/bin/gitstatusd-${os:l}-${arch:l} - } - [[ -x $daemon ]] - - lock_file=${TMPDIR:-/tmp}/gitstatus.$$.lock.$EPOCHREALTIME.$RANDOM - echo -n >$lock_file - zsystem flock -f lock_fd $lock_file - - req_fifo=${TMPDIR:-/tmp}/gitstatus.$$.req.$EPOCHREALTIME.$RANDOM - resp_fifo=${TMPDIR:-/tmp}/gitstatus.$$.resp.$EPOCHREALTIME.$RANDOM - mkfifo $req_fifo $resp_fifo - - local -i threads=${GITSTATUS_NUM_THREADS:-0} - (( threads > 0)) || { - threads=8 - [[ -n $os ]] || { os="$(uname -s)" && [[ -n $os ]] } - case $os in - FreeBSD) (( ! $+commands[sysctl] )) || threads=$(( 2 * $(sysctl -n hw.ncpu) ));; - *) (( ! $+commands[getconf] )) || threads=$(( 2 * $(getconf _NPROCESSORS_ONLN) ));; - esac - (( threads <= 32 )) || threads=32 - } - - local -a daemon_args=( - --lock-fd=3 - --parent-pid=${(q)$} - --num-threads=${(q)threads} - --max-num-staged=${(q)max_num_staged} - --max-num-unstaged=${(q)max_num_unstaged} - --max-num-conflicted=${(q)max_num_conflicted} - --max-num-untracked=${(q)max_num_untracked} - --dirty-max-index-size=${(q)dirty_max_index_size} - --log-level=${(q)log_level:-INFO} - $extra_flags) - - local cmd=" - exec >&4 - echo \$\$ - ${(q)daemon} $daemon_args - if [[ \$? != (0|10) && \$? -le 128 && -f ${(q)daemon}-static ]]; then - ${(q)daemon}-static $daemon_args - fi - echo -nE $'bye\x1f0\x1e'" - local setsid=${commands[setsid]:-/usr/local/opt/util-linux/bin/setsid} - [[ -x $setsid ]] && setsid=${(q)setsid} || setsid= - # Try to use the same executable as the current zsh. Some people like having an ancient - # `zsh` in their PATH while using a newer version. zsh 5.0.2 hangs when enabling `monitor`. - # - # zsh -mc '' &! # hangs when using zsh 5.0.2 - local zsh=${${:-/proc/self/exe}:A} - [[ -x $zsh ]] || zsh=zsh - cmd="cd /; read; unsetopt bg_nice; $setsid ${(q)zsh} -dfxc ${(q)cmd} &!; rm -f ${(q)req_fifo} ${(q)resp_fifo} ${(q)lock_file}" - # We use `zsh -c` instead of plain {} or () to work around bugs in zplug (it hangs on - # startup). Double fork is to daemonize, and so is `setsid`. Note that on macOS `setsid` has - # to be installed manually by running `brew install util-linux`. - $zsh -dfmxc $cmd <$req_fifo >$log_file 2>&1 3<$lock_file 4>$resp_fifo &! - - sysopen -w -o cloexec,sync -u req_fd $req_fifo - sysopen -r -o cloexec -u resp_fd $resp_fifo - echo -nE $'0\nhello\x1f\x1e' >&$req_fd - } - - (( async )) && { - daemon_pid=-1 - } || { - local reply IFS='' - read -ru $resp_fd reply - [[ $reply == <1-> ]] - daemon_pid=reply - - function _gitstatus_process_response_${name}() { - local name=${${(%):-%N}#_gitstatus_process_response_} - (( ARGC == 1 )) && { - _gitstatus_process_response $name 0 '' - true - } || { - gitstatus_stop $name - } - } - zle -F $resp_fd _gitstatus_process_response_${name} - - read -r -d $'\x1e' -u $resp_fd -t $timeout reply - [[ $reply == $'hello\x1f0' ]] - - function _gitstatus_cleanup_$$_${ZSH_SUBSHELL}_${daemon_pid}() { - emulate -L zsh - setopt err_return no_unset - local fname=${(%):-%N} - local prefix=_gitstatus_cleanup_$$_${ZSH_SUBSHELL}_ - [[ $fname == ${prefix}* ]] || return 0 - local -i daemon_pid=${fname#$prefix} - kill -- -$daemon_pid &>/dev/null || true - } - add-zsh-hook zshexit _gitstatus_cleanup_$$_${ZSH_SUBSHELL}_${daemon_pid} - } - - (( ! stderr_fd )) || { - unsetopt xtrace - exec 2>&$stderr_fd {stderr_fd}>&- - stderr_fd=0 - } - } - - gitstatus_start_impl && { - typeset -gi GITSTATUS_DAEMON_PID_${name}=$daemon_pid - (( ! req_fd )) || { - typeset -gi _GITSTATUS_REQ_FD_${name}=$req_fd - typeset -gi _GITSTATUS_RESP_FD_${name}=$resp_fd - typeset -gi _GITSTATUS_LOCK_FD_${name}=$lock_fd - typeset -gi _GITSTATUS_CLIENT_PID_${name}=$$ - typeset -gi _GITSTATUS_DIRTY_MAX_INDEX_SIZE_${name}=$dirty_max_index_size - } - unset -f gitstatus_start_impl - } || { - unsetopt err_return - add-zsh-hook -d zshexit _gitstatus_cleanup_$$_${ZSH_SUBSHELL}_${daemon_pid} - (( $+functions[_gitstatus_process_response_${name}] )) && { - zle -F $resp_fd - unfunction _gitstatus_process_response_${name} - } - (( resp_fd )) && exec {resp_fd}>&- - (( req_fd )) && exec {req_fd}>&- - (( lock_fd )) && zsystem flock -u $lock_fd - (( stderr_fd )) && { exec 2>&$stderr_fd {stderr_fd}>&- } - (( daemon_pid > 0 )) && kill -- -$daemon_pid &>/dev/null - - rm -f $lock_file $req_fifo $resp_fifo - unset -f gitstatus_start_impl - - unset GITSTATUS_DAEMON_PID_${name} - unset _GITSTATUS_REQ_FD_${name} - unset _GITSTATUS_RESP_FD_${name} - unset _GITSTATUS_LOCK_FD_${name} - unset _GITSTATUS_CLIENT_PID_${name} - unset _GITSTATUS_DIRTY_MAX_INDEX_SIZE_${name} - - >&2 print -P '[%F{red}ERROR%f]: gitstatus failed to initialize.' - >&2 echo -E '' - >&2 echo -E ' Your git prompt may disappear or become slow.' - if [[ -s $xtrace_file ]]; then - >&2 echo -E '' - >&2 echo -E " The content of ${(q-)xtrace_file} (gitstatus_start_impl xtrace):" - >&2 print -P '%F{yellow}' - >&2 awk '{print " " $0}' <$xtrace_file - >&2 print -P '%F{red} ^ this command failed%f' - fi - if [[ -s $log_file ]]; then - >&2 echo -E '' - >&2 echo -E " The content of ${(q-)log_file} (gitstatus daemon log):" - >&2 print -P '%F{yellow}' - >&2 awk '{print " " $0}' <$log_file - >&2 print -nP '%f' - fi - if [[ ${GITSTATUS_LOG_LEVEL:-} == DEBUG ]]; then - >&2 echo -E '' - >&2 echo -E ' Your system information:' - >&2 print -P '%F{yellow}' - >&2 echo -E " zsh: $ZSH_VERSION" - >&2 echo -E " uname -a: $(uname -a)" - >&2 print -P '%f' - >&2 echo -E ' If you need help, open an issue and attach this whole error message to it:' - >&2 echo -E '' - >&2 print -P ' %F{green}https://github.com/romkatv/gitstatus/issues/new%f' - else - >&2 echo -E '' - >&2 echo -E ' Run the following command to retry with extra diagnostics:' - >&2 print -P '%F{green}' - local env="GITSTATUS_LOG_LEVEL=DEBUG" - if [[ -n ${GITSTATUS_NUM_THREADS:-} ]]; then - env+=" GITSTATUS_NUM_THREADS=${(q)GITSTATUS_NUM_THREADS}" - fi - if [[ -n ${GITSTATUS_DAEMON:-} ]]; then - env+=" GITSTATUS_DAEMON=${(q)GITSTATUS_DAEMON}" - fi - >&2 echo -nE " ${env} gitstatus_start ${(@q-)*}" - >&2 print -P '%f' - >&2 echo -E '' - local zshrc='~/.zshrc' - [[ -n ${ZDOTDIR:-} ]] && zshrc=${(D):-$ZDOTDIR/.zshrc} - >&2 echo -E " If this command produces no output, add the following parameter to $zshrc:" - >&2 echo -E '' - >&2 print -P '%F{green} GITSTATUS_LOG_LEVEL=DEBUG%f' - >&2 echo -E '' - >&2 echo -E ' With this parameter, gitstatus will print additional information on error.' - fi - - return 1 - } -} - -# Stops gitstatusd if it's running. -# -# Usage: gitstatus_stop NAME. -function gitstatus_stop() { - emulate -L zsh - setopt no_unset - (( ARGC == 1 )) || { echo "usage: gitstatus_stop NAME" >&2; return 1 } - - local name=$1 - - local req_fd_var=_GITSTATUS_REQ_FD_${name} - local resp_fd_var=_GITSTATUS_RESP_FD_${name} - local lock_fd_var=_GITSTATUS_LOCK_FD_${name} - local daemon_pid_var=GITSTATUS_DAEMON_PID_${name} - local client_pid_var=_GITSTATUS_CLIENT_PID_${name} - local dirty_size_var=_GITSTATUS_DIRTY_MAX_INDEX_SIZE_${name} - - [[ ${(P)daemon_pid_var:-} != -1 ]] || gitstatus_start -t 0 "$name" 2>/dev/null - - local req_fd=${(P)req_fd_var:-} - local resp_fd=${(P)resp_fd_var:-} - local lock_fd=${(P)lock_fd_var:-} - local daemon_pid=${(P)daemon_pid_var:-0} - - local cleanup_func=_gitstatus_cleanup_$$_${ZSH_SUBSHELL}_${daemon_pid} - - (( $+functions[_gitstatus_process_response_${name}] )) && { - zle -F $resp_fd - unfunction _gitstatus_process_response_${name} - } - - (( resp_fd )) && exec {resp_fd}>&- - (( req_fd )) && exec {req_fd}>&- - (( lock_fd )) && zsystem flock -u $lock_fd - (( daemon_pid > 0 )) && kill -- -$daemon_pid &>/dev/null - - unset $req_fd_var $resp_fd_var $lock_fd_var $daemon_pid_var $client_pid_var $dirty_size_var - - if (( $+functions[$cleanup_func] )); then - add-zsh-hook -d zshexit $cleanup_func - unfunction $cleanup_func - fi - - return 0 -} - -# Usage: gitstatus_check NAME. -# -# Returns 0 if and only if `gitstatus_start NAME` has succeeded previously. -# If it returns non-zero, gitstatus_query NAME is guaranteed to return non-zero. -function gitstatus_check() { - emulate -L zsh - (( ARGC == 1 )) || { echo "usage: gitstatus_check NAME" >&2; return 1 } - local daemon_pid_var=GITSTATUS_DAEMON_PID_${1} - (( ${(P)daemon_pid_var:-0} > 0 )) -} - -(( ${#_gitstatus_opts} )) && setopt ${_gitstatus_opts[@]} -'builtin' 'unset' '_gitstatus_opts' diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/pull-upstream.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/pull-upstream.zsh deleted file mode 100755 index 0ec2243..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/gitstatus/pull-upstream.zsh +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/zsh - -emulate -L zsh -setopt err_exit no_unset pipe_fail extended_glob xtrace - -: ${GITSTATUS_DIR:=${${(%):-%x}:A:h}} -: ${GITSTATUS_URL:=https://github.com/romkatv/gitstatus.git} - -readonly GITSTATUS_DIR GITSTATUS_URL -readonly -a IGNORE=(pull-upstream.zsh README.md) - -() { - local repo && repo="$(mktemp -d ${TMPDIR:-/tmp}/gitstatus-pull-upstream.XXXXXXXXXX)" - trap "rm -rf ${(q)repo}" EXIT - git clone --depth 1 $GITSTATUS_URL $repo - - local dst - for dst in $GITSTATUS_DIR/**/*(.,@); do - local f=${dst#$GITSTATUS_DIR/} - (( ! ${IGNORE[(I)$f]} )) || continue - local src=$repo/$f - [[ -f $src ]] && { - mkdir -p ${dst:h} && cp -f $src $dst || return - } || { - rm -f $dst - } - done -} diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/configure.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/configure.zsh deleted file mode 100644 index a627ca6..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/configure.zsh +++ /dev/null @@ -1,76 +0,0 @@ -typeset -gr __p9k_wizard_columns=55 -typeset -gr __p9k_wizard_lines=21 -typeset -gr __p9k_zd=${ZDOTDIR:-$HOME} -typeset -gr __p9k_zd_u=${${${(q)__p9k_zd}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%} -typeset -gr __p9k_cfg_basename=.p10k.zsh -typeset -gr __p9k_cfg_path_o=$__p9k_zd/$__p9k_cfg_basename -typeset -gr __p9k_cfg_path=${__p9k_cfg_path_o:A} -typeset -gr __p9k_cfg_path_u=$__p9k_zd_u/$__p9k_cfg_basename -typeset -gr __p9k_zshrc=${${:-$__p9k_zd/.zshrc}:A} -typeset -gr __p9k_zshrc_u=$__p9k_zd_u/.zshrc -typeset -gr __p9k_root_dir_u=${${${(q)__p9k_root_dir}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%} - -function _p9k_can_configure() { - emulate -L zsh - setopt extended_glob no_prompt_{bang,subst} prompt_percent - [[ $1 == '-q' ]] && local -i q=1 || local -i q=0 - function $0_error() { - (( q )) || print -rP "%1F[ERROR]%f %Bp10k configure%b: $1" >&2 - } - { - [[ -o multibyte ]] || { $0_error "multibyte option is not set"; return 1 } - [[ -e $__p9k_zd ]] || { $0_error "$__p9k_zd_u does not exist"; return 1 } - [[ -d $__p9k_zd ]] || { $0_error "$__p9k_zd_u is not a directory"; return 1 } - [[ -w $__p9k_zd ]] || { $0_error "$__p9k_zd_u is not writable"; return 1 } - [[ ! -d $__p9k_cfg_path ]] || { $0_error "$__p9k_cfg_path_u is a directory"; return 1 } - [[ ! -d $__p9k_zshrc ]] || { $0_error "$__p9k_zshrc_u is a directory"; return 1 } - - [[ ! -e $__p9k_cfg_path || -f $__p9k_cfg_path || -h $__p9k_cfg_path ]] || { - $0_error "$__p9k_cfg_path_u is a special file" - return 1 - } - [[ -r $__p9k_root_dir/config/p10k-lean.zsh ]] || { - $0_error "cannot read $__p9k_root_dir_u/config/p10k-lean.zsh" - return 1 - } - [[ -r $__p9k_root_dir/config/p10k-classic.zsh ]] || { - $0_error "cannot read $__p9k_root_dir_u/config/p10k-classic.zsh" - return 1 - } - [[ ! -e $__p9k_zshrc || -f $__p9k_zshrc || -h $__p9k_zshrc ]] || { - $0_error "$__p9k_zshrc_u a special file" - return 1 - } - [[ ! -e $__p9k_zshrc || -r $__p9k_zshrc ]] || { - $0_error "$__p9k_zshrc_u is not readable" - return 1 - } - [[ ! -e $__p9k_zshrc || -w $__p9k_zshrc ]] || { - $0_error "$__p9k_zshrc_u is not writable" - return 1 - } - (( LINES >= __p9k_wizard_lines && COLUMNS >= __p9k_wizard_columns )) || { - $0_error "terminal size too small; must be at least $__p9k_wizard_columns x $__p9k_wizard_lines" - return 1 - } - [[ -t 0 && -t 1 ]] || { $0_error "no TTY"; return 2 } - return 0 - } always { - unfunction $0_error - } -} - -function p9k_configure() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - ( - set -- -f - source $__p9k_root_dir/internal/wizard.zsh - ) - local ret=$? - case $ret in - 0) source $__p9k_cfg_path; _p9k__force_must_init=1;; - 69) return 0;; - *) return $ret;; - esac -} diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/icons.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/icons.zsh deleted file mode 100644 index f9dc4ed..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/icons.zsh +++ /dev/null @@ -1,627 +0,0 @@ -typeset -gA icons - -function _p9k_init_icons() { - [[ $+_p9k_icon_mode == 1 && $_p9k_icon_mode == $POWERLEVEL9K_MODE ]] && return - typeset -g _p9k_icon_mode=$POWERLEVEL9K_MODE - zmodload zsh/langinfo - if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then - typeset -g _p9k_locale=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8} - else - typeset -g _p9k_locale= - fi - - case $POWERLEVEL9K_MODE in - 'flat'|'awesome-patched') - # Awesome-Patched Font required! See: - # https://github.com/gabrielelana/awesome-terminal-fonts/tree/patching-strategy/patched - icons=( - RULER_CHAR '\u2500' # ─ - LEFT_SEGMENT_SEPARATOR '\uE0B0' # î‚° - RIGHT_SEGMENT_SEPARATOR '\uE0B2' #  - LEFT_SEGMENT_END_SEPARATOR ' ' # Whitespace - LEFT_SUBSEGMENT_SEPARATOR '\uE0B1' #  - RIGHT_SUBSEGMENT_SEPARATOR '\uE0B3' #  - CARRIAGE_RETURN_ICON '\u21B5 ' # ↵ - ROOT_ICON '\uE801' # î  - SUDO_ICON '\uE0A2' # ï‚œ - RUBY_ICON '\uE847 ' #  - AWS_ICON '\uE895 ' #  - AWS_EB_ICON '\U1F331' # 🌱 - BACKGROUND_JOBS_ICON '\uE82F ' # î ¯ - TEST_ICON '\uE891 ' #  - TODO_ICON '\u2611' # ☑ - BATTERY_ICON '\uE894 ' #  - DISK_ICON '\uE1AE ' #  - OK_ICON '\u2714' # ✔ - FAIL_ICON '\u2718' # ✘ - SYMFONY_ICON 'SF' - NODE_ICON '\u2B22 ' # ⬢ - MULTILINE_FIRST_PROMPT_PREFIX '\u256D\U2500' # ╭─ - MULTILINE_NEWLINE_PROMPT_PREFIX '\u251C\U2500' # ├─ - MULTILINE_LAST_PROMPT_PREFIX '\u2570\U2500 ' # ╰─ - APPLE_ICON '\uE26E ' #  - WINDOWS_ICON '\uE26F ' #  - FREEBSD_ICON '\U1F608' # 😈 - ANDROID_ICON '\uE270 ' #  - LINUX_ICON '\uE271 ' #  - LINUX_ARCH_ICON '\uE271 ' #  - LINUX_DEBIAN_ICON '\uE271 ' #  - LINUX_RASPBIAN_ICON '\uE271 ' #  - LINUX_UBUNTU_ICON '\uE271 ' #  - LINUX_CENTOS_ICON '\uE271 ' #  - LINUX_COREOS_ICON '\uE271 ' #  - LINUX_ELEMENTARY_ICON '\uE271 ' #  - LINUX_MINT_ICON '\uE271 ' #  - LINUX_FEDORA_ICON '\uE271 ' #  - LINUX_GENTOO_ICON '\uE271 ' #  - LINUX_MAGEIA_ICON '\uE271 ' #  - LINUX_NIXOS_ICON '\uE271 ' #  - LINUX_MANJARO_ICON '\uE271 ' #  - LINUX_DEVUAN_ICON '\uE271 ' #  - LINUX_ALPINE_ICON '\uE271 ' #  - LINUX_AOSC_ICON '\uE271 ' #  - LINUX_OPENSUSE_ICON '\uE271 ' #  - LINUX_SABAYON_ICON '\uE271 ' #  - LINUX_SLACKWARE_ICON '\uE271 ' #  - SUNOS_ICON '\U1F31E' # 🌞 - HOME_ICON '\uE12C ' #  - HOME_SUB_ICON '\uE18D ' # î† - FOLDER_ICON '\uE818 ' # î ˜ - NETWORK_ICON '\uE1AD ' #  - ETC_ICON '\uE82F ' # î ¯ - LOAD_ICON '\uE190 ' # î† - SWAP_ICON '\uE87D ' #  - RAM_ICON '\uE1E2 ' #  - SERVER_ICON '\uE895 ' #  - VCS_UNTRACKED_ICON '\uE16C ' # î…¬ - VCS_UNSTAGED_ICON '\uE17C ' # î…¼ - VCS_STAGED_ICON '\uE168 ' # î…¨ - VCS_STASH_ICON '\uE133 ' #  - #VCS_INCOMING_CHANGES_ICON '\uE1EB ' #  - #VCS_INCOMING_CHANGES_ICON '\uE80D ' # î  - VCS_INCOMING_CHANGES_ICON '\uE131 ' #  - #VCS_OUTGOING_CHANGES_ICON '\uE1EC ' #  - #VCS_OUTGOING_CHANGES_ICON '\uE80E ' # î Ž - VCS_OUTGOING_CHANGES_ICON '\uE132 ' #  - VCS_TAG_ICON '\uE817 ' # î — - VCS_BOOKMARK_ICON '\uE87B' # î¡» - VCS_COMMIT_ICON '\uE821 ' # î ¡ - VCS_BRANCH_ICON '\uE220 ' #  - VCS_REMOTE_BRANCH_ICON '\u2192' # → - VCS_LOADING_ICON '' - VCS_GIT_ICON '\uE20E ' #  - VCS_GIT_GITHUB_ICON '\uE20E ' # - VCS_GIT_BITBUCKET_ICON '\uE20E ' # - VCS_GIT_GITLAB_ICON '\uE20E ' # - VCS_HG_ICON '\uE1C3 ' #  - VCS_SVN_ICON 'svn' - RUST_ICON 'R' - PYTHON_ICON '\uE63C ' #  (doesn't always work) - SWIFT_ICON 'Swift' - GO_ICON 'Go' - PUBLIC_IP_ICON 'IP' - LOCK_ICON '\UE138' #  - EXECUTION_TIME_ICON '\UE89C ' #  - SSH_ICON 'ssh' - VPN_ICON '\UE138' - KUBERNETES_ICON '\U2388 ' # ⎈ - DROPBOX_ICON '\UF16B ' # ï…« (doesn't always work) - DATE_ICON '\uE184 ' #  - TIME_ICON '\uE12E ' # î„® - JAVA_ICON '\U2615' # ☕︎ - LARAVEL_ICON '' - RANGER_ICON '\u2B50' # â­ - MIDNIGHT_COMMANDER_ICON 'mc' - VIM_ICON 'vim' - TERRAFORM_ICON '\U1F6E0\u00A0' # ðŸ› ï¸ - PROXY_ICON '\u2B82' # ⮂ - DOTNET_ICON '.NET' - AZURE_ICON '\u2601' # ☠- DIRENV_ICON '\u25BC' # â–¼ - FLUTTER_ICON 'F' - GCLOUD_ICON 'G' - LUA_ICON 'lua' - PERL_ICON 'perl' - NNN_ICON 'nnn' - ) - ;; - 'awesome-fontconfig') - # fontconfig with awesome-font required! See - # https://github.com/gabrielelana/awesome-terminal-fonts - icons=( - RULER_CHAR '\u2500' # ─ - LEFT_SEGMENT_SEPARATOR '\uE0B0' # î‚° - RIGHT_SEGMENT_SEPARATOR '\uE0B2' #  - LEFT_SEGMENT_END_SEPARATOR ' ' # Whitespace - LEFT_SUBSEGMENT_SEPARATOR '\uE0B1' #  - RIGHT_SUBSEGMENT_SEPARATOR '\uE0B3' #  - CARRIAGE_RETURN_ICON '\u21B5' # ↵ - ROOT_ICON '\uF201 ' # ïˆ - SUDO_ICON '\uF09C ' # ï‚œ - RUBY_ICON '\uF219 ' #  - AWS_ICON '\uF270 ' #  - AWS_EB_ICON '\U1F331' # 🌱 - BACKGROUND_JOBS_ICON '\uF013 ' #  - TEST_ICON '\uF291 ' #  - TODO_ICON '\u2611' # ☑ - BATTERY_ICON '\U1F50B' # 🔋 - DISK_ICON '\uF0A0 ' # ï‚  - OK_ICON '\u2714' # ✔ - FAIL_ICON '\u2718' # ✘ - SYMFONY_ICON 'SF' - NODE_ICON '\u2B22' # ⬢ - MULTILINE_FIRST_PROMPT_PREFIX '\u256D\U2500' # ╭─ - MULTILINE_NEWLINE_PROMPT_PREFIX '\u251C\U2500' # ├─ - MULTILINE_LAST_PROMPT_PREFIX '\u2570\U2500 ' # ╰─ - APPLE_ICON '\uF179 ' # ï…¹ - WINDOWS_ICON '\uF17A ' # îœ - FREEBSD_ICON '\U1F608' # 😈 - ANDROID_ICON '\uE17B ' # ï…» (doesn't always work) - LINUX_ICON '\uF17C ' # ï…¼ - LINUX_ARCH_ICON '\uF17C ' # ï…¼ - LINUX_DEBIAN_ICON '\uF17C ' # ï…¼ - LINUX_RASPBIAN_ICON '\uF17C ' # ï…¼ - LINUX_UBUNTU_ICON '\uF17C ' # ï…¼ - LINUX_CENTOS_ICON '\uF17C ' # ï…¼ - LINUX_COREOS_ICON '\uF17C ' # ï…¼ - LINUX_ELEMENTARY_ICON '\uF17C ' # ï…¼ - LINUX_MINT_ICON '\uF17C ' # ï…¼ - LINUX_FEDORA_ICON '\uF17C ' # ï…¼ - LINUX_GENTOO_ICON '\uF17C ' # ï…¼ - LINUX_MAGEIA_ICON '\uF17C ' # ï…¼ - LINUX_NIXOS_ICON '\uF17C ' # ï…¼ - LINUX_MANJARO_ICON '\uF17C ' # ï…¼ - LINUX_DEVUAN_ICON '\uF17C ' # ï…¼ - LINUX_ALPINE_ICON '\uF17C ' # ï…¼ - LINUX_AOSC_ICON '\uF17C ' # ï…¼ - LINUX_OPENSUSE_ICON '\uF17C ' # ï…¼ - LINUX_SABAYON_ICON '\uF17C ' # ï…¼ - LINUX_SLACKWARE_ICON '\uF17C ' # ï…¼ - SUNOS_ICON '\uF185 ' #  - HOME_ICON '\uF015 ' #  - HOME_SUB_ICON '\uF07C ' # ï¼ - FOLDER_ICON '\uF115 ' # ï„” - ETC_ICON '\uF013 ' #  - NETWORK_ICON '\uF09E ' # ï‚ž - LOAD_ICON '\uF080 ' # ï‚€ - SWAP_ICON '\uF0E4 ' #  - RAM_ICON '\uF0E4 ' #  - SERVER_ICON '\uF233 ' #  - VCS_UNTRACKED_ICON '\uF059 ' # ï™ - VCS_UNSTAGED_ICON '\uF06A ' # ïª - VCS_STAGED_ICON '\uF055 ' # ï• - VCS_STASH_ICON '\uF01C ' #  - VCS_INCOMING_CHANGES_ICON '\uF01A ' #  - VCS_OUTGOING_CHANGES_ICON '\uF01B ' #  - VCS_TAG_ICON '\uF217 ' #  - VCS_BOOKMARK_ICON '\uF27B ' #  - VCS_COMMIT_ICON '\uF221 ' #  - VCS_BRANCH_ICON '\uF126 ' #  - VCS_REMOTE_BRANCH_ICON '\u2192' # → - VCS_LOADING_ICON '' - VCS_GIT_ICON '\uF1D3 ' #  - VCS_GIT_GITHUB_ICON '\uF113 ' # ï„“ - VCS_GIT_BITBUCKET_ICON '\uF171 ' # ï…± - VCS_GIT_GITLAB_ICON '\uF296 ' #  - VCS_HG_ICON '\uF0C3 ' #  - VCS_SVN_ICON 'svn' - RUST_ICON '\uE6A8' #  - PYTHON_ICON '\uE63C ' #  - SWIFT_ICON 'Swift' - GO_ICON 'Go' - PUBLIC_IP_ICON 'IP' - LOCK_ICON '\UF023' #  - EXECUTION_TIME_ICON '\uF253 ' #  - SSH_ICON 'ssh' - VPN_ICON '\uF023' - KUBERNETES_ICON '\U2388' # ⎈ - DROPBOX_ICON '\UF16B ' # ï…« - DATE_ICON '\uF073 ' # ï³ - TIME_ICON '\uF017 ' #  - JAVA_ICON '\U2615' # ☕︎ - LARAVEL_ICON '' - RANGER_ICON '\u2B50' # â­ - MIDNIGHT_COMMANDER_ICON 'mc' - VIM_ICON 'vim' - TERRAFORM_ICON '\U1F6E0\u00A0' # ðŸ› ï¸ - PROXY_ICON '\u2B82' # ⮂ - DOTNET_ICON '.NET' - AZURE_ICON '\u2601' # ☠- DIRENV_ICON '\u25BC' # â–¼ - FLUTTER_ICON 'F' - GCLOUD_ICON 'G' - LUA_ICON 'lua' - PERL_ICON 'perl' - NNN_ICON 'nnn' - ) - ;; - 'awesome-mapped-fontconfig') - # mapped fontconfig with awesome-font required! See - # https://github.com/gabrielelana/awesome-terminal-fonts - # don't forget to source the font maps in your startup script - if [ -z "$AWESOME_GLYPHS_LOADED" ]; then - echo "Powerlevel9k warning: Awesome-Font mappings have not been loaded. - Source a font mapping in your shell config, per the Awesome-Font docs - (https://github.com/gabrielelana/awesome-terminal-fonts), - Or use a different Powerlevel9k font configuration."; - fi - icons=( - RULER_CHAR '\u2500' # ─ - LEFT_SEGMENT_SEPARATOR '\uE0B0' # î‚° - RIGHT_SEGMENT_SEPARATOR '\uE0B2' #  - LEFT_SEGMENT_END_SEPARATOR ' ' # Whitespace - LEFT_SUBSEGMENT_SEPARATOR '\uE0B1' #  - RIGHT_SUBSEGMENT_SEPARATOR '\uE0B3' #  - CARRIAGE_RETURN_ICON '\u21B5' # ↵ - ROOT_ICON "${CODEPOINT_OF_OCTICONS_ZAP:+\\u$CODEPOINT_OF_OCTICONS_ZAP}" - SUDO_ICON "${CODEPOINT_OF_AWESOME_UNLOCK:+\\u$CODEPOINT_OF_AWESOME_UNLOCK }" - RUBY_ICON "${CODEPOINT_OF_OCTICONS_RUBY:+\\u$CODEPOINT_OF_OCTICONS_RUBY }" - AWS_ICON "${CODEPOINT_OF_AWESOME_SERVER:+\\u$CODEPOINT_OF_AWESOME_SERVER }" - AWS_EB_ICON '\U1F331' # 🌱 - BACKGROUND_JOBS_ICON "${CODEPOINT_OF_AWESOME_COG:+\\u$CODEPOINT_OF_AWESOME_COG }" - TEST_ICON "${CODEPOINT_OF_AWESOME_BUG:+\\u$CODEPOINT_OF_AWESOME_BUG }" - TODO_ICON "${CODEPOINT_OF_AWESOME_CHECK_SQUARE_O:+\\u$CODEPOINT_OF_AWESOME_CHECK_SQUARE_O }" - BATTERY_ICON "${CODEPOINT_OF_AWESOME_BATTERY_FULL:+\\U$CODEPOINT_OF_AWESOME_BATTERY_FULL }" - DISK_ICON "${CODEPOINT_OF_AWESOME_HDD_O:+\\u$CODEPOINT_OF_AWESOME_HDD_O }" - OK_ICON "${CODEPOINT_OF_AWESOME_CHECK:+\\u$CODEPOINT_OF_AWESOME_CHECK }" - FAIL_ICON "${CODEPOINT_OF_AWESOME_TIMES:+\\u$CODEPOINT_OF_AWESOME_TIMES}" - SYMFONY_ICON 'SF' - NODE_ICON '\u2B22' # ⬢ - MULTILINE_FIRST_PROMPT_PREFIX '\u256D\U2500' # ╭─ - MULTILINE_NEWLINE_PROMPT_PREFIX '\u251C\U2500' # ├─ - MULTILINE_LAST_PROMPT_PREFIX '\u2570\U2500 ' # ╰─ - APPLE_ICON "${CODEPOINT_OF_AWESOME_APPLE:+\\u$CODEPOINT_OF_AWESOME_APPLE }" - FREEBSD_ICON '\U1F608' # 😈 - LINUX_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_ARCH_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_DEBIAN_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_RASPBIAN_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_UBUNTU_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_CENTOS_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_COREOS_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_ELEMENTARY_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_MINT_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_FEDORA_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_GENTOO_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_MAGEIA_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_NIXOS_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_MANJARO_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_DEVUAN_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_ALPINE_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_AOSC_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_OPENSUSE_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_SABAYON_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - LINUX_SLACKWARE_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX }" - SUNOS_ICON "${CODEPOINT_OF_AWESOME_SUN_O:+\\u$CODEPOINT_OF_AWESOME_SUN_O }" - HOME_ICON "${CODEPOINT_OF_AWESOME_HOME:+\\u$CODEPOINT_OF_AWESOME_HOME }" - HOME_SUB_ICON "${CODEPOINT_OF_AWESOME_FOLDER_OPEN:+\\u$CODEPOINT_OF_AWESOME_FOLDER_OPEN }" - FOLDER_ICON "${CODEPOINT_OF_AWESOME_FOLDER_O:+\\u$CODEPOINT_OF_AWESOME_FOLDER_O }" - ETC_ICON "${CODEPOINT_OF_AWESOME_COG:+\\u$CODEPOINT_OF_AWESOME_COG }" - NETWORK_ICON "${CODEPOINT_OF_AWESOME_RSS:+\\u$CODEPOINT_OF_AWESOME_RSS }" - LOAD_ICON "${CODEPOINT_OF_AWESOME_BAR_CHART:+\\u$CODEPOINT_OF_AWESOME_BAR_CHART }" - SWAP_ICON "${CODEPOINT_OF_AWESOME_DASHBOARD:+\\u$CODEPOINT_OF_AWESOME_DASHBOARD }" - RAM_ICON "${CODEPOINT_OF_AWESOME_DASHBOARD:+\\u$CODEPOINT_OF_AWESOME_DASHBOARD }" - SERVER_ICON "${CODEPOINT_OF_AWESOME_SERVER:+\\u$CODEPOINT_OF_AWESOME_SERVER }" - VCS_UNTRACKED_ICON "${CODEPOINT_OF_AWESOME_QUESTION_CIRCLE:+\\u$CODEPOINT_OF_AWESOME_QUESTION_CIRCLE }" - VCS_UNSTAGED_ICON "${CODEPOINT_OF_AWESOME_EXCLAMATION_CIRCLE:+\\u$CODEPOINT_OF_AWESOME_EXCLAMATION_CIRCLE }" - VCS_STAGED_ICON "${CODEPOINT_OF_AWESOME_PLUS_CIRCLE:+\\u$CODEPOINT_OF_AWESOME_PLUS_CIRCLE }" - VCS_STASH_ICON "${CODEPOINT_OF_AWESOME_INBOX:+\\u$CODEPOINT_OF_AWESOME_INBOX }" - VCS_INCOMING_CHANGES_ICON "${CODEPOINT_OF_AWESOME_ARROW_CIRCLE_DOWN:+\\u$CODEPOINT_OF_AWESOME_ARROW_CIRCLE_DOWN }" - VCS_OUTGOING_CHANGES_ICON "${CODEPOINT_OF_AWESOME_ARROW_CIRCLE_UP:+\\u$CODEPOINT_OF_AWESOME_ARROW_CIRCLE_UP }" - VCS_TAG_ICON "${CODEPOINT_OF_AWESOME_TAG:+\\u$CODEPOINT_OF_AWESOME_TAG }" - VCS_BOOKMARK_ICON "${CODEPOINT_OF_OCTICONS_BOOKMARK:+\\u$CODEPOINT_OF_OCTICONS_BOOKMARK}" - VCS_COMMIT_ICON "${CODEPOINT_OF_OCTICONS_GIT_COMMIT:+\\u$CODEPOINT_OF_OCTICONS_GIT_COMMIT }" - VCS_BRANCH_ICON "${CODEPOINT_OF_OCTICONS_GIT_BRANCH:+\\u$CODEPOINT_OF_OCTICONS_GIT_BRANCH }" - VCS_REMOTE_BRANCH_ICON "${CODEPOINT_OF_OCTICONS_REPO_PUSH:+\\u$CODEPOINT_OF_OCTICONS_REPO_PUSH }" - VCS_LOADING_ICON '' - VCS_GIT_ICON "${CODEPOINT_OF_AWESOME_GIT:+\\u$CODEPOINT_OF_AWESOME_GIT }" - VCS_GIT_GITHUB_ICON "${CODEPOINT_OF_AWESOME_GITHUB_ALT:+\\u$CODEPOINT_OF_AWESOME_GITHUB_ALT }" - VCS_GIT_BITBUCKET_ICON "${CODEPOINT_OF_AWESOME_BITBUCKET:+\\u$CODEPOINT_OF_AWESOME_BITBUCKET }" - VCS_GIT_GITLAB_ICON "${CODEPOINT_OF_AWESOME_GITLAB:+\\u$CODEPOINT_OF_AWESOME_GITLAB }" - VCS_HG_ICON "${CODEPOINT_OF_AWESOME_FLASK:+\\u$CODEPOINT_OF_AWESOME_FLASK }" - VCS_SVN_ICON 'svn' - RUST_ICON '\uE6A8' #  - PYTHON_ICON '\U1F40D' # ðŸ - SWIFT_ICON '\uE655 ' #  - PUBLIC_IP_ICON "${CODEPOINT_OF_AWESOME_GLOBE:+\\u$CODEPOINT_OF_AWESOME_GLOBE }" - LOCK_ICON "${CODEPOINT_OF_AWESOME_LOCK:+\\u$CODEPOINT_OF_AWESOME_LOCK}" - EXECUTION_TIME_ICON "${CODEPOINT_OF_AWESOME_HOURGLASS_END:+\\u$CODEPOINT_OF_AWESOME_HOURGLASS_END }" - SSH_ICON 'ssh' - VPN_ICON "${CODEPOINT_OF_AWESOME_LOCK:+\\u$CODEPOINT_OF_AWESOME_LOCK}" - KUBERNETES_ICON '\U2388' # ⎈ - DROPBOX_ICON "${CODEPOINT_OF_AWESOME_DROPBOX:+\\u$CODEPOINT_OF_AWESOME_DROPBOX }" - DATE_ICON '\uF073 ' # ï³ - TIME_ICON '\uF017 ' #  - JAVA_ICON '\U2615' # ☕︎ - LARAVEL_ICON '' - RANGER_ICON '\u2B50' # â­ - MIDNIGHT_COMMANDER_ICON 'mc' - VIM_ICON 'vim' - TERRAFORM_ICON '\U1F6E0\u00A0' # ðŸ› ï¸ - PROXY_ICON '\u2B82' # ⮂ - DOTNET_ICON '.NET' - AZURE_ICON '\u2601' # ☠- DIRENV_ICON '\u25BC' # â–¼ - FLUTTER_ICON 'F' - GCLOUD_ICON 'G' - LUA_ICON 'lua' - PERL_ICON 'perl' - NNN_ICON 'nnn' - ) - ;; - 'nerdfont-complete'|'nerdfont-fontconfig') - # nerd-font patched (complete) font required! See - # https://github.com/ryanoasis/nerd-fonts - # http://nerdfonts.com/#cheat-sheet - icons=( - RULER_CHAR '\u2500' # ─ - LEFT_SEGMENT_SEPARATOR '\uE0B0' # î‚° - RIGHT_SEGMENT_SEPARATOR '\uE0B2' #  - LEFT_SEGMENT_END_SEPARATOR ' ' # Whitespace - LEFT_SUBSEGMENT_SEPARATOR '\uE0B1' #  - RIGHT_SUBSEGMENT_SEPARATOR '\uE0B3' #  - CARRIAGE_RETURN_ICON '\u21B5' # ↵ - ROOT_ICON '\uE614' #  - SUDO_ICON '\uF09C ' # ï‚œ - RUBY_ICON '\uF219 ' #  - AWS_ICON '\uF270 ' #  - AWS_EB_ICON '\UF1BD' #  - BACKGROUND_JOBS_ICON '\uF013 ' #  - TEST_ICON '\uF188 ' #  - TODO_ICON '\u2611' # ☑ - BATTERY_ICON '\UF240 ' #  - DISK_ICON '\uF0A0 ' # ï‚  - OK_ICON '\uF00C ' #  - FAIL_ICON '\uF00D' # ï€ - SYMFONY_ICON '\uE757' # î— - NODE_ICON '\uE617 ' #  - MULTILINE_FIRST_PROMPT_PREFIX '\u256D\U2500' # ╭─ - MULTILINE_NEWLINE_PROMPT_PREFIX '\u251C\U2500' # ├─ - MULTILINE_LAST_PROMPT_PREFIX '\u2570\U2500 ' # ╰─ - APPLE_ICON '\uF179' # ï…¹ - WINDOWS_ICON '\uF17A ' # îœ - FREEBSD_ICON '\UF30C ' #  - ANDROID_ICON '\uF17B' # ï…» - LINUX_ARCH_ICON '\uF303' #  - LINUX_CENTOS_ICON '\uF304 ' #  - LINUX_COREOS_ICON '\uF305 ' #  - LINUX_DEBIAN_ICON '\uF306' #  - LINUX_RASPBIAN_ICON '\uF315' #  - LINUX_ELEMENTARY_ICON '\uF309 ' #  - LINUX_FEDORA_ICON '\uF30a ' #  - LINUX_GENTOO_ICON '\uF30d ' # ïŒ - LINUX_MAGEIA_ICON '\uF310' # ïŒ - LINUX_MINT_ICON '\uF30e ' #  - LINUX_NIXOS_ICON '\uF313 ' #  - LINUX_MANJARO_ICON '\uF312 ' #  - LINUX_DEVUAN_ICON '\uF307 ' #  - LINUX_ALPINE_ICON '\uF300 ' #  - LINUX_AOSC_ICON '\uF301 ' # ïŒ - LINUX_OPENSUSE_ICON '\uF314 ' #  - LINUX_SABAYON_ICON '\uF317 ' #  - LINUX_SLACKWARE_ICON '\uF319 ' #  - LINUX_UBUNTU_ICON '\uF31b ' #  - LINUX_ICON '\uF17C' # ï…¼ - SUNOS_ICON '\uF185 ' #  - HOME_ICON '\uF015 ' #  - HOME_SUB_ICON '\uF07C ' # ï¼ - FOLDER_ICON '\uF115 ' # ï„” - ETC_ICON '\uF013 ' #  - NETWORK_ICON '\uF1EB ' #  - LOAD_ICON '\uF080 ' # ï‚€ - SWAP_ICON '\uF464 ' #  - RAM_ICON '\uF0E4 ' #  - SERVER_ICON '\uF0AE ' # ï‚® - VCS_UNTRACKED_ICON '\uF059 ' # ï™ - VCS_UNSTAGED_ICON '\uF06A ' # ïª - VCS_STAGED_ICON '\uF055 ' # ï• - VCS_STASH_ICON '\uF01C ' #  - VCS_INCOMING_CHANGES_ICON '\uF01A ' #  - VCS_OUTGOING_CHANGES_ICON '\uF01B ' #  - VCS_TAG_ICON '\uF02B ' #  - VCS_BOOKMARK_ICON '\uF461 ' # ï‘¡ - VCS_COMMIT_ICON '\uE729 ' #  - VCS_BRANCH_ICON '\uF126 ' #  - VCS_REMOTE_BRANCH_ICON '\uE728 ' #  - VCS_LOADING_ICON '' - VCS_GIT_ICON '\uF1D3 ' #  - VCS_GIT_GITHUB_ICON '\uF113 ' # ï„“ - VCS_GIT_BITBUCKET_ICON '\uE703 ' #  - VCS_GIT_GITLAB_ICON '\uF296 ' #  - VCS_HG_ICON '\uF0C3 ' #  - VCS_SVN_ICON '\uE72D' #  - RUST_ICON '\uE7A8' #  - PYTHON_ICON '\UE73C ' #  - SWIFT_ICON '\uE755' # î• - GO_ICON '\uE626' #  - PUBLIC_IP_ICON '\UF0AC ' #  - LOCK_ICON '\UF023' #  - EXECUTION_TIME_ICON '\uF252 ' #  - SSH_ICON '\uF489 ' # ï’‰ - VPN_ICON '\UF023' - KUBERNETES_ICON '\U2388' # ⎈ - DROPBOX_ICON '\UF16B ' # ï…« - DATE_ICON '\uF073 ' # ï³ - TIME_ICON '\uF017 ' #  - JAVA_ICON '\U2615' # ☕︎ - LARAVEL_ICON '\ue73f' #  - RANGER_ICON '\u2B50' # â­ - MIDNIGHT_COMMANDER_ICON 'mc' - VIM_ICON '\uE62B' #  - TERRAFORM_ICON '\U1F6E0\u00A0' # ðŸ› ï¸ - PROXY_ICON '\u2B82' # ⮂ - DOTNET_ICON '\uE77F' # î¿ - AZURE_ICON '\uFD03' # ï´ƒ - DIRENV_ICON '\u25BC' # â–¼ - FLUTTER_ICON 'F' - GCLOUD_ICON '\uF7B7' # ïž· - LUA_ICON '\uE620' #  - PERL_ICON '\uE769' # î© - NNN_ICON 'nnn' - ) - ;; - *) - # Powerline-Patched Font required! - # See https://github.com/Lokaltog/powerline-fonts - icons=( - RULER_CHAR '\u2500' # ─ - LEFT_SEGMENT_SEPARATOR '\uE0B0' # î‚° - RIGHT_SEGMENT_SEPARATOR '\uE0B2' #  - LEFT_SEGMENT_END_SEPARATOR ' ' # Whitespace - LEFT_SUBSEGMENT_SEPARATOR '\uE0B1' #  - RIGHT_SUBSEGMENT_SEPARATOR '\uE0B3' #  - CARRIAGE_RETURN_ICON '\u21B5' # ↵ - ROOT_ICON '\u26A1' # âš¡ - SUDO_ICON '' - RUBY_ICON 'Ruby' - AWS_ICON 'AWS' - AWS_EB_ICON '\U1F331' # 🌱 - BACKGROUND_JOBS_ICON '\u2699' # âš™ - TEST_ICON '' - TODO_ICON '\u2206' # ∆ - BATTERY_ICON '\U1F50B' # 🔋 - DISK_ICON 'hdd' - OK_ICON '\u2714' # ✔ - FAIL_ICON '\u2718' # ✘ - SYMFONY_ICON 'SF' - NODE_ICON 'Node' - MULTILINE_FIRST_PROMPT_PREFIX '\u256D\U2500' # ╭─ - MULTILINE_NEWLINE_PROMPT_PREFIX '\u251C\U2500' # ├─ - MULTILINE_LAST_PROMPT_PREFIX '\u2570\U2500 ' # ╰─ - APPLE_ICON 'OSX' - WINDOWS_ICON 'WIN' - FREEBSD_ICON 'BSD' - ANDROID_ICON 'And' - LINUX_ICON 'Lx' - LINUX_ARCH_ICON 'Arc' - LINUX_DEBIAN_ICON 'Deb' - LINUX_RASPBIAN_ICON 'RPi' - LINUX_UBUNTU_ICON 'Ubu' - LINUX_CENTOS_ICON 'Cen' - LINUX_COREOS_ICON 'Cor' - LINUX_ELEMENTARY_ICON 'Elm' - LINUX_MINT_ICON 'LMi' - LINUX_FEDORA_ICON 'Fed' - LINUX_GENTOO_ICON 'Gen' - LINUX_MAGEIA_ICON 'Mag' - LINUX_NIXOS_ICON 'Nix' - LINUX_MANJARO_ICON 'Man' - LINUX_DEVUAN_ICON 'Dev' - LINUX_ALPINE_ICON 'Alp' - LINUX_AOSC_ICON 'Aos' - LINUX_OPENSUSE_ICON 'OSu' - LINUX_SABAYON_ICON 'Sab' - LINUX_SLACKWARE_ICON 'Sla' - SUNOS_ICON 'Sun' - HOME_ICON '' - HOME_SUB_ICON '' - FOLDER_ICON '' - ETC_ICON '\u2699' # âš™ - NETWORK_ICON 'IP' - LOAD_ICON 'L' - SWAP_ICON 'SWP' - RAM_ICON 'RAM' - SERVER_ICON '' - VCS_UNTRACKED_ICON '?' - VCS_UNSTAGED_ICON '\u25CF' # â— - VCS_STAGED_ICON '\u271A' # ✚ - VCS_STASH_ICON '\u235F' # ⟠- VCS_INCOMING_CHANGES_ICON '\u2193' # ↓ - VCS_OUTGOING_CHANGES_ICON '\u2191' # ↑ - VCS_TAG_ICON '' - VCS_BOOKMARK_ICON '\u263F' # ☿ - VCS_COMMIT_ICON '' - VCS_BRANCH_ICON '\uE0A0 ' # î‚  - VCS_REMOTE_BRANCH_ICON '\u2192' # → - VCS_LOADING_ICON '' - VCS_GIT_ICON '' - VCS_GIT_GITHUB_ICON '' - VCS_GIT_BITBUCKET_ICON '' - VCS_GIT_GITLAB_ICON '' - VCS_HG_ICON '' - VCS_SVN_ICON '' - RUST_ICON 'R' - PYTHON_ICON 'Py' - SWIFT_ICON 'Swift' - GO_ICON 'Go' - PUBLIC_IP_ICON 'IP' - LOCK_ICON '\UE0A2' - EXECUTION_TIME_ICON '' - SSH_ICON 'ssh' - VPN_ICON 'vpn' - KUBERNETES_ICON '\U2388' # ⎈ - DROPBOX_ICON 'Dropbox' - DATE_ICON '' - TIME_ICON '' - JAVA_ICON '\U2615' # ☕︎ - LARAVEL_ICON '' - RANGER_ICON '\u2B50' # â­ - MIDNIGHT_COMMANDER_ICON 'mc' - VIM_ICON 'vim' - TERRAFORM_ICON '\U1F6E0\u00A0' # ðŸ› ï¸ - PROXY_ICON '\u2194' # ↔ - DOTNET_ICON '.NET' - AZURE_ICON '\u2601' # ☠- DIRENV_ICON '\u25BC' # â–¼ - FLUTTER_ICON 'F' - GCLOUD_ICON 'G' - LUA_ICON 'lua' - PERL_ICON 'perl' - NNN_ICON 'nnn' - ) - ;; - esac - - # Override the above icon settings with any user-defined variables. - case $POWERLEVEL9K_MODE in - 'flat') - icons[LEFT_SEGMENT_SEPARATOR]='' - icons[RIGHT_SEGMENT_SEPARATOR]='' - icons[LEFT_SUBSEGMENT_SEPARATOR]='|' - icons[RIGHT_SUBSEGMENT_SEPARATOR]='|' - ;; - 'compatible') - icons[LEFT_SEGMENT_SEPARATOR]='\u2B80' # ⮀ - icons[RIGHT_SEGMENT_SEPARATOR]='\u2B82' # ⮂ - icons[VCS_BRANCH_ICON]='@' - ;; - esac -} - -# Sadly, this is a part of public API. Its use is emphatically discouraged. -function _p9k_print_icon() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} - _p9k_init_icons - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - local icon_name=$1 - local var_name=POWERLEVEL9K_${icon_name} - if [[ -n "${(tP)var_name}" ]]; then - echo -n "${(P)var_name}" - else - echo -n "${icons[$icon_name]}" - fi -} - -# Prints a list of configured icons. -# -# * $1 string - If "original", then the original icons are printed, -# otherwise "print_icon" is used, which takes the users -# overrides into account. -function _p9k_get_icon_names() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} - _p9k_init_icons - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - # Iterate over a ordered list of keys of the icons array - for key in ${(@kon)icons}; do - echo -n "POWERLEVEL9K_$key: " - if [[ "${1}" == "original" ]]; then - # print the original icons as they are defined in the array above - echo "${icons[$key]}" - else - # print the icons as they are configured by the user - echo "$(print_icon "$key")" - fi - done -} diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/p10k.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/p10k.zsh deleted file mode 100644 index 0b7bf83..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/p10k.zsh +++ /dev/null @@ -1,7011 +0,0 @@ -if ! autoload -Uz is-at-least || ! is-at-least 5.1; then - () { - >&2 echo -E "You are using ZSH version $ZSH_VERSION. The minimum required version for Powerlevel10k is 5.1." - >&2 echo -E "Type 'echo \$ZSH_VERSION' to see your current zsh version." - local def=${SHELL:c:A} - local cur=${${ZSH_ARGZERO#-}:c:A} - local cur_v="$($cur -c 'echo -E $ZSH_VERSION' 2>/dev/null)" - if [[ $cur_v == $ZSH_VERSION && $cur != $def ]]; then - >&2 echo -E "The shell you are currently running is likely $cur." - fi - local other=${${:-zsh}:c} - if [[ -n $other ]] && $other -c 'autoload -Uz is-at-least && is-at-least 5.1' &>/dev/null; then - local other_v="$($other -c 'echo -E $ZSH_VERSION' 2>/dev/null)" - if [[ -n $other_v && $other_v != $ZSH_VERSION ]]; then - >&2 echo -E "You have $other with version $other_v but this is not what you are using." - if [[ -n $def && $def != ${other:A} ]]; then - >&2 echo -E "To change your user shell, type the following command:" - >&2 echo -E "" - if [[ "$(grep -F $other /etc/shells 2>/dev/null)" != $other ]]; then - >&2 echo -E " echo ${(q-)other} | sudo tee -a /etc/shells" - fi - >&2 echo -E " chsh -s ${(q-)other}" - fi - fi - fi - } - return 1 -fi - -source "${__p9k_root_dir}/internal/configure.zsh" - -# For compatibility with Powerlevel9k. It's not recommended to use mnemonic color -# names in the configuration except for colors 0-7 as these are standard. -typeset -grA __p9k_colors=( - black 000 red 001 green 002 yellow 003 - blue 004 magenta 005 cyan 006 white 007 - grey 008 maroon 009 lime 010 olive 011 - navy 012 fuchsia 013 aqua 014 teal 014 - silver 015 grey0 016 navyblue 017 darkblue 018 - blue3 020 blue1 021 darkgreen 022 deepskyblue4 025 - dodgerblue3 026 dodgerblue2 027 green4 028 springgreen4 029 - turquoise4 030 deepskyblue3 032 dodgerblue1 033 darkcyan 036 - lightseagreen 037 deepskyblue2 038 deepskyblue1 039 green3 040 - springgreen3 041 cyan3 043 darkturquoise 044 turquoise2 045 - green1 046 springgreen2 047 springgreen1 048 mediumspringgreen 049 - cyan2 050 cyan1 051 purple4 055 purple3 056 - blueviolet 057 grey37 059 mediumpurple4 060 slateblue3 062 - royalblue1 063 chartreuse4 064 paleturquoise4 066 steelblue 067 - steelblue3 068 cornflowerblue 069 darkseagreen4 071 cadetblue 073 - skyblue3 074 chartreuse3 076 seagreen3 078 aquamarine3 079 - mediumturquoise 080 steelblue1 081 seagreen2 083 seagreen1 085 - darkslategray2 087 darkred 088 darkmagenta 091 orange4 094 - lightpink4 095 plum4 096 mediumpurple3 098 slateblue1 099 - wheat4 101 grey53 102 lightslategrey 103 mediumpurple 104 - lightslateblue 105 yellow4 106 darkseagreen 108 lightskyblue3 110 - skyblue2 111 chartreuse2 112 palegreen3 114 darkslategray3 116 - skyblue1 117 chartreuse1 118 lightgreen 120 aquamarine1 122 - darkslategray1 123 deeppink4 125 mediumvioletred 126 darkviolet 128 - purple 129 mediumorchid3 133 mediumorchid 134 darkgoldenrod 136 - rosybrown 138 grey63 139 mediumpurple2 140 mediumpurple1 141 - darkkhaki 143 navajowhite3 144 grey69 145 lightsteelblue3 146 - lightsteelblue 147 darkolivegreen3 149 darkseagreen3 150 lightcyan3 152 - lightskyblue1 153 greenyellow 154 darkolivegreen2 155 palegreen1 156 - darkseagreen2 157 paleturquoise1 159 red3 160 deeppink3 162 - magenta3 164 darkorange3 166 indianred 167 hotpink3 168 - hotpink2 169 orchid 170 orange3 172 lightsalmon3 173 - lightpink3 174 pink3 175 plum3 176 violet 177 - gold3 178 lightgoldenrod3 179 tan 180 mistyrose3 181 - thistle3 182 plum2 183 yellow3 184 khaki3 185 - lightyellow3 187 grey84 188 lightsteelblue1 189 yellow2 190 - darkolivegreen1 192 darkseagreen1 193 honeydew2 194 lightcyan1 195 - red1 196 deeppink2 197 deeppink1 199 magenta2 200 - magenta1 201 orangered1 202 indianred1 204 hotpink 206 - mediumorchid1 207 darkorange 208 salmon1 209 lightcoral 210 - palevioletred1 211 orchid2 212 orchid1 213 orange1 214 - sandybrown 215 lightsalmon1 216 lightpink1 217 pink1 218 - plum1 219 gold1 220 lightgoldenrod2 222 navajowhite1 223 - mistyrose1 224 thistle1 225 yellow1 226 lightgoldenrod1 227 - khaki1 228 wheat1 229 cornsilk1 230 grey100 231 - grey3 232 grey7 233 grey11 234 grey15 235 - grey19 236 grey23 237 grey27 238 grey30 239 - grey35 240 grey39 241 grey42 242 grey46 243 - grey50 244 grey54 245 grey58 246 grey62 247 - grey66 248 grey70 249 grey74 250 grey78 251 - grey82 252 grey85 253 grey89 254 grey93 255) - -# For compatibility with Powerlevel9k. -# -# Type `getColorCode background` or `getColorCode foreground` to see the list of predefined colors. -function getColorCode() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - if (( ARGC == 1 )); then - case $1 in - foreground) - local k - for k in "${(k@)__p9k_colors}"; do - local v=${__p9k_colors[$k]} - print -rP -- "%F{$v}$v - $k%f" - done - return 0 - ;; - background) - local k - for k in "${(k@)__p9k_colors}"; do - local v=${__p9k_colors[$k]} - print -rP -- "%K{$v}$v - $k%k" - done - return 0 - ;; - esac - fi - echo "Usage: getColorCode background|foreground" >&2 - return 1 -} - -# Sadly, this is a part of public API. Its use is emphatically discouraged. -function print_icon() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - (( $+functions[_p9k_print_icon] )) || source "${__p9k_root_dir}/internal/icons.zsh" - _p9k_print_icon "$@" -} - -# Prints a list of configured icons. -# -# * $1 string - If "original", then the original icons are printed, -# otherwise "print_icon" is used, which takes the users -# overrides into account. -function get_icon_names() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - (( $+functions[_p9k_get_icon_names] )) || source "${__p9k_root_dir}/internal/icons.zsh" - _p9k_get_icon_names "$@" -} - -# _p9k_declare [default]... -function _p9k_declare() { - local -i set=$+parameters[$2] - (( ARGC > 2 || set )) || return 0 - case $1 in - -b) - if (( set )); then - [[ ${(P)2} == true ]] && typeset -gi _$2=1 || typeset -gi _$2=0 - else - typeset -gi _$2=$3 - fi - ;; - -a) - local -a v=(${(P)2}) - if (( set )); then - eval "typeset -ga _${(q)2}=(${(@qq)v})"; - else - if [[ $3 != '--' ]]; then - echo "internal error in _p9k_declare " "${(qqq)@}" >&2 - fi - eval "typeset -ga _${(q)2}=(${(@qq)*[4,-1]})" - fi - ;; - -i) - (( set )) && typeset -gi _$2=$2 || typeset -gi _$2=$3 - ;; - -F) - (( set )) && typeset -gF _$2=$2 || typeset -gF _$2=$3 - ;; - -s) - (( set )) && typeset -g _$2=${(P)2} || typeset -g _$2=$3 - ;; - -e) - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - if (( set )); then - local v=${(P)2} - typeset -g _$2=${(g::)v} - else - typeset -g _$2=${(g::)3} - fi - ;; - *) - echo "internal error in _p9k_declare " "${(qqq)@}" >&2 - esac -} - -# If we execute `print -P $1`, how many characters will be printed on the last line? -# Assumes that `%{%}` and `%G` don't lie. -# -# _p9k_prompt_length '' => 0 -# _p9k_prompt_length 'abc' => 3 -# _p9k_prompt_length $'abc\nxy' => 2 -# _p9k_prompt_length $'\t' => 8 -# _p9k_prompt_length '%F{red}abc' => 3 -# _p9k_prompt_length $'%{a\b%Gb%}' => 1 -function _p9k_prompt_length() { - local COLUMNS=1024 - local -i x y=$#1 m - if (( y )); then - while (( ${${(%):-$1%$y(l.1.0)}[-1]} )); do - x=y - (( y *= 2 )); - done - local xy - while (( y > x + 1 )); do - m=$(( x + (y - x) / 2 )) - typeset ${${(%):-$1%$m(l.x.y)}[-1]}=$m - done - fi - _p9k_ret=$x -} - -typeset -gr __p9k_byte_suffix=('B' 'K' 'M' 'G' 'T' 'P' 'E' 'Z' 'Y') - -# 42 => 42B -# 1536 => 1.5K -function _p9k_human_readable_bytes() { - typeset -F 2 n=$1 - local suf - for suf in $__p9k_byte_suffix; do - (( n < 100 )) && break - (( n /= 1024 )) - done - _p9k_ret=$n$suf -} - -# Determine if the passed segment is used in the prompt -# -# Pass the name of the segment to this function to test for its presence in -# either the LEFT or RIGHT prompt arrays. -# * $1: The segment to be tested. -_p9k_segment_in_use() { - (( $_POWERLEVEL9K_LEFT_PROMPT_ELEMENTS[(I)$1(|_joined)] || - $_POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS[(I)$1(|_joined)] )) -} - -function _p9k_parse_ip() { - local iface_regex="^(${1:-.*})\$" iface ip - for iface ip in "${(@kv)_p9k_iface}"; do - if [[ $iface =~ $iface_regex ]]; then - _p9k_ret=$ip - return 0 - fi - done - return 1 -} - -# Caching allows storing array-to-array associations. It should be used like this: -# -# if ! _p9k_cache_get "$key1" "$key2"; then -# # Compute val1 and val2 and then store them in the cache. -# _p9k_cache_set "$val1" "$val2" -# fi -# # Here ${_p9k_cache_val[1]} and ${_p9k_cache_val[2]} are $val1 and $val2 respectively. -# -# Limitations: -# -# * Calling _p9k_cache_set without arguments clears the cache entry. Subsequent calls to -# _p9k_cache_get for the same key will return an error. -# * There must be no intervening _p9k_cache_get calls between the associated _p9k_cache_get -# and _p9k_cache_set. -_p9k_cache_set() { - # Uncomment to see cache misses. - # echo "caching: ${(@0q)_p9k_cache_key} => (${(q)@})" >&2 - _p9k_cache[$_p9k_cache_key]="${(pj:\0:)*}0" - _p9k_cache_val=("$@") - _p9k__state_dump_scheduled=1 -} - -_p9k_cache_get() { - _p9k_cache_key="${(pj:\0:)*}" - local v=$_p9k_cache[$_p9k_cache_key] - [[ -n $v ]] && _p9k_cache_val=("${(@0)${v[1,-2]}}") -} - -_p9k_cache_ephemeral_set() { - # Uncomment to see cache misses. - # echo "caching: ${(@0q)_p9k_cache_key} => (${(q)@})" >&2 - _p9k__cache_ephemeral[$_p9k_cache_key]="${(pj:\0:)*}0" - _p9k_cache_val=("$@") -} - -_p9k_cache_ephemeral_get() { - _p9k_cache_key="${(pj:\0:)*}" - local v=$_p9k__cache_ephemeral[$_p9k_cache_key] - [[ -n $v ]] && _p9k_cache_val=("${(@0)${v[1,-2]}}") -} - -_p9k_cache_stat_get() { - local -H stat - local label=$1 f - shift - - _p9k__cache_stat_meta= - _p9k__cache_stat_fprint= - - for f; do - if zstat -H stat -- $f 2>/dev/null; then - _p9k__cache_stat_meta+="${(q)f} $stat[inode] $stat[mtime] $stat[size] $stat[mode]; " - fi - done - - if _p9k_cache_get $0 $label meta "$@" && [[ $_p9k_cache_val[1] == $_p9k__cache_stat_meta ]]; then - _p9k__cache_stat_fprint=$_p9k_cache_val[2] - local -a key=($0 $label fprint "$@" "$_p9k__cache_stat_fprint") - _p9k__cache_fprint_key="${(pj:\0:)key}" - shift 2 _p9k_cache_val - return 0 - fi - - if (( $+commands[md5] )); then - local -a md5=(md5) - elif (( $+commands[md5sum] )); then - local -a md5=(md5sum -b) - else - return 1 - fi - - local fprint - for f; do - if fprint="$($md5 $f 2>/dev/null)"; then - _p9k__cache_stat_fprint+="${(q)fprint} " - fi - done - - local meta_key=$_p9k_cache_key - if _p9k_cache_get $0 $label fprint "$@" "$_p9k__cache_stat_fprint"; then - _p9k__cache_fprint_key=$_p9k_cache_key - _p9k_cache_key=$meta_key - _p9k_cache_set "$_p9k__cache_stat_meta" "$_p9k__cache_stat_fprint" "$_p9k_cache_val[@]" - shift 2 _p9k_cache_val - return 0 - fi - - _p9k__cache_fprint_key=$_p9k_cache_key - _p9k_cache_key=$meta_key - return 1 -} - -_p9k_cache_stat_set() { - _p9k_cache_set "$_p9k__cache_stat_meta" "$_p9k__cache_stat_fprint" "$@" - _p9k_cache_key=$_p9k__cache_fprint_key - _p9k_cache_set "$@" -} - -# _p9k_param prompt_foo_BAR BACKGROUND red -_p9k_param() { - local key="_p9k_param ${(pj:\0:)*}" - _p9k_ret=$_p9k_cache[$key] - if [[ -n $_p9k_ret ]]; then - _p9k_ret[-1,-1]='' - else - if [[ $1 == (#b)prompt_([a-z0-9_]#)(*) ]]; then - local var=_POWERLEVEL9K_${(U)match[1]}$match[2]_$2 - if (( $+parameters[$var] )); then - _p9k_ret=${(P)var} - else - var=_POWERLEVEL9K_${(U)match[1]%_}_$2 - if (( $+parameters[$var] )); then - _p9k_ret=${(P)var} - else - var=_POWERLEVEL9K_$2 - if (( $+parameters[$var] )); then - _p9k_ret=${(P)var} - else - _p9k_ret=$3 - fi - fi - fi - else - local var=_POWERLEVEL9K_$2 - if (( $+parameters[$var] )); then - _p9k_ret=${(P)var} - else - _p9k_ret=$3 - fi - fi - _p9k_cache[$key]=${_p9k_ret}. - fi -} - -# _p9k_get_icon prompt_foo_BAR BAZ_ICON quix -_p9k_get_icon() { - local key="_p9k_param ${(pj:\0:)*}" - _p9k_ret=$_p9k_cache[$key] - if [[ -n $_p9k_ret ]]; then - _p9k_ret[-1,-1]='' - else - if [[ $2 == $'\1'* ]]; then - _p9k_ret=${2[2,-1]} - else - _p9k_param "$@" ${icons[$2]-$'\1'$3} - if [[ $_p9k_ret == $'\1'* ]]; then - _p9k_ret=${_p9k_ret[2,-1]} - else - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - _p9k_ret=${(g::)_p9k_ret} - [[ $_p9k_ret != $'\b'? ]] || _p9k_ret="%{$_p9k_ret%}" # penance for past sins - fi - fi - _p9k_cache[$key]=${_p9k_ret}. - fi -} - -_p9k_translate_color() { - if [[ $1 == <-> ]]; then # decimal color code: 255 - _p9k_ret=${(l.3..0.)1} - elif [[ $1 == '#'[[:xdigit:]]## ]]; then # hexademical color code: #ffffff - _p9k_ret=${(L)1} - else # named color: red - # Strip prifixes if there are any. - _p9k_ret=$__p9k_colors[${${${1#bg-}#fg-}#br}] - fi -} - -# _p9k_color prompt_foo_BAR BACKGROUND red -_p9k_color() { - local key="_p9k_color ${(pj:\0:)*}" - _p9k_ret=$_p9k_cache[$key] - if [[ -n $_p9k_ret ]]; then - _p9k_ret[-1,-1]='' - else - _p9k_param "$@" - _p9k_translate_color $_p9k_ret - _p9k_cache[$key]=${_p9k_ret}. - fi -} - -# _p9k_vcs_color CLEAN REMOTE_BRANCH -_p9k_vcs_style() { - local key="_p9k_vcs_color ${(pj:\0:)*}" - _p9k_ret=$_p9k_cache[$key] - if [[ -n $_p9k_ret ]]; then - _p9k_ret[-1,-1]='' - else - local style=%b # TODO: support bold - _p9k_color prompt_vcs_$1 BACKGROUND "${__p9k_vcs_states[$1]}" - _p9k_background $_p9k_ret - style+=$_p9k_ret - - local var=_POWERLEVEL9K_VCS_${1}_${2}FORMAT_FOREGROUND - if (( $+parameters[$var] )); then - _p9k_translate_color "${(P)var}" - else - var=_POWERLEVEL9K_VCS_${2}FORMAT_FOREGROUND - if (( $+parameters[$var] )); then - _p9k_translate_color "${(P)var}" - else - _p9k_color prompt_vcs_$1 FOREGROUND "$_p9k_color1" - fi - fi - - _p9k_foreground $_p9k_ret - _p9k_ret=$style$_p9k_ret - _p9k_cache[$key]=${_p9k_ret}. - fi -} - -_p9k_background() { - [[ -n $1 ]] && _p9k_ret="%K{$1}" || _p9k_ret="%k" -} - -_p9k_foreground() { - # Note: This code used to produce `%1F` instead of `%F{1}` because it's more efficient. - # Unfortunately, this triggers a bug in zsh. Namely, `%1F{2}` gets percent-expanded as if - # it was `%F{2}`. - [[ -n $1 ]] && _p9k_ret="%F{$1}" || _p9k_ret="%f" -} - -_p9k_escape_style() { - [[ $1 == *'}'* ]] && _p9k_ret='${:-"'$1'"}' || _p9k_ret=$1 -} - -_p9k_escape() { - [[ $1 == *["~!#\`\$^&*()\\\"'<>?{}[]"]* ]] && _p9k_ret="\${(Q)\${:-${(qqq)${(q)1}}}}" || _p9k_ret=$1 -} - -# * $1: Name of the function that was originally invoked. -# Necessary, to make the dynamic color-overwrite mechanism work. -# * $2: Background color. -# * $3: Foreground color. -# * $4: An identifying icon. -# * $5: 1 to to perform parameter expansion and process substitution. -# * $6: If not empty but becomes empty after parameter expansion and process substitution, -# the segment isn't rendered. -# * $7: Content. -_p9k_left_prompt_segment() { - if ! _p9k_cache_get "$0" "$1" "$2" "$3" "$4" "$_p9k_segment_index"; then - _p9k_color $1 BACKGROUND $2 - local bg_color=$_p9k_ret - _p9k_background $bg_color - local bg=$_p9k_ret - - _p9k_color $1 FOREGROUND $3 - local fg_color=$_p9k_ret - _p9k_foreground $fg_color - local fg=$_p9k_ret - - _p9k_get_icon $1 LEFT_SEGMENT_SEPARATOR - local sep=$_p9k_ret - _p9k_escape $_p9k_ret - local sep_=$_p9k_ret - - _p9k_get_icon $1 LEFT_SUBSEGMENT_SEPARATOR - _p9k_escape $_p9k_ret - local subsep_=$_p9k_ret - - local icon_ - if [[ -n $4 ]]; then - _p9k_get_icon $1 $4 - _p9k_escape $_p9k_ret - icon_=$_p9k_ret - fi - - _p9k_get_icon $1 LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL - local start_sep=$_p9k_ret - [[ -n $start_sep ]] && start_sep="%b%k%F{$bg_color}$start_sep" - - _p9k_get_icon $1 LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL $sep - _p9k_escape $_p9k_ret - local end_sep_=$_p9k_ret - - local style=%b$bg$fg - local style_=${style//\}/\\\}} - - _p9k_get_icon $1 WHITESPACE_BETWEEN_LEFT_SEGMENTS ' ' - local space=$_p9k_ret - - _p9k_get_icon $1 LEFT_LEFT_WHITESPACE $space - local left_space=$_p9k_ret - [[ $left_space == *%* ]] && left_space+=$style - - _p9k_get_icon $1 LEFT_RIGHT_WHITESPACE $space - _p9k_escape $_p9k_ret - local right_space_=$_p9k_ret - [[ $right_space_ == *%* ]] && right_space_+=$style_ - - local s='<_p9k_s>' ss='<_p9k_ss>' - - local -i non_hermetic=0 - - # Segment separator logic: - # - # if [[ $_p9k_bg == NONE ]]; then - # 1 - # elif (( joined )); then - # 2 - # elif [[ $bg_color == (${_p9k_bg}|${_p9k_bg:-0}) ]]; then - # 3 - # else - # 4 - # fi - - local t=$(($#_p9k_t - __p9k_ksh_arrays)) - _p9k_t+=$start_sep$style$left_space # 1 - _p9k_t+=$style # 2 - if [[ -n $fg_color && $fg_color == $bg_color ]]; then - if [[ $fg_color == $_p9k_color1 ]]; then - _p9k_foreground $_p9k_color2 - else - _p9k_foreground $_p9k_color1 - fi - _p9k_t+=%b$bg$_p9k_ret$ss$style$left_space # 3 - else - _p9k_t+=%b$bg$fg$ss$style$left_space # 3 - fi - _p9k_t+=%b$bg$s$style$left_space # 4 - - local join="_p9k_i>=$_p9k_left_join[$_p9k_segment_index]" - _p9k_param $1 SELF_JOINED false - if [[ $_p9k_ret == false ]]; then - if (( _p9k_segment_index > $_p9k_left_join[$_p9k_segment_index] )); then - join+="&&_p9k_i<$_p9k_segment_index" - else - join= - fi - fi - - local p= - p+="\${_p9k_n::=}" - p+="\${\${\${_p9k_bg:-0}:#NONE}:-\${_p9k_n::=$((t+1))}}" # 1 - if [[ -n $join ]]; then - p+="\${_p9k_n:=\${\${\$(($join)):#0}:+$((t+2))}}" # 2 - fi - if (( __p9k_sh_glob )); then - p+="\${_p9k_n:=\${\${(M)\${:-x$bg_color}:#x\$_p9k_bg}:+$((t+3))}}" # 3 - p+="\${_p9k_n:=\${\${(M)\${:-x$bg_color}:#x\$${_p9k_bg:-0}}:+$((t+3))}}" # 3 - else - p+="\${_p9k_n:=\${\${(M)\${:-x$bg_color}:#x(\$_p9k_bg|\${_p9k_bg:-0})}:+$((t+3))}}" # 3 - fi - p+="\${_p9k_n:=$((t+4))}" # 4 - - _p9k_param $1 VISUAL_IDENTIFIER_EXPANSION '${P9K_VISUAL_IDENTIFIER}' - [[ $_p9k_ret == (|*[^\\])'$('* ]] && non_hermetic=1 - local icon_exp_=${_p9k_ret:+\"$_p9k_ret\"} - - _p9k_param $1 CONTENT_EXPANSION '${P9K_CONTENT}' - [[ $_p9k_ret == (|*[^\\])'$('* ]] && non_hermetic=1 - local content_exp_=${_p9k_ret:+\"$_p9k_ret\"} - - if [[ ( $icon_exp_ != '"${P9K_VISUAL_IDENTIFIER}"' && $icon_exp_ == *'$'* ) || - ( $content_exp_ != '"${P9K_CONTENT}"' && $content_exp_ == *'$'* ) ]]; then - p+="\${P9K_VISUAL_IDENTIFIER::=$icon_}" - fi - - local -i has_icon=-1 # maybe - - if [[ $icon_exp_ != '"${P9K_VISUAL_IDENTIFIER}"' && $icon_exp_ == *'$'* ]]; then - p+='${_p9k_v::='$icon_exp_$style_'}' - else - [[ $icon_exp_ == '"${P9K_VISUAL_IDENTIFIER}"' ]] && _p9k_ret=$icon_ || _p9k_ret=$icon_exp_ - if [[ -n $_p9k_ret ]]; then - p+="\${_p9k_v::=$_p9k_ret" - [[ $_p9k_ret == *%* ]] && p+=$style_ - p+="}" - has_icon=1 # definitely yes - else - has_icon=0 # definitely no - fi - fi - - p+="\${_p9k_c::=$content_exp_}" - p+='${_p9k_e::=${${_p9k__'${_p9k_line_index}l${${1#prompt_}%%[A-Z_]#}'+00}:-' - if (( has_icon == -1 )); then - p+='${${(%):-$_p9k_c%1(l.1.0)}[-1]}${${(%):-$_p9k_v%1(l.1.0)}[-1]}}' - else - p+='${${(%):-$_p9k_c%1(l.1.0)}[-1]}'$has_icon'}' - fi - - p+='}}+}' - - p+='${${_p9k_e:#00}:+${${_p9k_t[$_p9k_n]/'$ss'/$_p9k_ss}/'$s'/$_p9k_s}' - - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - _p9k_param $1 ICON_BEFORE_CONTENT '' - if [[ $_p9k_ret != false ]]; then - _p9k_param $1 PREFIX '' - _p9k_ret=${(g::)_p9k_ret} - _p9k_escape $_p9k_ret - p+=$_p9k_ret - [[ $_p9k_ret == *%* ]] && local -i need_style=1 || local -i need_style=0 - - if (( has_icon != 0 )); then - _p9k_color $1 VISUAL_IDENTIFIER_COLOR $fg_color - _p9k_foreground $_p9k_ret - _p9k_ret=%b$bg$_p9k_ret - _p9k_ret=${_p9k_ret//\}/\\\}} - [[ $_p9k_ret != $style_ || $need_style == 1 ]] && p+=$_p9k_ret - p+='${_p9k_v}' - - _p9k_get_icon $1 LEFT_MIDDLE_WHITESPACE ' ' - if [[ -n $_p9k_ret ]]; then - _p9k_escape $_p9k_ret - [[ _p9k_ret == *%* ]] && _p9k_ret+=$style_ - p+='${${(M)_p9k_e:#11}:+'$_p9k_ret'}' - fi - elif (( need_style )); then - p+=$style_ - fi - - p+='${_p9k_c}'$style_ - else - _p9k_param $1 PREFIX '' - _p9k_ret=${(g::)_p9k_ret} - _p9k_escape $_p9k_ret - p+=$_p9k_ret - [[ $_p9k_ret == *%* ]] && p+=$style_ - - p+='${_p9k_c}'$style_ - - if (( has_icon != 0 )); then - local -i need_style=0 - _p9k_get_icon $1 LEFT_MIDDLE_WHITESPACE ' ' - if [[ -n $_p9k_ret ]]; then - _p9k_escape $_p9k_ret - [[ $_p9k_ret == *%* ]] && need_style=1 - p+='${${(M)_p9k_e:#11}:+'$_p9k_ret'}' - fi - - _p9k_color $1 VISUAL_IDENTIFIER_COLOR $fg_color - _p9k_foreground $_p9k_ret - _p9k_ret=%b$bg$_p9k_ret - _p9k_ret=${_p9k_ret//\}/\\\}} - [[ $_p9k_ret != $style_ || $need_style == 1 ]] && p+=$_p9k_ret - p+='$_p9k_v' - fi - fi - - _p9k_param $1 SUFFIX '' - _p9k_ret=${(g::)_p9k_ret} - _p9k_escape $_p9k_ret - p+=$_p9k_ret - [[ $_p9k_ret == *%* && -n $right_space_ ]] && p+=$style_ - p+=$right_space_ - - p+='${${:-' - p+="\${_p9k_s::=%F{$bg_color\}$sep_}\${_p9k_ss::=$subsep_}\${_p9k_sss::=%F{$bg_color\}$end_sep_}" - p+="\${_p9k_i::=$_p9k_segment_index}\${_p9k_bg::=$bg_color}" - p+='}+}' - - p+='}' - - _p9k_cache_set "$p" $non_hermetic - fi - - _p9k_non_hermetic_expansion=$_p9k_cache_val[2] - - (( $5 )) && _p9k_ret=\"$7\" || _p9k_escape $7 - if [[ -z $6 ]]; then - _p9k__prompt+="\${\${:-\${P9K_CONTENT::=$_p9k_ret}$_p9k_cache_val[1]" - else - _p9k__prompt+="\${\${:-\"$6\"}:+\${\${:-\${P9K_CONTENT::=$_p9k_ret}$_p9k_cache_val[1]}" - fi -} - -# The same as _p9k_left_prompt_segment above but for the right prompt. -_p9k_right_prompt_segment() { - if ! _p9k_cache_get "$0" "$1" "$2" "$3" "$4" "$_p9k_segment_index"; then - _p9k_color $1 BACKGROUND $2 - local bg_color=$_p9k_ret - _p9k_background $bg_color - local bg=$_p9k_ret - local bg_=${_p9k_ret//\}/\\\}} - - _p9k_color $1 FOREGROUND $3 - local fg_color=$_p9k_ret - _p9k_foreground $fg_color - local fg=$_p9k_ret - - _p9k_get_icon $1 RIGHT_SEGMENT_SEPARATOR - local sep=$_p9k_ret - _p9k_escape $_p9k_ret - local sep_=$_p9k_ret - - _p9k_get_icon $1 RIGHT_SUBSEGMENT_SEPARATOR - local subsep=$_p9k_ret - - local icon_ - if [[ -n $4 ]]; then - _p9k_get_icon $1 $4 - _p9k_escape $_p9k_ret - icon_=$_p9k_ret - fi - - _p9k_get_icon $1 RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL $sep - local start_sep=$_p9k_ret - [[ -n $start_sep ]] && start_sep="%b%k%F{$bg_color}$start_sep" - - _p9k_get_icon $1 RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL - _p9k_escape $_p9k_ret - local end_sep_=$_p9k_ret - - local style=%b$bg$fg - local style_=${style//\}/\\\}} - - _p9k_get_icon $1 WHITESPACE_BETWEEN_RIGHT_SEGMENTS ' ' - local space=$_p9k_ret - - _p9k_get_icon $1 RIGHT_LEFT_WHITESPACE $space - local left_space=$_p9k_ret - [[ $left_space == *%* ]] && left_space+=$style - - _p9k_get_icon $1 RIGHT_RIGHT_WHITESPACE $space - _p9k_escape $_p9k_ret - local right_space_=$_p9k_ret - [[ $right_space_ == *%* ]] && right_space_+=$style_ - - local w='<_p9k_w>' s='<_p9k_s>' - - local -i non_hermetic=0 - - # Segment separator logic: - # - # if [[ $_p9k_bg == NONE ]]; then - # 1 - # elif (( joined )); then - # 2 - # elif [[ $_p9k_bg == (${bg_color}|${bg_color:-0}) ]]; then - # 3 - # else - # 4 - # fi - - local t=$(($#_p9k_t - __p9k_ksh_arrays)) - _p9k_t+=$start_sep$style$left_space # 1 - _p9k_t+=$w$style # 2 - _p9k_t+=$w$subsep$style$left_space # 3 - _p9k_t+=$w%F{$bg_color}$sep$style$left_space # 4 - - local join="_p9k_i>=$_p9k_right_join[$_p9k_segment_index]" - _p9k_param $1 SELF_JOINED false - if [[ $_p9k_ret == false ]]; then - if (( _p9k_segment_index > $_p9k_right_join[$_p9k_segment_index] )); then - join+="&&_p9k_i<$_p9k_segment_index" - else - join= - fi - fi - - local p= - p+="\${_p9k_n::=}" - p+="\${\${\${_p9k_bg:-0}:#NONE}:-\${_p9k_n::=$((t+1))}}" # 1 - if [[ -n $join ]]; then - p+="\${_p9k_n:=\${\${\$(($join)):#0}:+$((t+2))}}" # 2 - fi - if (( __p9k_sh_glob )); then - p+="\${_p9k_n:=\${\${(M)\${:-x\$_p9k_bg}:#x${(b)bg_color}}:+$((t+3))}}" # 3 - p+="\${_p9k_n:=\${\${(M)\${:-x\$_p9k_bg}:#x${(b)bg_color:-0}}:+$((t+3))}}" # 3 - else - p+="\${_p9k_n:=\${\${(M)\${:-x\$_p9k_bg}:#x(${(b)bg_color}|${(b)bg_color:-0})}:+$((t+3))}}" # 3 - fi - p+="\${_p9k_n:=$((t+4))}" # 4 - - _p9k_param $1 VISUAL_IDENTIFIER_EXPANSION '${P9K_VISUAL_IDENTIFIER}' - [[ $_p9k_ret == (|*[^\\])'$('* ]] && non_hermetic=1 - local icon_exp_=${_p9k_ret:+\"$_p9k_ret\"} - - _p9k_param $1 CONTENT_EXPANSION '${P9K_CONTENT}' - [[ $_p9k_ret == (|*[^\\])'$('* ]] && non_hermetic=1 - local content_exp_=${_p9k_ret:+\"$_p9k_ret\"} - - if [[ ( $icon_exp_ != '"${P9K_VISUAL_IDENTIFIER}"' && $icon_exp_ == *'$'* ) || - ( $content_exp_ != '"${P9K_CONTENT}"' && $content_exp_ == *'$'* ) ]]; then - p+="\${P9K_VISUAL_IDENTIFIER::=$icon_}" - fi - - local -i has_icon=-1 # maybe - - if [[ $icon_exp_ != '"${P9K_VISUAL_IDENTIFIER}"' && $icon_exp_ == *'$'* ]]; then - p+="\${_p9k_v::=$icon_exp_$style_}" - else - [[ $icon_exp_ == '"${P9K_VISUAL_IDENTIFIER}"' ]] && _p9k_ret=$icon_ || _p9k_ret=$icon_exp_ - if [[ -n $_p9k_ret ]]; then - p+="\${_p9k_v::=$_p9k_ret" - [[ $_p9k_ret == *%* ]] && p+=$style_ - p+="}" - has_icon=1 # definitely yes - else - has_icon=0 # definitely no - fi - fi - - p+="\${_p9k_c::=$content_exp_}" - p+='${_p9k_e::=${${_p9k__'${_p9k_line_index}r${${1#prompt_}%%[A-Z_]#}'+00}:-' - if (( has_icon == -1 )); then - p+='${${(%):-$_p9k_c%1(l.1.0)}[-1]}${${(%):-$_p9k_v%1(l.1.0)}[-1]}}' - else - p+='${${(%):-$_p9k_c%1(l.1.0)}[-1]}'$has_icon'}' - fi - - p+='}}+}' - - p+='${${_p9k_e:#00}:+${_p9k_t[$_p9k_n]/'$w'/$_p9k_w}' - - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - _p9k_param $1 ICON_BEFORE_CONTENT '' - if [[ $_p9k_ret != true ]]; then - _p9k_param $1 PREFIX '' - _p9k_ret=${(g::)_p9k_ret} - _p9k_escape $_p9k_ret - p+=$_p9k_ret - [[ $_p9k_ret == *%* ]] && p+=$style_ - - p+='${_p9k_c}'$style_ - - if (( has_icon != 0 )); then - local -i need_style=0 - _p9k_get_icon $1 RIGHT_MIDDLE_WHITESPACE ' ' - if [[ -n $_p9k_ret ]]; then - _p9k_escape $_p9k_ret - [[ $_p9k_ret == *%* ]] && need_style=1 - p+='${${(M)_p9k_e:#11}:+'$_p9k_ret'}' - fi - - _p9k_color $1 VISUAL_IDENTIFIER_COLOR $fg_color - _p9k_foreground $_p9k_ret - _p9k_ret=%b$bg$_p9k_ret - _p9k_ret=${_p9k_ret//\}/\\\}} - [[ $_p9k_ret != $style_ || $need_style == 1 ]] && p+=$_p9k_ret - p+='$_p9k_v' - fi - else - _p9k_param $1 PREFIX '' - _p9k_ret=${(g::)_p9k_ret} - _p9k_escape $_p9k_ret - p+=$_p9k_ret - [[ $_p9k_ret == *%* ]] && local -i need_style=1 || local -i need_style=0 - - if (( has_icon != 0 )); then - _p9k_color $1 VISUAL_IDENTIFIER_COLOR $fg_color - _p9k_foreground $_p9k_ret - _p9k_ret=%b$bg$_p9k_ret - _p9k_ret=${_p9k_ret//\}/\\\}} - [[ $_p9k_ret != $style_ || $need_style == 1 ]] && p+=$_p9k_ret - p+='${_p9k_v}' - - _p9k_get_icon $1 RIGHT_MIDDLE_WHITESPACE ' ' - if [[ -n $_p9k_ret ]]; then - _p9k_escape $_p9k_ret - [[ _p9k_ret == *%* ]] && _p9k_ret+=$style_ - p+='${${(M)_p9k_e:#11}:+'$_p9k_ret'}' - fi - elif (( need_style )); then - p+=$style_ - fi - - p+='${_p9k_c}'$style_ - fi - - _p9k_param $1 SUFFIX '' - _p9k_ret=${(g::)_p9k_ret} - _p9k_escape $_p9k_ret - p+=$_p9k_ret - - p+='${${:-' - - if [[ -n $fg_color && $fg_color == $bg_color ]]; then - if [[ $fg_color == $_p9k_color1 ]]; then - _p9k_foreground $_p9k_color2 - else - _p9k_foreground $_p9k_color1 - fi - else - _p9k_ret=$fg - fi - _p9k_ret=${_p9k_ret//\}/\\\}} - p+="\${_p9k_w::=${right_space_:+$style_}$right_space_%b$bg_$_p9k_ret}" - - p+='${_p9k_sss::=' - p+=$style_$right_space_ - [[ $right_space_ == *%* ]] && p+=$style_ - if [[ -n $end_sep_ ]]; then - p+="%k%F{$bg_color\}$end_sep_$style_" - fi - p+='}' - - p+="\${_p9k_i::=$_p9k_segment_index}\${_p9k_bg::=$bg_color}" - - p+='}+}' - p+='}' - - _p9k_cache_set "$p" $non_hermetic - fi - - _p9k_non_hermetic_expansion=$_p9k_cache_val[2] - - (( $5 )) && _p9k_ret=\"$7\" || _p9k_escape $7 - if [[ -z $6 ]]; then - _p9k__prompt+="\${\${:-\${P9K_CONTENT::=$_p9k_ret}$_p9k_cache_val[1]" - else - _p9k__prompt+="\${\${:-\"$6\"}:+\${\${:-\${P9K_CONTENT::=$_p9k_ret}$_p9k_cache_val[1]}" - fi -} - -function _p9k_prompt_segment() { "_p9k_${_p9k_prompt_side}_prompt_segment" "$@" } -function p9k_prompt_segment() { p10k segment "$@" } - -function _p9k_python_version() { - _p9k_cached_cmd_stdout_stderr python --version || return - [[ $_p9k_ret == (#b)Python\ ([[:digit:].]##)* ]] && _p9k_ret=$match[1] -} - -################################################################ -# Prompt Segment Definitions -################################################################ - -################################################################ -# Anaconda Environment -prompt_anaconda() { - local p=${CONDA_PREFIX:-$CONDA_ENV_PATH} - [[ -n $p ]] || return - local msg='' - if (( _POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSION )) && _p9k_python_version; then - msg="${_p9k_ret//\%//%%} " - fi - msg+="$_POWERLEVEL9K_ANACONDA_LEFT_DELIMITER${${p:t}//\%/%%}$_POWERLEVEL9K_ANACONDA_RIGHT_DELIMITER" - _p9k_prompt_segment "$0" "blue" "$_p9k_color1" 'PYTHON_ICON' 0 '' "$msg" -} - -################################################################ -# AWS Profile -prompt_aws() { - local aws_profile="${AWS_VAULT:-${AWSUME_PROFILE:-${AWS_PROFILE:-$AWS_DEFAULT_PROFILE}}}" - if [[ -n "$aws_profile" ]]; then - local pat class - for pat class in "${_POWERLEVEL9K_AWS_CLASSES[@]}"; do - if [[ $aws_profile == ${~pat} ]]; then - [[ -n $class ]] && state=_${(U)class} - break - fi - done - - _p9k_prompt_segment "$0$state" red white 'AWS_ICON' 0 '' "${aws_profile//\%/%%}" - fi -} - -################################################################ -# Current Elastic Beanstalk environment -prompt_aws_eb_env() { - (( $+commands[eb] )) || return - - local dir=$_p9k_pwd - while true; do - [[ $dir == / ]] && return - [[ -d $dir/.elasticbeanstalk ]] && break - dir=${dir:h} - done - - if ! _p9k_cache_stat_get $0 $dir/.elasticbeanstalk/config.yml; then - local env - env="$(command eb list 2>/dev/null)" || env= - env="${${(@M)${(@f)env}:#\* *}#\* }" - _p9k_cache_stat_set "$env" - fi - [[ -n $_p9k_cache_val[1] ]] || return - _p9k_prompt_segment "$0" black green 'AWS_EB_ICON' 0 '' "${_p9k_cache_val[1]//\%/%%}" -} - -################################################################ -# Segment to indicate background jobs with an icon. -prompt_background_jobs() { - local msg - if (( _POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE )); then - if (( _POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE_ALWAYS )); then - msg='${(%):-%j}' - else - msg='${${(%):-%j}:#1}' - fi - fi - _p9k_prompt_segment $0 "$_p9k_color1" cyan BACKGROUND_JOBS_ICON 1 '${${(%):-%j}:#0}' "$msg" -} - -################################################################ -# Segment that indicates usage level of current partition. -prompt_disk_usage() { - (( $+commands[df] )) || return - local disk_usage=${${=${(f)"$(df -P . 2>/dev/null)"}[2]}[5]%%%} - local state bg fg - if (( disk_usage >= _POWERLEVEL9K_DISK_USAGE_CRITICAL_LEVEL )); then - state=critical - bg=red - fg=white - elif (( disk_usage >= _POWERLEVEL9K_DISK_USAGE_WARNING_LEVEL )); then - state=warning - bg=yellow - fg=$_p9k_color1 - else - (( _POWERLEVEL9K_DISK_USAGE_ONLY_WARNING )) && return - state=normal - bg=$_p9k_color1 - fg=yellow - fi - _p9k_prompt_segment $0_$state $bg $fg DISK_ICON 0 '' "$disk_usage%%" -} - -function _p9k_read_file() { - _p9k_ret='' - [[ -n $1 ]] && IFS='' read -r _p9k_ret <$1 - [[ -n $_p9k_ret ]] -} - -prompt_fvm() { - (( $+commands[fvm] )) || return - local dir=$_p9k_pwd_a - while [[ $dir != / ]]; do - local link=$dir/fvm - if [[ -L $link ]]; then - if [[ ${link:A} == (#b)*/versions/([^/]##)/bin/flutter ]]; then - _p9k_prompt_segment $0 blue $_p9k_color1 FLUTTER_ICON 0 '' ${match[1]//\%/%%} - fi - return - fi - dir=${dir:h} - done -} - -################################################################ -# Segment that displays the battery status in levels and colors -prompt_battery() { - local state remain - local -i bat_percent - - case $_p9k_os in - OSX) - (( $+commands[pmset] )) || return - local raw_data=${${(f)"$(pmset -g batt 2>/dev/null)"}[2]} - [[ $raw_data == *InternalBattery* ]] || return - remain=${${(s: :)${${(s:; :)raw_data}[3]}}[1]} - [[ $remain == *no* ]] && remain="..." - [[ $raw_data =~ '([0-9]+)%' ]] && bat_percent=$match[1] - - case "${${(s:; :)raw_data}[2]}" in - 'charging'|'finishing charge'|'AC attached') - if (( bat_percent == 100 )); then - state=CHARGED - remain='' - else - state=CHARGING - fi - ;; - 'discharging') - (( bat_percent < _POWERLEVEL9K_BATTERY_LOW_THRESHOLD )) && state=LOW || state=DISCONNECTED - ;; - *) - state=CHARGED - remain='' - ;; - esac - ;; - - Linux|Android) - local -a bats=( /sys/class/power_supply/(BAT*|battery)/(FN) ) - (( $#bats )) || return - - local -i energy_now energy_full power_now - local -i is_full=1 is_calculating is_charching - local dir - for dir in $bats; do - local -i pow=0 full=0 - if _p9k_read_file $dir/(energy_full|charge_full|charge_counter)(N); then - (( energy_full += ${full::=_p9k_ret} )) - fi - if _p9k_read_file $dir/(power|current)_now(N) && (( $#_p9k_ret < 9 )); then - (( power_now += ${pow::=$_p9k_ret} )) - fi - if _p9k_read_file $dir/(energy|charge)_now(N); then - (( energy_now += _p9k_ret )) - elif _p9k_read_file $dir/capacity(N); then - (( energy_now += _p9k_ret * full / 100. + 0.5 )) - fi - _p9k_read_file $dir/status(N) && local bat_status=$_p9k_ret || continue - [[ $bat_status != Full ]] && is_full=0 - [[ $bat_status == Charging ]] && is_charching=1 - [[ $bat_status == (Charging|Discharging) && $pow == 0 ]] && is_calculating=1 - done - - (( energy_full )) || return - - bat_percent=$(( 100. * energy_now / energy_full + 0.5 )) - (( bat_percent > 100 )) && bat_percent=100 - - if (( is_full || (bat_percent == 100 && is_charching) )); then - state=CHARGED - else - if (( is_charching )); then - state=CHARGING - elif (( bat_percent < _POWERLEVEL9K_BATTERY_LOW_THRESHOLD )); then - state=LOW - else - state=DISCONNECTED - fi - - if (( power_now > 0 )); then - (( is_charching )) && local -i e=$((energy_full - energy_now)) || local -i e=energy_now - local -i minutes=$(( 60 * e / power_now )) - (( minutes > 0 )) && remain=$((minutes/60)):${(l#2##0#)$((minutes%60))} - elif (( is_calculating )); then - remain="..." - fi - fi - ;; - - *) - return 0 - ;; - esac - - (( bat_percent >= _POWERLEVEL9K_BATTERY_HIDE_ABOVE_THRESHOLD )) && return - - local msg="$bat_percent%%" - [[ $_POWERLEVEL9K_BATTERY_VERBOSE == 1 && -n $remain ]] && msg+=" ($remain)" - - local icon=BATTERY_ICON - if (( $#_POWERLEVEL9K_BATTERY_STAGES )); then - local -i idx=$#_POWERLEVEL9K_BATTERY_STAGES - (( bat_percent < 100 )) && idx=$((bat_percent * $#_POWERLEVEL9K_BATTERY_STAGES / 100 + 1)) - icon=$'\1'$_POWERLEVEL9K_BATTERY_STAGES[idx] - fi - - local bg=$_p9k_color1 - if (( $#_POWERLEVEL9K_BATTERY_LEVEL_BACKGROUND )); then - local -i idx=$#_POWERLEVEL9K_BATTERY_LEVEL_BACKGROUND - (( bat_percent < 100 )) && idx=$((bat_percent * $#_POWERLEVEL9K_BATTERY_LEVEL_BACKGROUND / 100 + 1)) - bg=$_POWERLEVEL9K_BATTERY_LEVEL_BACKGROUND[idx] - fi - - local fg=$_p9k_battery_states[$state] - if (( $#_POWERLEVEL9K_BATTERY_LEVEL_FOREGROUND )); then - local -i idx=$#_POWERLEVEL9K_BATTERY_LEVEL_FOREGROUND - (( bat_percent < 100 )) && idx=$((bat_percent * $#_POWERLEVEL9K_BATTERY_LEVEL_FOREGROUND / 100 + 1)) - fg=$_POWERLEVEL9K_BATTERY_LEVEL_FOREGROUND[idx] - fi - - _p9k_prompt_segment $0_$state "$bg" "$fg" $icon 0 '' $msg -} - -################################################################ -# Public IP segment -prompt_public_ip() { - local icon='PUBLIC_IP_ICON' - if [[ -n $_POWERLEVEL9K_PUBLIC_IP_VPN_INTERFACE ]]; then - _p9k_parse_ip $_POWERLEVEL9K_PUBLIC_IP_VPN_INTERFACE && icon='VPN_ICON' - fi - - local ip='${_p9k__public_ip:-$_POWERLEVEL9K_PUBLIC_IP_NONE}' - _p9k_prompt_segment "$0" "$_p9k_color1" "$_p9k_color2" "$icon" 1 $ip $ip -} - -################################################################ -# Context: user@hostname (who am I and where am I) -prompt_context() { - if ! _p9k_cache_get $0 "${(%):-%#}"; then - local -i enabled=1 - local content - if [[ $_POWERLEVEL9K_ALWAYS_SHOW_CONTEXT == 0 && -n $DEFAULT_USER && $P9K_SSH == 0 ]]; then - local user="${(%):-%n}" - if [[ $user == $DEFAULT_USER ]]; then - if (( _POWERLEVEL9K_ALWAYS_SHOW_USER )); then - content="${user//\%/%%}" - else - enabled=0 - fi - fi - fi - - local state - if (( enabled )); then - state="DEFAULT" - if [[ "${(%):-%#}" == '#' ]]; then - state="ROOT" - elif (( P9K_SSH )); then - if [[ -n "$SUDO_COMMAND" ]]; then - state="REMOTE_SUDO" - else - state="REMOTE" - fi - elif [[ -n "$SUDO_COMMAND" ]]; then - state="SUDO" - fi - - if [[ -z $content ]]; then - local var=_POWERLEVEL9K_CONTEXT_${state}_TEMPLATE - if (( $+parameters[$var] )); then - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - content=${(P)var} - content=${(g::)content} - else - content=$_POWERLEVEL9K_CONTEXT_TEMPLATE - fi - fi - fi - - _p9k_cache_set "$enabled" "$state" "$content" - fi - - (( _p9k_cache_val[1] )) || return - _p9k_prompt_segment "$0_$_p9k_cache_val[2]" "$_p9k_color1" yellow '' 0 '' "$_p9k_cache_val[3]" -} - -instant_prompt_context() { prompt_context; } - -################################################################ -# User: user (who am I) -prompt_user() { - if ! _p9k_cache_get $0 "${(%):-%#}"; then - local user="${(%):-%n}" - if [[ $_POWERLEVEL9K_ALWAYS_SHOW_USER == 0 && $user == $DEFAULT_USER ]]; then - _p9k_cache_set true - elif [[ "${(%):-%#}" == '#' ]]; then - _p9k_cache_set _p9k_prompt_segment "${0}_ROOT" "${_p9k_color1}" yellow ROOT_ICON 0 '' "$_POWERLEVEL9K_USER_TEMPLATE" - elif [[ -n "$SUDO_COMMAND" ]]; then - _p9k_cache_set _p9k_prompt_segment "${0}_SUDO" "${_p9k_color1}" yellow SUDO_ICON 0 '' "$_POWERLEVEL9K_USER_TEMPLATE" - else - _p9k_cache_set _p9k_prompt_segment "${0}_DEFAULT" "${_p9k_color1}" yellow USER_ICON 0 '' "${user//\%/%%}" - fi - fi - "$_p9k_cache_val[@]" -} - -instant_prompt_user() { prompt_user; } - -################################################################ -# Host: machine (where am I) -prompt_host() { - if (( P9K_SSH )); then - _p9k_prompt_segment "$0_REMOTE" "${_p9k_color1}" yellow SSH_ICON 0 '' "$_POWERLEVEL9K_HOST_TEMPLATE" - else - _p9k_prompt_segment "$0_LOCAL" "${_p9k_color1}" yellow HOST_ICON 0 '' "$_POWERLEVEL9K_HOST_TEMPLATE" - fi -} - -instant_prompt_host() { prompt_host; } - -################################################################ -# The 'custom` prompt provides a way for users to invoke commands and display -# the output in a segment. -_p9k_custom_prompt() { - local segment_name=${1:u} - local command=_POWERLEVEL9K_CUSTOM_${segment_name} - command=${(P)command} - local cmd="${(Q)${(Az)command}[1]}" - (( $+functions[$cmd] || $+commands[$cmd] )) || return - local content="$(eval $command)" - [[ -n $content ]] || return - _p9k_prompt_segment "prompt_custom_$segment_name" $_p9k_color2 $_p9k_color1 "CUSTOM_${segment_name}_ICON" 0 '' "$content" -} - -################################################################ -# Display the duration the command needed to run. -prompt_command_execution_time() { - (( $+P9K_COMMAND_DURATION_SECONDS )) || return - (( P9K_COMMAND_DURATION_SECONDS >= _POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD )) || return - - if (( P9K_COMMAND_DURATION_SECONDS < 60 )); then - if (( !_POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION )); then - local -i sec=$((P9K_COMMAND_DURATION_SECONDS + 0.5)) - else - local -F $_POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION sec=P9K_COMMAND_DURATION_SECONDS - fi - local text=${sec}s - else - local -i d=$((P9K_COMMAND_DURATION_SECONDS + 0.5)) - if [[ $_POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT == "H:M:S" ]]; then - local text=${(l.2..0.)$((d % 60))} - if (( d >= 60 )); then - text=${(l.2..0.)$((d / 60 % 60))}:$text - if (( d >= 36000 )); then - text=$((d / 3600)):$text - elif (( d >= 3600 )); then - text=0$((d / 3600)):$text - fi - fi - else - local text="$((d % 60))s" - if (( d >= 60 )); then - text="$((d / 60 % 60))m $text" - if (( d >= 3600 )); then - text="$((d / 3600 % 24))h $text" - if (( d >= 86400 )); then - text="$((d / 86400))d $text" - fi - fi - fi - fi - fi - - _p9k_prompt_segment "$0" "red" "yellow1" 'EXECUTION_TIME_ICON' 0 '' $text -} - -function _p9k_shorten_delim_len() { - local def=$1 - _p9k_ret=${_POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH:--1} - (( _p9k_ret >= 0 )) || _p9k_prompt_length $1 -} - -################################################################ -# Dir: current working directory -prompt_dir() { - if (( _POWERLEVEL9K_DIR_PATH_ABSOLUTE )); then - local p=$_p9k_pwd - local -a parts=("${(s:/:)p}") - elif [[ -o auto_name_dirs ]]; then - local p=${_p9k_pwd/#(#b)$HOME(|\/*)/'~'$match[1]} - local -a parts=("${(s:/:)p}") - else - local p=${(%):-%~} - if [[ $p == '~['* ]]; then - # If "${(%):-%~}" expands to "~[a]/]/b", is the first component "~[a]" or "~[a]/]"? - # One would expect "${(%):-%-1~}" to give the right answer but alas it always simply - # gives the segment before the first slash, which would be "~[a]" in this case. Worse, - # for "~[a/b]" it'll give the nonsensical "~[a". To solve this problem we have to - # repeat what "${(%):-%~}" does and hope that it produces the same result. - local func='' - local -a parts=() reply=() - for func in zsh_directory_name $zsh_directory_name_functions; do - if (( $+functions[$func] )) && $func d $_p9k_pwd && [[ $p == '~['$reply[1]']'* ]]; then - parts+='~['$reply[1]']' - break - fi - done - if (( $#parts )); then - parts+=(${(s:/:)${p#$parts[1]}}) - else - p=$_p9k_pwd - parts=("${(s:/:)p}") - fi - else - local -a parts=("${(s:/:)p}") - fi - fi - - local -i fake_first=0 expand=0 - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - local delim=${_POWERLEVEL9K_SHORTEN_DELIMITER-$'\u2026'} - local -i shortenlen=${_POWERLEVEL9K_SHORTEN_DIR_LENGTH:--1} - - case $_POWERLEVEL9K_SHORTEN_STRATEGY in - truncate_absolute|truncate_absolute_chars) - if (( shortenlen > 0 && $#p > shortenlen )); then - _p9k_shorten_delim_len $delim - if (( $#p > shortenlen + $_p9k_ret )); then - local -i n=shortenlen - local -i i=$#parts - while true; do - local dir=$parts[i] - local -i len=$(( $#dir + (i > 1) )) - if (( len <= n )); then - (( n -= len )) - (( --i )) - else - parts[i]=$'\1'$dir[-n,-1] - parts[1,i-1]=() - break - fi - done - fi - fi - ;; - truncate_with_package_name|truncate_middle|truncate_from_right) - () { - [[ $_POWERLEVEL9K_SHORTEN_STRATEGY == truncate_with_package_name && - $+commands[jq] == 1 && $#_POWERLEVEL9K_DIR_PACKAGE_FILES > 0 ]] || return - local pats="(${(j:|:)_POWERLEVEL9K_DIR_PACKAGE_FILES})" - local -i i=$#parts - local dir=$_p9k_pwd - for (( ; i > 0; --i )); do - local markers=($dir/${~pats}(N)) - if (( $#markers )); then - local pat= pkg_file= - for pat in $_POWERLEVEL9K_DIR_PACKAGE_FILES; do - for pkg_file in $markers; do - [[ $pkg_file == $dir/${~pat} ]] || continue - if ! _p9k_cache_stat_get $0_pkg $pkg_file; then - local pkg_name='' - pkg_name="$(jq -j '.name | select(. != null)' <$pkg_file 2>/dev/null)" || pkg_name='' - _p9k_cache_stat_set "$pkg_name" - fi - [[ -n $_p9k_cache_val[1] ]] || continue - parts[1,i]=($_p9k_cache_val[1]) - fake_first=1 - return 0 - done - done - fi - dir=${dir:h} - done - } - if (( shortenlen > 0 )); then - _p9k_shorten_delim_len $delim - local -i d=_p9k_ret pref=shortenlen suf=0 i=2 - [[ $_POWERLEVEL9K_SHORTEN_STRATEGY == truncate_middle ]] && suf=pref - for (( ; i < $#parts; ++i )); do - local dir=$parts[i] - if (( $#dir > pref + suf + d )); then - dir[pref+1,-suf-1]=$'\1' - parts[i]=$dir - fi - done - fi - ;; - truncate_to_last) - fake_first=$(($#parts > 1)) - parts[1,-2]=() - ;; - truncate_to_first_and_last) - if (( shortenlen > 0 )); then - local -i i=$(( shortenlen + 1 )) - [[ $p == /* ]] && (( ++i )) - for (( ; i <= $#parts - shortenlen; ++i )); do - parts[i]=$'\1' - done - fi - ;; - truncate_to_unique) - expand=1 - delim=${_POWERLEVEL9K_SHORTEN_DELIMITER-'*'} - shortenlen=${_POWERLEVEL9K_SHORTEN_DIR_LENGTH:-1} - (( shortenlen >= 0 )) || shortenlen=1 - local -i i=2 e=$(($#parts - shortenlen)) - [[ $p[1] == / ]] && (( ++i )) - local parent="${_p9k_pwd%/${(pj./.)parts[i,-1]}}" - if (( i <= e )); then - local MATCH= mtimes=() - zstat -A mtimes +mtime -- ${(@)${:-{$i..$e}}/(#m)*/$parent/${(pj./.)parts[i,$MATCH]}} 2>/dev/null || mtimes=() - local key="${(pj.:.)mtimes}" - else - local key='good' - fi - if ! _p9k_cache_ephemeral_get $0 $e $i $_p9k_pwd || [[ $key != $_p9k_cache_val[1] ]] ; then - _p9k_prompt_length $delim - local -i real_delim_len=_p9k_ret - [[ -n $parts[i-1] ]] && parts[i-1]="\${(Q)\${:-${(qqq)${(q)parts[i-1]}}}}"$'\2' - local -i d=${_POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH:--1} - (( d >= 0 )) || d=real_delim_len - local -i m=1 - for (( ; i <= e; ++i, ++m )); do - local sub=$parts[i] - local dir=$parent/$sub mtime=$mtimes[m] - local pair=$_p9k__dir_stat_cache[$dir] - if [[ $pair == ${mtime:-x}:* ]]; then - parts[i]=${pair#*:} - else - [[ $sub != *["~!#\`\$^&*()\\\"'<>?{}[]"]* ]] - local -i q=$? - if [[ -n $_POWERLEVEL9K_SHORTEN_FOLDER_MARKER && - -n $parent/$sub/${~_POWERLEVEL9K_SHORTEN_FOLDER_MARKER}(#qN) ]]; then - (( q )) && parts[i]="\${(Q)\${:-${(qqq)${(q)sub}}}}" - parts[i]+=$'\2' - else - local -i j=1 - for (( ; j + d < $#sub; ++j )); do - local -a matching=($parent/$sub[1,j]*/(N)) - (( $#matching == 1 )) && break - done - local -i saved=$(($#sub - j - d)) - if (( saved > 0 )); then - if (( q )); then - parts[i]='${${${_p9k_d:#-*}:+${(Q)${:-'${(qqq)${(q)sub}}'}}}:-${(Q)${:-' - parts[i]+=$'\3'${(qqq)${(q)sub[1,j]}}$'}}\1\3''${$((_p9k_d+='$saved'))+}}' - else - parts[i]='${${${_p9k_d:#-*}:+'$sub$'}:-\3'$sub[1,j]$'\1\3''${$((_p9k_d+='$saved'))+}}' - fi - else - (( q )) && parts[i]="\${(Q)\${:-${(qqq)${(q)sub}}}}" - fi - fi - [[ -n $mtime ]] && _p9k__dir_stat_cache[$dir]="$mtime:$parts[i]" - fi - parent+=/$sub - done - for ((; i <= $#parts; ++i)); do - [[ $parts[i] == *["~!#\`\$^&*()\\\"'<>?{}[]"]* ]] && parts[i]='${(Q)${:-'${(qqq)${(q)parts[i]}}'}}' - parts[i]+=$'\2' - done - [[ -n $key ]] && _p9k_cache_ephemeral_set "$key" "${parts[@]}" - fi - parts=("${(@)_p9k_cache_val[2,-1]}") - ;; - truncate_with_folder_marker) - if [[ -n $_POWERLEVEL9K_SHORTEN_FOLDER_MARKER ]]; then - local dir=$_p9k_pwd - local -a m=() - local -i i=$(($#parts - 1)) - for (( ; i > 1; --i )); do - dir=${dir:h} - [[ -n $dir/${~_POWERLEVEL9K_SHORTEN_FOLDER_MARKER}(#qN) ]] && m+=$i - done - m+=1 - for (( i=1; i < $#m; ++i )); do - (( m[i] - m[i+1] > 2 )) && parts[m[i+1]+1,m[i]-1]=($'\1') - done - fi - ;; - *) - if (( shortenlen > 0 )); then - local -i len=$#parts - [[ -z $parts[1] ]] && (( --len )) - if (( len > shortenlen )); then - parts[1,-shortenlen-1]=($'\1') - fi - fi - ;; - esac - - [[ $_POWERLEVEL9K_DIR_SHOW_WRITABLE == 1 && ! -w $_p9k_pwd ]] - local w=$? - if ! _p9k_cache_ephemeral_get $0 $_p9k_pwd $p $w $fake_first "${parts[@]}"; then - local state=$0 - local icon='' - if (( ! w )); then - state+=_NOT_WRITABLE - icon=LOCK_ICON - else - local a='' b='' c='' - for a b c in "${_POWERLEVEL9K_DIR_CLASSES[@]}"; do - if [[ $_p9k_pwd == ${~a} ]]; then - [[ -n $b ]] && state+=_${(U)b} - icon=$'\1'$c - break - fi - done - fi - - local style=%b - _p9k_color $state BACKGROUND blue - _p9k_background $_p9k_ret - style+=$_p9k_ret - _p9k_color $state FOREGROUND "$_p9k_color1" - _p9k_foreground $_p9k_ret - style+=$_p9k_ret - if (( expand )); then - _p9k_escape_style $style - style=$_p9k_ret - fi - - parts=("${(@)parts//\%/%%}") - if [[ $_POWERLEVEL9K_HOME_FOLDER_ABBREVIATION != '~' && $fake_first == 0 && $p == ('~'|'~/'*) ]]; then - (( expand )) && _p9k_escape $_POWERLEVEL9K_HOME_FOLDER_ABBREVIATION || _p9k_ret=$_POWERLEVEL9K_HOME_FOLDER_ABBREVIATION - parts[1]=$_p9k_ret - [[ $_p9k_ret == *%* ]] && parts[1]+=$style - fi - [[ $_POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER == 1 && $#parts > 1 && -n $parts[2] ]] && parts[1]=() - - local last_style= - (( _POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD )) && last_style+=%B - if (( $+_POWERLEVEL9K_DIR_PATH_HIGHLIGHT_FOREGROUND )); then - _p9k_translate_color $_POWERLEVEL9K_DIR_PATH_HIGHLIGHT_FOREGROUND - _p9k_foreground $_p9k_ret - last_style+=$_p9k_ret - fi - if [[ -n $last_style ]]; then - (( expand )) && _p9k_escape_style $last_style || _p9k_ret=$last_style - parts[-1]=$_p9k_ret${parts[-1]//$'\1'/$'\1'$_p9k_ret}$style - fi - - local anchor_style= - (( _POWERLEVEL9K_DIR_ANCHOR_BOLD )) && anchor_style+=%B - if (( $+_POWERLEVEL9K_DIR_ANCHOR_FOREGROUND )); then - _p9k_translate_color $_POWERLEVEL9K_DIR_ANCHOR_FOREGROUND - _p9k_foreground $_p9k_ret - anchor_style+=$_p9k_ret - fi - if [[ -n $anchor_style ]]; then - (( expand )) && _p9k_escape_style $anchor_style || _p9k_ret=$anchor_style - if [[ -z $last_style ]]; then - parts=("${(@)parts/%(#b)(*)$'\2'/$_p9k_ret$match[1]$style}") - else - (( $#parts > 1 )) && parts[1,-2]=("${(@)parts[1,-2]/%(#b)(*)$'\2'/$_p9k_ret$match[1]$style}") - parts[-1]=${parts[-1]/$'\2'} - fi - else - parts=("${(@)parts/$'\2'}") - fi - - if (( $+_POWERLEVEL9K_DIR_SHORTENED_FOREGROUND )); then - _p9k_translate_color $_POWERLEVEL9K_DIR_SHORTENED_FOREGROUND - _p9k_foreground $_p9k_ret - (( expand )) && _p9k_escape_style $_p9k_ret - local shortened_fg=$_p9k_ret - (( expand )) && _p9k_escape $delim || _p9k_ret=$delim - [[ $_p9k_ret == *%* ]] && _p9k_ret+=$style$shortened_fg - parts=("${(@)parts/(#b)$'\3'(*)$'\1'(*)$'\3'/$shortened_fg$match[1]$_p9k_ret$match[2]$style}") - parts=("${(@)parts/(#b)(*)$'\1'(*)/$shortened_fg$match[1]$_p9k_ret$match[2]$style}") - else - (( expand )) && _p9k_escape $delim || _p9k_ret=$delim - [[ $_p9k_ret == *%* ]] && _p9k_ret+=$style - parts=("${(@)parts/$'\1'/$_p9k_ret}") - parts=("${(@)parts//$'\3'}") - fi - - local sep='' - if (( $+_POWERLEVEL9K_DIR_PATH_SEPARATOR_FOREGROUND )); then - _p9k_translate_color $_POWERLEVEL9K_DIR_PATH_SEPARATOR_FOREGROUND - _p9k_foreground $_p9k_ret - (( expand )) && _p9k_escape_style $_p9k_ret - sep=$_p9k_ret - fi - (( expand )) && _p9k_escape $_POWERLEVEL9K_DIR_PATH_SEPARATOR || _p9k_ret=$_POWERLEVEL9K_DIR_PATH_SEPARATOR - sep+=$_p9k_ret - [[ $sep == *%* ]] && sep+=$style - - local content="${(pj.$sep.)parts}" - if (( _POWERLEVEL9K_DIR_HYPERLINK )); then - local header=$'%{\e]8;;file://'${${_p9k_pwd//\%/%%25}//'#'/%%23}$'\a%}' - local footer=$'%{\e]8;;\a%}' - if (( expand )); then - _p9k_escape $header - header=$_p9k_ret - _p9k_escape $footer - footer=$_p9k_ret - fi - content=$header$content$footer - fi - - (( expand )) && _p9k_prompt_length "${(e):-"\${\${_p9k_d::=0}+}$content"}" || _p9k_ret= - _p9k_cache_ephemeral_set "$state" "$icon" "$expand" "$content" $_p9k_ret - fi - - if (( _p9k_cache_val[3] )); then - if (( $+_p9k_dir )); then - _p9k_cache_val[4]='${${_p9k_d::=-1024}+}'$_p9k_cache_val[4] - else - _p9k_dir=$_p9k_cache_val[4] - _p9k_dir_len=$_p9k_cache_val[5] - _p9k_cache_val[4]='%{d%}'$_p9k_cache_val[4]'%{d%}' - fi - fi - _p9k_prompt_segment "$_p9k_cache_val[1]" "blue" "$_p9k_color1" "$_p9k_cache_val[2]" "$_p9k_cache_val[3]" "" "$_p9k_cache_val[4]" -} - -instant_prompt_dir() { prompt_dir; } - -################################################################ -# Docker machine -prompt_docker_machine() { - if [[ -n "$DOCKER_MACHINE_NAME" ]]; then - _p9k_prompt_segment "$0" "magenta" "$_p9k_color1" 'SERVER_ICON' 0 '' "${DOCKER_MACHINE_NAME//\%/%%}" - fi -} - -################################################################ -# GO prompt -prompt_go_version() { - _p9k_cached_cmd_stdout go version || return - local -a match - [[ $_p9k_ret == (#b)*go([[:digit:].]##)* ]] || return - local v=$match[1] - if (( _POWERLEVEL9K_GO_VERSION_PROJECT_ONLY )); then - local p=$GOPATH - if [[ -z $p ]]; then - if [[ -d $HOME/go ]]; then - p=$HOME/go - else - p="$(go env GOPATH 2>/dev/null)" && [[ -n $p ]] || return - fi - fi - if [[ $_p9k_pwd/ != $p/* && $_p9k_pwd_a/ != $p/* ]]; then - local dir=$_p9k_pwd_a - while true; do - [[ $dir == / ]] && return - [[ -e $dir/go.mod ]] && break - dir=${dir:h} - done - fi - fi - _p9k_prompt_segment "$0" "green" "grey93" "GO_ICON" 0 '' "${v//\%/%%}" -} - -################################################################ -# Command number (in local history) -prompt_history() { - _p9k_prompt_segment "$0" "grey50" "$_p9k_color1" '' 0 '' '%h' -} - -################################################################ -# Detection for virtualization (systemd based systems only) -prompt_detect_virt() { - (( $+commands[systemd-detect-virt] )) || return - local virt="$(systemd-detect-virt 2>/dev/null)" - if [[ "$virt" == "none" ]]; then - [[ "$(ls -di /)" != "2 /" ]] && virt="chroot" - fi - if [[ -n "${virt}" ]]; then - _p9k_prompt_segment "$0" "$_p9k_color1" "yellow" '' 0 '' "${virt//\%/%%}" - fi -} - -################################################################ -# Segment to display the current IP address -prompt_ip() { - _p9k_parse_ip $_POWERLEVEL9K_IP_INTERFACE || return - _p9k_prompt_segment "$0" "cyan" "$_p9k_color1" 'NETWORK_ICON' 0 '' "${_p9k_ret//\%/%%}" -} - -################################################################ -# Segment to display if VPN is active -prompt_vpn_ip() { - _p9k_parse_ip $_POWERLEVEL9K_VPN_IP_INTERFACE || return - _p9k_prompt_segment "$0" "cyan" "$_p9k_color1" 'VPN_ICON' 0 '' "${_p9k_ret//\%/%%}" -} - -################################################################ -# Segment to display laravel version -prompt_laravel_version() { - local laravel_version="$(php artisan --version 2> /dev/null)" - if [[ -n "${laravel_version}" && "${laravel_version}" =~ "Laravel Framework" ]]; then - # Strip out everything but the version - laravel_version="${laravel_version//Laravel Framework /}" - _p9k_prompt_segment "$0" "maroon" "white" 'LARAVEL_ICON' 0 '' "${laravel_version//\%/%%}" - fi -} - -################################################################ -# Segment to display load -prompt_load() { - local bucket=2 - case $_POWERLEVEL9K_LOAD_WHICH in - 1) bucket=1;; - 5) bucket=2;; - 15) bucket=3;; - esac - - local load - case $_p9k_os in - OSX|BSD) - (( $+commands[sysctl] )) || return - load="$(sysctl -n vm.loadavg 2>/dev/null)" || return - load=${${(A)=load}[bucket+1]//,/.} - ;; - *) - [[ -r /proc/loadavg ]] || return - _p9k_read_file /proc/loadavg || return - load=${${(A)=_p9k_ret}[bucket]//,/.} - ;; - esac - - (( _p9k_num_cpus )) || return - - if (( load > 0.7 * _p9k_num_cpus )); then - local state=CRITICAL bg=red - elif (( load > 0.5 * _p9k_num_cpus )); then - local state=WARNING bg=yellow - else - local state=NORMAL bg=green - fi - - _p9k_prompt_segment $0_$state $bg "$_p9k_color1" LOAD_ICON 0 '' $load -} - -function _p9k_cached_cmd_stdout() { - local cmd=${commands[$1]:A} - [[ -n $cmd ]] || return - shift - if ! _p9k_cache_stat_get $0" ${(q)*}" $cmd; then - local out - out="$($cmd "$@" 2>/dev/null)" - _p9k_cache_stat_set $(( ! $? )) "$out" - fi - (( $_p9k_cache_val[1] )) || return - _p9k_ret=$_p9k_cache_val[2] -} - -function _p9k_cached_cmd_stdout_stderr() { - local cmd=${commands[$1]:A} - [[ -n $cmd ]] || return - shift - if ! _p9k_cache_stat_get $0" ${(q)*}" $cmd; then - local out - out="$($cmd "$@" 2>&1)" # this line is the only diff with _p9k_cached_cmd_stdout - _p9k_cache_stat_set $(( ! $? )) "$out" - fi - (( $_p9k_cache_val[1] )) || return - _p9k_ret=$_p9k_cache_val[2] -} - -################################################################ -# Segment to diplay Node version -prompt_node_version() { - (( $+commands[node] )) || return - - if (( _POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY )); then - local dir=$_p9k_pwd - while true; do - [[ $dir == / ]] && return - [[ -e $dir/package.json ]] && break - dir=${dir:h} - done - fi - - _p9k_cached_cmd_stdout node --version && [[ $_p9k_ret == v?* ]] || return - _p9k_prompt_segment "$0" "green" "white" 'NODE_ICON' 0 '' "${_p9k_ret#v}" -} - -# Almost the same as `nvm_version default` but faster. The differences shouldn't affect -# the observable behavior of Powerlevel10k. -function _p9k_nvm_ls_default() { - local v=default - local -a seen=($v) - while [[ -r $NVM_DIR/alias/$v ]]; do - local target= - IFS='' read -r target <$NVM_DIR/alias/$v - [[ -z $target ]] && break - (( $seen[(I)$target] )) && return - seen+=$target - v=$target - done - - case $v in - default|N/A) - return 1 - ;; - system|v) - _p9k_ret=system - return 0 - ;; - iojs-[0-9]*) - v=iojs-v${v#iojs-} - ;; - [0-9]*) - v=v$v - ;; - esac - - if [[ $v == v*.*.* ]]; then - if [[ -x $NVM_DIR/versions/node/$v/bin/node || -x $NVM_DIR/$v/bin/node ]]; then - _p9k_ret=$v - return 0 - elif [[ -x $NVM_DIR/versions/io.js/$v/bin/node ]]; then - _p9k_ret=iojs-$v - return 0 - else - return 1 - fi - fi - - local -a dirs=() - case $v in - node|node-|stable) - dirs=($NVM_DIR/versions/node $NVM_DIR) - v='(v[1-9]*|v0.*[02468].*)' - ;; - unstable) - dirs=($NVM_DIR/versions/node $NVM_DIR) - v='v0.*[13579].*' - ;; - iojs*) - dirs=($NVM_DIR/versions/io.js) - v=v${${${v#iojs}#-}#v}'*' - ;; - *) - dirs=($NVM_DIR/versions/node $NVM_DIR $NVM_DIR/versions/io.js) - v=v${v#v}'*' - ;; - esac - - local -a matches=(${^dirs}/${~v}(/N)) - (( $#matches )) || return - - local max path - local -a match - for path in ${(Oa)matches}; do - [[ ${path:t} == (#b)v(*).(*).(*) ]] || continue - v=${(j::)${(@l:6::0:)match}} - [[ $v > $max ]] || continue - max=$v - _p9k_ret=${path:t} - [[ ${path:h:t} != io.js ]] || _p9k_ret=iojs-$_p9k_ret - done - - [[ -n $max ]] -} - -# The same as `nvm_version current` but faster. -_p9k_nvm_ls_current() { - local node_path=${commands[node]:A} - [[ -n $node_path ]] || return - - local nvm_dir=${NVM_DIR:A} - if [[ -n $nvm_dir && $node_path == $nvm_dir/versions/io.js/* ]]; then - _p9k_cached_cmd_stdout iojs --version || return - _p9k_ret=iojs-v${_p9k_ret#v} - elif [[ -n $nvm_dir && $node_path == $nvm_dir/* ]]; then - _p9k_cached_cmd_stdout node --version || return - _p9k_ret=v${_p9k_ret#v} - else - _p9k_ret=system - fi -} - -################################################################ -# Segment to display Node version from NVM -# Only prints the segment if different than the default value -prompt_nvm() { - (( $+commands[nvm] || $+functions[nvm] )) || return - [[ -n $NVM_DIR ]] && _p9k_nvm_ls_current || return - local current=$_p9k_ret - ! _p9k_nvm_ls_default || [[ $_p9k_ret != $current ]] || return - _p9k_prompt_segment "$0" "magenta" "black" 'NODE_ICON' 0 '' "${${current#v}//\%/%%}" -} - -################################################################ -# Segment to display NodeEnv -prompt_nodeenv() { - [[ -n "$NODE_VIRTUAL_ENV" ]] || return - local msg - if (( _POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION )) && _p9k_cached_cmd_stdout node --version; then - msg="${_p9k_ret//\%/%%} " - fi - msg+="$_POWERLEVEL9K_NODEENV_LEFT_DELIMITER${${NODE_VIRTUAL_ENV:t}//\%/%%}$_POWERLEVEL9K_NODEENV_RIGHT_DELIMITER" - _p9k_prompt_segment "$0" "black" "green" 'NODE_ICON' 0 '' "$msg" -} - -function _p9k_read_nodenv_version_file() { - [[ -r $1 ]] || return - local rest - read _p9k_ret rest <$1 2>/dev/null - [[ -n $_p9k_ret ]] -} - -function _p9k_nodeenv_version_transform() { - local dir=${NODENV_ROOT:-$HOME/.nodenv}/versions - [[ -z $1 || $1 == system ]] && _p9k_ret=$1 && return - [[ -d $dir/$1 ]] && _p9k_ret=$1 && return - [[ -d $dir/${1/v} ]] && _p9k_ret=${1/v} && return - [[ -d $dir/${1#node-} ]] && _p9k_ret=${1#node-} && return - [[ -d $dir/${1#node-v} ]] && _p9k_ret=${1#node-v} && return - return 1 -} - -function _p9k_nodenv_global_version() { - _p9k_read_nodenv_version_file ${NODENV_ROOT:-$HOME/.nodenv}/version || _p9k_ret=system -} - -################################################################ -# Segment to display nodenv information -# https://github.com/nodenv/nodenv -prompt_nodenv() { - (( $+commands[nodenv] || $+functions[nodenv] )) || return - _p9k_ret=$NODENV_VERSION - if [[ -z $_p9k_ret ]]; then - [[ $NODENV_DIR == /* ]] && local dir=$NODENV_DIR || local dir="$_p9k_pwd_a/$NODENV_DIR" - while [[ $dir != //[^/]# ]]; do - _p9k_read_nodenv_version_file $dir/.node-version && break - [[ $dir == / ]] && break - dir=${dir:h} - done - if [[ -z $_p9k_ret ]]; then - (( _POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW )) || return - _p9k_nodenv_global_version - fi - fi - - _p9k_nodeenv_version_transform $_p9k_ret || return - local v=$_p9k_ret - - if (( !_POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW )); then - _p9k_nodenv_global_version - _p9k_nodeenv_version_transform $_p9k_ret && [[ $v == $_p9k_ret ]] && return - fi - - _p9k_prompt_segment "$0" "black" "green" 'NODE_ICON' 0 '' "${v//\%/%%}" -} - -prompt_dotnet_version() { - (( $+commands[dotnet] )) || return - - if (( _POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY )); then - case $_p9k_pwd in - ~|/) return 0;; - ~/*) - local parent=~/ - local parts=(${(s./.)_p9k_pwd#$parent}) - ;; - *) - local parent=/ - local parts=(${(s./.)_p9k_pwd}) - ;; - esac - local MATCH - local dirs=(${(@)${:-{1..$#parts}}/(#m)*/$parent${(pj./.)parts[i,$MATCH]}}) - local mtimes=() - zstat -A mtimes +mtime -- $dirs 2>/dev/null || mtimes=() - local key="${(pj.:.)mtimes}" - if ! _p9k_cache_ephemeral_get $0 $_p9k_pwd || [[ $key != $_p9k_cache_val[1] ]] ; then - local -i i found - for i in {1..$#dirs}; do - local dir=$dirs[i] mtime=$mtimes[i] - local pair=$_p9k__dotnet_stat_cache[$dir] - if [[ $pair == ${mtime:-x}:* ]]; then - (( $pair[-1] )) && found=1 - else - [[ -z $dir/(project.json|global.json|packet.dependencies|*.csproj|*.fsproj|*.xproj|*.sln)(#qN^/) ]] - local -i has=$? - (( has )) && found=1 - [[ -n $mtime ]] && _p9k__dotnet_stat_cache[$dir]="$mtime:$has" - fi - done - [[ -n $key ]] && _p9k_cache_ephemeral_set "$key" $found - fi - (( _p9k_cache_val[2] )) || return - fi - - _p9k_cached_cmd_stdout dotnet --version || return - _p9k_prompt_segment "$0" "magenta" "white" 'DOTNET_ICON' 0 '' "$_p9k_ret" -} - - -################################################################ -# Segment to print a little OS icon -prompt_os_icon() { - _p9k_prompt_segment "$0" "black" "white" '' 0 '' "$_p9k_os_icon" -} - -instant_prompt_os_icon() { prompt_os_icon; } - -################################################################ -# Segment to display PHP version number -prompt_php_version() { - _p9k_cached_cmd_stdout php --version || return - local -a match - [[ $_p9k_ret == (#b)(*$'\n')#(PHP [[:digit:].]##)* ]] || return - local v=$match[2] - _p9k_prompt_segment "$0" "fuchsia" "grey93" '' 0 '' "${v//\%/%%}" -} - -################################################################ -# Segment to display free RAM and used Swap -prompt_ram() { - local -F free_bytes - - case $_p9k_os in - OSX) - (( $+commands[vm_stat] )) || return - local stat && stat="$(vm_stat 2>/dev/null)" || return - [[ $stat =~ 'Pages free:[[:space:]]+([0-9]+)' ]] || return - (( free_bytes+=match[1] )) - [[ $stat =~ 'Pages inactive:[[:space:]]+([0-9]+)' ]] || return - (( free_bytes+=match[1] )) - (( free_bytes *= 4096 )) - ;; - BSD) - local stat && stat="$(grep -F 'avail memory' /var/run/dmesg.boot 2>/dev/null)" || return - free_bytes=${${(A)=stat}[4]} - ;; - *) - [[ -r /proc/meminfo ]] || return - local stat && stat="$()* ]] || return - free_bytes=$(( $match[1] * 1024 )) - ;; - esac - - _p9k_human_readable_bytes $free_bytes - _p9k_prompt_segment $0 yellow "$_p9k_color1" RAM_ICON 0 '' $_p9k_ret -} - -function _p9k_read_rbenv_version_file() { - [[ -r $1 ]] || return - local rest - read _p9k_ret rest <$1 2>/dev/null - [[ -n $_p9k_ret ]] -} - -function _p9k_rbenv_global_version() { - _p9k_read_rbenv_version_file ${RBENV_ROOT:-$HOME/.rbenv}/version || _p9k_ret=system -} - -################################################################ -# Segment to display rbenv information -# https://github.com/rbenv/rbenv#choosing-the-ruby-version -prompt_rbenv() { - (( $+commands[rbenv] || $+functions[rbenv] )) || return - if [[ -n $RBENV_VERSION ]]; then - (( ${_POWERLEVEL9K_RBENV_SOURCES[(I)shell]} )) || return - local v=$RBENV_VERSION - else - (( ${_POWERLEVEL9K_RBENV_SOURCES[(I)local|global]} )) || return - [[ $RBENV_DIR == /* ]] && local dir=$RBENV_DIR || local dir="$_p9k_pwd_a/$RBENV_DIR" - while true; do - if _p9k_read_rbenv_version_file $dir/.ruby-version; then - (( ${_POWERLEVEL9K_RBENV_SOURCES[(I)local]} )) || return - local v=$_p9k_ret - break - fi - if [[ $dir == / ]]; then - (( _POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW )) || return - (( ${_POWERLEVEL9K_RBENV_SOURCES[(I)global]} )) || return - _p9k_rbenv_global_version - local v=$_p9k_ret - break - fi - dir=${dir:h} - done - fi - - if (( !_POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW )); then - _p9k_rbenv_global_version - [[ $v == $_p9k_ret ]] && return - fi - - _p9k_prompt_segment "$0" "red" "$_p9k_color1" 'RUBY_ICON' 0 '' "${v//\%/%%}" -} - -function _p9k_read_luaenv_version_file() { - [[ -r $1 ]] || return - local rest - read _p9k_ret rest <$1 2>/dev/null - [[ -n $_p9k_ret ]] -} - -function _p9k_luaenv_global_version() { - _p9k_read_luaenv_version_file ${LUAENV_ROOT:-$HOME/.luaenv}/version || _p9k_ret=system -} - -################################################################ -# Segment to display luaenv information -# https://github.com/cehoffman/luaenv -prompt_luaenv() { - (( $+commands[luaenv] || $+functions[luaenv] )) || return - if [[ -n $LUAENV_VERSION ]]; then - (( ${_POWERLEVEL9K_LUAENV_SOURCES[(I)shell]} )) || return - local v=$LUAENV_VERSION - else - (( ${_POWERLEVEL9K_LUAENV_SOURCES[(I)local|global]} )) || return - [[ $LUAENV_DIR == /* ]] && local dir=$LUAENV_DIR || local dir="$_p9k_pwd_a/$LUAENV_DIR" - while true; do - if _p9k_read_luaenv_version_file $dir/.lua-version; then - (( ${_POWERLEVEL9K_LUAENV_SOURCES[(I)local]} )) || return - local v=$_p9k_ret - break - fi - if [[ $dir == / ]]; then - (( _POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW )) || return - (( ${_POWERLEVEL9K_LUAENV_SOURCES[(I)global]} )) || return - _p9k_luaenv_global_version - local v=$_p9k_ret - break - fi - dir=${dir:h} - done - fi - - if (( !_POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW )); then - _p9k_luaenv_global_version - [[ $v == $_p9k_ret ]] && return - fi - - _p9k_prompt_segment "$0" blue "$_p9k_color1" 'LUA_ICON' 0 '' "${v//\%/%%}" -} - -function _p9k_read_jenv_version_file() { - [[ -r $1 ]] || return - local rest - read _p9k_ret rest <$1 2>/dev/null - [[ -n $_p9k_ret ]] -} - -function _p9k_jenv_global_version() { - _p9k_read_jenv_version_file ${JENV_ROOT:-$HOME/.jenv}/version || _p9k_ret=system -} - -function _p9k_read_plenv_version_file() { - [[ -r $1 ]] || return - local rest - read _p9k_ret rest <$1 2>/dev/null - [[ -n $_p9k_ret ]] -} - -function _p9k_plenv_global_version() { - _p9k_read_plenv_version_file ${PLENV_ROOT:-$HOME/.plenv}/version || _p9k_ret=system -} - -################################################################ -# Segment to display plenv information -# https://github.com/plenv/plenv#choosing-the-perl-version -prompt_plenv() { - (( $+commands[plenv] || $+functions[plenv] )) || return - if [[ -n $PLENV_VERSION ]]; then - (( ${_POWERLEVEL9K_PLENV_SOURCES[(I)shell]} )) || return - local v=$PLENV_VERSION - else - (( ${_POWERLEVEL9K_PLENV_SOURCES[(I)local|global]} )) || return - [[ $PLENV_DIR == /* ]] && local dir=$PLENV_DIR || local dir="$_p9k_pwd_a/$PLENV_DIR" - while true; do - if _p9k_read_plenv_version_file $dir/.perl-version; then - (( ${_POWERLEVEL9K_PLENV_SOURCES[(I)local]} )) || return - local v=$_p9k_ret - break - fi - if [[ $dir == / ]]; then - (( _POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW )) || return - (( ${_POWERLEVEL9K_PLENV_SOURCES[(I)global]} )) || return - _p9k_plenv_global_version - local v=$_p9k_ret - break - fi - dir=${dir:h} - done - fi - - if (( !_POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW )); then - _p9k_plenv_global_version - [[ $v == $_p9k_ret ]] && return - fi - - _p9k_prompt_segment "$0" "blue" "$_p9k_color1" 'PERL_ICON' 0 '' "${v//\%/%%}" -} - -################################################################ -# Segment to display jenv information -# https://github.com/jenv/jenv -prompt_jenv() { - (( $+commands[jenv] || $+functions[jenv] )) || return - if [[ -n $JENV_VERSION ]]; then - (( ${_POWERLEVEL9K_JENV_SOURCES[(I)shell]} )) || return - local v=$JENV_VERSION - else - (( ${_POWERLEVEL9K_JENV_SOURCES[(I)local|global]} )) || return - [[ $JENV_DIR == /* ]] && local dir=$JENV_DIR || local dir="$_p9k_pwd_a/$JENV_DIR" - while true; do - if _p9k_read_jenv_version_file $dir/.java-version; then - (( ${_POWERLEVEL9K_JENV_SOURCES[(I)local]} )) || return - local v=$_p9k_ret - break - fi - if [[ $dir == / ]]; then - (( _POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW )) || return - (( ${_POWERLEVEL9K_JENV_SOURCES[(I)global]} )) || return - _p9k_jenv_global_version - local v=$_p9k_ret - break - fi - dir=${dir:h} - done - fi - - if (( !_POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW )); then - _p9k_jenv_global_version - [[ $v == $_p9k_ret ]] && return - fi - - _p9k_prompt_segment "$0" white red 'JAVA_ICON' 0 '' "${v//\%/%%}" -} - -################################################################ -# Segment to display chruby information -# see https://github.com/postmodern/chruby/issues/245 for chruby_auto issue with ZSH -prompt_chruby() { - [[ -n $RUBY_ENGINE ]] || return - local v='' - (( _POWERLEVEL9K_CHRUBY_SHOW_ENGINE )) && v=$RUBY_ENGINE - if [[ $_POWERLEVEL9K_CHRUBY_SHOW_VERSION == 1 && -n $RUBY_VERSION ]] && v+=${v:+ }$RUBY_VERSION - _p9k_prompt_segment "$0" "red" "$_p9k_color1" 'RUBY_ICON' 0 '' "${v//\%/%%}" -} - -################################################################ -# Segment to print an icon if user is root. -prompt_root_indicator() { - _p9k_prompt_segment "$0" "$_p9k_color1" "yellow" 'ROOT_ICON' 0 '${${(%):-%#}:#%}' '' -} - -instant_prompt_root_indicator() { prompt_root_indicator; } - -################################################################ -# Segment to display Rust version number -prompt_rust_version() { - unset P9K_RUST_VERSION - (( $+commands[rustc] )) || return - if (( _POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY )); then - local dir=$_p9k_pwd_a - while true; do - [[ $dir == / ]] && return - [[ -e $dir/Cargo.toml ]] && break - dir=${dir:h} - done - fi - local rustc=$commands[rustc] toolchain deps=() - if (( $+commands[ldd] )); then - if ! _p9k_cache_stat_get $0_so $rustc; then - local line match so - for line in "${(@f)$(ldd $rustc 2>/dev/null)}"; do - [[ $line == (#b)[[:space:]]#librustc_driver[^[:space:]]#.so' => '(*)' (0x'[[:xdigit:]]#')' ]] || continue - so=$match[1] - break - done - _p9k_cache_stat_set "$so" - fi - deps+=$_p9k_cache_val[1] - fi - if (( $+commands[rustup] )); then - local rustup=$commands[rustup] - local rustup_home=${RUSTUP_HOME:-~/.rustup} - local cfg=($rustup_home/settings.toml(.N)) - deps+=($cfg $rustup_home/update-hashes/*(.N)) - if [[ -z ${toolchain::=$RUSTUP_TOOLCHAIN} ]]; then - if ! _p9k_cache_stat_get $0_overrides $rustup $cfg; then - local lines=(${(f)"$(rustup override list 2>/dev/null)"}) - local keys=(/ ${lines%%[[:space:]]#[^[:space:]]#}) - local vals=(_ ${lines##*[[:space:]]}) - _p9k_cache_stat_set ${keys:^vals} - fi - local -A overrides=($_p9k_cache_val) - local dir=$_p9k_pwd_a - while true; do - if (( $+overrides[$dir] )); then - toolchain=$overrides[$dir] - break - fi - if [[ -r $dir/rust-toolchain ]]; then - { toolchain="$(<$dir/rust-toolchain)" } 2>/dev/null - break - fi - dir=${dir:h} - done - fi - fi - if ! _p9k_cache_stat_get $0_v$toolchain $rustc $deps; then - _p9k_cache_stat_set "$($rustc --version 2>/dev/null)" - fi - local v=${${_p9k_cache_val[1]#rustc }%% *} - [[ -n $v ]] || return - typeset -g P9K_RUST_VERSION=$_p9k_cache_val[1] - _p9k_prompt_segment "$0" "darkorange" "$_p9k_color1" 'RUST_ICON' 0 '' "${v//\%/%%}" -} - -# RSpec test ratio -prompt_rspec_stats() { - if [[ -d app && -d spec ]]; then - local -a code=(app/**/*.rb(N)) - (( $#code )) || return - local tests=(spec/**/*.rb(N)) - _p9k_build_test_stats "$0" "$#code" "$#tests" "RSpec" 'TEST_ICON' - fi -} - -################################################################ -# Segment to display Ruby Version Manager information -prompt_rvm() { - (( $+commands[rvm-prompt] || $+functions[rvm-prompt] )) || return - [[ $GEM_HOME == *rvm* && $ruby_string != $rvm_path/bin/ruby ]] || return - local v=${GEM_HOME:t} - (( _POWERLEVEL9K_RVM_SHOW_GEMSET )) || v=${v%%${rvm_gemset_separator:-@}*} - (( _POWERLEVEL9K_RVM_SHOW_PREFIX )) || v=${v#*-} - [[ -n $v ]] || return - _p9k_prompt_segment "$0" "240" "$_p9k_color1" 'RUBY_ICON' 0 '' "${v//\%/%%}" -} - -################################################################ -# Segment to display SSH icon when connected -prompt_ssh() { - if (( P9K_SSH )); then - _p9k_prompt_segment "$0" "$_p9k_color1" "yellow" 'SSH_ICON' 0 '' '' - fi -} - -instant_prompt_ssh() { prompt_ssh; } - -################################################################ -# Status: When an error occur, return the error code, or a cross icon if option is set -# Display an ok icon when no error occur, or hide the segment if option is set to false -prompt_status() { - if ! _p9k_cache_get $0 $_p9k__status $_p9k__pipestatus; then - (( _p9k__status )) && local state=ERROR || local state=OK - if (( _POWERLEVEL9K_STATUS_EXTENDED_STATES )); then - if (( _p9k__status )); then - if (( $#_p9k__pipestatus > 1 )); then - state+=_PIPE - elif (( _p9k__status > 128 )); then - state+=_SIGNAL - fi - elif [[ "$_p9k__pipestatus" == *[1-9]* ]]; then - state+=_PIPE - fi - fi - _p9k_cache_val=(:) - if (( _POWERLEVEL9K_STATUS_$state )); then - if (( _POWERLEVEL9K_STATUS_SHOW_PIPESTATUS )); then - local text=${(j:|:)${(@)_p9k__pipestatus:/(#b)(*)/$_p9k_exitcode2str[$match[1]+1]}} - else - local text=$_p9k_exitcode2str[_p9k__status+1] - fi - if (( _p9k__status )); then - if (( !_POWERLEVEL9K_STATUS_CROSS && _POWERLEVEL9K_STATUS_VERBOSE )); then - _p9k_cache_val=($0_$state red yellow1 CARRIAGE_RETURN_ICON 0 '' "$text") - else - _p9k_cache_val=($0_$state $_p9k_color1 red FAIL_ICON 0 '' '') - fi - elif (( _POWERLEVEL9K_STATUS_VERBOSE || _POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE )); then - [[ $state == OK ]] && text='' - _p9k_cache_val=($0_$state "$_p9k_color1" green OK_ICON 0 '' "$text") - fi - fi - if (( $#_p9k__pipestatus < 3 )); then - _p9k_cache_set "${(@)_p9k_cache_val}" - fi - fi - _p9k_prompt_segment "${(@)_p9k_cache_val}" -} - -instant_prompt_status() { - if (( _POWERLEVEL9K_STATUS_OK )); then - _p9k_prompt_segment prompt_status_OK "$_p9k_color1" green OK_ICON 0 '' '' - fi -} - -prompt_prompt_char() { - if (( __p9k_sh_glob )); then - if (( _p9k__status )); then - if (( _POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE )); then - _p9k_prompt_segment $0_ERROR_VIINS "$_p9k_color1" 196 '' 0 '${${${${${${:-$_p9k__keymap.$_p9k__zle_state}:#vicmd.*}:#vivis.*}:#vivli.*}:#*.*overwrite*}}' 'â¯' - _p9k_prompt_segment $0_ERROR_VIOWR "$_p9k_color1" 196 '' 0 '${${${${${${:-$_p9k__keymap.$_p9k__zle_state}:#vicmd.*}:#vivis.*}:#vivli.*}:#*.*insert*}}' 'â–¶' - else - _p9k_prompt_segment $0_ERROR_VIINS "$_p9k_color1" 196 '' 0 '${${${${_p9k__keymap:#vicmd}:#vivis}:#vivli}}' 'â¯' - fi - _p9k_prompt_segment $0_ERROR_VICMD "$_p9k_color1" 196 '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#vicmd0}' 'â®' - _p9k_prompt_segment $0_ERROR_VIVIS "$_p9k_color1" 196 '' 0 '${$((! ${#${${${${:-$_p9k__keymap$_p9k__region_active}:#vicmd1}:#vivis?}:#vivli?}})):#0}' 'â…¤' - else - if (( _POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE )); then - _p9k_prompt_segment $0_OK_VIINS "$_p9k_color1" 76 '' 0 '${${${${${${:-$_p9k__keymap.$_p9k__zle_state}:#vicmd.*}:#vivis.*}:#vivli.*}:#*.*overwrite*}}' 'â¯' - _p9k_prompt_segment $0_OK_VIOWR "$_p9k_color1" 76 '' 0 '${${${${${${:-$_p9k__keymap.$_p9k__zle_state}:#vicmd.*}:#vivis.*}:#vivli.*}:#*.*insert*}}' 'â–¶' - else - _p9k_prompt_segment $0_OK_VIINS "$_p9k_color1" 76 '' 0 '${${${${_p9k__keymap:#vicmd}:#vivis}:#vivli}}' 'â¯' - fi - _p9k_prompt_segment $0_OK_VICMD "$_p9k_color1" 76 '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#vicmd0}' 'â®' - _p9k_prompt_segment $0_OK_VIVIS "$_p9k_color1" 76 '' 0 '${$((! ${#${${${${:-$_p9k__keymap$_p9k__region_active}:#vicmd1}:#vivis?}:#vivli?}})):#0}' 'â…¤' - fi - else - if (( _p9k__status )); then - if (( _POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE )); then - _p9k_prompt_segment $0_ERROR_VIINS "$_p9k_color1" 196 '' 0 '${${:-$_p9k__keymap.$_p9k__zle_state}:#(vicmd.*|vivis.*|vivli.*|*.*overwrite*)}' 'â¯' - _p9k_prompt_segment $0_ERROR_VIOWR "$_p9k_color1" 196 '' 0 '${${:-$_p9k__keymap.$_p9k__zle_state}:#(vicmd.*|vivis.*|vivli.*|*.*insert*)}' 'â–¶' - else - _p9k_prompt_segment $0_ERROR_VIINS "$_p9k_color1" 196 '' 0 '${_p9k__keymap:#(vicmd|vivis|vivli)}' 'â¯' - fi - _p9k_prompt_segment $0_ERROR_VICMD "$_p9k_color1" 196 '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#vicmd0}' 'â®' - _p9k_prompt_segment $0_ERROR_VIVIS "$_p9k_color1" 196 '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#(vicmd1|vivis?|vivli?)}' 'â…¤' - else - if (( _POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE )); then - _p9k_prompt_segment $0_OK_VIINS "$_p9k_color1" 76 '' 0 '${${:-$_p9k__keymap.$_p9k__zle_state}:#(vicmd.*|vivis.*|vivli.*|*.*overwrite*)}' 'â¯' - _p9k_prompt_segment $0_OK_VIOWR "$_p9k_color1" 76 '' 0 '${${:-$_p9k__keymap.$_p9k__zle_state}:#(vicmd.*|vivis.*|vivli.*|*.*insert*)}' 'â–¶' - else - _p9k_prompt_segment $0_OK_VIINS "$_p9k_color1" 76 '' 0 '${_p9k__keymap:#(vicmd|vivis|vivli)}' 'â¯' - fi - _p9k_prompt_segment $0_OK_VICMD "$_p9k_color1" 76 '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#vicmd0}' 'â®' - _p9k_prompt_segment $0_OK_VIVIS "$_p9k_color1" 76 '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#(vicmd1|vivis?|vivli?)}' 'â…¤' - fi - fi -} - -instant_prompt_prompt_char() { - _p9k_prompt_segment prompt_prompt_char_OK_VIINS "$_p9k_color1" 76 '' 0 '' 'â¯' -} - -################################################################ -# Segment to display Swap information -prompt_swap() { - local -F used_bytes - - if [[ "$_p9k_os" == "OSX" ]]; then - (( $+commands[sysctl] )) || return - [[ "$(sysctl vm.swapusage 2>/dev/null)" =~ "used = ([0-9,.]+)([A-Z]+)" ]] || return - used_bytes=${match[1]//,/.} - case ${match[2]} in - 'K') (( used_bytes *= 1024 ));; - 'M') (( used_bytes *= 1048576 ));; - 'G') (( used_bytes *= 1073741824 ));; - 'T') (( used_bytes *= 1099511627776 ));; - *) return 0;; - esac - else - local meminfo && meminfo="$(grep -F 'Swap' /proc/meminfo 2>/dev/null)" || return - [[ $meminfo =~ 'SwapTotal:[[:space:]]+([0-9]+)' ]] || return - (( used_bytes+=match[1] )) - [[ $meminfo =~ 'SwapFree:[[:space:]]+([0-9]+)' ]] || return - (( used_bytes-=match[1] )) - (( used_bytes *= 1024 )) - fi - - _p9k_human_readable_bytes $used_bytes - _p9k_prompt_segment $0 yellow "$_p9k_color1" SWAP_ICON 0 '' $_p9k_ret -} - -################################################################ -# Symfony2-PHPUnit test ratio -prompt_symfony2_tests() { - if [[ -d src && -d app && -f app/AppKernel.php ]]; then - local -a all=(src/**/*.php(N)) - local -a code=(${(@)all##*Tests*}) - (( $#code )) || return - _p9k_build_test_stats "$0" "$#code" "$(($#all - $#code))" "SF2" 'TEST_ICON' - fi -} - -################################################################ -# Segment to display Symfony2-Version -prompt_symfony2_version() { - if [[ -r app/bootstrap.php.cache ]]; then - local v="${$(grep -F " VERSION " app/bootstrap.php.cache 2>/dev/null)//[![:digit:].]}" - _p9k_prompt_segment "$0" "grey35" "$_p9k_color1" 'SYMFONY_ICON' 0 '' "${v//\%/%%}" - fi -} - -################################################################ -# Show a ratio of tests vs code -_p9k_build_test_stats() { - local code_amount="$2" - local tests_amount="$3" - local headline="$4" - - (( code_amount > 0 )) || return - local -F 2 ratio=$(( 100. * tests_amount / code_amount )) - - (( ratio >= 75 )) && _p9k_prompt_segment "${1}_GOOD" "cyan" "$_p9k_color1" "$5" 0 '' "$headline: $ratio%%" - (( ratio >= 50 && ratio < 75 )) && _p9k_prompt_segment "$1_AVG" "yellow" "$_p9k_color1" "$5" 0 '' "$headline: $ratio%%" - (( ratio < 50 )) && _p9k_prompt_segment "$1_BAD" "red" "$_p9k_color1" "$5" 0 '' "$headline: $ratio%%" -} - -################################################################ -# System time -prompt_time() { - if (( _POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME )); then - _p9k_prompt_segment "$0" "$_p9k_color2" "$_p9k_color1" "TIME_ICON" 0 '' "$_POWERLEVEL9K_TIME_FORMAT" - else - if [[ $_p9k_refresh_reason == precmd ]]; then - if [[ $+__p9k_instant_prompt_active == 1 && $__p9k_instant_prompt_time_format == $_POWERLEVEL9K_TIME_FORMAT ]]; then - _p9k_time=${__p9k_instant_prompt_time//\%/%%} - else - _p9k_time=${${(%)_POWERLEVEL9K_TIME_FORMAT}//\%/%%} - fi - fi - if (( _POWERLEVEL9K_TIME_UPDATE_ON_COMMAND )); then - _p9k_escape $_p9k_time - local t=$_p9k_ret - _p9k_escape $_POWERLEVEL9K_TIME_FORMAT - _p9k_prompt_segment "$0" "$_p9k_color2" "$_p9k_color1" "TIME_ICON" 1 '' \ - "\${_p9k__line_finished-$t}\${_p9k__line_finished+$_p9k_ret}" - else - _p9k_prompt_segment "$0" "$_p9k_color2" "$_p9k_color1" "TIME_ICON" 0 '' $_p9k_time - fi - fi -} - -instant_prompt_time() { - _p9k_escape $_POWERLEVEL9K_TIME_FORMAT - local stash='${${__p9k_instant_prompt_time::=${(%)${__p9k_instant_prompt_time_format::='$_p9k_ret'}}}+}' - _p9k_escape $_POWERLEVEL9K_TIME_FORMAT - _p9k_prompt_segment prompt_time "$_p9k_color2" "$_p9k_color1" "TIME_ICON" 1 '' $stash$_p9k_ret -} - -################################################################ -# System date -prompt_date() { - if [[ $_p9k_refresh_reason == precmd ]]; then - if [[ $+__p9k_instant_prompt_active == 1 && $__p9k_instant_prompt_date_format == $_POWERLEVEL9K_DATE_FORMAT ]]; then - _p9k_date=${__p9k_instant_prompt_date//\%/%%} - else - _p9k_date=${${(%)_POWERLEVEL9K_DATE_FORMAT}//\%/%%} - fi - fi - _p9k_prompt_segment "$0" "$_p9k_color2" "$_p9k_color1" "DATE_ICON" 0 '' "$_p9k_date" -} - -instant_prompt_date() { - _p9k_escape $_POWERLEVEL9K_DATE_FORMAT - local stash='${${__p9k_instant_prompt_date::=${(%)${__p9k_instant_prompt_date_format::='$_p9k_ret'}}}+}' - _p9k_escape $_POWERLEVEL9K_DATE_FORMAT - _p9k_prompt_segment prompt_date "$_p9k_color2" "$_p9k_color1" "DATE_ICON" 1 '' $stash$_p9k_ret -} - -################################################################ -# todo.sh: shows the number of tasks in your todo.sh file -prompt_todo() { - unset P9K_TODO_TOTAL_TASK_COUNT P9K_TODO_FILTERED_TASK_COUNT - local todo=$commands[todo.sh] - [[ -n $todo && -r $_p9k_todo_file ]] || return - if ! _p9k_cache_stat_get $0 $_p9k_todo_file; then - local count="$($todo -p ls | tail -1)" - if [[ $count == (#b)'TODO: '([[:digit:]]##)' of '([[:digit:]]##)' '* ]]; then - _p9k_cache_stat_set 1 $match[1] $match[2] - else - _p9k_cache_stat_set 0 - fi - fi - (( $_p9k_cache_val[1] )) || return - typeset -gi P9K_TODO_FILTERED_TASK_COUNT=$_p9k_cache_val[2] - typeset -gi P9K_TODO_TOTAL_TASK_COUNT=$_p9k_cache_val[3] - if (( (P9K_TODO_TOTAL_TASK_COUNT || !_POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL) && - (P9K_TODO_FILTERED_TASK_COUNT || !_POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED) )); then - if (( P9K_TODO_TOTAL_TASK_COUNT == P9K_TODO_FILTERED_TASK_COUNT )); then - local text=$P9K_TODO_TOTAL_TASK_COUNT - else - local text="$P9K_TODO_FILTERED_TASK_COUNT/$P9K_TODO_TOTAL_TASK_COUNT" - fi - _p9k_prompt_segment "$0" "grey50" "$_p9k_color1" 'TODO_ICON' 0 '' "$text" - fi -} - -################################################################ -# VCS segment: shows the state of your repository, if you are in a folder under -# version control - -# The vcs segment can have 4 different states - defaults to 'CLEAN'. -typeset -gA __p9k_vcs_states=( - 'CLEAN' '2' - 'MODIFIED' '3' - 'UNTRACKED' '2' - 'LOADING' '8' - 'CONFLICTED' '3' -) - -function +vi-git-untracked() { - [[ -z "${vcs_comm[gitdir]}" || "${vcs_comm[gitdir]}" == "." ]] && return - - # get the root for the current repo or submodule - local repoTopLevel="$(git rev-parse --show-toplevel 2> /dev/null)" - # dump out if we're outside a git repository (which includes being in the .git folder) - [[ $? != 0 || -z $repoTopLevel ]] && return - - local untrackedFiles="$(git ls-files --others --exclude-standard "${repoTopLevel}" 2> /dev/null)" - - if [[ -z $untrackedFiles && $_POWERLEVEL9K_VCS_SHOW_SUBMODULE_DIRTY == 1 ]]; then - untrackedFiles+="$(git submodule foreach --quiet --recursive 'git ls-files --others --exclude-standard' 2> /dev/null)" - fi - - [[ -z $untrackedFiles ]] && return - - hook_com[unstaged]+=" $(print_icon 'VCS_UNTRACKED_ICON')" - VCS_WORKDIR_HALF_DIRTY=true -} - -function +vi-git-aheadbehind() { - local ahead behind - local -a gitstatus - - # for git prior to 1.7 - # ahead=$(git rev-list origin/${hook_com[branch]}..HEAD | wc -l) - ahead="$(git rev-list --count "${hook_com[branch]}"@{upstream}..HEAD 2>/dev/null)" - (( ahead )) && gitstatus+=( " $(print_icon 'VCS_OUTGOING_CHANGES_ICON')${ahead// /}" ) - - # for git prior to 1.7 - # behind=$(git rev-list HEAD..origin/${hook_com[branch]} | wc -l) - behind="$(git rev-list --count HEAD.."${hook_com[branch]}"@{upstream} 2>/dev/null)" - (( behind )) && gitstatus+=( " $(print_icon 'VCS_INCOMING_CHANGES_ICON')${behind// /}" ) - - hook_com[misc]+=${(j::)gitstatus} -} - -function +vi-git-remotebranch() { - local remote - local branch_name="${hook_com[branch]}" - - # Are we on a remote-tracking branch? - remote="$(git rev-parse --verify HEAD@{upstream} --symbolic-full-name 2>/dev/null)" - remote=${remote/refs\/(remotes|heads)\/} - - if (( $+_POWERLEVEL9K_VCS_SHORTEN_LENGTH && $+_POWERLEVEL9K_VCS_SHORTEN_MIN_LENGTH )); then - if (( ${#hook_com[branch]} > _POWERLEVEL9K_VCS_SHORTEN_MIN_LENGTH && ${#hook_com[branch]} > _POWERLEVEL9K_VCS_SHORTEN_LENGTH )); then - case $_POWERLEVEL9K_VCS_SHORTEN_STRATEGY in - truncate_middle) - hook_com[branch]="${branch_name:0:$_POWERLEVEL9K_VCS_SHORTEN_LENGTH}${_POWERLEVEL9K_VCS_SHORTEN_DELIMITER}${branch_name: -$_POWERLEVEL9K_VCS_SHORTEN_LENGTH}" - ;; - truncate_from_right) - hook_com[branch]="${branch_name:0:$_POWERLEVEL9K_VCS_SHORTEN_LENGTH}${_POWERLEVEL9K_VCS_SHORTEN_DELIMITER}" - ;; - esac - fi - fi - - if (( _POWERLEVEL9K_HIDE_BRANCH_ICON )); then - hook_com[branch]="${hook_com[branch]}" - else - hook_com[branch]="$(print_icon 'VCS_BRANCH_ICON')${hook_com[branch]}" - fi - # Always show the remote - #if [[ -n ${remote} ]] ; then - # Only show the remote if it differs from the local - if [[ -n ${remote} ]] && [[ "${remote#*/}" != "${branch_name}" ]] ; then - hook_com[branch]+="$(print_icon 'VCS_REMOTE_BRANCH_ICON')${remote// /}" - fi -} - -function +vi-git-tagname() { - if (( !_POWERLEVEL9K_VCS_HIDE_TAGS )); then - # If we are on a tag, append the tagname to the current branch string. - local tag - tag="$(git describe --tags --exact-match HEAD 2>/dev/null)" - - if [[ -n "${tag}" ]] ; then - # There is a tag that points to our current commit. Need to determine if we - # are also on a branch, or are in a DETACHED_HEAD state. - if [[ -z "$(git symbolic-ref HEAD 2>/dev/null)" ]]; then - # DETACHED_HEAD state. We want to append the tag name to the commit hash - # and print it. Unfortunately, `vcs_info` blows away the hash when a tag - # exists, so we have to manually retrieve it and clobber the branch - # string. - local revision - revision="$(git rev-list -n 1 --abbrev-commit --abbrev=${_POWERLEVEL9K_CHANGESET_HASH_LENGTH} HEAD)" - if (( _POWERLEVEL9K_HIDE_BRANCH_ICON )); then - hook_com[branch]="${revision} $(print_icon 'VCS_TAG_ICON')${tag}" - else - hook_com[branch]="$(print_icon 'VCS_BRANCH_ICON')${revision} $(print_icon 'VCS_TAG_ICON')${tag}" - fi - else - # We are on both a tag and a branch; print both by appending the tag name. - hook_com[branch]+=" $(print_icon 'VCS_TAG_ICON')${tag}" - fi - fi - fi -} - -# Show count of stashed changes -# Port from https://github.com/whiteinge/dotfiles/blob/5dfd08d30f7f2749cfc60bc55564c6ea239624d9/.zsh_shouse_prompt#L268 -function +vi-git-stash() { - if [[ -s "${vcs_comm[gitdir]}/logs/refs/stash" ]] ; then - local -a stashes=( "${(@f)"$(<${vcs_comm[gitdir]}/logs/refs/stash)"}" ) - hook_com[misc]+=" $(print_icon 'VCS_STASH_ICON')${#stashes}" - fi -} - -function +vi-hg-bookmarks() { - if [[ -n "${hgbmarks[@]}" ]]; then - hook_com[hg-bookmark-string]=" $(print_icon 'VCS_BOOKMARK_ICON')${hgbmarks[@]}" - - # To signal that we want to use the sting we just generated, set the special - # variable `ret' to something other than the default zero: - ret=1 - return 0 - fi -} - -function +vi-vcs-detect-changes() { - if [[ "${hook_com[vcs]}" == "git" ]]; then - - local remote="$(git ls-remote --get-url 2> /dev/null)" - if [[ "$remote" =~ "github" ]] then - vcs_visual_identifier='VCS_GIT_GITHUB_ICON' - elif [[ "$remote" =~ "bitbucket" ]] then - vcs_visual_identifier='VCS_GIT_BITBUCKET_ICON' - elif [[ "$remote" =~ "stash" ]] then - vcs_visual_identifier='VCS_GIT_BITBUCKET_ICON' - elif [[ "$remote" =~ "gitlab" ]] then - vcs_visual_identifier='VCS_GIT_GITLAB_ICON' - else - vcs_visual_identifier='VCS_GIT_ICON' - fi - - elif [[ "${hook_com[vcs]}" == "hg" ]]; then - vcs_visual_identifier='VCS_HG_ICON' - elif [[ "${hook_com[vcs]}" == "svn" ]]; then - vcs_visual_identifier='VCS_SVN_ICON' - fi - - if [[ -n "${hook_com[staged]}" ]] || [[ -n "${hook_com[unstaged]}" ]]; then - VCS_WORKDIR_DIRTY=true - else - VCS_WORKDIR_DIRTY=false - fi -} - -function +vi-svn-detect-changes() { - local svn_status="$(svn status)" - if [[ -n "$(echo "$svn_status" | \grep \^\?)" ]]; then - hook_com[unstaged]+=" $(print_icon 'VCS_UNTRACKED_ICON')" - VCS_WORKDIR_HALF_DIRTY=true - fi - if [[ -n "$(echo "$svn_status" | \grep \^\M)" ]]; then - hook_com[unstaged]+=" $(print_icon 'VCS_UNSTAGED_ICON')" - VCS_WORKDIR_DIRTY=true - fi - if [[ -n "$(echo "$svn_status" | \grep \^\A)" ]]; then - hook_com[staged]+=" $(print_icon 'VCS_STAGED_ICON')" - VCS_WORKDIR_DIRTY=true - fi -} - -_p9k_vcs_info_init() { - autoload -Uz vcs_info - - local prefix='' - if (( _POWERLEVEL9K_SHOW_CHANGESET )); then - _p9k_get_icon '' VCS_COMMIT_ICON - prefix="$_p9k_ret%0.${_POWERLEVEL9K_CHANGESET_HASH_LENGTH}i " - fi - - zstyle ':vcs_info:*' check-for-changes true - - zstyle ':vcs_info:*' formats "$prefix%b%c%u%m" - zstyle ':vcs_info:*' actionformats "%b %F{$_POWERLEVEL9K_VCS_ACTIONFORMAT_FOREGROUND}| %a%f" - _p9k_get_icon '' VCS_STAGED_ICON - zstyle ':vcs_info:*' stagedstr " $_p9k_ret" - _p9k_get_icon '' VCS_UNSTAGED_ICON - zstyle ':vcs_info:*' unstagedstr " $_p9k_ret" - zstyle ':vcs_info:git*+set-message:*' hooks $_POWERLEVEL9K_VCS_GIT_HOOKS - zstyle ':vcs_info:hg*+set-message:*' hooks $_POWERLEVEL9K_VCS_HG_HOOKS - zstyle ':vcs_info:svn*+set-message:*' hooks $_POWERLEVEL9K_VCS_SVN_HOOKS - - # For Hg, only show the branch name - if (( _POWERLEVEL9K_HIDE_BRANCH_ICON )); then - zstyle ':vcs_info:hg*:*' branchformat "%b" - else - _p9k_get_icon '' VCS_BRANCH_ICON - zstyle ':vcs_info:hg*:*' branchformat "$_p9k_ret%b" - fi - # The `get-revision` function must be turned on for dirty-check to work for Hg - zstyle ':vcs_info:hg*:*' get-revision true - zstyle ':vcs_info:hg*:*' get-bookmarks true - zstyle ':vcs_info:hg*+gen-hg-bookmark-string:*' hooks hg-bookmarks - - # TODO: fix the %b (branch) format for svn. Using %b breaks color-encoding of the foreground - # for the rest of the powerline. - zstyle ':vcs_info:svn*:*' formats "$prefix%c%u" - zstyle ':vcs_info:svn*:*' actionformats "$prefix%c%u %F{$_POWERLEVEL9K_VCS_ACTIONFORMAT_FOREGROUND}| %a%f" - - if (( _POWERLEVEL9K_SHOW_CHANGESET )); then - zstyle ':vcs_info:*' get-revision true - else - zstyle ':vcs_info:*' get-revision false - fi -} - -function _p9k_vcs_status_save() { - local z=$'\0' - _p9k__gitstatus_last[${${_p9k__git_dir:+GIT_DIR:$_p9k__git_dir}:-$VCS_STATUS_WORKDIR}]=\ -$VCS_STATUS_ACTION$z$VCS_STATUS_COMMIT\ -$z$VCS_STATUS_COMMITS_AHEAD$z$VCS_STATUS_COMMITS_BEHIND$z$VCS_STATUS_HAS_CONFLICTED\ -$z$VCS_STATUS_HAS_STAGED$z$VCS_STATUS_HAS_UNSTAGED$z$VCS_STATUS_HAS_UNTRACKED\ -$z$VCS_STATUS_INDEX_SIZE$z$VCS_STATUS_LOCAL_BRANCH$z$VCS_STATUS_NUM_CONFLICTED\ -$z$VCS_STATUS_NUM_STAGED$z$VCS_STATUS_NUM_UNSTAGED$z$VCS_STATUS_NUM_UNTRACKED\ -$z$VCS_STATUS_REMOTE_BRANCH$z$VCS_STATUS_REMOTE_NAME$z$VCS_STATUS_REMOTE_URL\ -$z$VCS_STATUS_RESULT$z$VCS_STATUS_STASHES$z$VCS_STATUS_TAG$z$VCS_STATUS_NUM_UNSTAGED_DELETED -} - -function _p9k_vcs_status_restore() { - for VCS_STATUS_ACTION VCS_STATUS_COMMIT VCS_STATUS_COMMITS_AHEAD VCS_STATUS_COMMITS_BEHIND \ - VCS_STATUS_HAS_CONFLICTED VCS_STATUS_HAS_STAGED VCS_STATUS_HAS_UNSTAGED \ - VCS_STATUS_HAS_UNTRACKED VCS_STATUS_INDEX_SIZE VCS_STATUS_LOCAL_BRANCH \ - VCS_STATUS_NUM_CONFLICTED VCS_STATUS_NUM_STAGED VCS_STATUS_NUM_UNSTAGED \ - VCS_STATUS_NUM_UNTRACKED VCS_STATUS_REMOTE_BRANCH VCS_STATUS_REMOTE_NAME \ - VCS_STATUS_REMOTE_URL VCS_STATUS_RESULT VCS_STATUS_STASHES VCS_STATUS_TAG \ - VCS_STATUS_NUM_UNSTAGED_DELETED - in "${(@0)1}"; do done -} - -function _p9k_vcs_status_for_dir() { - if [[ -n $GIT_DIR ]]; then - _p9k_ret=$_p9k__gitstatus_last[GIT_DIR:$GIT_DIR] - [[ -n $_p9k_ret ]] - else - local dir=$_p9k_pwd_a - while true; do - _p9k_ret=$_p9k__gitstatus_last[$dir] - [[ -n $_p9k_ret ]] && return 0 - [[ $dir == / ]] && return 1 - dir=${dir:h} - done - fi -} - -function _p9k_vcs_status_purge() { - if [[ -n $_p9k__git_dir ]]; then - _p9k__gitstatus_last[GIT_DIR:$_p9k__git_dir]="" - else - local dir=$1 - while true; do - # unset doesn't work if $dir contains weird shit - _p9k__gitstatus_last[$dir]="" - _p9k_git_slow[$dir]="" - [[ $dir == / ]] && break - dir=${dir:h} - done - fi -} - -function _p9k_vcs_icon() { - case "$VCS_STATUS_REMOTE_URL" in - *github*) _p9k_ret=VCS_GIT_GITHUB_ICON;; - *bitbucket*) _p9k_ret=VCS_GIT_BITBUCKET_ICON;; - *stash*) _p9k_ret=VCS_GIT_GITHUB_ICON;; - *gitlab*) _p9k_ret=VCS_GIT_GITLAB_ICON;; - *) _p9k_ret=VCS_GIT_ICON;; - esac -} - -function _p9k_vcs_render() { - local state - - if (( $+_p9k__gitstatus_next_dir )); then - if _p9k_vcs_status_for_dir; then - _p9k_vcs_status_restore $_p9k_ret - state=LOADING - else - _p9k_prompt_segment prompt_vcs_LOADING "${__p9k_vcs_states[LOADING]}" "$_p9k_color1" VCS_LOADING_ICON 0 '' "$_POWERLEVEL9K_VCS_LOADING_TEXT" - return 0 - fi - elif [[ $VCS_STATUS_RESULT != ok-* ]]; then - return 1 - fi - - if (( _POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING )); then - if [[ -z $state ]]; then - if [[ $VCS_STATUS_HAS_CONFLICTED == 1 && $_POWERLEVEL9K_VCS_CONFLICTED_STATE == 1 ]]; then - state=CONFLICTED - elif [[ $VCS_STATUS_HAS_STAGED != 0 || $VCS_STATUS_HAS_UNSTAGED != 0 ]]; then - state=MODIFIED - elif [[ $VCS_STATUS_HAS_UNTRACKED != 0 ]]; then - state=UNTRACKED - else - state=CLEAN - fi - fi - _p9k_vcs_icon - _p9k_prompt_segment prompt_vcs_$state "${__p9k_vcs_states[$state]}" "$_p9k_color1" "$_p9k_ret" 0 '' "" - return 0 - fi - - (( ${_POWERLEVEL9K_VCS_GIT_HOOKS[(I)git-untracked]} )) || VCS_STATUS_HAS_UNTRACKED=0 - (( ${_POWERLEVEL9K_VCS_GIT_HOOKS[(I)git-aheadbehind]} )) || { VCS_STATUS_COMMITS_AHEAD=0 && VCS_STATUS_COMMITS_BEHIND=0 } - (( ${_POWERLEVEL9K_VCS_GIT_HOOKS[(I)git-stash]} )) || VCS_STATUS_STASHES=0 - (( ${_POWERLEVEL9K_VCS_GIT_HOOKS[(I)git-remotebranch]} )) || VCS_STATUS_REMOTE_BRANCH="" - (( ${_POWERLEVEL9K_VCS_GIT_HOOKS[(I)git-tagname]} )) || VCS_STATUS_TAG="" - - (( _POWERLEVEL9K_VCS_COMMITS_AHEAD_MAX_NUM >= 0 && VCS_STATUS_COMMITS_AHEAD > _POWERLEVEL9K_VCS_COMMITS_AHEAD_MAX_NUM )) && - VCS_STATUS_COMMITS_AHEAD=$_POWERLEVEL9K_VCS_COMMITS_AHEAD_MAX_NUM - - (( _POWERLEVEL9K_VCS_COMMITS_BEHIND_MAX_NUM >= 0 && VCS_STATUS_COMMITS_BEHIND > _POWERLEVEL9K_VCS_COMMITS_BEHIND_MAX_NUM )) && - VCS_STATUS_COMMITS_BEHIND=$_POWERLEVEL9K_VCS_COMMITS_BEHIND_MAX_NUM - - local -a cache_key=( - "$VCS_STATUS_LOCAL_BRANCH" - "$VCS_STATUS_REMOTE_BRANCH" - "$VCS_STATUS_REMOTE_URL" - "$VCS_STATUS_ACTION" - "$VCS_STATUS_NUM_STAGED" - "$VCS_STATUS_NUM_UNSTAGED" - "$VCS_STATUS_NUM_UNTRACKED" - "$VCS_STATUS_HAS_CONFLICTED" - "$VCS_STATUS_HAS_STAGED" - "$VCS_STATUS_HAS_UNSTAGED" - "$VCS_STATUS_HAS_UNTRACKED" - "$VCS_STATUS_COMMITS_AHEAD" - "$VCS_STATUS_COMMITS_BEHIND" - "$VCS_STATUS_STASHES" - "$VCS_STATUS_TAG" - "$VCS_STATUS_NUM_UNSTAGED_DELETED" - ) - if [[ $_POWERLEVEL9K_SHOW_CHANGESET == 1 || -z $VCS_STATUS_LOCAL_BRANCH ]]; then - cache_key+=$VCS_STATUS_COMMIT - fi - - if ! _p9k_cache_ephemeral_get "$state" "${(@)cache_key}"; then - local icon - local content - - if (( ${_POWERLEVEL9K_VCS_GIT_HOOKS[(I)vcs-detect-changes]} )); then - if [[ $VCS_STATUS_HAS_CONFLICTED == 1 && $_POWERLEVEL9K_VCS_CONFLICTED_STATE == 1 ]]; then - : ${state:=CONFLICTED} - elif [[ $VCS_STATUS_HAS_STAGED != 0 || $VCS_STATUS_HAS_UNSTAGED != 0 ]]; then - : ${state:=MODIFIED} - elif [[ $VCS_STATUS_HAS_UNTRACKED != 0 ]]; then - : ${state:=UNTRACKED} - fi - - # It's weird that removing vcs-detect-changes from POWERLEVEL9K_VCS_GIT_HOOKS gets rid - # of the GIT icon. That's what vcs_info does, so we do the same in the name of compatiblity. - case "$VCS_STATUS_REMOTE_URL" in - *github*) icon=VCS_GIT_GITHUB_ICON;; - *bitbucket*) icon=VCS_GIT_BITBUCKET_ICON;; - *stash*) icon=VCS_GIT_GITHUB_ICON;; - *gitlab*) icon=VCS_GIT_GITLAB_ICON;; - *) icon=VCS_GIT_ICON;; - esac - fi - - : ${state:=CLEAN} - - function _$0_fmt() { - _p9k_vcs_style $state $1 - content+="$_p9k_ret$2" - } - - local ws - if [[ $_POWERLEVEL9K_SHOW_CHANGESET == 1 || -z $VCS_STATUS_LOCAL_BRANCH ]]; then - _p9k_get_icon prompt_vcs_$state VCS_COMMIT_ICON - _$0_fmt COMMIT "$_p9k_ret${${VCS_STATUS_COMMIT:0:$_POWERLEVEL9K_CHANGESET_HASH_LENGTH}:-HEAD}" - ws=' ' - fi - - if [[ -n $VCS_STATUS_LOCAL_BRANCH ]]; then - local branch=$ws - if (( !_POWERLEVEL9K_HIDE_BRANCH_ICON )); then - _p9k_get_icon prompt_vcs_$state VCS_BRANCH_ICON - branch+=$_p9k_ret - fi - if (( $+_POWERLEVEL9K_VCS_SHORTEN_LENGTH && $+_POWERLEVEL9K_VCS_SHORTEN_MIN_LENGTH && - $#VCS_STATUS_LOCAL_BRANCH > _POWERLEVEL9K_VCS_SHORTEN_MIN_LENGTH && - $#VCS_STATUS_LOCAL_BRANCH > _POWERLEVEL9K_VCS_SHORTEN_LENGTH )) && - [[ $_POWERLEVEL9K_VCS_SHORTEN_STRATEGY == (truncate_middle|truncate_from_right) ]]; then - branch+=${VCS_STATUS_LOCAL_BRANCH[1,_POWERLEVEL9K_VCS_SHORTEN_LENGTH]//\%/%%}${_POWERLEVEL9K_VCS_SHORTEN_DELIMITER} - if [[ $_POWERLEVEL9K_VCS_SHORTEN_STRATEGY == truncate_middle ]]; then - _p9k_vcs_style $state BRANCH - branch+=${_p9k_ret}${VCS_STATUS_LOCAL_BRANCH[-_POWERLEVEL9K_VCS_SHORTEN_LENGTH,-1]//\%/%%} - fi - else - branch+=${VCS_STATUS_LOCAL_BRANCH//\%/%%} - fi - _$0_fmt BRANCH $branch - fi - - if [[ $_POWERLEVEL9K_VCS_HIDE_TAGS == 0 && -n $VCS_STATUS_TAG ]]; then - _p9k_get_icon prompt_vcs_$state VCS_TAG_ICON - _$0_fmt TAG " $_p9k_ret${VCS_STATUS_TAG//\%/%%}" - fi - - if [[ -n $VCS_STATUS_ACTION ]]; then - _$0_fmt ACTION " | ${VCS_STATUS_ACTION//\%/%%}" - else - if [[ -n $VCS_STATUS_REMOTE_BRANCH && - $VCS_STATUS_LOCAL_BRANCH != $VCS_STATUS_REMOTE_BRANCH ]]; then - _p9k_get_icon prompt_vcs_$state VCS_REMOTE_BRANCH_ICON - _$0_fmt REMOTE_BRANCH " $_p9k_ret${VCS_STATUS_REMOTE_BRANCH//\%/%%}" - fi - if [[ $VCS_STATUS_HAS_STAGED == 1 || $VCS_STATUS_HAS_UNSTAGED == 1 || $VCS_STATUS_HAS_UNTRACKED == 1 ]]; then - _p9k_get_icon prompt_vcs_$state VCS_DIRTY_ICON - _$0_fmt DIRTY "$_p9k_ret" - if [[ $VCS_STATUS_HAS_STAGED == 1 ]]; then - _p9k_get_icon prompt_vcs_$state VCS_STAGED_ICON - (( _POWERLEVEL9K_VCS_STAGED_MAX_NUM != 1 )) && _p9k_ret+=$VCS_STATUS_NUM_STAGED - _$0_fmt STAGED " $_p9k_ret" - fi - if [[ $VCS_STATUS_HAS_UNSTAGED == 1 ]]; then - _p9k_get_icon prompt_vcs_$state VCS_UNSTAGED_ICON - (( _POWERLEVEL9K_VCS_UNSTAGED_MAX_NUM != 1 )) && _p9k_ret+=$VCS_STATUS_NUM_UNSTAGED - _$0_fmt UNSTAGED " $_p9k_ret" - fi - if [[ $VCS_STATUS_HAS_UNTRACKED == 1 ]]; then - _p9k_get_icon prompt_vcs_$state VCS_UNTRACKED_ICON - (( _POWERLEVEL9K_VCS_UNTRACKED_MAX_NUM != 1 )) && _p9k_ret+=$VCS_STATUS_NUM_UNTRACKED - _$0_fmt UNTRACKED " $_p9k_ret" - fi - fi - if [[ $VCS_STATUS_COMMITS_BEHIND -gt 0 ]]; then - _p9k_get_icon prompt_vcs_$state VCS_INCOMING_CHANGES_ICON - (( _POWERLEVEL9K_VCS_COMMITS_BEHIND_MAX_NUM != 1 )) && _p9k_ret+=$VCS_STATUS_COMMITS_BEHIND - _$0_fmt INCOMING_CHANGES " $_p9k_ret" - fi - if [[ $VCS_STATUS_COMMITS_AHEAD -gt 0 ]]; then - _p9k_get_icon prompt_vcs_$state VCS_OUTGOING_CHANGES_ICON - (( _POWERLEVEL9K_VCS_COMMITS_AHEAD_MAX_NUM != 1 )) && _p9k_ret+=$VCS_STATUS_COMMITS_AHEAD - _$0_fmt OUTGOING_CHANGES " $_p9k_ret" - fi - if [[ $VCS_STATUS_STASHES -gt 0 ]]; then - _p9k_get_icon prompt_vcs_$state VCS_STASH_ICON - _$0_fmt STASH " $_p9k_ret$VCS_STATUS_STASHES" - fi - fi - - _p9k_cache_ephemeral_set "prompt_vcs_$state" "${__p9k_vcs_states[$state]}" "$_p9k_color1" "$icon" 0 '' "$content" - fi - - _p9k_prompt_segment "$_p9k_cache_val[@]" - return 0 -} - -function _p9k_maybe_ignore_git_repo() { - if [[ $VCS_STATUS_RESULT == ok-* && $VCS_STATUS_WORKDIR == $~_POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN ]]; then - VCS_STATUS_RESULT=norepo${VCS_STATUS_RESULT#ok} - fi -} - -function _p9k_vcs_resume() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - - _p9k_maybe_ignore_git_repo - - if [[ $VCS_STATUS_RESULT == ok-async ]]; then - local latency=$((EPOCHREALTIME - _p9k__gitstatus_start_time)) - if (( latency > _POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS )); then - _p9k_git_slow[${${_p9k__git_dir:+GIT_DIR:$_p9k__git_dir}:-$VCS_STATUS_WORKDIR}]=1 - elif (( $1 && latency < 0.8 * _POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS )); then # 0.8 to avoid flip-flopping - _p9k_git_slow[${${_p9k__git_dir:+GIT_DIR:$_p9k__git_dir}:-$VCS_STATUS_WORKDIR}]=0 - fi - _p9k_vcs_status_save - fi - - if [[ -z $_p9k__gitstatus_next_dir ]]; then - unset _p9k__gitstatus_next_dir - case $VCS_STATUS_RESULT in - norepo-async) (( $1 )) && _p9k_vcs_status_purge $_p9k_pwd_a;; - ok-async) (( $1 )) || _p9k__gitstatus_next_dir=$_p9k_pwd_a;; - esac - fi - - if [[ -n $_p9k__gitstatus_next_dir ]]; then - _p9k__git_dir=$GIT_DIR - if ! gitstatus_query -d $_p9k__gitstatus_next_dir -t 0 -c '_p9k_vcs_resume 1' POWERLEVEL9K; then - unset _p9k__gitstatus_next_dir - unset VCS_STATUS_RESULT - else - _p9k_maybe_ignore_git_repo - case $VCS_STATUS_RESULT in - tout) _p9k__gitstatus_next_dir=''; _p9k__gitstatus_start_time=$EPOCHREALTIME;; - norepo-sync) _p9k_vcs_status_purge $_p9k__gitstatus_next_dir; unset _p9k__gitstatus_next_dir;; - ok-sync) _p9k_vcs_status_save; unset _p9k__gitstatus_next_dir;; - esac - fi - fi - - _p9k_refresh_reason=gitstatus - _p9k_set_prompt - _p9k_refresh_reason='' - _p9k_reset_prompt -} - -function _p9k_vcs_gitstatus() { - if [[ $_p9k_refresh_reason == precmd ]]; then - if (( $+_p9k__gitstatus_next_dir )); then - _p9k__gitstatus_next_dir=$_p9k_pwd_a - else - local -F timeout=_POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS - if ! _p9k_vcs_status_for_dir; then - _p9k__git_dir=$GIT_DIR - gitstatus_query -d $_p9k_pwd_a -t $timeout -p -c '_p9k_vcs_resume 0' POWERLEVEL9K || return 1 - _p9k_maybe_ignore_git_repo - case $VCS_STATUS_RESULT in - tout) _p9k__gitstatus_next_dir=''; _p9k__gitstatus_start_time=$EPOCHREALTIME; return 0;; - norepo-sync) return 0;; - ok-sync) _p9k_vcs_status_save;; - esac - else - if [[ -n $GIT_DIR ]]; then - [[ $_p9k_git_slow[GIT_DIR:$GIT_DIR] == 1 ]] && timeout=0 - else - local dir=$_p9k_pwd_a - while true; do - case $_p9k_git_slow[$dir] in - "") [[ $dir == / ]] && break; dir=${dir:h};; - 0) break;; - 1) timeout=0; break;; - esac - done - fi - fi - (( _p9k__prompt_idx == 1 )) && timeout=0 - _p9k__git_dir=$GIT_DIR - if ! gitstatus_query -d $_p9k_pwd_a -t $timeout -c '_p9k_vcs_resume 1' POWERLEVEL9K; then - unset VCS_STATUS_RESULT - return 1 - fi - _p9k_maybe_ignore_git_repo - case $VCS_STATUS_RESULT in - tout) _p9k__gitstatus_next_dir=''; _p9k__gitstatus_start_time=$EPOCHREALTIME;; - norepo-sync) _p9k_vcs_status_purge $_p9k_pwd_a;; - ok-sync) _p9k_vcs_status_save;; - esac - fi - fi - return 0 -} - -################################################################ -# Segment to show VCS information - -prompt_vcs() { - local -a backends=($_POWERLEVEL9K_VCS_BACKENDS) - if (( ${backends[(I)git]} && !_p9k__gitstatus_disabled )) && _p9k_vcs_gitstatus; then - _p9k_vcs_render && return - backends=(${backends:#git}) - fi - if (( $#backends )); then - VCS_WORKDIR_DIRTY=false - VCS_WORKDIR_HALF_DIRTY=false - local current_state="" - # Actually invoke vcs_info manually to gather all information. - zstyle ':vcs_info:*' enable ${backends} - vcs_info - local vcs_prompt="${vcs_info_msg_0_}" - if [[ -n "$vcs_prompt" ]]; then - if [[ "$VCS_WORKDIR_DIRTY" == true ]]; then - # $vcs_visual_identifier gets set in +vi-vcs-detect-changes in functions/vcs.zsh, - # as we have there access to vcs_info internal hooks. - current_state='MODIFIED' - else - if [[ "$VCS_WORKDIR_HALF_DIRTY" == true ]]; then - current_state='UNTRACKED' - else - current_state='CLEAN' - fi - fi - _p9k_prompt_segment "${0}_${(U)current_state}" "${__p9k_vcs_states[$current_state]}" "$_p9k_color1" "$vcs_visual_identifier" 0 '' "$vcs_prompt" - fi - fi -} - -################################################################ -# Vi Mode: show editing mode (NORMAL|INSERT|VISUAL) -prompt_vi_mode() { - if (( __p9k_sh_glob )); then - if (( $+_POWERLEVEL9K_VI_OVERWRITE_MODE_STRING )); then - if [[ -n $_POWERLEVEL9K_VI_INSERT_MODE_STRING ]]; then - _p9k_prompt_segment $0_INSERT "$_p9k_color1" blue '' 0 '${${${${${${:-$_p9k__keymap.$_p9k__zle_state}:#vicmd.*}:#vivis.*}:#vivli.*}:#*.*overwrite*}}' "$_POWERLEVEL9K_VI_INSERT_MODE_STRING" - fi - _p9k_prompt_segment $0_OVERWRITE "$_p9k_color1" blue '' 0 '${${${${${${:-$_p9k__keymap.$_p9k__zle_state}:#vicmd.*}:#vivis.*}:#vivli.*}:#*.*insert*}}' "$_POWERLEVEL9K_VI_OVERWRITE_MODE_STRING" - else - if [[ -n $_POWERLEVEL9K_VI_INSERT_MODE_STRING ]]; then - _p9k_prompt_segment $0_INSERT "$_p9k_color1" blue '' 0 '${${${${_p9k__keymap:#vicmd}:#vivis}:#vivli}}' "$_POWERLEVEL9K_VI_INSERT_MODE_STRING" - fi - fi - - if (( $+_POWERLEVEL9K_VI_VISUAL_MODE_STRING )); then - _p9k_prompt_segment $0_NORMAL "$_p9k_color1" white '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#vicmd0}' "$_POWERLEVEL9K_VI_COMMAND_MODE_STRING" - _p9k_prompt_segment $0_VISUAL "$_p9k_color1" white '' 0 '${$((! ${#${${${${:-$_p9k__keymap$_p9k__region_active}:#vicmd1}:#vivis?}:#vivli?}})):#0}' "$_POWERLEVEL9K_VI_VISUAL_MODE_STRING" - else - _p9k_prompt_segment $0_NORMAL "$_p9k_color1" white '' 0 '${$((! ${#${${${_p9k__keymap:#vicmd}:#vivis}:#vivli}})):#0}' "$_POWERLEVEL9K_VI_COMMAND_MODE_STRING" - fi - else - if (( $+_POWERLEVEL9K_VI_OVERWRITE_MODE_STRING )); then - if [[ -n $_POWERLEVEL9K_VI_INSERT_MODE_STRING ]]; then - _p9k_prompt_segment $0_INSERT "$_p9k_color1" blue '' 0 '${${:-$_p9k__keymap.$_p9k__zle_state}:#(vicmd.*|vivis.*|vivli.*|*.*overwrite*)}' "$_POWERLEVEL9K_VI_INSERT_MODE_STRING" - fi - _p9k_prompt_segment $0_OVERWRITE "$_p9k_color1" blue '' 0 '${${:-$_p9k__keymap.$_p9k__zle_state}:#(vicmd.*|vivis.*|vivli.*|*.*insert*)}' "$_POWERLEVEL9K_VI_OVERWRITE_MODE_STRING" - else - if [[ -n $_POWERLEVEL9K_VI_INSERT_MODE_STRING ]]; then - _p9k_prompt_segment $0_INSERT "$_p9k_color1" blue '' 0 '${_p9k__keymap:#(vicmd|vivis|vivli)}' "$_POWERLEVEL9K_VI_INSERT_MODE_STRING" - fi - fi - - if (( $+_POWERLEVEL9K_VI_VISUAL_MODE_STRING )); then - _p9k_prompt_segment $0_NORMAL "$_p9k_color1" white '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#vicmd0}' "$_POWERLEVEL9K_VI_COMMAND_MODE_STRING" - _p9k_prompt_segment $0_VISUAL "$_p9k_color1" white '' 0 '${(M)${:-$_p9k__keymap$_p9k__region_active}:#(vicmd1|vivis?|vivli?)}' "$_POWERLEVEL9K_VI_VISUAL_MODE_STRING" - else - _p9k_prompt_segment $0_NORMAL "$_p9k_color1" white '' 0 '${(M)_p9k__keymap:#(vicmd|vivis|vivli)}' "$_POWERLEVEL9K_VI_COMMAND_MODE_STRING" - fi - fi -} - -instant_prompt_vi_mode() { - if [[ -n $_POWERLEVEL9K_VI_INSERT_MODE_STRING ]]; then - _p9k_prompt_segment prompt_vi_mode_INSERT "$_p9k_color1" blue '' 0 '' "$_POWERLEVEL9K_VI_INSERT_MODE_STRING" - fi -} - -################################################################ -# Virtualenv: current working virtualenv -# More information on virtualenv (Python): -# https://virtualenv.pypa.io/en/latest/ -prompt_virtualenv() { - [[ -n $VIRTUAL_ENV ]] || return - local msg='' - if (( _POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION )) && _p9k_python_version; then - msg="${_p9k_ret//\%/%%} " - fi - local v=${VIRTUAL_ENV:t} - (( _POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES[(I)$v] )) && v=${VIRTUAL_ENV:h:t} - msg+="$_POWERLEVEL9K_VIRTUALENV_LEFT_DELIMITER${v//\%/%%}$_POWERLEVEL9K_VIRTUALENV_RIGHT_DELIMITER" - _p9k_prompt_segment "$0" "blue" "$_p9k_color1" 'PYTHON_ICON' 0 '' "$msg" -} - -function _p9k_read_pyenv_version_file() { - [[ -r $1 ]] || return - local content - IFS='' read -rd $'\0' content <$1 2>/dev/null - _p9k_ret=${${(j.:.)${(@)${=content}#python-}:-system}} -} - -function _p9k_pyenv_global_version() { - _p9k_read_pyenv_version_file ${PYENV_ROOT:-$HOME/.pyenv}/version || _p9k_ret=system -} - -################################################################ -# Segment to display pyenv information -# https://github.com/pyenv/pyenv#choosing-the-python-version -prompt_pyenv() { - (( $+commands[pyenv] || $+functions[pyenv] )) || return - local v=${(j.:.)${(@)${(s.:.)PYENV_VERSION}#python-}} - if [[ -n $v ]]; then - (( ${_POWERLEVEL9K_PYENV_SOURCES[(I)shell]} )) || return - else - (( ${_POWERLEVEL9K_PYENV_SOURCES[(I)local|global]} )) || return - [[ $PYENV_DIR == /* ]] && local dir=$PYENV_DIR || local dir="$_p9k_pwd_a/$PYENV_DIR" - while true; do - if _p9k_read_pyenv_version_file $dir/.python-version; then - (( ${_POWERLEVEL9K_PYENV_SOURCES[(I)local]} )) || return - v=$_p9k_ret - break - fi - if [[ $dir == / ]]; then - (( _POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW )) || return - (( ${_POWERLEVEL9K_PYENV_SOURCES[(I)global]} )) || return - _p9k_pyenv_global_version - v=$_p9k_ret - break - fi - dir=${dir:h} - done - fi - - if (( !_POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW )); then - _p9k_pyenv_global_version - [[ $v == $_p9k_ret ]] && return - fi - - _p9k_prompt_segment "$0" "blue" "$_p9k_color1" 'PYTHON_ICON' 0 '' "${v//\%/%%}" -} - -function _p9k_read_goenv_version_file() { - [[ -r $1 ]] || return - local content - IFS='' read -rd $'\0' content <$1 2>/dev/null - _p9k_ret=${${(j.:.)${=content}:-system}} -} - -function _p9k_goenv_global_version() { - _p9k_read_goenv_version_file ${GOENV_ROOT:-$HOME/.goenv}/version || _p9k_ret=system -} - -################################################################ -# Segment to display goenv information: https://github.com/syndbg/goenv -prompt_goenv() { - (( $+commands[goenv] || $+functions[goenv] )) || return - local v=${(j.:.)${(s.:.)GOENV_VERSION}} - if [[ -z $v ]]; then - [[ $GOENV_DIR == /* ]] && local dir=$GOENV_DIR || local dir="$_p9k_pwd_a/$GOENV_DIR" - while true; do - if _p9k_read_goenv_version_file $dir/.go-version; then - v=$_p9k_ret - break - fi - if [[ $dir == / ]]; then - (( _POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW )) || return - _p9k_goenv_global_version - v=$_p9k_ret - break - fi - dir=${dir:h} - done - fi - - if (( !_POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW )); then - _p9k_goenv_global_version - [[ $v == $_p9k_ret ]] && return - fi - - _p9k_prompt_segment "$0" "blue" "$_p9k_color1" 'GO_ICON' 0 '' "${v//\%/%%}" -} - -################################################################ -# Display openfoam information -prompt_openfoam() { - local wm_project_version="$WM_PROJECT_VERSION" - local wm_fork="$WM_FORK" - if [[ -n "$wm_project_version" && -z "$wm_fork" ]] ; then - _p9k_prompt_segment "$0" "yellow" "$_p9k_color1" '' 0 '' "OF: ${${wm_project_version:t}//\%/%%}" - elif [[ -n "$wm_project_version" && -n "$wm_fork" ]] ; then - _p9k_prompt_segment "$0" "yellow" "$_p9k_color1" '' 0 '' "F-X: ${${wm_project_version:t}//\%/%%}" - fi -} - -################################################################ -# Segment to display Swift version -prompt_swift_version() { - _p9k_cached_cmd_stdout swift --version || return - [[ $_p9k_ret == (#b)[^[:digit:]]#([[:digit:].]##)* ]] || return - _p9k_prompt_segment "$0" "magenta" "white" 'SWIFT_ICON' 0 '' "${match[1]//\%/%%}" -} - -################################################################ -# dir_writable: Display information about the user's permission to write in the current directory -prompt_dir_writable() { - if [[ ! -w "$_p9k_pwd" ]]; then - _p9k_prompt_segment "$0_FORBIDDEN" "red" "yellow1" 'LOCK_ICON' 0 '' '' - fi -} - -instant_prompt_dir_writable() { prompt_dir_writable; } - -################################################################ -# Kubernetes Current Context/Namespace -prompt_kubecontext() { - (( $+commands[kubectl] )) || return - - if ! _p9k_cache_stat_get $0 ${(s.:.)${KUBECONFIG:-$HOME/.kube/config}}; then - local name namespace cluster cloud_name cloud_account cloud_zone cloud_cluster text state - () { - local cfg && cfg=(${(f)"$(kubectl config view -o=yaml 2>/dev/null)"}) || return - local ctx=(${(@M)cfg:#current-context: [^\"\'\|\>]*}) - (( $#ctx == 1 )) || return - name=${ctx[1]#current-context: } - local -i pos=${cfg[(i)contexts:]} - (( pos <= $#cfg )) || return - shift $pos cfg - pos=${cfg[(i) name: $name]} - (( pos <= $#cfg )) || return - (( --pos )) - for ((; pos > 0; --pos)); do - local line=$cfg[pos] - if [[ $line == '- context:' ]]; then - return 0 - elif [[ $line == (#b)' cluster: '([^\"\'\|\>]*) ]]; then - cluster=$match[1] - elif [[ $line == (#b)' namespace: '([^\"\'\|\>]*) ]]; then - namespace=$match[1] - fi - done - } - if [[ -n $name ]]; then - : ${namespace:=default} - # gke_my-account_us-east1-a_cluster-01 - # gke_my-account_us-east1_cluster-01 - if [[ $cluster == (#b)gke_(?*)_(asia|australia|europe|northamerica|southamerica|us)-([a-z]##<->)(-[a-z]|)_(?*) ]]; then - cloud_name=gke - cloud_account=$match[1] - cloud_zone=$match[2]-$match[3]-$match[4] - cloud_cluster=$match[5] - if (( ${_POWERLEVEL9K_KUBECONTEXT_SHORTEN[(I)gke]} )); then - text=$cloud_cluster - fi - # arn:aws:eks:us-east-1:123456789012:cluster/cluster-01 - elif [[ $cluster == (#b)arn:aws:eks:([[:alnum:]-]##):([[:digit:]]##):cluster/(?*) ]]; then - cloud_name=eks - cloud_zone=$match[1] - cloud_account=$match[2] - cloud_cluster=$match[3] - if (( ${_POWERLEVEL9K_KUBECONTEXT_SHORTEN[(I)eks]} )); then - text=$cloud_cluster - fi - fi - if [[ -z $text ]]; then - text=$name - if [[ $_POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE == 1 || $namespace != (default|$name) ]]; then - text+="/$namespace" - fi - fi - local pat class - for pat class in "${_POWERLEVEL9K_KUBECONTEXT_CLASSES[@]}"; do - if [[ $text == ${~pat} ]]; then - [[ -n $class ]] && state=_${(U)class} - break - fi - done - fi - _p9k_cache_stat_set "$name" "$namespace" "$cluster" "$cloud_name" "$cloud_account" "$cloud_zone" "$cloud_cluster" "$text" "$state" - fi - - typeset -g P9K_KUBECONTEXT_NAME=$_p9k_cache_val[1] - typeset -g P9K_KUBECONTEXT_NAMESPACE=$_p9k_cache_val[2] - typeset -g P9K_KUBECONTEXT_CLUSTER=$_p9k_cache_val[3] - typeset -g P9K_KUBECONTEXT_CLOUD_NAME=$_p9k_cache_val[4] - typeset -g P9K_KUBECONTEXT_CLOUD_ACCOUNT=$_p9k_cache_val[5] - typeset -g P9K_KUBECONTEXT_CLOUD_ZONE=$_p9k_cache_val[6] - typeset -g P9K_KUBECONTEXT_CLOUD_CLUSTER=$_p9k_cache_val[7] - [[ -n $_p9k_cache_val[8] ]] || return - _p9k_prompt_segment $0$_p9k_cache_val[9] magenta white KUBERNETES_ICON 0 '' "${_p9k_cache_val[8]//\%/%%}" -} - -################################################################ -# Dropbox status -prompt_dropbox() { - (( $+commands[dropbox-cli] )) || return - # The first column is just the directory, so cut it - local dropbox_status="$(dropbox-cli filestatus . | cut -d\ -f2-)" - - # Only show if the folder is tracked and dropbox is running - if [[ "$dropbox_status" != 'unwatched' && "$dropbox_status" != "isn't running!" ]]; then - # If "up to date", only show the icon - if [[ "$dropbox_status" =~ 'up to date' ]]; then - dropbox_status="" - fi - - _p9k_prompt_segment "$0" "white" "blue" "DROPBOX_ICON" 0 '' "${dropbox_status//\%/%%}" - fi -} - -# print Java version number -prompt_java_version() { - _p9k_cached_cmd_stdout_stderr java -fullversion || return - local v=$_p9k_ret - v=${${v#*\"}%\"*} - (( _POWERLEVEL9K_JAVA_VERSION_FULL )) || v=${v%%-*} - [[ -n $v ]] || return - _p9k_prompt_segment "$0" "red" "white" "JAVA_ICON" 0 '' "${v//\%/%%}" -} - -prompt_azure() { - (( $+commands[az] )) || return - local cfg=${AZURE_CONFIG_DIR:-$HOME/.azure}/azureProfile.json - if ! _p9k_cache_stat_get $0 $cfg; then - local name - if (( $+commands[jq] )) && name="$(jq -r '[.subscriptions[]|select(.isDefault==true)|.name][]|strings' $cfg 2>/dev/null)"; then - name=${name%%$'\n'*} - elif ! name="$(az account show --query name --output tsv 2>/dev/null)"; then - name= - fi - _p9k_cache_stat_set "$name" - fi - [[ -n $_p9k_cache_val[1] ]] || return - _p9k_prompt_segment "$0" "blue" "white" "AZURE_ICON" 0 '' "${_p9k_cache_val[1]//\%/%%}" -} - -prompt_gcloud() { - unset P9K_GCLOUD_PROJECT P9K_GCLOUD_ACCOUNT - (( $+commands[gcloud] )) || return - if ! _p9k_cache_stat_get $0 ~/.config/gcloud/active_config ~/.config/gcloud/configurations/config_default; then - _p9k_cache_stat_set "$(gcloud config get-value account 2>/dev/null)" "$(gcloud config get-value project 2>/dev/null)" - fi - [[ -n $_p9k_cache_val[1] || -n $_p9k_cache_val[2] ]] || return - P9K_GCLOUD_ACCOUNT=$_p9k_cache_val[1] - P9K_GCLOUD_PROJECT=$_p9k_cache_val[2] - _p9k_prompt_segment "$0" "blue" "white" "GCLOUD_ICON" 0 '' "${P9K_GCLOUD_ACCOUNT//\%/%%}:${P9K_GCLOUD_PROJECT//\%/%%}" -} - -prompt_google_app_cred() { - unset P9K_GOOGLE_APP_CRED_{TYPE,PROJECT_ID,CLIENT_EMAIL} - [[ -n $GOOGLE_APPLICATION_CREDENTIALS ]] || return - (( $+commands[jq] )) || return - - if ! _p9k_cache_stat_get $0 $GOOGLE_APPLICATION_CREDENTIALS; then - local -a lines - local q='[.type//"", .project_id//"", .client_email//"", 0][]' - if lines=("${(@f)$(jq -r $q <$GOOGLE_APPLICATION_CREDENTIALS 2>/dev/null)}") && (( $#lines == 4 )); then - local text="${(j.:.)lines[1,-2]}" - local pat class state - for pat class in "${_POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES[@]}"; do - if [[ $text == ${~pat} ]]; then - [[ -n $class ]] && state=_${(U)class} - break - fi - done - _p9k_cache_stat_set 1 "${(@)lines[1,-2]}" "$text" "$state" - else - _p9k_cache_stat_set 0 - fi - fi - - (( _p9k_cache_val[1] )) || return - P9K_GOOGLE_APP_CRED_TYPE=$_p9k_cache_val[2] - P9K_GOOGLE_APP_CRED_PROJECT_ID=$_p9k_cache_val[3] - P9K_GOOGLE_APP_CRED_CLIENT_EMAIL=$_p9k_cache_val[4] - _p9k_prompt_segment "$0$_p9k_cache_val[6]" "blue" "white" "GCLOUD_ICON" 0 '' "$_p9k_cache_val[5]" -} - -typeset -gra __p9k_nordvpn_tag=( - P9K_NORDVPN_STATUS - P9K_NORDVPN_TECHNOLOGY - P9K_NORDVPN_PROTOCOL - P9K_NORDVPN_IP_ADDRESS - P9K_NORDVPN_SERVER - P9K_NORDVPN_COUNTRY - P9K_NORDVPN_CITY -) - -function _p9k_fetch_nordvpn_status() { - setopt err_return - local REPLY - zsocket /run/nordvpnd.sock - local -i fd=$REPLY - { - >&$fd echo -nE - $'PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n\0\0\0\4\1\0\0\0\0\0\0N\1\4\0\0\0\1\203\206E\221bA\226\223\325\\k\337\31i=LnH\323j?A\223\266\243y\270\303\fYmLT{$\357]R.\203\223\257_\213\35u\320b\r&=LMedz\212\232\312\310\264\307`+\210K\203@\2te\206M\2035\5\261\37\0\0\5\0\1\0\0\0\1\0\0\0\0\0' - local tag len val - local -i n - IFS='' read -t 0.25 -r tag <&3 - tag=$'\015' - while true; do - tag=$((#tag)) - (( (tag >>= 3) && tag <= $#__p9k_nordvpn_tag )) || break - tag=$__p9k_nordvpn_tag[tag] - sysread -c n -s 1 -t 0.25 len <&3 - len=$((#len)) - val= - (( ! len )) || { - sysread -c n -s $len -t 0.25 val <&3 - (( n == len )) - } - typeset -g $tag=$val - sysread -c n -s 1 -t 0.25 tag <&3 - done - } always { - exec {fd}>&- - } -} - -# Shows the state of NordVPN connection. Works only on Linux. Can be in the following 5 states. -# -# MISSING: NordVPN is not installed or nordvpnd is not running. By default the segment is not -# shown in this state. To make it visible, override POWERLEVEL9K_NORDVPN_MISSING_CONTENT_EXPANSION -# and/or POWERLEVEL9K_NORDVPN_MISSING_VISUAL_IDENTIFIER_EXPANSION. -# -# # Display this icon when NordVPN is not installed or nordvpnd is not running -# POWERLEVEL9K_NORDVPN_MISSING_VISUAL_IDENTIFIER_EXPANSION='â­' -# -# CONNECTED: NordVPN is connected. By default shows LOCK_ICON as icon and country code as content. -# In addition, the following variables are set for the use by -# POWERLEVEL9K_NORDVPN_CONNECTED_VISUAL_IDENTIFIER_EXPANSION and -# POWERLEVEL9K_NORDVPN_CONNECTED_CONTENT_EXPANSION: -# -# - P9K_NORDVPN_STATUS -# - P9K_NORDVPN_PROTOCOL -# - P9K_NORDVPN_TECHNOLOGY -# - P9K_NORDVPN_IP_ADDRESS -# - P9K_NORDVPN_SERVER -# - P9K_NORDVPN_COUNTRY -# - P9K_NORDVPN_CITY -# - P9K_NORDVPN_COUNTRY_CODE -# -# The last variable is trivially derived from P9K_NORDVPN_SERVER. The rest correspond to the output -# lines of `nordvpn status` command. Example of using these variables: -# -# # Display the name of the city where VPN servers are located when connected to NordVPN. -# POWERLEVEL9K_NORDVPN_CONNECTED_CONTENT_EXPANSION='${P9K_NORDVPN_CITY}' -# -# DISCONNECTED, CONNECTING, DISCONNECTING: NordVPN is disconnected/connecting/disconnecting. By -# default shows LOCK_ICON as icon and FAIL_ICON as content. In state CONNECTING the same -# P9K_NORDVPN_* variables are set as in CONNECTED. In states DISCONNECTED and DISCONNECTING only -# P9K_NORDVPN_STATUS is set. Example customizations: -# -# # Hide NordVPN segment when disconnected (segments with no icon and no content are not shown). -# POWERLEVEL9K_NORDVPN_DISCONNECTED_CONTENT_EXPANSION= -# POWERLEVEL9K_NORDVPN_DISCONNECTED_VISUAL_IDENTIFIER_EXPANSION= -# -# # When NordVPN is connecting, show country code on cyan background. -# POWERLEVEL9K_NORDVPN_CONNECTING_CONTENT_EXPANSION='${P9K_NORDVPN_COUNTRY_CODE}' -# POWERLEVEL9K_NORDVPN_CONNECTING_BACKGROUND=cyan -function prompt_nordvpn() { - unset $__p9k_nordvpn_tag P9K_NORDVPN_COUNTRY_CODE - if [[ $+commands[nordvpn] == 1 && -e /run/nordvpnd.sock ]]; then - _p9k_fetch_nordvpn_status 2>/dev/null - if [[ $P9K_NORDVPN_SERVER == (#b)([[:alpha:]]##)[[:digit:]]##.nordvpn.com ]]; then - typeset -g P9K_NORDVPN_COUNTRY_CODE=${(U)match[1]} - fi - fi - case $P9K_NORDVPN_STATUS in - Connected) - _p9k_prompt_segment $0_CONNECTED blue white LOCK_ICON 0 '' "$P9K_NORDVPN_COUNTRY_CODE";; - Disconnected|Connecting|Disconnecting) - local state=${(U)P9K_NORDVPN_STATUS} - _p9k_get_icon $0_$state FAIL_ICON - _p9k_prompt_segment $0_$state yellow white LOCK_ICON 0 '' "$_p9k_ret";; - *) - _p9k_prompt_segment $0_MISSING blue white '' 0 '' '';; - esac -} - -function prompt_ranger() { - [[ -n $RANGER_LEVEL ]] || return - _p9k_prompt_segment $0 $_p9k_color1 yellow RANGER_ICON 0 '' $RANGER_LEVEL -} - -function instant_prompt_ranger() { - _p9k_prompt_segment prompt_ranger $_p9k_color1 yellow RANGER_ICON 1 '$RANGER_LEVEL' '$RANGER_LEVEL' -} - -function prompt_midnight_commander() { - [[ -n $MC_TMPDIR ]] || return - _p9k_prompt_segment $0 $_p9k_color1 yellow MIDNIGHT_COMMANDER_ICON 0 '' '' -} - -function instant_prompt_midnight_commander() { - _p9k_prompt_segment prompt_midnight_commander $_p9k_color1 yellow MIDNIGHT_COMMANDER_ICON 0 '$MC_TMPDIR' '' -} - -function prompt_nnn() { - [[ $NNNLVL == (0|) ]] && return - _p9k_prompt_segment $0 6 $_p9k_color1 NNN_ICON 0 '' $NNNLVL -} - -function instant_prompt_nnn() { - _p9k_prompt_segment prompt_nnn 6 $_p9k_color1 NNN_ICON 1 '${NNNLVL:#0}' '$NNNLVL' -} - -function prompt_vim_shell() { - [[ -n $VIMRUNTIME ]] || return - _p9k_prompt_segment $0 green $_p9k_color1 VIM_ICON 0 '' '' -} - -function instant_prompt_vim_shell() { - _p9k_prompt_segment prompt_vim_shell green $_p9k_color1 VIM_ICON 0 '$VIMRUNTIME' '' -} - -function prompt_terraform() { - (( $+commands[terraform] )) || return - local ws=default - if [[ -n $TF_WORKSPACE ]]; then - ws=$TF_WORKSPACE - else - local f=${TF_DATA_DIR:-.terraform}/environment - [[ -r $f ]] && _p9k_read_file $f && ws=$_p9k_ret - fi - ws=${${ws##[[:space:]]#}%%[[:space:]]#} - [[ $ws == default ]] || _p9k_prompt_segment $0 $_p9k_color1 blue TERRAFORM_ICON 0 '' $ws -} - -function prompt_proxy() { - local -U p=( - $all_proxy $http_proxy $https_proxy $ftp_proxy - $ALL_PROXY $HTTP_PROXY $HTTPS_PROXY $FTP_PROXY) - p=(${(@)${(@)${(@)p#*://}##*@}%%/*}) - (( $#p )) || return - (( $#p == 1 )) || p=("") - _p9k_prompt_segment $0 $_p9k_color1 blue PROXY_ICON 0 '' "$p[1]" -} - -function prompt_direnv() { - if [[ -n $DIRENV_DIR ]]; then - _p9k_prompt_segment $0 $_p9k_color1 yellow DIRENV_ICON 0 '' '' - elif [[ $precmd_functions[-1] != _p9k_precmd ]]; then - # DIRENV_DIR is set in a precmd hook. If our hook isn't the last, DIRENV_DIR might - # still get set before prompt is expanded. - _p9k_prompt_segment $0 $_p9k_color1 yellow DIRENV_ICON 0 '$DIRENV_DIR' '' - fi -} - -function instant_prompt_direnv() { - if [[ -n $DIRENV_DIR && $precmd_functions[-1] == _p9k_precmd ]]; then - _p9k_prompt_segment prompt_direnv $_p9k_color1 yellow DIRENV_ICON 0 '' '' - fi -} - -# Use two preexec hooks to survive https://github.com/MichaelAquilina/zsh-you-should-use with -# YSU_HARDCORE=1. See https://github.com/romkatv/powerlevel10k/issues/427. -_p9k_preexec1() { - if (( $+_p9k_real_zle_rprompt_indent )); then - if [[ -n $_p9k_real_zle_rprompt_indent ]]; then - ZLE_RPROMPT_INDENT=$_p9k_real_zle_rprompt_indent - else - unset ZLE_RPROMPT_INDENT - fi - unset _p9k_real_zle_rprompt_indent - fi - (( $+functions[TRAPINT] )) || trap - INT -} - -_p9k_preexec2() { - _p9k__preexec_cmd=$2 - _p9k__timer_start=EPOCHREALTIME -} - -function _p9k_set_iface() { - _p9k_iface=() - if [[ -x /sbin/ifconfig ]]; then - local line - local iface - for line in ${(f)"$(/sbin/ifconfig 2>/dev/null)"}; do - if [[ $line == (#b)([^[:space:]]##):[[:space:]]##flags=(<->)'<'* ]]; then - [[ $match[2] == *[13579] ]] && iface=$match[1] || iface= - elif [[ -n $iface && $line == (#b)[[:space:]]##inet[[:space:]]##([0-9.]##)* ]]; then - _p9k_iface[$iface]=$match[1] - iface= - fi - done - elif [[ -x /sbin/ip ]]; then - local line - local iface - for line in ${(f)"$(/sbin/ip -4 a show 2>/dev/null)"}; do - if [[ $line == (#b)<->:[[:space:]]##([^:]##):[[:space:]]##\<([^\>]#)\>* ]]; then - [[ ,$match[2], == *,UP,* ]] && iface=$match[1] || iface= - elif [[ -n $iface && $line == (#b)[[:space:]]##inet[[:space:]]##([0-9.]##)* ]]; then - _p9k_iface[$iface]=$match[1] - iface= - fi - done - fi -} - -function _p9k_build_segment() { - _p9k_segment_name=${_p9k_segment_name%_joined} - local disabled=_POWERLEVEL9K_${(U)_p9k_segment_name}_DISABLED_DIR_PATTERN - [[ $_p9k_pwd == ${(P)~disabled} ]] && return - if [[ $_p9k_segment_name == custom_* ]]; then - _p9k_custom_prompt $_p9k_segment_name[8,-1] - elif (( $+functions[prompt_$_p9k_segment_name] )); then - prompt_$_p9k_segment_name - fi - ((++_p9k_segment_index)) -} - -function _p9k_build_instant_segment() { - _p9k_segment_name=${_p9k_segment_name%_joined} - local disabled=_POWERLEVEL9K_${(U)_p9k_segment_name}_DISABLED_DIR_PATTERN - [[ $_p9k_pwd == ${(P)~disabled} ]] && return - if (( $+functions[instant_prompt_$_p9k_segment_name] )); then - local -i len=$#_p9k__prompt - _p9k_non_hermetic_expansion=0 - instant_prompt_$_p9k_segment_name - if (( _p9k_non_hermetic_expansion )); then - _p9k__prompt[len+1,-1]= - fi - fi - ((++_p9k_segment_index)) -} - -function _p9k_set_prompt() { - local ifs=$IFS - IFS=$' \t\n\0' - _p9k_pwd=${(%):-%/} - _p9k_pwd_a=${_p9k_pwd:A} - PROMPT= - RPROMPT= - [[ $1 == instant_ ]] || PROMPT+='${$((_p9k_on_expand()))+}' - PROMPT+=$_p9k_prompt_prefix_left - - (( _p9k_fetch_iface )) && _p9k_set_iface - - local -i left_idx=1 right_idx=1 num_lines=$#_p9k_line_segments_left - for _p9k_line_index in {1..$num_lines}; do - local right= - if (( !_POWERLEVEL9K_DISABLE_RPROMPT )); then - _p9k_dir= - _p9k__prompt= - _p9k_segment_index=right_idx - _p9k_prompt_side=right - for _p9k_segment_name in ${(@0)_p9k_line_segments_right[_p9k_line_index]}; do - _p9k_build_${1}segment - done - _p9k__prompt=${${_p9k__prompt//$' %{\b'/'%{%G'}//$' \b'} - right_idx=_p9k_segment_index - if [[ -n $_p9k__prompt || $_p9k_line_never_empty_right[_p9k_line_index] == 1 ]]; then - right=$_p9k_line_prefix_right[_p9k_line_index]$_p9k__prompt$_p9k_line_suffix_right[_p9k_line_index] - fi - fi - unset _p9k_dir - _p9k__prompt=$_p9k_line_prefix_left[_p9k_line_index] - _p9k_segment_index=left_idx - _p9k_prompt_side=left - for _p9k_segment_name in ${(@0)_p9k_line_segments_left[_p9k_line_index]}; do - _p9k_build_${1}segment - done - _p9k__prompt=${${_p9k__prompt//$' %{\b'/'%{%G'}//$' \b'} - left_idx=_p9k_segment_index - _p9k__prompt+=$_p9k_line_suffix_left[_p9k_line_index] - if (( $+_p9k_dir || (_p9k_line_index != num_lines && $#right) )); then - _p9k__prompt='${${:-${_p9k_d::=0}${_p9k_rprompt::='$right'}${_p9k_lprompt::='$_p9k__prompt'}}+}' - _p9k__prompt+=$_p9k_gap_pre - if (( $+_p9k_dir )); then - if (( _p9k_line_index == num_lines && (_POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS > 0 || _POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT > 0) )); then - local a=$_POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS - local f=$((0.01*_POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT))'*_p9k_clm' - _p9k__prompt+="\${\${_p9k_g::=$((($a<$f)*$f+($a>=$f)*$a))}+}" - else - _p9k__prompt+='${${_p9k_g::=0}+}' - fi - if [[ $_POWERLEVEL9K_DIR_MAX_LENGTH == <->('%'|) ]]; then - local lim= - if [[ $_POWERLEVEL9K_DIR_MAX_LENGTH[-1] == '%' ]]; then - lim="$_p9k_dir_len-$((0.01*$_POWERLEVEL9K_DIR_MAX_LENGTH[1,-2]))*_p9k_clm" - else - lim=$((_p9k_dir_len-_POWERLEVEL9K_DIR_MAX_LENGTH)) - ((lim <= 0)) && lim= - fi - if [[ -n $lim ]]; then - _p9k__prompt+='${${${$((_p9k_g<_p9k_m+'$lim')):#1}:-${_p9k_g::=$((_p9k_m+'$lim'))}}+}' - fi - fi - _p9k__prompt+='${${_p9k_d::=$((_p9k_m-_p9k_g))}+}' - _p9k__prompt+='${_p9k_lprompt/\%\{d\%\}*\%\{d\%\}/'$_p9k_dir'}' - _p9k__prompt+='${${_p9k_m::=$((_p9k_d+_p9k_g))}+}' - else - _p9k__prompt+='${_p9k_lprompt}' - fi - ((_p9k_line_index != num_lines && $#right)) && _p9k__prompt+=$_p9k_line_gap_post[_p9k_line_index] - fi - if (( _p9k_line_index == num_lines )); then - [[ -n $right ]] && RPROMPT=$_p9k_prompt_prefix_right$right$_p9k_prompt_suffix_right - _p9k__prompt='${_p9k__'$_p9k_line_index'-'$_p9k__prompt'}'$_p9k_prompt_suffix_left - [[ $1 == instant_ ]] || PROMPT+=$_p9k__prompt - else - [[ -n $right ]] || _p9k__prompt+=$'\n' - PROMPT+='${_p9k__'$_p9k_line_index'-'$_p9k__prompt'}' - fi - done - - _p9k_prompt_side= - (( $#_p9k_cache < _POWERLEVEL9K_MAX_CACHE_SIZE )) || _p9k_cache=() - (( $#_p9k__cache_ephemeral < _POWERLEVEL9K_MAX_CACHE_SIZE )) || _p9k__cache_ephemeral=() - IFS=$ifs -} - -_p9k_set_instant_prompt() { - local saved_prompt=$PROMPT - local saved_rprompt=$RPROMPT - _p9k_set_prompt instant_ - typeset -g _p9k_instant_prompt=$PROMPT$'\x1f'$_p9k__prompt$'\x1f'$RPROMPT - PROMPT=$saved_prompt - RPROMPT=$saved_rprompt -} - -typeset -gri __p9k_instant_prompt_version=17 - -_p9k_dump_instant_prompt() { - local user=${(%):-%n} - local root_dir=${__p9k_dump_file:h} - local prompt_dir=${root_dir}/p10k-$user - local root_file=$root_dir/p10k-instant-prompt-$user.zsh - local prompt_file=$prompt_dir/prompt-${#_p9k_pwd} - [[ -d $prompt_dir ]] || mkdir -p $prompt_dir || return - [[ -w $root_dir && -w $prompt_dir ]] || return - - if [[ ! -e $root_file ]]; then - local tmp=$root_file.tmp.$$ - local -i fd - sysopen -a -o creat,trunc -u fd $tmp || return - { - [[ $TERM_PROGRAM == Hyper ]] && local hyper='==' || local hyper='!=' - local -a display_v=("${_p9k__display_v[@]}") - local -i i - for ((i = 6; i <= $#display_v; i+=2)); do display_v[i]=show; done - display_v[2]=hide - display_v[4]=hide - >&$fd print -r -- "() { - emulate -L zsh - (( ! \$+__p9k_instant_prompt_disabled )) || return - typeset -gi __p9k_instant_prompt_disabled=1 __p9k_instant_prompt_sourced=$__p9k_instant_prompt_version - [[ -t 0 && -t 1 && -t 2 && \$ZSH_VERSION == ${(q)ZSH_VERSION} && \$ZSH_PATCHLEVEL == ${(q)ZSH_PATCHLEVEL} && - \$TERM_PROGRAM $hyper 'Hyper' && \$+VTE_VERSION == $+VTE_VERSION && - \$POWERLEVEL9K_DISABLE_INSTANT_PROMPT != 'true' && - \$POWERLEVEL9K_INSTANT_PROMPT != 'off' ]] || { __p9k_instant_prompt_sourced=0; return 1; } - local -i ZLE_RPROMPT_INDENT=${ZLE_RPROMPT_INDENT:-1} - local PROMPT_EOL_MARK=${(q)PROMPT_EOL_MARK-%B%S%#%s%b} - [[ -n \$SSH_CLIENT || -n \$SSH_TTY || -n \$SSH_CONNECTION ]] && local ssh=1 || local ssh=0 - local cr=\$'\r' lf=\$'\n' esc=\$'\e[' rs=$'\x1e' us=$'\x1f' - local -i height=$_POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES - local prompt_dir=${(q)prompt_dir} - zmodload zsh/langinfo - if [[ \${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then - local lc=${(q)${${${_p9k_locale:-${(M)LC_CTYPE:#*.(utf|UTF)(-|)8}}:-${(M)LC_ALL:#*.(utf|UTF)(-|)8}}}:-${(M)LANG:#*.(utf|UTF)(-|)8}} - local LC_ALL=\${lc:-\${\${(@M)\$(locale -a 2>/dev/null):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8}} - fi" - >&$fd print -r -- ' - zmodload zsh/terminfo - (( $+terminfo[cuu] && $+terminfo[cuf] && $+terminfo[ed] && $+terminfo[sc] && $+terminfo[rc] )) || return - local pwd=${(%):-%/} - local prompt_file=$prompt_dir/prompt-${#pwd} - local key=$pwd:$ssh:${(%):-%#} - local content - { content="$(<$prompt_file)" } 2>/dev/null || return - local tail=${content##*$rs$key$us} - [[ ${#tail} != ${#content} ]] || return - local P9K_PROMPT=instant - if (( ! $+P9K_TTY )); then' - if (( _POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS < 0 )); then - >&$fd print -r -- ' typeset -gx P9K_TTY=new' - else - >&$fd print -r -- ' - typeset -gx P9K_TTY=old - zmodload -F zsh/stat b:zstat - zmodload zsh/datetime - local -a stat - if zstat -A stat +ctime -- $TTY 2>/dev/null && - (( EPOCHREALTIME - stat[1] < '$_POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS' )); then - P9K_TTY=new - fi' - fi - >&$fd print -r -- ' fi - local -i _p9k__empty_line_i=3 _p9k__ruler_i=3 - local -A _p9k_display_k=('${(j: :)${(@q)${(kv)_p9k_display_k}}}') - local -a _p9k__display_v=('${(j: :)${(@q)display_v}}') - function p10k() { - emulate -L zsh - setopt no_hist_expand extended_glob prompt_percent prompt_subst no_aliases - [[ $1 == display ]] || return - shift - local -i OPTIND k dump - local OPTARG opt match MATCH prev new pair list name var - while getopts ":ha" opt; do - case $opt in - a) dump=1;; - h) return 0;; - ?) return 1;; - esac - done - if (( dump )); then - reply=() - shift $((OPTIND-1)) - (( ARGC )) || set -- "*" - for opt; do - for k in ${(u@)_p9k_display_k[(I)$opt]:/(#m)*/$_p9k_display_k[$MATCH]}; do - reply+=($_p9k__display_v[k,k+1]) - done - done - return 0 - fi - for opt in "${@:$OPTIND}"; do - pair=(${(s:=:)opt}) - list=(${(s:,:)${pair[2]}}) - if [[ ${(b)pair[1]} == $pair[1] ]]; then - local ks=($_p9k_display_k[$pair[1]]) - else - local ks=(${(u@)_p9k_display_k[(I)$pair[1]]:/(#m)*/$_p9k_display_k[$MATCH]}) - fi - for k in $ks; do - if (( $#list == 1 )); then - [[ $_p9k__display_v[k+1] == $list[1] ]] && continue - new=$list[1] - else - new=${list[list[(I)$_p9k__display_v[k+1]]+1]:-$list[1]} - [[ $_p9k__display_v[k+1] == $new ]] && continue - fi - _p9k__display_v[k+1]=$new - name=$_p9k__display_v[k] - if [[ $name == (empty_line|ruler) ]]; then - var=_p9k__${name}_i - [[ $new == hide ]] && typeset -gi $var=3 || unset $var - elif [[ $name == (#b)(<->)(*) ]]; then - var=_p9k__${match[1]}${${${${match[2]//\/}/#left/l}/#right/r}/#gap/g} - [[ $new == hide ]] && typeset -g $var= || unset $var - fi - done - done - }' - if (( _POWERLEVEL9K_PROMPT_ADD_NEWLINE )); then - >&$fd print -r -- ' [[ $P9K_TTY == old ]] && { unset _p9k__empty_line_i; _p9k__display_v[2]=print }' - fi - if (( _POWERLEVEL9K_SHOW_RULER )); then - >&$fd print -r -- '[[ $P9K_TTY == old ]] && { unset _p9k__ruler_i; _p9k__display_v[4]=print }' - fi - if (( $+functions[p10k-on-init] )); then - >&$fd print -r -- ' - p10k-on-init() { '$functions[p10k-on-init]' }' - fi - if (( $+functions[p10k-on-pre-prompt] )); then - >&$fd print -r -- ' - p10k-on-pre-prompt() { '$functions[p10k-on-pre-prompt]' }' - fi - if (( $+functions[p10k-on-post-prompt] )); then - >&$fd print -r -- ' - p10k-on-post-prompt() { '$functions[p10k-on-post-prompt]' }' - fi - if (( $+functions[p10k-on-post-widget] )); then - >&$fd print -r -- ' - p10k-on-post-widget() { '$functions[p10k-on-post-widget]' }' - fi - if (( $+functions[p10k-on-init] )); then - >&$fd print -r -- ' - p10k-on-init' - fi - local pat idx var - for pat idx var in $_p9k_show_on_command; do - >&$fd print -r -- " - local $var= - _p9k__display_v[$idx]=hide" - done - if (( $+functions[p10k-on-pre-prompt] )); then - >&$fd print -r -- ' - p10k-on-pre-prompt' - fi - if (( $+functions[p10k-on-init] )); then - >&$fd print -r -- ' - unfunction p10k-on-init' - fi - if (( $+functions[p10k-on-pre-prompt] )); then - >&$fd print -r -- ' - unfunction p10k-on-pre-prompt' - fi - if (( $+functions[p10k-on-post-prompt] )); then - >&$fd print -r -- ' - unfunction p10k-on-post-prompt' - fi - if (( $+functions[p10k-on-post-widget] )); then - >&$fd print -r -- ' - unfunction p10k-on-post-widget' - fi - >&$fd print -r -- ' - trap "unset -m _p9k__\*; unfunction p10k" EXIT - local -a _p9k_t=("${(@ps:$us:)${tail%%$rs*}}")' - if [[ $+VTE_VERSION == 1 || $TERM_PROGRAM == Hyper ]]; then - if [[ $TERM_PROGRAM == Hyper ]]; then - local bad_lines=40 bad_columns=100 - else - local bad_lines=24 bad_columns=80 - fi - >&$fd print -r -- ' - if (( LINES == '$bad_lines' && COLUMNS == '$bad_columns' )); then - zmodload -F zsh/stat b:zstat - zmodload zsh/datetime - local -a tty_ctime - if ! zstat -A tty_ctime +ctime -- $TTY 2>/dev/null || (( tty_ctime[1] + 2 > EPOCHREALTIME )); then - zmodload zsh/datetime - local -F deadline=$((EPOCHREALTIME+0.025)) - local tty_size - while true; do - if (( EPOCHREALTIME > deadline )) || ! tty_size="$(/bin/stty size 2>/dev/null)" || [[ $tty_size != <->" "<-> ]]; then - (( $+_p9k__ruler_i )) || local -i _p9k__ruler_i=1 - local _p9k__g= _p9k__'$#_p9k_line_segments_right'r= _p9k__'$#_p9k_line_segments_right'r_frame= - break - fi - if [[ $tty_size != "'$bad_lines' '$bad_columns'" ]]; then - local lines_columns=(${=tty_size}) - local LINES=$lines_columns[1] - local COLUMNS=$lines_columns[2] - break - fi - done - fi - fi' - fi - (( __p9k_ksh_arrays )) && >&$fd print -r -- ' setopt ksh_arrays' - (( __p9k_sh_glob )) && >&$fd print -r -- ' setopt sh_glob' - >&$fd print -r -- ' typeset -ga __p9k_used_instant_prompt=("${(@e)_p9k_t[-3,-1]}")' - (( __p9k_ksh_arrays )) && >&$fd print -r -- ' unsetopt ksh_arrays' - (( __p9k_sh_glob )) && >&$fd print -r -- ' unsetopt sh_glob' - >&$fd print -r -- ' - (( height += ${#${__p9k_used_instant_prompt[1]//[^$lf]}} )) - local _p9k_ret - function _p9k_prompt_length() { - local COLUMNS=1024 - local -i x y=$#1 m - if (( y )); then - while (( ${${(%):-$1%$y(l.1.0)}[-1]} )); do - x=y - (( y *= 2 )); - done - local xy - while (( y > x + 1 )); do - m=$(( x + (y - x) / 2 )) - typeset ${${(%):-$1%$m(l.x.y)}[-1]}=$m - done - fi - _p9k_ret=$x - } - local out' - [[ $+VTE_VERSION == 1 || $TERM_PROGRAM == Hyper ]] && >&$fd print -r -- ' if (( ! $+_p9k__g )); then' - >&$fd print -r -- ' - [[ $PROMPT_EOL_MARK == "%B%S%#%s%b" ]] && _p9k_ret=1 || _p9k_prompt_length $PROMPT_EOL_MARK - local -i fill=$((COLUMNS > _p9k_ret ? COLUMNS - _p9k_ret : 0)) - out+="${(%):-%b%k%f%s%u$PROMPT_EOL_MARK${(pl.$fill.. .)}$cr%b%k%f%s%u%E}"' - [[ $+VTE_VERSION == 1 || $TERM_PROGRAM == Hyper ]] && >&$fd print -r -- ' fi' - >&$fd print -r -- ' - out+="${(pl.$height..$lf.)}$esc${height}A$terminfo[sc]" - out+=${(%):-"$__p9k_used_instant_prompt[1]$__p9k_used_instant_prompt[2]"} - if [[ -n $__p9k_used_instant_prompt[3] ]]; then - _p9k_prompt_length "$__p9k_used_instant_prompt[2]" - local -i left_len=_p9k_ret - _p9k_prompt_length "$__p9k_used_instant_prompt[3]" - local -i gap=$((COLUMNS - left_len - _p9k_ret - ZLE_RPROMPT_INDENT)) - if (( gap >= 40 )); then - out+="${(pl.$gap.. .)}${(%):-${__p9k_used_instant_prompt[3]}%b%k%f%s%u}$cr$esc${left_len}C" - fi - fi - typeset -g __p9k_instant_prompt_output=${TMPDIR:-/tmp}/p10k-instant-prompt-output-${(%):-%n}-$$ - { echo -n > $__p9k_instant_prompt_output } || return - print -rn -- "$out" || return - exec {__p9k_fd_0}<&0 {__p9k_fd_1}>&1 {__p9k_fd_2}>&2 0$__p9k_instant_prompt_output - exec 2>&1 - typeset -gi __p9k_instant_prompt_active=1 - typeset -g __p9k_instant_prompt_dump_file=${XDG_CACHE_HOME:-~/.cache}/p10k-dump-${(%):-%n}.zsh - if source $__p9k_instant_prompt_dump_file 2>/dev/null && (( $+functions[_p9k_preinit] )); then - _p9k_preinit - fi - function _p9k_instant_prompt_precmd_first() { - emulate -L zsh - function _p9k_instant_prompt_sched_last() { - (( $+__p9k_instant_prompt_active )) || return 0 - () { - emulate -L zsh - exec 0<&$__p9k_fd_0 1>&$__p9k_fd_1 2>&$__p9k_fd_2 {__p9k_fd_0}>&- {__p9k_fd_1}>&- {__p9k_fd_2}>&- - unset __p9k_fd_0 __p9k_fd_1 __p9k_fd_2 __p9k_instant_prompt_active - typeset -gi __p9k_instant_prompt_erased=1 - print -rn -- $terminfo[rc]${(%):-%b%k%f%s%u}$terminfo[ed] - if [[ -s $__p9k_instant_prompt_output ]]; then - cat $__p9k_instant_prompt_output 2>/dev/null - local _p9k_ret mark="${PROMPT_EOL_MARK-%B%S%#%s%b}" - _p9k_prompt_length $mark - local -i fill=$((COLUMNS > _p9k_ret ? COLUMNS - _p9k_ret : 0)) - echo -nE - "${(%):-%b%k%f%s%u$mark${(pl.$fill.. .)}$cr%b%k%f%s%u%E}" - fi - zmodload -F zsh/files b:zf_rm - zf_rm -f -- $__p9k_instant_prompt_output ${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh{,.zwc} 2>/dev/null - } - setopt no_local_options prompt_cr prompt_sp - } - zmodload zsh/sched - sched +0 _p9k_instant_prompt_sched_last - precmd_functions=(${(@)precmd_functions:#_p9k_instant_prompt_precmd_first}) - } - precmd_functions=(_p9k_instant_prompt_precmd_first $precmd_functions) - DISABLE_UPDATE_PROMPT=true -} && unsetopt prompt_cr prompt_sp || true' - } always { - exec {fd}>&- - } - zf_mv -f $tmp $root_file || return - zcompile $root_file || return - fi - - local tmp=$prompt_file.tmp.$$ - zf_mv -f $prompt_file $tmp 2>/dev/null - if [[ "$(<$prompt_file)" == *$'\x1e'$_p9k__instant_prompt_sig$'\x1f'* ]] 2>/dev/null; then - echo -n >$tmp || return - fi - - { print -rn -- entry=$'\x1e'$_p9k__instant_prompt_sig$'\x1f'${(pj:\x1f:)_p9k_t}$'\x1f'$_p9k_instant_prompt >>$tmp } 2>/dev/null || return - zf_mv -f $tmp $prompt_file 2>/dev/null || return -} - -powerlevel9k_refresh_prompt_inplace() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - (( __p9k_enabled )) || return - _p9k_refresh_reason=precmd - _p9k_set_prompt - _p9k_refresh_reason='' -} - -p9k_refresh_prompt_inplace() { powerlevel9k_refresh_prompt_inplace } - -typeset -gi __p9k_sh_glob -typeset -gi __p9k_ksh_arrays -typeset -gi __p9k_new_status -typeset -ga __p9k_new_pipestatus - -_p9k_save_status() { - local -i pipe - if (( !$+_p9k__line_finished )); then - : # SIGINT - elif (( !$+_p9k__preexec_cmd )); then - # Empty line, comment or parse error. - # - # This case is handled incorrectly: - # - # true | false - # | - # - # Here status=1 and pipestatus=(0 1). Ideally we should ignore pipestatus but we won't. - # - # This works though (unless pipefail is set): - # - # false | true - # | - # - # We get status=1 and pipestatus=(1 0) and correctly ignore pipestatus. - (( _p9k__status == __p9k_new_status )) && return - elif (( $__p9k_new_pipestatus[(I)$__p9k_new_status] )); then # just in case - local cmd=(${(z)_p9k__preexec_cmd}) - if [[ $#cmd != 0 && $cmd[1] != '!' && ${(Q)cmd[1]} != coproc ]]; then - local arg - for arg in ${(z)_p9k__preexec_cmd}; do - # '()' is for functions, *';' is for complex commands. - if [[ $arg == ('()'|'&&'|'||'|'&'|'&|'|'&!'|*';') ]]; then - pipe=0 - break - elif [[ $arg == *('|'|'|&')* ]]; then - pipe=1 - fi - done - fi - fi - _p9k__status=$__p9k_new_status - if (( pipe )); then - _p9k__pipestatus=($__p9k_new_pipestatus) - else - _p9k__pipestatus=($_p9k__status) - fi -} - -function _p9k_dump_state() { - local dir=${__p9k_dump_file:h} - [[ -d $dir ]] || mkdir -p $dir || return - [[ -w $dir ]] || return - local tmp=$__p9k_dump_file.$$-$EPOCHREALTIME-$RANDOM - local -i fd - sysopen -a -m 600 -o creat,trunc -u fd $tmp || return - { - typeset -g __p9k_cached_param_pat=$_p9k__param_pat - typeset -g __p9k_cached_param_sig=$_p9k__param_sig - typeset -pm __p9k_cached_param_pat __p9k_cached_param_sig >&$fd || return - unset __p9k_cached_param_pat __p9k_cached_param_sig - (( $+_p9k_preinit )) && { print -r -- $_p9k_preinit >&$fd || return } - print -r -- '_p9k_restore_state_impl() {' >&$fd || return - typeset -pm '_POWERLEVEL9K_*|_p9k_[^_]*|icons|OS|DEFAULT_COLOR|DEFAULT_COLOR_INVERTED' >&$fd || return - print -r -- '}' >&$fd || return - } always { - exec {fd}>&- - } - zf_mv -f $tmp $__p9k_dump_file || return - zcompile $__p9k_dump_file -} - -function _p9k_restore_state() { - { - [[ $__p9k_cached_param_pat == $_p9k__param_pat && $__p9k_cached_param_sig == $_p9k__param_sig ]] || return - (( $+functions[_p9k_restore_state_impl] )) || return - _p9k_restore_state_impl - _p9k_state_restored=1 - } always { - unset __p9k_cached_param_sig - if (( !_p9k_state_restored )); then - if (( $+functions[_p9k_preinit] )); then - unfunction _p9k_preinit - (( $+functions[gitstatus_stop] )) && gitstatus_stop POWERLEVEL9K - fi - local user=${(%):-%n} - local root_dir=${__p9k_dump_file:h} - zf_rm -f -- $root_dir/p10k-instant-prompt-$user.zsh{,.zwc} ${root_dir}/p10k-$user/prompt-*(N) 2>/dev/null - fi - } -} - -function _p9k_clear_instant_prompt() { - if (( $+__p9k_fd_0 )); then - exec 0<&$__p9k_fd_0 {__p9k_fd_0}>&- - unset __p9k_fd_0 - fi - exec 1>&$__p9k_fd_1 2>&$__p9k_fd_2 {__p9k_fd_1}>&- {__p9k_fd_2}>&- - unset __p9k_fd_1 __p9k_fd_2 - if (( _p9k__can_hide_cursor )); then - echoti civis - _p9k__cursor_hidden=1 - fi - if [[ -s $__p9k_instant_prompt_output ]]; then - { - local content - [[ $_POWERLEVEL9K_INSTANT_PROMPT == verbose ]] && content="$(<$__p9k_instant_prompt_output)" - local mark="${PROMPT_EOL_MARK-%B%S%#%s%b}" - _p9k_prompt_length $mark - local -i fill=$((COLUMNS > _p9k_ret ? COLUMNS - _p9k_ret : 0)) - local cr=$'\r' - local sp="${(%):-%b%k%f%s%u$mark${(pl.$fill.. .)}$cr%b%k%f%s%u%E}" - print -rn -- $terminfo[rc]${(%):-%b%k%f%s%u}$terminfo[ed] - local unexpected=${(S)content//$'\e'*($'\a'|$'\e\\')} - if [[ -n $unexpected ]]; then - local omz1='[Oh My Zsh] Would you like to update? [Y/n]: ' - local omz2='Updating Oh My Zsh' - local omz3='https://shop.planetargon.com/collections/oh-my-zsh' - if [[ -n ${${unexpected/$omz1}/$omz2*$omz3($'\n'|)} ]]; then - echo -E - "" - echo -E - "${(%):-[%3FWARNING%f]: Console output during zsh initialization detected.}" - echo -E - "" - echo -E - "${(%):-When using Powerlevel10k with instant prompt, console output during zsh}" - echo -E - "${(%):-initialization may indicate issues.}" - echo -E - "" - echo -E - "${(%):-You can:}" - echo -E - "" - echo -E - "${(%):- - %BRecommended%b: Change %B$__p9k_zshrc_u%b so that it does not perform console I/O}" - echo -E - "${(%):- after the instant prompt preamble. See the link below for details.}" - echo -E - "" - echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - echo -E - "${(%):- * Zsh will start %Bquickly%b and prompt will update %Bsmoothly%b.}" - echo -E - "" - echo -E - "${(%):- - Suppress this warning either by running %Bp10k configure%b or by manually}" - echo -E - "${(%):- defining the following parameter:}" - echo -E - "" - echo -E - "${(%):- %3Ftypeset%f -g POWERLEVEL9K_INSTANT_PROMPT=quiet}" - echo -E - "" - echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - echo -E - "${(%):- * Zsh will start %Bquickly%b but prompt will %Bjump down%b after initialization.}" - echo -E - "" - echo -E - "${(%):- - Disable instant prompt either by running %Bp10k configure%b or by manually}" - echo -E - "${(%):- defining the following parameter:}" - echo -E - "" - echo -E - "${(%):- %3Ftypeset%f -g POWERLEVEL9K_INSTANT_PROMPT=off}" - echo -E - "" - echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - echo -E - "${(%):- * Zsh will start %Bslowly%b.}" - echo -E - "" - echo -E - "${(%):- - Do nothing.}" - echo -E - "" - echo -E - "${(%):- * You %Bwill%b see this error message every time you start zsh.}" - echo -E - "${(%):- * Zsh will start %Bquickly%b but prompt will %Bjump down%b after initialization.}" - echo -E - "" - echo -E - "${(%):-For details, see:}" - echo - "${(%):-\e]8;;https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt\ahttps://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt\e]8;;\a}" - echo -E - "" - echo - "${(%):-%3F-- console output produced during zsh initialization follows --%f}" - echo -E - "" - fi - fi - cat $__p9k_instant_prompt_output - echo -nE - $sp - zf_rm -f -- $__p9k_instant_prompt_output - } 2>/dev/null - else - zf_rm -f -- $__p9k_instant_prompt_output 2>/dev/null - print -rn -- $terminfo[rc]${(%):-%b%k%f%s%u}$terminfo[ed] - fi - prompt_opts=(percent subst sp cr) - if [[ $_POWERLEVEL9K_DISABLE_INSTANT_PROMPT == 0 && -o prompt_cr ]]; then - >&2 echo -E - "" - >&2 echo -E - "${(%):-[%1FERROR%f]: When using Powerlevel10k with instant prompt, %Bprompt_cr%b must be unset.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):-You can:}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - %BRecommended%b: call %Bp10k finalize%b at the end of %B$__p9k_zshrc_u%b.}" - >&2 echo -E - "${(%):- You can do this by running the following command:}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- %2Fecho%f %3F'(( ! \${+functions[p10k]\} )) || p10k finalize'%f >>! $__p9k_zshrc_u}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Zsh will start %Bquickly%b and %Bwithout%b prompt flickering.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Find where %Bprompt_cr%b option gets sets in your zsh configs and stop setting it.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Zsh will start %Bquickly%b and %Bwithout%b prompt flickering.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Disable instant prompt either by running %Bp10k configure%b or by manually}" - >&2 echo -E - "${(%):- defining the following parameter:}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- %3Ftypeset%f -g POWERLEVEL9K_INSTANT_PROMPT=off}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Zsh will start %Bslowly%b.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Do nothing.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill%b see this error message every time you start zsh.}" - >&2 echo -E - "${(%):- * Zsh will start %Bquckly%b but %Bwith%b prompt flickering.}" - >&2 echo -E - "" - fi -} - -function _p9k_maybe_dump() { - (( __p9k_dumps_enabled )) || return 0 - - _p9k__instant_prompt_sig=$_p9k_pwd:$P9K_SSH:${(%):-%#} - - if (( ! _p9k__dump_pid )) || ! kill -0 $_p9k__dump_pid 2>/dev/null; then - _p9k__dump_pid=0 - if (( _p9k__prompt_idx == 1 )) then - (( _p9k__instant_prompt_disabled )) || _p9k_set_instant_prompt - if (( !_p9k_state_restored )); then - if (( !_p9k__instant_prompt_disabled )); then - _p9k_dump_instant_prompt - _p9k_dumped_instant_prompt_sigs[$_p9k__instant_prompt_sig]=1 - fi - _p9k_dump_state - _p9k__state_dump_scheduled=0 - elif [[ $_p9k__instant_prompt_disabled == 0 && - "${(pj:\x1f:)__p9k_used_instant_prompt}" != "${(e)_p9k_instant_prompt}" ]]; then - _p9k_dump_instant_prompt - if (( ! $+_p9k_dumped_instant_prompt_sigs[$_p9k__instant_prompt_sig] )); then - _p9k_dump_state - _p9k__state_dump_scheduled=0 - _p9k_dumped_instant_prompt_sigs[$_p9k__instant_prompt_sig]=1 - fi - fi - elif (( _p9k__state_dump_scheduled || ! (_p9k__instant_prompt_disabled || $+_p9k_dumped_instant_prompt_sigs[$_p9k__instant_prompt_sig]) )); then - setopt no_bg_nice - ( - if ! (( _p9k__instant_prompt_disabled || $+_p9k_dumped_instant_prompt_sigs[$_p9k__instant_prompt_sig] )); then - _p9k_set_instant_prompt - _p9k_dump_instant_prompt - _p9k_dumped_instant_prompt_sigs[$_p9k__instant_prompt_sig]=1 - fi - _p9k_dump_state - ) &! - _p9k__dump_pid=$! - _p9k__state_dump_scheduled=0 - (( _p9k__instant_prompt_disabled )) || _p9k_dumped_instant_prompt_sigs[$_p9k__instant_prompt_sig]=1 - fi - fi -} - -function _p9k_on_expand() { - _p9k__last_prompt_update_time=EPOCHREALTIME - (( _p9k__expanded && ! $+__p9k_instant_prompt_active )) && return - - () { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - - _p9k_maybe_dump - (( $+__p9k_instant_prompt_active )) && _p9k_clear_instant_prompt - - (( _p9k__expanded )) && return - _p9k__expanded=1 - - if (( ! $+P9K_TTY )); then - typeset -gx P9K_TTY=old - if (( _POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS < 0 )); then - P9K_TTY=new - else - local -a stat - if zstat -A stat +ctime -- $TTY 2>/dev/null && - (( EPOCHREALTIME - stat[1] < _POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS )); then - P9K_TTY=new - fi - fi - fi - - __p9k_reset_state=1 - - if (( _POWERLEVEL9K_PROMPT_ADD_NEWLINE )); then - if [[ $P9K_TTY == new ]]; then - _p9k__empty_line_i=3 - _p9k__display_v[2]=hide - elif [[ -z $_p9k_transient_prompt && $+functions[p10k-on-post-prompt] == 0 ]]; then - _p9k__empty_line_i=3 - _p9k__display_v[2]=print - else - unset _p9k__empty_line_i - _p9k__display_v[2]=show - fi - fi - - if (( _POWERLEVEL9K_SHOW_RULER )); then - if [[ $P9K_TTY == new ]]; then - _p9k__ruler_i=3 - _p9k__display_v[4]=hide - elif [[ -z $_p9k_transient_prompt && $+functions[p10k-on-post-prompt] == 0 ]]; then - _p9k__ruler_i=3 - _p9k__display_v[4]=print - else - unset _p9k__ruler_i - _p9k__display_v[4]=show - fi - fi - - if [[ -z $_p9k__last_tty ]]; then - _p9k_wrap_widgets - (( $+functions[p10k-on-init] )) && p10k-on-init - fi - - local pat idx var - for pat idx var in $_p9k_show_on_command; do - _p9k_display_segment $idx $var hide - done - (( $+functions[p10k-on-pre-prompt] )) && p10k-on-pre-prompt - - __p9k_reset_state=0 - _p9k__last_tty=$P9K_TTY - P9K_TTY=old - - if ! zle; then - if [[ $_p9k__display_v[2] == print && -n $_p9k_t[_p9k_empty_line_idx] ]]; then - print -rnP -- '%b%k%f%E'$_p9k_t[_p9k_empty_line_idx] - fi - if [[ $_p9k__display_v[4] == print ]]; then - () { - local ruler=$_p9k_t[_p9k_ruler_idx] - local -i _p9k_clm=COLUMNS _p9k_ind=${ZLE_RPROMPT_INDENT:-1} - (( __p9k_ksh_arrays )) && setopt ksh_arrays - (( __p9k_sh_glob )) && setopt sh_glob - print -rnP -- '%b%k%f%E'$ruler - } - fi - fi - } - - if (( $+__p9k_instant_prompt_active )); then - unset __p9k_instant_prompt_active - unsetopt localoptions - setopt prompt_sp prompt_cr - fi -} -functions -M _p9k_on_expand - -_p9k_precmd_impl() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - - (( __p9k_enabled )) || return - - if ! zle || [[ -z $_p9k__param_sig ]]; then - if zle; then - __p9k_new_status=0 - __p9k_new_pipestatus=(0) - _p9k__expanded=1 - else - _p9k__expanded=0 - _p9k__must_restore_prompt=0 - fi - - if (( $+_p9k_real_zle_rprompt_indent )); then - if [[ -n $_p9k_real_zle_rprompt_indent ]]; then - ZLE_RPROMPT_INDENT=$_p9k_real_zle_rprompt_indent - else - unset ZLE_RPROMPT_INDENT - fi - unset _p9k_real_zle_rprompt_indent - fi - - if _p9k_must_init; then - local -i instant_prompt_disabled - if (( !__p9k_configured )); then - __p9k_configured=1 - if [[ "${parameters[(I)POWERLEVEL9K_*]}" == (POWERLEVEL9K_MODE|) ]]; then - _p9k_can_configure -q - case $? in - 0) - ( - source "$__p9k_root_dir"/internal/wizard.zsh - ) - if (( $? )); then - instant_prompt_disabled=1 - else - source "$__p9k_cfg_path" - _p9k__force_must_init=1 - _p9k_must_init - fi - ;; - 2) - zf_rm -f -- ${__p9k_dump_file:h}/p10k-instant-prompt-${(%):-%n}.zsh{,.zwc} 2>/dev/null - instant_prompt_disabled=1 - ;; - esac - fi - fi - _p9k_init - _p9k__instant_prompt_disabled=$((_POWERLEVEL9K_DISABLE_INSTANT_PROMPT || instant_prompt_disabled)) - fi - - if (( _p9k__timer_start )); then - typeset -gF P9K_COMMAND_DURATION_SECONDS=$((EPOCHREALTIME - _p9k__timer_start)) - else - unset P9K_COMMAND_DURATION_SECONDS - fi - _p9k_save_status - - _p9k__timer_start=0 - _p9k__region_active=0 - - unset _p9k__line_finished _p9k__preexec_cmd - _p9k__keymap=main - _p9k__zle_state=insert - - (( ++_p9k__prompt_idx )) - fi - - _p9k_refresh_reason=precmd - _p9k_set_prompt - _p9k_refresh_reason='' - - if [[ $precmd_functions[1] != _p9k_do_nothing && $precmd_functions[(I)_p9k_do_nothing] != 0 ]]; then - precmd_functions=(_p9k_do_nothing ${(@)precmd_functions:#_p9k_do_nothing}) - fi - if [[ $precmd_functions[-1] != _p9k_precmd && $precmd_functions[(I)_p9k_precmd] != 0 ]]; then - precmd_functions=(${(@)precmd_functions:#_p9k_precmd} _p9k_precmd) - fi - if [[ $preexec_functions[1] != _p9k_preexec1 && $preexec_functions[(I)_p9k_preexec1] != 0 ]]; then - preexec_functions=(_p9k_preexec1 ${(@)preexec_functions:#_p9k_preexec1}) - fi - if [[ $preexec_functions[-1] != _p9k_preexec2 && $preexec_functions[(I)_p9k_preexec2] != 0 ]]; then - preexec_functions=(${(@)preexec_functions:#_p9k_preexec2} _p9k_preexec2) - fi -} - -_p9k_trapint() { - if (( __p9k_enabled )); then - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} - zle && _p9k_on_widget_zle-line-finish int - fi - return 0 -} - -_p9k_precmd() { - __p9k_new_status=$? - __p9k_new_pipestatus=($pipestatus) - [[ -o ksh_arrays ]] && __p9k_ksh_arrays=1 || __p9k_ksh_arrays=0 - [[ -o sh_glob ]] && __p9k_sh_glob=1 || __p9k_sh_glob=0 - - _p9k_precmd_impl - - unsetopt localoptions - setopt nopromptbang prompt_percent prompt_subst - - if (( ! $+functions[TRAPINT] )); then - trap '_p9k_trapint; return 130' INT - fi -} - -function _p9k_reset_prompt() { - if zle && [[ -z $_p9k__line_finished ]]; then - (( __p9k_ksh_arrays )) && setopt ksh_arrays - (( __p9k_sh_glob )) && setopt sh_glob - (( _p9k__can_hide_cursor )) && echoti civis - zle .reset-prompt - zle -R - (( _p9k__can_hide_cursor )) && echoti cnorm - fi -} - -_p9k_deinit_async_pump() { - if (( _p9k__async_pump_lock_fd )); then - zsystem flock -u $_p9k__async_pump_lock_fd - _p9k__async_pump_lock_fd=0 - fi - if (( _p9k__async_pump_fd )); then - zle -F $_p9k__async_pump_fd - exec {_p9k__async_pump_fd}>&- - _p9k__async_pump_fd=0 - fi - if (( _p9k__async_pump_pid )); then - kill -- -$_p9k__async_pump_pid &>/dev/null - _p9k__async_pump_pid=0 - fi - if [[ -n $_p9k__async_pump_fifo ]]; then - rm -f $_p9k__async_pump_fifo - _p9k__async_pump_fifo='' - fi - if [[ -n $_p9k__async_pump_lock ]]; then - rm -f $_p9k__async_pump_lock - _p9k__async_pump_lock='' - fi - _p9k__async_pump_subshell=-1 - _p9k__async_pump_shell_pid=-1 - add-zsh-hook -D zshexit _p9k_kill_async_pump -} - -function _p9k_on_async_message() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - if (( ARGC != 1 )); then - _p9k_deinit_async_pump - return 0 - fi - local msg='' IFS='' - while read -r -t -u $1 msg; do - [[ $__p9k_enabled == 1 && $1 == $_p9k__async_pump_fd ]] && eval $_p9k__async_pump_line$msg - _p9k__async_pump_line= - msg= - done - _p9k__async_pump_line+=$msg - [[ $__p9k_enabled == 1 && $1 == $_p9k__async_pump_fd ]] && _p9k_reset_prompt -} - -function _p9k_async_pump() { - emulate -L zsh || return - setopt no_aliases no_hist_expand extended_glob || return - setopt no_prompt_bang prompt_{percent,subst} || return - zmodload zsh/system zsh/datetime || return - echo $$ || return - - local ip last_ip - local -F next_ip_time - while ! zsystem flock -t 0 $lock 2>/dev/null && kill -0 $parent_pid; do - if (( time_realtime )); then - echo || break - # SIGWINCH is a workaround for a bug in zsh. After a background job completes, callbacks - # registered with `zle -F` stop firing until the user presses any key or the process - # receives a signal (any signal at all). - # Fix: https://github.com/zsh-users/zsh/commit/5e11082349bf72897f93f3a4493a97a2caf15984. - kill -WINCH $parent_pid - fi - if (( public_ip && EPOCHREALTIME >= next_ip_time )); then - ip= - local method='' - local -F start=EPOCHREALTIME - next_ip_time=$((start + 5)) - for method in $ip_methods $ip_methods; do - case $method in - dig) - if (( $+commands[dig] )); then - ip="$(dig +tries=1 +short -4 A myip.opendns.com @resolver1.opendns.com 2>/dev/null)" - [[ $ip == ';'* ]] && ip= - if [[ -z $ip ]]; then - ip="$(dig +tries=1 +short -6 AAAA myip.opendns.com @resolver1.opendns.com 2>/dev/null)" - [[ $ip == ';'* ]] && ip= - fi - fi - ;; - curl) - if (( $+commands[curl] )); then - ip="$(curl --max-time 5 -w '\n' "$ip_url" 2>/dev/null)" - fi - ;; - wget) - if (( $+commands[wget] )); then - ip="$(wget -T 5 -qO- "$ip_url" 2>/dev/null)" - fi - ;; - esac - [[ $ip =~ '^[0-9a-f.:]+$' ]] || ip='' - if [[ -n $ip ]]; then - next_ip_time=$((start + tout)) - break - fi - done - if [[ $ip != $last_ip ]]; then - last_ip=$ip - echo _p9k__public_ip=${(q)${${ip//\%/%%}//$'\n'}} || break - kill -WINCH $parent_pid - fi - fi - sleep 1 - done - rm -f $lock $fifo -} - -function _p9k_kill_async_pump() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - if [[ $ZSH_SUBSHELL == $_p9k__async_pump_subshell && $$ == $_p9k__async_pump_shell_pid ]]; then - _p9k_deinit_async_pump - fi -} - -_p9k_init_async_pump() { - local -i public_ip time_realtime - _p9k_segment_in_use public_ip && public_ip=1 - (( _POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME )) && time_realtime=1 - (( public_ip || time_realtime )) || return - - _p9k_start_async_pump() { - setopt err_return no_bg_nice - - _p9k__async_pump_lock=${TMPDIR:-/tmp}/p9k-$$-async-pump-lock.$EPOCHREALTIME.$RANDOM - _p9k__async_pump_fifo=${TMPDIR:-/tmp}/p9k-$$-async-pump-fifo.$EPOCHREALTIME.$RANDOM - echo -n >$_p9k__async_pump_lock - mkfifo $_p9k__async_pump_fifo - sysopen -rw -o cloexec,sync -u _p9k__async_pump_fd $_p9k__async_pump_fifo - zle -F $_p9k__async_pump_fd _p9k_on_async_message - zsystem flock -f _p9k__async_pump_lock_fd $_p9k__async_pump_lock - - local cmd=" - local -i public_ip=$public_ip time_realtime=$time_realtime parent_pid=$$ - local -a ip_methods=($_POWERLEVEL9K_PUBLIC_IP_METHODS) - local -F tout=$_POWERLEVEL9K_PUBLIC_IP_TIMEOUT - local ip_url=$_POWERLEVEL9K_PUBLIC_IP_HOST - local lock=$_p9k__async_pump_lock - local fifo=$_p9k__async_pump_fifo - $functions[_p9k_async_pump]" - - local setsid=${commands[setsid]:-/usr/local/opt/util-linux/bin/setsid} - [[ -f $setsid ]] && setsid=${(q)setsid} || setsid= - local zsh=${${:-/proc/self/exe}:A} - [[ -x $zsh ]] || zsh=zsh - cmd="$setsid ${(q)zsh} -dfc ${(q)cmd} &!" - $zsh --nobgnice -dfmc $cmd &$_p9k__async_pump_fd 2>/dev/null &! - - IFS='' read -t 5 -r -u $_p9k__async_pump_fd _p9k__async_pump_pid && (( _p9k__async_pump_pid )) - - _p9k__async_pump_subshell=$ZSH_SUBSHELL - _p9k__async_pump_shell_pid=$$ - add-zsh-hook zshexit _p9k_kill_async_pump - } - - if ! _p9k_start_async_pump ; then - >&2 print -rP -- "%F{red}[ERROR]%f Powerlevel10k failed to start async worker. The following segments may malfunction: " - (( public_ip )) && >&2 print -rP -- " - %F{green}public_ip%f" - (( time_realtime )) && >&2 print -rP -- " - %F{green}time%f" - _p9k_deinit_async_pump - fi -} - -# Does ZSH have a certain off-by-one bug that triggers when PROMPT overflows to a new line? -# -# Bug: https://github.com/zsh-users/zsh/commit/d8d9fee137a5aa2cf9bf8314b06895bfc2a05518. -# ZSH_PATCHLEVEL=zsh-5.4.2-159-gd8d9fee13. Released in 5.5. -# -# Fix: https://github.com/zsh-users/zsh/commit/64d13738357c9b9c212adbe17f271716abbcf6ea. -# ZSH_PATCHLEVEL=zsh-5.7.1-50-g64d137383. -# -# Test: PROMPT="${(pl:$((COLUMNS))::-:)}<%1(l.%2(l.FAIL.PASS).FAIL)> " zsh -dfis <<= 50 )) - is-at-least 5.5 && ! is-at-least 5.7.2 -} - -typeset -g _p9k__param_pat -typeset -g _p9k__param_sig - -_p9k_init_vars() { - typeset -gF _p9k__last_prompt_update_time - typeset -ga _p9k_show_on_command - typeset -g _p9k__last_buffer - typeset -ga _p9k__last_commands - typeset -g _p9k__last_tty - typeset -gi _p9k__must_restore_prompt - typeset -gi _p9k__restore_prompt_fd - typeset -gi _p9k__can_hide_cursor=$(( $+terminfo[civis] && $+terminfo[cnorm] )) - typeset -gi _p9k__cursor_hidden - typeset -gi _p9k__instant_prompt_disabled - typeset -gi _p9k_non_hermetic_expansion - typeset -g _p9k_time - typeset -g _p9k_date - typeset -gA _p9k_dumped_instant_prompt_sigs - typeset -g _p9k__instant_prompt_sig - typeset -g _p9k_instant_prompt - typeset -gi _p9k__state_dump_scheduled - typeset -gi _p9k__dump_pid - typeset -gi _p9k__prompt_idx - typeset -gi _p9k_state_restored - typeset -gi _p9k_reset_on_line_finish - typeset -gF _p9k__timer_start - typeset -gi _p9k__status - typeset -ga _p9k__pipestatus - typeset -g _p9k_ret - typeset -g _p9k_cache_key - typeset -ga _p9k_cache_val - typeset -g _p9k__cache_stat_meta - typeset -g _p9k__cache_stat_fprint - typeset -g _p9k__cache_fprint_key - typeset -gA _p9k_cache - typeset -gA _p9k__cache_ephemeral - typeset -ga _p9k_t - typeset -g _p9k_n - typeset -gi _p9k_i - typeset -g _p9k_bg - typeset -ga _p9k_left_join - typeset -ga _p9k_right_join - typeset -g _p9k__public_ip - typeset -g _p9k_todo_file - typeset -g _p9k__git_dir - # git workdir => 1 if gitstatus is slow on it, 0 if it's fast. - typeset -gA _p9k_git_slow - # git workdir => the last state we've seen for it - typeset -gA _p9k__gitstatus_last - typeset -gi _p9k__gitstatus_disabled - typeset -gF _p9k__gitstatus_start_time - typeset -g _p9k__prompt - typeset -g _p9k_rprompt - typeset -g _p9k_lprompt - typeset -g _p9k_prompt_side - typeset -g _p9k_segment_name - typeset -gi _p9k_segment_index - typeset -gi _p9k_line_index - typeset -g _p9k_refresh_reason - typeset -gi _p9k__region_active - typeset -g _p9k__async_pump_line - typeset -g _p9k__async_pump_fifo - typeset -g _p9k__async_pump_lock - typeset -gi _p9k__async_pump_lock_fd - typeset -gi _p9k__async_pump_fd - typeset -gi _p9k__async_pump_pid - typeset -gi _p9k__async_pump_subshell - typeset -gi _p9k__async_pump_shell_pid - typeset -ga _p9k_line_segments_left - typeset -ga _p9k_line_segments_right - typeset -ga _p9k_line_prefix_left - typeset -ga _p9k_line_prefix_right - typeset -ga _p9k_line_suffix_left - typeset -ga _p9k_line_suffix_right - typeset -ga _p9k_line_never_empty_right - typeset -ga _p9k_line_gap_post - typeset -g _p9k_xy - typeset -g _p9k_clm - typeset -g _p9k_p - typeset -gi _p9k_x - typeset -gi _p9k_y - typeset -gi _p9k_m - typeset -gi _p9k_d - typeset -gi _p9k_g - typeset -gi _p9k_ind - typeset -g _p9k_gap_pre - typeset -gi _p9k__ruler_i=3 - typeset -gi _p9k_ruler_idx - typeset -gi _p9k__empty_line_i=3 - typeset -gi _p9k_empty_line_idx - typeset -g _p9k_prompt_prefix_left - typeset -g _p9k_prompt_prefix_right - typeset -g _p9k_prompt_suffix_left - typeset -g _p9k_prompt_suffix_right - typeset -gi _p9k_emulate_zero_rprompt_indent - typeset -gA _p9k_battery_states - typeset -g _p9k_os - typeset -g _p9k_os_icon - typeset -g _p9k_color1 - typeset -g _p9k_color2 - typeset -g _p9k_s - typeset -g _p9k_ss - typeset -g _p9k_sss - typeset -g _p9k_v - typeset -g _p9k_c - typeset -g _p9k_e - typeset -g _p9k_w - typeset -gi _p9k_dir_len - typeset -gi _p9k_num_cpus - typeset -g _p9k_pwd - typeset -g _p9k_pwd_a - typeset -gA _p9k_iface - typeset -gi _p9k_fetch_iface - typeset -g _p9k__keymap - typeset -g _p9k__zle_state - typeset -g _p9k_uname - typeset -g _p9k_uname_o - typeset -g _p9k_uname_m - typeset -g _p9k_transient_prompt - typeset -g _p9k__last_prompt_pwd - typeset -gA _p9k_display_k - typeset -ga _p9k__display_v - - typeset -gA _p9k__dotnet_stat_cache - typeset -gA _p9k__dir_stat_cache - typeset -gi _p9k__expanded - typeset -gi _p9k__force_must_init - - typeset -g P9K_VISUAL_IDENTIFIER - typeset -g P9K_CONTENT - typeset -g P9K_GAP - typeset -g P9K_PROMPT=regular -} - -_p9k_init_params() { - # invarint: _POWERLEVEL9K_INSTANT_PROMPT == (verbose|quiet|off) - # invariant: [[ ($_POWERLEVEL9K_INSTANT_PROMPT == off) == $_POWERLEVEL9K_DISABLE_INSTANT_PROMPT ]] - _p9k_declare -s POWERLEVEL9K_INSTANT_PROMPT # verbose, quiet, off - if [[ $_POWERLEVEL9K_INSTANT_PROMPT == off ]]; then - typeset -gi _POWERLEVEL9K_DISABLE_INSTANT_PROMPT=1 - else - _p9k_declare -b POWERLEVEL9K_DISABLE_INSTANT_PROMPT 0 - if (( _POWERLEVEL9K_DISABLE_INSTANT_PROMPT )); then - _POWERLEVEL9K_INSTANT_PROMPT=off - elif [[ $_POWERLEVEL9K_INSTANT_PROMPT != quiet ]]; then - _POWERLEVEL9K_INSTANT_PROMPT=verbose - fi - fi - - _p9k_declare -s POWERLEVEL9K_TRANSIENT_PROMPT off - [[ $_POWERLEVEL9K_TRANSIENT_PROMPT == (off|always|same-dir) ]] || _POWERLEVEL9K_TRANSIENT_PROMPT=off - - _p9k_declare -i POWERLEVEL9K_COMMANDS_MAX_TOKEN_COUNT 64 - _p9k_declare -a POWERLEVEL9K_HOOK_WIDGETS -- - _p9k_declare -b POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL 0 - _p9k_declare -b POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED 0 - _p9k_declare -b POWERLEVEL9K_DISABLE_HOT_RELOAD 0 - _p9k_declare -F POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS 5 - _p9k_declare -i POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES 1 - _p9k_declare -a POWERLEVEL9K_LEFT_PROMPT_ELEMENTS -- context dir vcs - _p9k_declare -a POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS -- status root_indicator background_jobs history time - _p9k_declare -b POWERLEVEL9K_DISABLE_RPROMPT 0 - _p9k_declare -b POWERLEVEL9K_PROMPT_ADD_NEWLINE 0 - _p9k_declare -b POWERLEVEL9K_PROMPT_ON_NEWLINE 0 - _p9k_declare -b POWERLEVEL9K_RPROMPT_ON_NEWLINE 0 - _p9k_declare -b POWERLEVEL9K_SHOW_RULER 0 - _p9k_declare -i POWERLEVEL9K_PROMPT_ADD_NEWLINE_COUNT 1 - _p9k_declare -s POWERLEVEL9K_COLOR_SCHEME dark - _p9k_declare -s POWERLEVEL9K_GITSTATUS_DIR "" - _p9k_declare -s POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN - _p9k_declare -b POWERLEVEL9K_VCS_SHOW_SUBMODULE_DIRTY 0 - _p9k_declare -i POWERLEVEL9K_VCS_SHORTEN_LENGTH - _p9k_declare -i POWERLEVEL9K_VCS_SHORTEN_MIN_LENGTH - _p9k_declare -s POWERLEVEL9K_VCS_SHORTEN_STRATEGY - _p9k_declare -e POWERLEVEL9K_VCS_SHORTEN_DELIMITER '\u2026' - _p9k_declare -b POWERLEVEL9K_VCS_CONFLICTED_STATE 0 - _p9k_declare -b POWERLEVEL9K_HIDE_BRANCH_ICON 0 - _p9k_declare -b POWERLEVEL9K_VCS_HIDE_TAGS 0 - _p9k_declare -i POWERLEVEL9K_CHANGESET_HASH_LENGTH 8 - # Specifies the maximum number of elements in the cache. When the cache grows over this limit, - # it gets cleared. This is meant to avoid memory leaks when a rogue prompt is filling the cache - # with data. - _p9k_declare -i POWERLEVEL9K_MAX_CACHE_SIZE 10000 - _p9k_declare -e POWERLEVEL9K_ANACONDA_LEFT_DELIMITER "(" - _p9k_declare -e POWERLEVEL9K_ANACONDA_RIGHT_DELIMITER ")" - _p9k_declare -b POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSION 1 - _p9k_declare -b POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE 1 - _p9k_declare -b POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE_ALWAYS 0 - _p9k_declare -b POWERLEVEL9K_DISK_USAGE_ONLY_WARNING 0 - _p9k_declare -i POWERLEVEL9K_DISK_USAGE_WARNING_LEVEL 90 - _p9k_declare -i POWERLEVEL9K_DISK_USAGE_CRITICAL_LEVEL 95 - _p9k_declare -i POWERLEVEL9K_BATTERY_LOW_THRESHOLD 10 - _p9k_declare -i POWERLEVEL9K_BATTERY_HIDE_ABOVE_THRESHOLD 999 - _p9k_declare -a POWERLEVEL9K_BATTERY_LEVEL_BACKGROUND -- - _p9k_declare -a POWERLEVEL9K_BATTERY_LEVEL_FOREGROUND -- - _p9k_declare -b POWERLEVEL9K_BATTERY_VERBOSE 1 - if [[ $parameters[POWERLEVEL9K_BATTERY_STAGES] == scalar ]]; then - _p9k_declare -e POWERLEVEL9K_BATTERY_STAGES - else - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - _p9k_declare -a POWERLEVEL9K_BATTERY_STAGES -- - _POWERLEVEL9K_BATTERY_STAGES=("${(@g::)_POWERLEVEL9K_BATTERY_STAGES}") - fi - _p9k_declare -F POWERLEVEL9K_PUBLIC_IP_TIMEOUT 300 - _p9k_declare -a POWERLEVEL9K_PUBLIC_IP_METHODS -- dig curl wget - _p9k_declare -e POWERLEVEL9K_PUBLIC_IP_NONE "" - _p9k_declare -s POWERLEVEL9K_PUBLIC_IP_HOST "http://ident.me" - _p9k_declare -s POWERLEVEL9K_PUBLIC_IP_VPN_INTERFACE "" - _p9k_declare -b POWERLEVEL9K_ALWAYS_SHOW_CONTEXT 0 - _p9k_declare -b POWERLEVEL9K_ALWAYS_SHOW_USER 0 - _p9k_declare -e POWERLEVEL9K_CONTEXT_TEMPLATE "%n@%m" - _p9k_declare -e POWERLEVEL9K_USER_TEMPLATE "%n" - _p9k_declare -e POWERLEVEL9K_HOST_TEMPLATE "%m" - _p9k_declare -F POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD 3 - _p9k_declare -i POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION 2 - # Other options: "d h m s". - _p9k_declare -s POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT "H:M:S" - _p9k_declare -e POWERLEVEL9K_DIR_PATH_SEPARATOR "/" - _p9k_declare -e POWERLEVEL9K_HOME_FOLDER_ABBREVIATION "~" - _p9k_declare -b POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD 0 - _p9k_declare -b POWERLEVEL9K_DIR_ANCHOR_BOLD 0 - _p9k_declare -b POWERLEVEL9K_DIR_PATH_ABSOLUTE 0 - _p9k_declare -b POWERLEVEL9K_DIR_SHOW_WRITABLE 0 - _p9k_declare -b POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER 0 - _p9k_declare -b POWERLEVEL9K_DIR_HYPERLINK 0 - _p9k_declare -s POWERLEVEL9K_SHORTEN_STRATEGY "" - _p9k_declare -s POWERLEVEL9K_DIR_PATH_SEPARATOR_FOREGROUND - _p9k_declare -s POWERLEVEL9K_DIR_PATH_HIGHLIGHT_FOREGROUND - _p9k_declare -s POWERLEVEL9K_DIR_ANCHOR_FOREGROUND - _p9k_declare -s POWERLEVEL9K_DIR_SHORTENED_FOREGROUND - local markers=( - .bzr - .citc - .git - .hg - .node-version - .python-version - .ruby-version - .shorten_folder_marker - .svn - .terraform - CVS - Cargo.toml - composer.json - go.mod - package.json - ) - _p9k_declare -s POWERLEVEL9K_SHORTEN_FOLDER_MARKER "(${(j:|:)markers})" - # Shorten directory if it's longer than this even if there is space for it. - # The value can be either absolute (e.g., '80') or a percentage of terminal - # width (e.g, '50%'). If empty, directory will be shortened only when prompt - # doesn't fit. Applies only when POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique. - _p9k_declare -s POWERLEVEL9K_DIR_MAX_LENGTH 0 - # Individual elements are patterns. They are expanded with the options set - # by `emulate zsh && setopt extended_glob`. - _p9k_declare -a POWERLEVEL9K_DIR_PACKAGE_FILES -- package.json composer.json - # When dir is on the last prompt line, try to shorten it enough to leave at least this many - # columns for typing commands. Applies only when POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique. - _p9k_declare -i POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS 40 - # When dir is on the last prompt line, try to shorten it enough to leave at least - # COLUMNS * POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT * 0.01 columns for typing commands. Applies - # only when POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique. - _p9k_declare -F POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT 50 - # POWERLEVEL9K_DIR_CLASSES allow you to specify custom styling and icons for different - # directories. - # - # POWERLEVEL9K_DIR_CLASSES must be an array with 3 * N elements. Each triplet consists of: - # - # 1. A pattern against which the current directory is matched. Matching is done with - # extended_glob option enabled. - # 2. Directory class for the purpose of styling. - # 3. Icon. - # - # Triplets are tried in order. The first triplet whose pattern matches $PWD wins. If there are no - # matches, there will be no icon and the styling is done according to POWERLEVEL9K_DIR_BACKGROUND, - # POWERLEVEL9K_DIR_FOREGROUND, etc. - # - # Example: - # - # POWERLEVEL9K_DIR_CLASSES=( - # '~/work(/*)#' WORK '(╯°□°)╯︵ â”»â”â”»' - # '~(/*)#' HOME '⌂' - # '*' DEFAULT '') - # - # POWERLEVEL9K_DIR_WORK_BACKGROUND=red - # POWERLEVEL9K_DIR_HOME_BACKGROUND=blue - # POWERLEVEL9K_DIR_DEFAULT_BACKGROUND=yellow - # - # With these settings, the current directory in the prompt may look like this: - # - # (╯°□°)╯︵ â”»â”â”» ~/work/projects/important/urgent - # - # ⌂ ~/best/powerlevel10k - _p9k_declare -a POWERLEVEL9K_DIR_CLASSES - _p9k_declare -i POWERLEVEL9K_SHORTEN_DELIMITER_LENGTH - _p9k_declare -e POWERLEVEL9K_SHORTEN_DELIMITER - _p9k_declare -i POWERLEVEL9K_SHORTEN_DIR_LENGTH - _p9k_declare -s POWERLEVEL9K_IP_INTERFACE "" - _p9k_declare -s POWERLEVEL9K_VPN_IP_INTERFACE "(wg|(.*tun))[0-9]*" - _p9k_declare -i POWERLEVEL9K_LOAD_WHICH 5 - _p9k_declare -b POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW 0 - _p9k_declare -b POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY 0 - _p9k_declare -b POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY 1 - _p9k_declare -b POWERLEVEL9K_GO_VERSION_PROJECT_ONLY 1 - _p9k_declare -b POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY 1 - _p9k_declare -b POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW 0 - _p9k_declare -a POWERLEVEL9K_RBENV_SOURCES -- shell local global - _p9k_declare -b POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW 0 - _p9k_declare -a POWERLEVEL9K_LUAENV_SOURCES -- shell local global - _p9k_declare -b POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW 0 - _p9k_declare -a POWERLEVEL9K_JENV_SOURCES -- shell local global - _p9k_declare -b POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW 0 - _p9k_declare -a POWERLEVEL9K_PLENV_SOURCES -- shell local global - _p9k_declare -b POWERLEVEL9K_RVM_SHOW_GEMSET 0 - _p9k_declare -b POWERLEVEL9K_RVM_SHOW_PREFIX 0 - _p9k_declare -b POWERLEVEL9K_CHRUBY_SHOW_VERSION 1 - _p9k_declare -b POWERLEVEL9K_CHRUBY_SHOW_ENGINE 1 - _p9k_declare -b POWERLEVEL9K_STATUS_CROSS 0 - _p9k_declare -b POWERLEVEL9K_STATUS_OK 1 - _p9k_declare -b POWERLEVEL9K_STATUS_OK_PIPE 1 - _p9k_declare -b POWERLEVEL9K_STATUS_ERROR 1 - _p9k_declare -b POWERLEVEL9K_STATUS_ERROR_PIPE 1 - _p9k_declare -b POWERLEVEL9K_STATUS_ERROR_SIGNAL 1 - _p9k_declare -b POWERLEVEL9K_STATUS_SHOW_PIPESTATUS 1 - _p9k_declare -b POWERLEVEL9K_STATUS_HIDE_SIGNAME 0 - _p9k_declare -b POWERLEVEL9K_STATUS_VERBOSE_SIGNAME 1 - _p9k_declare -b POWERLEVEL9K_STATUS_EXTENDED_STATES 0 - _p9k_declare -b POWERLEVEL9K_STATUS_VERBOSE 1 - _p9k_declare -b POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE 0 - _p9k_declare -e POWERLEVEL9K_DATE_FORMAT "%D{%d.%m.%y}" - _p9k_declare -s POWERLEVEL9K_VCS_ACTIONFORMAT_FOREGROUND 1 - _p9k_declare -b POWERLEVEL9K_SHOW_CHANGESET 0 - _p9k_declare -e POWERLEVEL9K_VCS_LOADING_TEXT loading - _p9k_declare -a POWERLEVEL9K_VCS_GIT_HOOKS -- vcs-detect-changes git-untracked git-aheadbehind git-stash git-remotebranch git-tagname - _p9k_declare -a POWERLEVEL9K_VCS_HG_HOOKS -- vcs-detect-changes - _p9k_declare -a POWERLEVEL9K_VCS_SVN_HOOKS -- vcs-detect-changes svn-detect-changes - # If it takes longer than this to fetch git repo status, display the prompt with a greyed out - # vcs segment and fix it asynchronously when the results come it. - _p9k_declare -F POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS 0.02 - _p9k_declare -a POWERLEVEL9K_VCS_BACKENDS -- git - _p9k_declare -b POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING 0 - _p9k_declare -i POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY -1 - _p9k_declare -i POWERLEVEL9K_VCS_STAGED_MAX_NUM 1 - _p9k_declare -i POWERLEVEL9K_VCS_UNSTAGED_MAX_NUM 1 - _p9k_declare -i POWERLEVEL9K_VCS_UNTRACKED_MAX_NUM 1 - _p9k_declare -i POWERLEVEL9K_VCS_CONFLICTED_MAX_NUM 1 - _p9k_declare -i POWERLEVEL9K_VCS_COMMITS_AHEAD_MAX_NUM -1 - _p9k_declare -i POWERLEVEL9K_VCS_COMMITS_BEHIND_MAX_NUM -1 - _p9k_declare -b POWERLEVEL9K_VCS_RECURSE_UNTRACKED_DIRS 0 - _p9k_declare -b POWERLEVEL9K_DISABLE_GITSTATUS 0 - _p9k_declare -e POWERLEVEL9K_VI_INSERT_MODE_STRING "INSERT" - _p9k_declare -e POWERLEVEL9K_VI_COMMAND_MODE_STRING "NORMAL" - # VISUAL mode is shown as NORMAL unless POWERLEVEL9K_VI_VISUAL_MODE_STRING is explicitly set. - _p9k_declare -e POWERLEVEL9K_VI_VISUAL_MODE_STRING - # OVERWRITE mode is shown as INSERT unless POWERLEVEL9K_VI_OVERWRITE_MODE_STRING is explicitly set. - _p9k_declare -e POWERLEVEL9K_VI_OVERWRITE_MODE_STRING - _p9k_declare -b POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION 1 - _p9k_declare -e POWERLEVEL9K_VIRTUALENV_LEFT_DELIMITER "(" - _p9k_declare -e POWERLEVEL9K_VIRTUALENV_RIGHT_DELIMITER ")" - _p9k_declare -a POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES -- virtualenv venv .venv - _p9k_declare -b POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW 0 - _p9k_declare -a POWERLEVEL9K_PYENV_SOURCES -- shell local global - _p9k_declare -b POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW 0 - _p9k_declare -b POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION 1 - _p9k_declare -e POWERLEVEL9K_NODEENV_LEFT_DELIMITER "[" - _p9k_declare -e POWERLEVEL9K_NODEENV_RIGHT_DELIMITER "]" - _p9k_declare -b POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE 1 - _p9k_declare -a POWERLEVEL9K_KUBECONTEXT_SHORTEN -- - # Defines context classes for the purpose of applying different styling to different contexts. - # - # POWERLEVEL9K_KUBECONTEXT_CLASSES must be an array with even number of elements. The first - # element in each pair defines a pattern against which the current context (in the format it is - # displayed in the prompt) gets matched. The second element defines context class. Patterns are - # tried in order. The first match wins. - # - # If a non-empty class is assigned to a context, the segment is styled with - # POWERLEVEL9K_KUBECONTEXT__BACKGROUND and POWERLEVEL9K_KUBECONTEXT__FOREGROUND where is - # uppercased . Otherwise with POWERLEVEL9K_KUBECONTEXT_BACKGROUND and - # POWERLEVEL9K_KUBECONTEXT_FOREGROUND. - # - # Example: Use red background for contexts containing "prod", green for "testing" and yellow for - # everything else. - # - # POWERLEVEL9K_KUBECONTEXT_CLASSES=( - # '*prod*' prod - # '*testing*' testing - # '*' other) - # - # POWERLEVEL9K_KUBECONTEXT_PROD_BACKGROUND=red - # POWERLEVEL9K_KUBECONTEXT_TESTING_BACKGROUND=green - # POWERLEVEL9K_KUBECONTEXT_OTHER_BACKGROUND=yellow - _p9k_declare -a POWERLEVEL9K_KUBECONTEXT_CLASSES -- - _p9k_declare -a POWERLEVEL9K_AWS_CLASSES -- - _p9k_declare -a POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES -- 'service_account:*' SERVICE_ACCOUNT - # Specifies the format of java version. - # - # POWERLEVEL9K_JAVA_VERSION_FULL=true => 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03 - # POWERLEVEL9K_JAVA_VERSION_FULL=false => 1.8.0_212 - # - # These correspond to `java -fullversion` and `java -version` respectively. - _p9k_declare -b POWERLEVEL9K_JAVA_VERSION_FULL 1 - _p9k_declare -b POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE 0 - - # Format for the current time: 09:51:02. See `man 3 strftime`. - _p9k_declare -e POWERLEVEL9K_TIME_FORMAT "%D{%H:%M:%S}" - # If set to true, time will update when you hit enter. This way prompts for the past - # commands will contain the start times of their commands as opposed to the default - # behavior where they contain the end times of their preceding commands. - _p9k_declare -b POWERLEVEL9K_TIME_UPDATE_ON_COMMAND 0 - # If set to true, time will update every second. - _p9k_declare -b POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME 0 - _p9k_segment_in_use time || _POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME=0 - - local -i i=1 - while (( i <= $#_POWERLEVEL9K_LEFT_PROMPT_ELEMENTS )); do - local segment=${(U)_POWERLEVEL9K_LEFT_PROMPT_ELEMENTS[i]} - local var=POWERLEVEL9K_${segment}_LEFT_DISABLED - (( $+parameters[$var] )) || var=POWERLEVEL9K_${segment}_DISABLED - if [[ ${(P)var} == true ]]; then - _POWERLEVEL9K_LEFT_PROMPT_ELEMENTS[i,i]=() - else - (( ++i )) - fi - done - - local -i i=1 - while (( i <= $#_POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS )); do - local segment=${(U)_POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS[i]} - local var=POWERLEVEL9K_${segment}_RIGHT_DISABLED - (( $+parameters[$var] )) || var=POWERLEVEL9K_${segment}_DISABLED - if [[ ${(P)var} == true ]]; then - _POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS[i,i]=() - else - (( ++i )) - fi - done - - local var= - for var in ${parameters[(I)POWERLEVEL9K_*]}; do - local _var=_$var - (( $+parameters[$_var] )) || typeset -g $_var=${(P)var} - done -} - -typeset -grA __p9k_pb_cmd_skip=( - '}' 'always' # handled specially - '{' '' - '{' '' - '|' '' - '||' '' - '&' '' - '&&' '' - '|&' '' - '&!' '' - '&|' '' - ')' '' - '(' '' - '()' '' - '!' '' - ';' '' - 'if' '' - 'fi' '' - 'elif' '' - 'else' '' - 'then' '' - 'while' '' - 'until' '' - 'do' '' - 'done' '' - 'esac' '' - 'end' '' - 'coproc' '' - 'nocorrect' '' - 'noglob' '' - 'time' '' - '[[' '\]\]' - '((' '\)\)' - 'case' '\)|esac' - ';;' '\)|esac' - ';&' '\)|esac' - ';|' '\)|esac' - 'foreach' '\(*\)' -) - -typeset -grA __p9k_pb_precommand=( - '-' '' - 'builtin' '' - 'command' '' - 'exec' '-[^a]#[a]' - 'nohup' '' - 'setsid' '' - 'eatmydata' '' - 'catchsegv' '' - 'pkexec' '--user' - 'doas' '-[^aCu]#[acU]' - 'nice' '-[^n]#[n]|--adjustment' - 'stdbuf' '-[^ioe]#[ioe]|--(input|output|error)' - 'sudo' '-[^aghpuUCcrtT]#[aghpuUCcrtT]|--(close-from|group|host|prompt|role|type|other-user|command-timeout|user)' - 'ssh-agent' '-[^aEPt]#[aEPt]' -) - -typeset -grA __p9k_pb_redirect=( - '&>' '' - '>' '' - '>&' '' - '<' '' - '<&' '' - '<>' '' - '&>|' '' - '>|' '' - '&>>' '' - '>>' '' - '>>&' '' - '&>>|' '' - '>>|' '' - '<<<' '' -) - -typeset -grA __p9k_pb_term=( - '|' '' - '||' '' - ';' '' - '&' '' - '&&' '' - '|&' '' - '&!' '' - '&|' '' - ';;' '' - ';&' '' - ';|' '' - '(' '' - ')' '' - '()' '' # handled specially - '}' '' # handled specially -) - -typeset -grA __p9k_pb_term_skip=( - '(' '\)' - ';;' '\)|esac' - ';&' '\)|esac' - ';|' '\)|esac' -) - -# Usage: _p9k_parse_buffer [token-limit] -# -# Parses the specified command line buffer and pupulates array P9K_COMMANDS -# with commands from it. Terminates early and returns 1 if there are more -# tokens than the specified limit. -# -# Broken: -# -# --------------- -# : $(x) -# --------------- -# : `x` -# --------------- -# ${x/} -# --------------- -# - -- x -# --------------- -# command -p -p x -# --------------- -# * -# --------------- -# x=$y; $x -# --------------- -# alias x=y; y -# --------------- -# x < ]] || return 2 - - local rcquotes - [[ -o rcquotes ]] && rcquotes=(-o rcquotes) - - emulate -L zsh -o extended_glob -o no_nomatch $rcquotes - - typeset -ga P9K_COMMANDS=() - - local -r id='(<->|[[:alpha:]_][[:IDENT:]]#)' - local -r var="\$$id|\${$id}|\"\$$id\"|\"\${$id}\"" - - local -i e ic c=${2:-'1 << 62'} - local skip n s r state cmd prev - local -a aln alp alf v - - if [[ -o interactive_comments ]]; then - ic=1 - local tokens=(${(Z+C+)1}) - else - local tokens=(${(z)1}) - fi - - { - while (( $#tokens )); do - (( e = $#state )) - - while (( $#tokens == alp[-1] )); do - aln[-1]=() - alp[-1]=() - if (( $#tokens == alf[-1] )); then - alf[-1]=() - (( e = 0 )) - fi - done - - while (( c-- > 0 )) || return; do - token=$tokens[1] - tokens[1]=() - if (( $+galiases[$token] )); then - (( $aln[(eI)p$token] )) && break - s=$galiases[$token] - n=p$token - elif (( e )); then - break - elif (( $+aliases[$token] )); then - (( $aln[(eI)p$token] )) && break - s=$aliases[$token] - n=p$token - elif [[ $token == ?*.?* ]] && (( $+saliases[${token##*.}] )); then - r=${token##*.} - (( $aln[(eI)s$r] )) && break - s=${saliases[$r]%% #} - n=s$r - else - break - fi - aln+=$n - alp+=$#tokens - [[ $s == *' ' ]] && alf+=$#tokens - (( ic )) && tokens[1,0]=(${(Z+C+)s}) || tokens[1,0]=(${(z)s}) - done - - case $token in - '<<'(|-)) - state=h - continue - ;; - *('`'|['<>=$']'(')*) - if [[ $token == ('`'[^'`']##'`'|'"`'[^'`']##'`"'|'$('[^')']##')'|'"$('[^')']##')"'|['<>=']'('[^')']##')') ]]; then - s=${${token##('"'|)(['$<>']|)?}%%?('"'|)} - (( ic )) && tokens+=(';' ${(Z+C+)s}) || tokens+=(';' ${(z)s}) - fi - ;; - esac - - case $state in - *r) - state[-1]= - continue - ;; - a) - if [[ $token == $skip ]]; then - if [[ $token == '{' ]]; then - P9K_COMMANDS+=$cmd - cmd= - state= - else - skip='{' - fi - continue - else - state=t - fi - ;& # fall through - t|p*) - if (( $+__p9k_pb_term[$token] )); then - if [[ $token == '()' ]]; then - state= - else - P9K_COMMANDS+=$cmd - if [[ $token == '}' ]]; then - state=a - skip=always - else - skip=$__p9k_pb_term_skip[$token] - state=${skip:+s} - fi - fi - cmd= - continue - elif [[ $state == t ]]; then - continue - elif [[ $state == *x ]]; then - if (( $+__p9k_pb_redirect[$token] )); then - prev= - state[-1]=r - continue - else - state[-1]= - fi - fi - ;; - s) - if [[ $token == $~skip ]]; then - state= - fi - continue - ;; - h) - while (( $#tokens )); do - (( e = ${tokens[(i)${(Q)token}]} )) - if [[ $tokens[e-1] == ';' && $tokens[e+1] == ';' ]]; then - tokens[1,e]=() - break - else - tokens[1,e]=() - fi - done - while (( $#alp && alp[-1] >= $#tokens )); do - aln[-1]=() - alp[-1]=() - done - state=t - continue - ;; - esac - - if (( $+__p9k_pb_redirect[${token#<0-255>}] )); then - state+=r - continue - fi - - if [[ $token == *'$'* ]]; then - if [[ $token == $~var ]]; then - n=${${token##[^[:IDENT:]]}%%[^[:IDENT:]]} - [[ $token == *'"' ]] && v=("${(P)n}") || v=(${(P)n}) - tokens[1,0]=(${(qq)v}) - continue - fi - fi - - case $state in - '') - if (( $+__p9k_pb_cmd_skip[$token] )); then - skip=$__p9k_pb_cmd_skip[$token] - [[ $token == '}' ]] && state=a || state=${skip:+s} - continue - fi - if [[ $token == *=* ]]; then - v=${(S)token/#(<->|([[:alpha:]_][[:IDENT:]]#(|'['*[^\\](\\\\)#']')))(|'+')=} - if (( $#v < $#token )); then - if [[ $v == '(' ]]; then - state=s - skip='\)' - fi - continue - fi - fi - : ${token::=${(Q)${~token}}} - ;; - p2) - if [[ -n $prev ]]; then - prev= - else - : ${token::=${(Q)${~token}}} - if [[ $token == '{'$~id'}' ]]; then - state=p2x - prev=$token - else - state=p - fi - continue - fi - ;& # fall through - p) - if [[ -n $prev ]]; then - token=$prev - prev= - else - : ${token::=${(Q)${~token}}} - case $token in - '{'$~id'}') prev=$token; state=px; continue;; - [^-]*) ;; - --) state=p1; continue;; - $~skip) state=p2; continue;; - *) continue;; - esac - fi - ;; - p1) - if [[ -n $prev ]]; then - token=$prev - prev= - else - : ${token::=${(Q)${~token}}} - if [[ $token == '{'$~id'}' ]]; then - state=p1x - prev=$token - continue - fi - fi - ;; - esac - - if (( $+__p9k_pb_precommand[$token] )); then - prev= - state=p - skip=$__p9k_pb_precommand[$token] - cmd+=$token$'\0' - else - state=t - [[ $token == ('(('*'))'|'`'*'`'|'$'*|['<>=']'('*')'|*$'\0'*) ]] || cmd+=$token$'\0' - fi - done - } always { - [[ $state == (px|p1x) ]] && cmd+=$prev - P9K_COMMANDS+=$cmd - P9K_COMMANDS=(${(u)P9K_COMMANDS%$'\0'}) - } -} - -function _p9k_on_widget_zle-keymap-select() { __p9k_reset_state=2; } -function _p9k_on_widget_overwrite-mode() { __p9k_reset_state=2; } -function _p9k_on_widget_vi-replace() { __p9k_reset_state=2; } - -function _p9k_check_visual_mode() { - [[ ${KEYMAP:-} == vicmd ]] || return 0 - local region=${${REGION_ACTIVE:-0}/2/1} - [[ $region != $_p9k__region_active ]] || return 0 - _p9k__region_active=$region - __p9k_reset_state=2 -} -function _p9k_on_widget_visual-mode() { _p9k_check_visual_mode; } -function _p9k_on_widget_visual-line-mode() { _p9k_check_visual_mode; } -function _p9k_on_widget_deactivate-region() { _p9k_check_visual_mode; } - -function _p9k_on_widget_zle-line-init() { - (( _p9k__cursor_hidden )) || return 0 - _p9k__cursor_hidden=0 - echoti cnorm -} - -function _p9k_on_widget_zle-line-finish() { - (( $+_p9k__line_finished )) && return - - _p9k__line_finished= - (( _p9k_reset_on_line_finish )) && __p9k_reset_state=2 - (( $+functions[p10k-on-post-prompt] )) && p10k-on-post-prompt - - if [[ -n $_p9k_transient_prompt ]]; then - if [[ $_POWERLEVEL9K_TRANSIENT_PROMPT == always || $_p9k_pwd == $_p9k__last_prompt_pwd ]]; then - RPROMPT= - PROMPT=$_p9k_transient_prompt - __p9k_reset_state=2 - else - _p9k__last_prompt_pwd=$_p9k_pwd - fi - fi - - if (( __p9k_reset_state == 2 )); then - if [[ $1 == int ]]; then - _p9k__must_restore_prompt=1 - if (( !_p9k__restore_prompt_fd )); then - exec {_p9k__restore_prompt_fd}$tmp - local -aU widget_list=( - zle-isearch-exit - zle-isearch-update - zle-line-init - zle-line-finish - zle-history-line-set - zle-keymap-select - $_POWERLEVEL9K_HOOK_WIDGETS - ${${${(f)"$(<$tmp)"}##* }:#(*\"|.*)} - ) - } always { - zf_rm -f $tmp - } - fi - local widget - for widget in $widget_list; do - functions[_p9k_widget_$widget]='_p9k_widget '${(q)widget}' "$@"' - # The leading dot is to work around bugs in zsh-syntax-highlighting. - zle -A $widget ._p9k_orig_$widget - zle -N $widget _p9k_widget_$widget - done 2>/dev/null # `zle -A` fails for inexisting widgets and complains to stderr -} - -function _p9k_restore_prompt() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} - { - (( _p9k__must_restore_prompt )) || return - _p9k__must_restore_prompt=0 - - unset _p9k__line_finished - _p9k_refresh_reason=restore - _p9k_set_prompt - _p9k_refresh_reason= - - local tty=$P9K_TTY - P9K_TTY=$_p9k__last_tty - _p9k__expanded=0 - _p9k_reset_prompt - P9K_TTY=$tty - } always { - zle -F $1 - exec {1}>&- - _p9k__restore_prompt_fd=0 - } -} - -prompt__p9k_internal_nothing() { _p9k__prompt+='${_p9k_sss::=}'; } -instant_prompt__p9k_internal_nothing() { prompt__p9k_internal_nothing; } - -# _p9k_build_gap_post line_number -_p9k_build_gap_post() { - [[ $1 == 1 ]] && local kind=first || local kind=newline - _p9k_get_icon '' MULTILINE_${(U)kind}_PROMPT_GAP_CHAR - local char=${_p9k_ret:- } - _p9k_prompt_length $char - if (( _p9k_ret != 1 || $#char != 1 )); then - >&2 print -rP -- "%F{red}WARNING!%f %BMULTILINE_${(U)kind}_PROMPT_GAP_CHAR%b is not one character long. Will use ' '." - >&2 print -rP -- "Either change the value of %BPOWERLEVEL9K_MULTILINE_${(U)kind}_PROMPT_GAP_CHAR%b or remove it." - char=' ' - fi - local style - _p9k_color prompt_multiline_${kind}_prompt_gap BACKGROUND "" - [[ -n $_p9k_ret ]] && _p9k_background $_p9k_ret - style+=$_p9k_ret - _p9k_color prompt_multiline_${kind}_prompt_gap FOREGROUND "" - [[ -n $_p9k_ret ]] && _p9k_foreground $_p9k_ret - style+=$_p9k_ret - _p9k_escape_style $style - style=$_p9k_ret - local exp=_POWERLEVEL9K_MULTILINE_${(U)kind}_PROMPT_GAP_EXPANSION - (( $+parameters[$exp] )) && exp=${(P)exp} || exp='${P9K_GAP}' - [[ $char == '.' ]] && local s=',' || local s='.' - _p9k_ret=$'${${_p9k__g+\n}:-'$style'${${${_p9k_m:#-*}:+' - _p9k_ret+='${${_p9k__'$1'g+${(pl.$((_p9k_m+1)).. .)}}:-' - if [[ $exp == '${P9K_GAP}' ]]; then - _p9k_ret+='${(pl'$s'$((_p9k_m+1))'$s$s$char$s')}' - else - _p9k_ret+='${${P9K_GAP::=${(pl'$s'$((_p9k_m+1))'$s$s$char$s')}}+}' - _p9k_ret+='${:-"'$exp'"}' - style=1 - fi - _p9k_ret+='}' - if (( __p9k_ksh_arrays )); then - _p9k_ret+=$'$_p9k_rprompt${_p9k_t[$((!_p9k_ind))]}}:-\n}' - else - _p9k_ret+=$'$_p9k_rprompt${_p9k_t[$((1+!_p9k_ind))]}}:-\n}' - fi - [[ -n $style ]] && _p9k_ret+='%b%k%f' - _p9k_ret+='}' -} - -_p9k_init_lines() { - [[ -z $_p9k_locale ]] || local LC_ALL=$_p9k_locale - local -a left_segments=($_POWERLEVEL9K_LEFT_PROMPT_ELEMENTS) - local -a right_segments=($_POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS) - - if (( _POWERLEVEL9K_PROMPT_ON_NEWLINE )); then - left_segments+=(newline _p9k_internal_nothing) - fi - - local -i num_left_lines=$((1 + ${#${(@M)left_segments:#newline}})) - local -i num_right_lines=$((1 + ${#${(@M)right_segments:#newline}})) - if (( num_right_lines > num_left_lines )); then - repeat $((num_right_lines - num_left_lines)) left_segments=(newline $left_segments) - local -i num_lines=num_right_lines - else - if (( _POWERLEVEL9K_RPROMPT_ON_NEWLINE )); then - repeat $((num_left_lines - num_right_lines)) right_segments=(newline $right_segments) - else - repeat $((num_left_lines - num_right_lines)) right_segments+=newline - fi - local -i num_lines=num_left_lines - fi - - local -i i - for i in {1..$num_lines}; do - local -i left_end=${left_segments[(i)newline]} - local -i right_end=${right_segments[(i)newline]} - _p9k_line_segments_left+="${(pj:\0:)left_segments[1,left_end-1]}" - _p9k_line_segments_right+="${(pj:\0:)right_segments[1,right_end-1]}" - (( left_end > $#left_segments )) && left_segments=() || shift left_end left_segments - (( right_end > $#right_segments )) && right_segments=() || shift right_end right_segments - - _p9k_get_icon '' LEFT_SEGMENT_SEPARATOR - _p9k_get_icon 'prompt_empty_line' LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL $_p9k_ret - _p9k_escape $_p9k_ret - _p9k_line_prefix_left+='${_p9k__'$i'l-${${:-${_p9k_bg::=NONE}${_p9k_i::=0}${_p9k_sss::=%f'$_p9k_ret'}}+}' - _p9k_line_suffix_left+='%b%k$_p9k_sss%b%k%f' - - _p9k_escape ${(g::)_POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL} - [[ -n $_p9k_ret ]] && _p9k_line_never_empty_right+=1 || _p9k_line_never_empty_right+=0 - _p9k_line_prefix_right+='${_p9k__'$i'r-${${:-${_p9k_bg::=NONE}${_p9k_i::=0}${_p9k_sss::='$_p9k_ret'}}+}' - _p9k_line_suffix_right+='$_p9k_sss%b%k%f}' # gets overridden for _p9k_emulate_zero_rprompt_indent - done - - _p9k_get_icon '' LEFT_SEGMENT_END_SEPARATOR - if [[ -n $_p9k_ret ]]; then - _p9k_ret+=%b%k%f - # Not escaped for historical reasons. - _p9k_ret='${:-"'$_p9k_ret'"}' - if (( _POWERLEVEL9K_PROMPT_ON_NEWLINE )); then - _p9k_line_suffix_left[-2]+=$_p9k_ret - else - _p9k_line_suffix_left[-1]+=$_p9k_ret - fi - fi - - for i in {1..$num_lines}; do _p9k_line_suffix_left[i]+='}'; done - - if (( num_lines > 1 )); then - for i in {1..$((num_lines-1))}; do - _p9k_build_gap_post $i - _p9k_line_gap_post+=$_p9k_ret - done - - if [[ $+_POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX == 1 || $_POWERLEVEL9K_PROMPT_ON_NEWLINE == 1 ]]; then - _p9k_get_icon '' MULTILINE_FIRST_PROMPT_PREFIX - if [[ -n $_p9k_ret ]]; then - [[ _p9k_ret == *%* ]] && _p9k_ret+=%b%k%f - # Not escaped for historical reasons. - _p9k_ret='${_p9k__1l_frame-"'$_p9k_ret'"}' - _p9k_line_prefix_left[1]=$_p9k_ret$_p9k_line_prefix_left[1] - fi - fi - - if [[ $+_POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX == 1 || $_POWERLEVEL9K_PROMPT_ON_NEWLINE == 1 ]]; then - _p9k_get_icon '' MULTILINE_LAST_PROMPT_PREFIX - if [[ -n $_p9k_ret ]]; then - [[ _p9k_ret == *%* ]] && _p9k_ret+=%b%k%f - # Not escaped for historical reasons. - _p9k_ret='${_p9k__'$num_lines'l_frame-"'$_p9k_ret'"}' - _p9k_line_prefix_left[-1]=$_p9k_ret$_p9k_line_prefix_left[-1] - fi - fi - - _p9k_get_icon '' MULTILINE_FIRST_PROMPT_SUFFIX - if [[ -n $_p9k_ret ]]; then - [[ _p9k_ret == *%* ]] && _p9k_ret+=%b%k%f - _p9k_line_suffix_right[1]+='${_p9k__1r_frame-'${(qqq)_p9k_ret}'}' - _p9k_line_never_empty_right[1]=1 - fi - - _p9k_get_icon '' MULTILINE_LAST_PROMPT_SUFFIX - if [[ -n $_p9k_ret ]]; then - [[ _p9k_ret == *%* ]] && _p9k_ret+=%b%k%f - _p9k_line_suffix_right[-1]+='${_p9k__'$num_lines'r_frame-'${(qqq)_p9k_ret}'}' - _p9k_line_never_empty_right[-1]=1 - fi - - if (( num_lines > 2 )); then - if [[ $+_POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX == 1 || $_POWERLEVEL9K_PROMPT_ON_NEWLINE == 1 ]]; then - _p9k_get_icon '' MULTILINE_NEWLINE_PROMPT_PREFIX - if [[ -n $_p9k_ret ]]; then - [[ _p9k_ret == *%* ]] && _p9k_ret+=%b%k%f - for i in {2..$((num_lines-1))}; do - # Not escaped for historical reasons. - _p9k_line_prefix_left[i]='${_p9k__'$i'l_frame-"'$_p9k_ret'"}'$_p9k_line_prefix_left[i] - done - fi - fi - - _p9k_get_icon '' MULTILINE_NEWLINE_PROMPT_SUFFIX - if [[ -n $_p9k_ret ]]; then - [[ _p9k_ret == *%* ]] && _p9k_ret+=%b%k%f - for i in {2..$((num_lines-1))}; do - _p9k_line_suffix_right[i]+='${_p9k__'$i'r_frame-'${(qqq)_p9k_ret}'}' - done - _p9k_line_never_empty_right[2,-2]=${(@)_p9k_line_never_empty_right[2,-2]/0/1} - fi - fi - fi -} - -_p9k_all_params_eq() { - local key - for key in ${parameters[(I)${~1}]}; do - [[ ${(P)key} == $2 ]] || return - done -} - -_p9k_init_display() { - _p9k_display_k=(empty_line 1 ruler 3) - local -i n=3 i - local name - for i in {1..$#_p9k_line_segments_left}; do - local -i j=$((-$#_p9k_line_segments_left+i-1)) - _p9k_display_k+=( - $i $((n+=2)) $j $n - $i/left_frame $((n+=2)) $j/left_frame $n - $i/right_frame $((n+=2)) $j/right_frame $n - $i/left $((n+=2)) $j/left $n - $i/right $((n+=2)) $j/right $n - $i/gap $((n+=2)) $j/gap $n) - for name in ${(@0)_p9k_line_segments_left[i]}; do - _p9k_display_k+=($i/left/$name $((n+=2)) $j/left/$name $n) - done - for name in ${(@0)_p9k_line_segments_right[i]}; do - _p9k_display_k+=($i/right/$name $((n+=2)) $j/right/$name $n) - done - done -} - -_p9k_init_prompt() { - _p9k_t=($'\n' $'%{\n%}' '') - _p9k_prompt_overflow_bug && _p9k_t[2]=$'%{%G\n%}' - - _p9k_init_lines - - _p9k_gap_pre='${${:-${_p9k_x::=0}${_p9k_y::=1024}${_p9k_p::=$_p9k_lprompt$_p9k_rprompt}' - repeat 10; do - _p9k_gap_pre+='${_p9k_m::=$(((_p9k_x+_p9k_y)/2))}' - _p9k_gap_pre+='${_p9k_xy::=${${(%):-$_p9k_p%$_p9k_m(l./$_p9k_m;$_p9k_y./$_p9k_x;$_p9k_m)}##*/}}' - _p9k_gap_pre+='${_p9k_x::=${_p9k_xy%;*}}' - _p9k_gap_pre+='${_p9k_y::=${_p9k_xy#*;}}' - done - _p9k_gap_pre+='${_p9k_m::=$((_p9k_clm-_p9k_x-_p9k_ind-1))}' - _p9k_gap_pre+='}+}' - - _p9k_prompt_prefix_left='${${_p9k_clm::=$COLUMNS}+}${${COLUMNS::=1024}+}' - _p9k_prompt_prefix_right='${_p9k__'$#_p9k_line_segments_left'-${${_p9k_clm::=$COLUMNS}+}${${COLUMNS::=1024}+}' - _p9k_prompt_suffix_left='${${COLUMNS::=$_p9k_clm}+}' - _p9k_prompt_suffix_right='${${COLUMNS::=$_p9k_clm}+}}' - - if _p9k_segment_in_use vi_mode || _p9k_segment_in_use prompt_char; then - _p9k_prompt_prefix_left+='${${_p9k__keymap::=${KEYMAP:-$_p9k__keymap}}+}' - fi - if { _p9k_segment_in_use vi_mode && (( $+_POWERLEVEL9K_VI_OVERWRITE_MODE_STRING )) } || - { _p9k_segment_in_use prompt_char && (( _POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE )) }; then - _p9k_prompt_prefix_left+='${${_p9k__zle_state::=${ZLE_STATE:-$_p9k__zle_state}}+}' - fi - _p9k_prompt_prefix_left+='%b%k%f' - - # Bug fixed in: https://github.com/zsh-users/zsh/commit/3eea35d0853bddae13fa6f122669935a01618bf9. - # If affects most terminals when RPROMPT is non-empty and ZLE_RPROMPT_INDENT is zero. - # We can work around it as long as RPROMPT ends with a space. - if [[ -n $_p9k_line_segments_right[-1] && $_p9k_line_never_empty_right[-1] == 0 && - $ZLE_RPROMPT_INDENT == 0 ]] && - _p9k_all_params_eq '_POWERLEVEL9K_*WHITESPACE_BETWEEN_RIGHT_SEGMENTS' ' ' && - _p9k_all_params_eq '_POWERLEVEL9K_*RIGHT_RIGHT_WHITESPACE' ' ' && - _p9k_all_params_eq '_POWERLEVEL9K_*RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL' '' && - ! is-at-least 5.7.2; then - _p9k_emulate_zero_rprompt_indent=1 - _p9k_prompt_prefix_left+='${${:-${_p9k_real_zle_rprompt_indent:=$ZLE_RPROMPT_INDENT}${ZLE_RPROMPT_INDENT::=1}${_p9k_ind::=0}}+}' - _p9k_line_suffix_right[-1]='${_p9k_sss:+${_p9k_sss% }%E}}' - else - _p9k_emulate_zero_rprompt_indent=0 - _p9k_prompt_prefix_left+='${${_p9k_ind::=${${ZLE_RPROMPT_INDENT:-1}/#-*/0}}+}' - fi - - if [[ $ITERM_SHELL_INTEGRATION_INSTALLED == Yes ]]; then - _p9k_prompt_prefix_left+=$'%{\e]133;A\a%}' - _p9k_prompt_suffix_left+=$'%{\e]133;B\a%}' - fi - - if (( _POWERLEVEL9K_PROMPT_ADD_NEWLINE_COUNT > 0 )); then - _p9k_t+=${(pl.$_POWERLEVEL9K_PROMPT_ADD_NEWLINE_COUNT..\n.)} - else - _p9k_t+='' - fi - _p9k_empty_line_idx=$#_p9k_t - if (( __p9k_ksh_arrays )); then - _p9k_prompt_prefix_left+='${_p9k_t[${_p9k__empty_line_i:-'$#_p9k_t'}-1]}' - else - _p9k_prompt_prefix_left+='${_p9k_t[${_p9k__empty_line_i:-'$#_p9k_t'}]}' - fi - - _p9k_get_icon '' RULER_CHAR - local ruler_char=$_p9k_ret - _p9k_prompt_length $ruler_char - (( _p9k_ret == 1 && $#ruler_char == 1 )) || ruler_char=' ' - _p9k_color prompt_ruler BACKGROUND "" - if [[ -z $_p9k_ret && $ruler_char == ' ' ]]; then - local ruler=$'\n' - else - _p9k_background $_p9k_ret - local ruler=%b$_p9k_ret - _p9k_color prompt_ruler FOREGROUND "" - _p9k_foreground $_p9k_ret - ruler+=$_p9k_ret - [[ $ruler_char == '.' ]] && local sep=',' || local sep='.' - ruler+='${(pl'$sep'${$((_p9k_clm-_p9k_ind))/#-*/0}'$sep$sep$ruler_char$sep')}%k%f' - if (( __p9k_ksh_arrays )); then - ruler+='${_p9k_t[$((!_p9k_ind))]}' - else - ruler+='${_p9k_t[$((1+!_p9k_ind))]}' - fi - fi - _p9k_t+=$ruler - _p9k_ruler_idx=$#_p9k_t - if (( __p9k_ksh_arrays )); then - _p9k_prompt_prefix_left+='${(e)_p9k_t[${_p9k__ruler_i:-'$#_p9k_t'}-1]}' - else - _p9k_prompt_prefix_left+='${(e)_p9k_t[${_p9k__ruler_i:-'$#_p9k_t'}]}' - fi - - ( _p9k_segment_in_use time && (( _POWERLEVEL9K_TIME_UPDATE_ON_COMMAND )) ) - _p9k_reset_on_line_finish=$((!$?)) - - _p9k_t+=$_p9k_gap_pre - _p9k_gap_pre='${(e)_p9k_t['$(($#_p9k_t - __p9k_ksh_arrays))']}' - _p9k_t+=$_p9k_prompt_prefix_left - _p9k_prompt_prefix_left='${(e)_p9k_t['$(($#_p9k_t - __p9k_ksh_arrays))']}' -} - -_p9k_init_ssh() { - # The following code is based on Pure: - # https://github.com/sindresorhus/pure/blob/e8abf9d37185ec9b7b4398ca9c5eba555a1028eb/pure.zsh. - # - # License: https://github.com/sindresorhus/pure/blob/e8abf9d37185ec9b7b4398ca9c5eba555a1028eb/license. - - [[ -n $P9K_SSH ]] && return - typeset -gix P9K_SSH=0 - if [[ -n $SSH_CLIENT || -n $SSH_TTY || -n $SSH_CONNECTION ]]; then - P9K_SSH=1 - return 0 - fi - - # When changing user on a remote system, the $SSH_CONNECTION environment variable can be lost. - # Attempt detection via `who`. - (( $+commands[who] )) || return - - local ipv6='(([0-9a-fA-F]+:)|:){2,}[0-9a-fA-F]+' # Simplified, only checks partial pattern. - local ipv4='([0-9]{1,3}\.){3}[0-9]+' # Simplified, allows invalid ranges. - # Assume two non-consecutive periods represents a hostname. Matches `x.y.z`, but not `x.y`. - local hostname='([.][^. ]+){2}' - - local w - w="$(who -m 2>/dev/null)" || w=${(@M)${(f)"$(who 2>/dev/null)"}:#*[[:space:]]${TTY#/dev/}[[:space:]]*} - - # Usually the remote address is surrounded by parenthesis but not on all systems (e.g., Busybox). - [[ $w =~ "\(?($ipv4|$ipv6|$hostname)\)?\$" ]] && P9K_SSH=1 -} - -_p9k_must_init() { - (( _POWERLEVEL9K_DISABLE_HOT_RELOAD && !_p9k__force_must_init )) && return 1 - _p9k__force_must_init=0 - local IFS sig - if [[ -n $_p9k__param_sig ]]; then - IFS=$'\2' sig="${(e)_p9k__param_pat}" - [[ $sig == $_p9k__param_sig ]] && return 1 - _p9k_deinit - fi - _p9k__param_pat=$'v26\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1' - _p9k__param_pat+=$'${#parameters[(I)POWERLEVEL9K_*]}\1${(%):-%n%#}\1$GITSTATUS_LOG_LEVEL\1' - _p9k__param_pat+=$'$GITSTATUS_ENABLE_LOGGING\1$GITSTATUS_DAEMON\1$GITSTATUS_NUM_THREADS\1' - _p9k__param_pat+=$'$DEFAULT_USER\1${ZLE_RPROMPT_INDENT:-1}\1$P9K_SSH\1$__p9k_ksh_arrays' - _p9k__param_pat+=$'$__p9k_sh_glob\1$ITERM_SHELL_INTEGRATION_INSTALLED\1' - _p9k__param_pat+=$'${PROMPT_EOL_MARK-%B%S%#%s%b}\1$LANG\1$LC_ALL\1$LC_CTYPE\1' - _p9k__param_pat+=$'$functions[p10k-on-init]$functions[p10k-on-pre-prompt]\1' - _p9k__param_pat+=$'$functions[p10k-on-post-widget]$functions[p10k-on-post-prompt]\1' - local MATCH - IFS=$'\1' _p9k__param_pat+="${(@)${(@o)parameters[(I)POWERLEVEL9K_*]}:/(#m)*/\${${(q)MATCH}-$IFS\}}" - IFS=$'\2' _p9k__param_sig="${(e)_p9k__param_pat}" -} - -function _p9k_set_os() { - _p9k_os=$1 - _p9k_get_icon prompt_os_icon $2 - _p9k_os_icon=$_p9k_ret -} - -function _p9k_init_cacheable() { - (( $+functions[_p9k_init_icons] )) || source "${__p9k_root_dir}/internal/icons.zsh" - _p9k_init_icons - _p9k_init_params - _p9k_init_prompt - _p9k_init_display - - local elem - local -i i=0 - - for i in {1..$#_p9k_line_segments_left}; do - for elem in ${(@0)_p9k_line_segments_left[i]}; do - local var=POWERLEVEL9K_${(U)elem}_SHOW_ON_COMMAND - (( $+parameters[$var] )) || continue - _p9k_show_on_command+=( - $'(|*[/\0])('${(j.|.)${(P)var}}')' - $((1+_p9k_display_k[$i/left/$elem])) - _p9k__${i}l$elem) - done - for elem in ${(@0)_p9k_line_segments_right[i]}; do - local var=POWERLEVEL9K_${(U)elem}_SHOW_ON_COMMAND - (( $+parameters[$var] )) || continue - local cmds=(${(P)var}) - _p9k_show_on_command+=( - $'(|*[/\0])('${(j.|.)${(P)var}}')' - $((1+$_p9k_display_k[$i/right/$elem])) - _p9k__${i}r$elem) - done - done - - if [[ $_POWERLEVEL9K_TRANSIENT_PROMPT != off ]]; then - _p9k_transient_prompt='%b%k%s%u%F{%(?.' - _p9k_color prompt_prompt_char_OK_VIINS FOREGROUND 76 - _p9k_transient_prompt+=$_p9k_ret'.' - _p9k_color prompt_prompt_char_ERROR_VIINS FOREGROUND 196 - _p9k_transient_prompt+=$_p9k_ret')}${${P9K_CONTENT::="â¯"}+}' - _p9k_param prompt_prompt_char_OK_VIINS CONTENT_EXPANSION '${P9K_CONTENT}' - _p9k_transient_prompt+='${:-"'$_p9k_ret'"}%b%k%f%s%u ' - if [[ $ITERM_SHELL_INTEGRATION_INSTALLED == Yes ]]; then - _p9k_transient_prompt=$'%{\e]133;A\a%}'$_p9k_transient_prompt$'%{\e]133;B\a%}' - fi - fi - - _p9k_uname="$(uname)" - [[ $_p9k_uname == Linux ]] && _p9k_uname_o="$(uname -o 2>/dev/null)" - _p9k_uname_m="$(uname -m)" - - if [[ $_p9k_uname == Linux && $_p9k_uname_o == Android ]]; then - _p9k_set_os Android ANDROID_ICON - else - case $_p9k_uname in - SunOS) _p9k_set_os Solaris SUNOS_ICON;; - Darwin) _p9k_set_os OSX APPLE_ICON;; - CYGWIN_NT-* | MSYS_NT-*) _p9k_set_os Windows WINDOWS_ICON;; - FreeBSD|OpenBSD|DragonFly) _p9k_set_os BSD FREEBSD_ICON;; - Linux) - _p9k_os='Linux' - local os_release_id - if [[ -r /etc/os-release ]]; then - local lines=(${(f)"$(&2 echo -E - "${(%):-[%1FERROR%f]: %BPowerlevel10k%b is unable to use %Bgitstatus%b. Git prompt will be slow.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):-Reason: There is no %Bgitstatusd%b binary for $_p9k_uname_m (32-bit architecture).}" - >&2 echo -E - "" - >&2 echo -E - "${(%):-You can:}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Do nothing.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill%b see this error message every time you start zsh.}" - >&2 echo -E - "${(%):- * Git prompt will be %Bslow%b.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Set %BPOWERLEVEL9K_DISABLE_GITSTATUS=true%b at the bottom of %B$__p9k_zshrc_u%b.}" - >&2 echo -E - "${(%):- You can do this by running the following command:}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- %2Fecho%f %3F'POWERLEVEL9K_DISABLE_GITSTATUS=true'%f >>! $__p9k_zshrc_u}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Git prompt will be %Bslow%b.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Upgrade to a 64-bit OS.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Git prompt will be %Bfast%b.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Compile %Bgitstatusd%b and set %BGITSTATUS_DAEMON=/path/to/gitstatusd%b at}" - >&2 echo -E - "${(%):- the bottom of %B$__p9k_zshrc_u%b. See instructions at}" - >&2 echo -E - "${(%):- https://github.com/romkatv/gitstatus/blob/master/README.md#compiling.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Git prompt will be %Bfast%b.}" - return 0 - fi - - local daemon=${GITSTATUS_DAEMON} - if [[ -z $daemon ]]; then - daemon=$gitstatus_dir/bin/gitstatusd- - if [[ $_p9k_uname_o == Android ]]; then - daemon+=android - elif [[ ${(L)_p9k_uname} == (mingw|msys)* ]]; then - daemon+=msys_nt-10.0 - else - daemon+=${_p9k_uname:l} - fi - daemon+=-${_p9k_uname_m:l} - fi - local -i threads=${GITSTATUS_NUM_THREADS:-0} - if (( threads <= 0 )); then - threads=$(( _p9k_num_cpus * 2 )) - (( threads > 0 )) || threads=8 - (( threads <= 32 )) || threads=32 - fi - typeset -g _p9k_preinit="function _p9k_preinit() { - [[ \$ZSH_VERSION == ${(q)ZSH_VERSION} ]] || return - [[ -r ${(q)gitstatus_dir}/gitstatus.plugin.zsh ]] || return - source ${(q)gitstatus_dir}/gitstatus.plugin.zsh || return - GITSTATUS_DAEMON=${(q)daemon} GITSTATUS_NUM_THREADS=$threads \ - GITSTATUS_LOG_LEVEL=${(q)GITSTATUS_LOG_LEVEL} \ - GITSTATUS_ENABLE_LOGGING=${(q)GITSTATUS_ENABLE_LOGGING} gitstatus_start \ - -s $_POWERLEVEL9K_VCS_STAGED_MAX_NUM \ - -u $_POWERLEVEL9K_VCS_UNSTAGED_MAX_NUM \ - -d $_POWERLEVEL9K_VCS_UNTRACKED_MAX_NUM \ - -c $_POWERLEVEL9K_VCS_CONFLICTED_MAX_NUM \ - -m $_POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY \ - ${${_POWERLEVEL9K_VCS_RECURSE_UNTRACKED_DIRS:#0}:+-e} \ - -a POWERLEVEL9K - }" - source ${gitstatus_dir}/gitstatus.plugin.zsh - GITSTATUS_DAEMON=$daemon GITSTATUS_NUM_THREADS=$threads gitstatus_start \ - -s $_POWERLEVEL9K_VCS_STAGED_MAX_NUM \ - -u $_POWERLEVEL9K_VCS_UNSTAGED_MAX_NUM \ - -d $_POWERLEVEL9K_VCS_UNTRACKED_MAX_NUM \ - -c $_POWERLEVEL9K_VCS_CONFLICTED_MAX_NUM \ - -m $_POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY \ - ${${_POWERLEVEL9K_VCS_RECURSE_UNTRACKED_DIRS:#0}:+-e} \ - POWERLEVEL9K || _p9k__gitstatus_disabled=1 -} - -_p9k_init() { - _p9k_init_vars - _p9k_restore_state || _p9k_init_cacheable - - local k v - for k v in ${(kv)_p9k_display_k}; do - [[ $k == -* ]] && continue - _p9k__display_v[v]=$k - _p9k__display_v[v+1]=show - done - _p9k__display_v[2]=hide - _p9k__display_v[4]=hide - - if (( $+functions[iterm2_decorate_prompt] )); then - _p9k__iterm2_decorate_prompt=$functions[iterm2_decorate_prompt] - function iterm2_decorate_prompt() { - typeset -g ITERM2_PRECMD_PS1=$PROMPT - typeset -g ITERM2_SHOULD_DECORATE_PROMPT= - } - fi - if (( $+functions[iterm2_precmd] )); then - _p9k__iterm2_precmd=$functions[iterm2_precmd] - functions[iterm2_precmd]='local _p9k_status=$?; zle && return; () { return $_p9k_status; }; '$_p9k__iterm2_precmd - fi - - if _p9k_segment_in_use todo; then - local todo=$commands[todo.sh] - if [[ -n $todo ]]; then - local bash=${commands[bash]:-:} - _p9k_todo_file="$(exec -a $todo $bash 2>/dev/null -c " - [ -e \"\$TODOTXT_CFG_FILE\" ] || TODOTXT_CFG_FILE=\$HOME/.todo/config - [ -e \"\$TODOTXT_CFG_FILE\" ] || TODOTXT_CFG_FILE=\$HOME/todo.cfg - [ -e \"\$TODOTXT_CFG_FILE\" ] || TODOTXT_CFG_FILE=\$HOME/.todo.cfg - [ -e \"\$TODOTXT_CFG_FILE\" ] || TODOTXT_CFG_FILE=\${XDG_CONFIG_HOME:-\$HOME/.config}/todo/config - [ -e \"\$TODOTXT_CFG_FILE\" ] || TODOTXT_CFG_FILE=${(qqq)todo:h}/todo.cfg - [ -e \"\$TODOTXT_CFG_FILE\" ] || TODOTXT_CFG_FILE=\${TODOTXT_GLOBAL_CFG_FILE:-/etc/todo/config} - [ -r \"\$TODOTXT_CFG_FILE\" ] || exit - source \"\$TODOTXT_CFG_FILE\" &>/dev/null - echo \"\$TODO_FILE\"")" - fi - fi - - if _p9k_segment_in_use dir && - [[ $_POWERLEVEL9K_SHORTEN_STRATEGY == truncate_with_package_name && $+commands[jq] == 0 ]]; then - print -rP -- '%F{yellow}WARNING!%f %BPOWERLEVEL9K_SHORTEN_STRATEGY=truncate_with_package_name%b requires %F{green}jq%f.' - print -rP -- 'Either install %F{green}jq%f or change the value of %BPOWERLEVEL9K_SHORTEN_STRATEGY%b.' - fi - - _p9k_init_async_pump - _p9k_init_vcs - - if (( _POWERLEVEL9K_DISABLE_INSTANT_PROMPT )); then - unset __p9k_instant_prompt_erased - zf_rm -f -- ${__p9k_dump_file:h}/p10k-instant-prompt-${(%):-%n}.zsh{,.zwc} 2>/dev/null - fi - - if (( $+__p9k_instant_prompt_erased )); then - unset __p9k_instant_prompt_erased - >&2 echo -E - "" - >&2 echo -E - "${(%):-[%1FERROR%f]: When using instant prompt, Powerlevel10k must be loaded before the first prompt.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):-You can:}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - %BRecommended%b: Change the way Powerlevel10k is loaded from %B$__p9k_zshrc_u%b.}" - >&2 echo - "${(%):- See \e]8;;https://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\ahttps://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\e]8;;\a.}" - if (( $+functins[zplugin] )); then - >&2 echo -E - "${(%):- NOTE: If using %2Fzplugin%f to load %3F'romkatv/powerlevel10k'%f, %Bdo not apply%b %1Fice wait%f.}" - fi - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Zsh will start %Bquickly%b.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Disable instant prompt either by running %Bp10k configure%b or by manually}" - >&2 echo -E - "${(%):- defining the following parameter:}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- %3Ftypeset%f -g POWERLEVEL9K_INSTANT_PROMPT=off}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill not%b see this error message again.}" - >&2 echo -E - "${(%):- * Zsh will start %Bslowly%b.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- - Do nothing.}" - >&2 echo -E - "" - >&2 echo -E - "${(%):- * You %Bwill%b see this error message every time you start zsh.}" - >&2 echo -E - "${(%):- * Zsh will start %Bslowly%b.}" - >&2 echo -E - "" - fi -} - -_p9k_deinit() { - (( $+functions[_p9k_preinit] )) && unfunction _p9k_preinit - (( $+functions[gitstatus_stop] )) && gitstatus_stop POWERLEVEL9K - _p9k_deinit_async_pump - (( _p9k__dump_pid )) && wait $_p9k__dump_pid 2>/dev/null - (( $+_p9k__iterm2_precmd )) && functions[iterm2_precmd]=$_p9k__iterm2_precmd - (( $+_p9k__iterm2_decorate_prompt )) && functions[iterm2_decorate_prompt]=$_p9k__iterm2_decorate_prompt - unset -m '(_POWERLEVEL9K_|P9K_|_p9k_)*~(P9K_SSH|P9K_TTY)' -} - -typeset -gi __p9k_enabled=0 -typeset -gi __p9k_configured=0 -typeset -gri __p9k_instant_prompt_disabled=1 - -# `typeset -g` doesn't roundtrip in zsh prior to 5.4. -if is-at-least 5.4; then - typeset -gri __p9k_dumps_enabled=1 -else - typeset -gri __p9k_dumps_enabled=0 -fi - -_p9k_do_nothing() { true; } - -prompt_powerlevel9k_setup() { - (( __p9k_enabled )) && return - - prompt_opts=(percent subst) - (( $+__p9k_instant_prompt_active )) || { - [[ ! -o prompt_sp ]] || prompt_opts+=sp - [[ ! -o prompt_cr ]] || prompt_opts+=cr - } - - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - prompt_powerlevel9k_teardown - __p9k_enabled=1 - typeset -ga preexec_functions=(_p9k_preexec1 $preexec_functions _p9k_preexec2) - typeset -ga precmd_functions=(_p9k_do_nothing $precmd_functions _p9k_precmd) -} - -prompt_powerlevel9k_teardown() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst} no_aliases - add-zsh-hook -D precmd '(_p9k_|powerlevel9k_)*' - add-zsh-hook -D preexec '(_p9k_|powerlevel9k_)*' - PROMPT='%m%# ' - RPROMPT= - if (( __p9k_enabled )); then - _p9k_deinit - __p9k_enabled=0 - fi -} - -typeset -gr __p9k_p10k_usage="Usage: %2Fp10k%f %Bcommand%b [options] - -Commands: - - %Bconfigure%b run interactive configuration wizard - %Breload%b reload configuration - %Bsegment%b print a user-defined prompt segment - %Bdisplay%b show, hide or toggle prompt parts - %Bhelp%b print this help message - -Print help for a specific command: - - %2Fp10k%f %Bhelp%b command" - -typeset -gr __p9k_p10k_segment_usage="Usage: %2Fp10k%f %Bsegment%b [-h] [{+|-}re] [-s state] [-b bg] [-f fg] [-i icon] [-c cond] [-t text] - -Print a user-defined prompt segment. Can be called only during prompt rendering. - -Options: - -t text segment's main content; will undergo prompt expansion: '%%F{blue}%%*%%f' will - show as %F{blue}%*%f; default is empty - -i icon segment's icon; default is empty - -r icon is a symbolic reference that needs to be resolved; for example, 'LOCK_ICON' - +r icon is already resolved and should be printed literally; for example, 'â­'; - this is the default; you can also use \$'\u2B50' if you don't want to have - non-ascii characters in source code - -b bg background color; for example, 'blue', '4', or '#0000ff'; empty value means - transparent background, as in '%%k'; default is black - -f fg foreground color; for example, 'blue', '4', or '#0000ff'; empty value means - default foreground color, as in '%%f'; default is empty - -s state segment's state for the purpose of applying styling options; if you want to - to be able to use POWERLEVEL9K parameters to specify different colors or icons - depending on some property, use different states for different values of that - property - -c condition; if empty after parameter expansion and process substitution, the - segment is hidden; this is an advanced feature, use with caution; default is '1' - -e segment's main content will undergo parameter expansion and process - substitution; the content will be surrounded with double quotes and thus - should quote its own double quotes; this is an advanced feature, use with - caution - +e segment's main content should not undergo parameter expansion and process - substitution; this is the default - -h print this help message - -Example: 'core' segment tells you if there is a file name 'core' in the current directory. - -- Segment's icon is 'â­'. -- Segment's text is the file's size in bytes. -- If you have permissions to delete the file, state is DELETABLE. If not, it's PROTECTED. - - zmodload -F zsh/stat b:zstat - - function prompt_core() { - local size=() - if ! zstat -A size +size core 2>/dev/null; then - # No 'core' file in the current directory. - return - fi - if [[ -w . ]]; then - local state=DELETABLE - else - local state=PROTECTED - fi - p10k segment -s \\\$state -i 'â­' -f blue -t \\\${size[1]}b - } - -To enable this segment, add 'core' to POWERLEVEL9K_LEFT_PROMPT_ELEMENTS or -POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS. - -Example customizations: - - # Override default foreground. - POWERLEVEL9K_CORE_FOREGROUND=red - - # Override foreground when DELETABLE. - POWERLEVEL9K_CORE_DELETABLE_BACKGROUND=green - - # Override icon when PROTECTED. - POWERLEVEL9K_CORE_PROTECTED_VISUAL_IDENTIFIER_EXPANSION='âŽ' - - # Don't show file size when PROTECTED. - POWERLEVEL9K_CORE_PROTECTED_CONTENT_EXPANSION=''" - -typeset -gr __p9k_p10k_configure_usage="Usage: %2Fp10k%f %Bconfigure%b - -Run interactive configuration wizard." - -typeset -gr __p9k_p10k_reload_usage="Usage: %2Fp10k%f %Breload%b - -Reload configuration." - -typeset -gr __p9k_p10k_finalize_usage="Usage: %2Fp10k%f %Bfinalize%b - -Perform the final stage of initialization. Must be called at the very end of zshrc." - -typeset -gr __p9k_p10k_display_usage="Usage: %2Fp10k%f %Bdisplay%b part-pattern=state-list... - -Show, hide or toggle prompt parts. If called from zle, the current -prompt is refreshed. - -Usage: %2Fp10k%f %Bdisplay%b -a [part-pattern]... - -Populate array \\\`reply\\\` with states of prompt parts matching the patterns. -If no patterns are supplied, assume \\\`*\\\`. - -Parts: - empty_line empty line (duh) - ruler ruler; if POWERLEVEL9K_RULER_CHAR=' ', it's essentially another - new_line - N prompt line number N, 1-based; counting from the top if positive, - from the bottom if negative - N/left_frame left frame on the Nth line - N/left left prompt on the Nth line - N/gap gap between left and right prompts on the Nth line - N/right right prompt on the Nth line - N/right_frame right frame on the Nth line - N/left/S segment S within N/left (dir, time, etc.) - N/right/S segment S within N/right (dir, time, etc.) - -Part States: - show the part is displayed - hide the part is not displayed - print the part is printed in precmd; only applicable to empty_line and - ruler; looks better than show after calling \\\`clear\\\`; unlike - show, the effects of print cannot be undone with hide - -part-pattern is a glob pattern for parts. Examples: - - */kubecontext all kubecontext prompt segments, regardless of where - they are - 1/(right|right_frame) all prompt segments and frame from the right side of - the first line - -state-list is a comma-separated list of states. Must have at least one element. -If more than one, states will rotate. - -Example: Bind Ctrl+P to toggle right prompt. - - function toggle-right-prompt() { p10k display '*/right'=hide,show; } - zle -N toggle-right-prompt - bindkey '^P' toggle-right-prompt - -Example: Print the state of all prompt parts: - - local -A reply - p10k display -a '*' - printf '%%32s = %%q\n' \\\${(@kv)reply} -" - -# 0 -- reset-prompt not blocked -# 1 -- reset-prompt blocked and not needed -# 2 -- reset-prompt blocked and needed -typeset -gi __p9k_reset_state - -function p10k() { - [[ $# != 1 || $1 != finalize ]] || { p10k-instant-prompt-finalize; return 0 } - - emulate -L zsh - setopt no_hist_expand extended_glob prompt_percent prompt_subst no_aliases - - if (( !ARGC )); then - print -rP -- $__p9k_p10k_usage >&2 - return 1 - fi - - case $1 in - segment) - shift - local -i OPTIND - local OPTARG opt state bg=0 fg icon cond text ref=0 expand=0 - while getopts ':s:b:f:i:c:t:reh' opt; do - case $opt in - s) state=$OPTARG;; - b) bg=$OPTARG;; - f) fg=$OPTARG;; - i) icon=$OPTARG;; - c) cond=${OPTARG:-'${:-}'};; - t) text=$OPTARG;; - r) ref=1;; - e) expand=1;; - +r) ref=0;; - +e) expand=0;; - h) print -rP -- $__p9k_p10k_segment_usage; return 0;; - ?) print -rP -- $__p9k_p10k_segment_usage >&2; return 1;; - esac - done - if (( OPTIND <= ARGC )); then - print -rP -- $__p9k_p10k_segment_usage >&2 - return 1 - fi - if [[ -z $_p9k_prompt_side ]]; then - print -rP -- "%1F[ERROR]%f %Bp10k segment%b: can be called only during prompt rendering." >&2 - if (( !ARGC )); then - print -rP -- "" - print -rP -- "For help, type:" >&2 - print -rP -- "" - print -rP -- " %2Fp10k%f %Bhelp%b %Bsegment%b" >&2 - fi - return 1 - fi - (( ref )) || icon=$'\1'$icon - "_p9k_${_p9k_prompt_side}_prompt_segment" "prompt_${_p9k_segment_name}${state:+_${(U)state}}" \ - "$bg" "${fg:-$_p9k_color1}" "$icon" "$expand" "$cond" "$text" - return 0 - ;; - display) - if (( ARGC == 1 )); then - print -rP -- $__p9k_p10k_display_usage >&2 - return 1 - fi - shift - local -i OPTIND k dump - local OPTARG opt match MATCH prev new pair list name var - while getopts ':ha' opt; do - case $opt in - a) dump=1;; - h) print -rP -- $__p9k_p10k_display_usage; return 0;; - ?) print -rP -- $__p9k_p10k_display_usage >&2; return 1;; - esac - done - if (( dump )); then - reply=() - shift $((OPTIND-1)) - (( ARGC )) || set -- '*' - for opt; do - for k in ${(u@)_p9k_display_k[(I)$opt]:/(#m)*/$_p9k_display_k[$MATCH]}; do - reply+=($_p9k__display_v[k,k+1]) - done - done - return 0 - fi - for opt in "${@:$OPTIND}"; do - pair=(${(s:=:)opt}) - list=(${(s:,:)${pair[2]}}) - if [[ ${(b)pair[1]} == $pair[1] ]]; then # this branch is purely for optimization - local ks=($_p9k_display_k[$pair[1]]) - else - local ks=(${(u@)_p9k_display_k[(I)$pair[1]]:/(#m)*/$_p9k_display_k[$MATCH]}) - fi - for k in $ks; do - if (( $#list == 1 )); then # this branch is purely for optimization - [[ $_p9k__display_v[k+1] == $list[1] ]] && continue - new=$list[1] - else - new=${list[list[(I)$_p9k__display_v[k+1]]+1]:-$list[1]} - [[ $_p9k__display_v[k+1] == $new ]] && continue - fi - _p9k__display_v[k+1]=$new - name=$_p9k__display_v[k] - if [[ $name == (empty_line|ruler) ]]; then - var=_p9k__${name}_i - [[ $new == show ]] && unset $var || typeset -gi $var=3 - elif [[ $name == (#b)(<->)(*) ]]; then - var=_p9k__${match[1]}${${${${match[2]//\/}/#left/l}/#right/r}/#gap/g} - [[ $new == hide ]] && typeset -g $var= || unset $var - fi - if (( __p9k_reset_state > 0 )); then - __p9k_reset_state=2 - else - __p9k_reset_state=-1 - fi - done - done - if (( __p9k_reset_state == -1 )); then - _p9k_reset_prompt - __p9k_reset_state=0 - fi - ;; - configure) - if (( ARGC > 1 )); then - print -rP -- $__p9k_p10k_configure_usage >&2 - return 1 - fi - p9k_configure "$@" || return - ;; - reload) - if (( ARGC > 1 )); then - print -rP -- $__p9k_p10k_reload_usage >&2 - return 1 - fi - (( $+_p9k__force_must_init )) || return 0 - _p9k__force_must_init=1 - ;; - help) - local var=__p9k_p10k_$2_usage - if (( $+parameters[$var] )); then - print -rP -- ${(P)var} - return 0 - elif (( ARGC == 1 )); then - print -rP -- $__p9k_p10k_usage - return 0 - else - print -rP -- $__p9k_p10k_usage >&2 - return 1 - fi - ;; - finalize) - print -rP -- $__p9k_p10k_finalize_usage >&2 - return 1 - ;; - *) - print -rP -- $__p9k_p10k_usage >&2 - return 1 - ;; - esac -} - -# Hook for zplugin. -powerlevel10k_plugin_unload() { prompt_powerlevel9k_teardown; } - -function p10k-instant-prompt-finalize() { - (( ! __p9k_instant_prompt_active )) || unsetopt localoptions prompt_cr -} - -autoload -Uz add-zsh-hook - -zmodload zsh/datetime -zmodload zsh/mathfunc -zmodload zsh/parameter 2>/dev/null # https://github.com/romkatv/gitstatus/issues/58#issuecomment-553407177 -zmodload zsh/system -zmodload zsh/termcap -zmodload zsh/terminfo -zmodload zsh/zleparameter -zmodload -F zsh/stat b:zstat -zmodload -F zsh/net/socket b:zsocket -zmodload -F zsh/files b:zf_mv b:zf_rm - -if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file && -n $__p9k_instant_prompt_dump_file ]]; then - zf_rm -f $__p9k_instant_prompt_dump_file 2>/dev/null -fi - -if [[ $+__p9k_instant_prompt_sourced == 1 && $__p9k_instant_prompt_sourced != $__p9k_instant_prompt_version ]]; then - zf_rm -f -- ${__p9k_dump_file:h}/p10k-instant-prompt-${(%):-%n}.zsh{,.zwc} 2>/dev/null -fi - -_p9k_init_ssh -prompt_powerlevel9k_setup diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/wizard.zsh b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/wizard.zsh deleted file mode 100755 index 5d44868..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/internal/wizard.zsh +++ /dev/null @@ -1,1906 +0,0 @@ -emulate -L zsh -setopt noaliases - -() { -setopt extended_glob no_prompt_{bang,subst} prompt_percent typeset_silent -zmodload zsh/langinfo -if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then - local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8} -fi - -zmodload -F zsh/files b:zf_mv b:zf_rm - -local -i force=0 - -local opt -while getopts 'f' opt; do - case $opt in - f) force=1;; - +f) force=0;; - \?) return 1;; - esac -done - -if (( OPTIND <= ARGC )); then - print -lr -- "wizard.zsh: invalid arguments: $@" >&2 - return 1 -fi - -local -ri force - -local -r font_base_url='https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts' -local -ri wizard_columns=$((COLUMNS < 80 ? COLUMNS : 80)) - -local -ri prompt_indent=2 - -local -rA pure_original=(grey 242 red 1 yellow 3 blue 4 magenta 5 cyan 6 white 7) -local -rA pure_snazzy=(grey 242 red '#FF5C57' yellow '#F3F99D' blue '#57C7FF' magenta '#FF6AC1' cyan '#9AEDFE' white '#F1F1F0') -local -ra bg_color=(240 238 236 234) -local -ra sep_color=(248 246 244 242) -local -ra prefix_color=(250 248 246 244) - -local -r left_circle='\uE0B6' -local -r right_circle='\uE0B4' -local -r left_arc='\uE0B7' -local -r right_arc='\uE0B5' -local -r left_triangle='\uE0B2' -local -r right_triangle='\uE0B0' -local -r left_angle='\uE0B3' -local -r right_angle='\uE0B1' -local -r down_triangle='\uE0BC' -local -r up_triangle='\uE0BA' -local -r fade_in='â–‘â–’â–“' -local -r fade_out='â–“â–’â–‘' -local -r vertical_bar='|' -local -r slanted_bar='\uE0BD' - -local -ra lean_left=( - '%$frame_color[$color]F╭─ ' '${extra_icons[1]:+$extra_icons[1] }%31F$extra_icons[2]%B%39F~%b%31F/%B%39Fsrc%b%f $prefixes[1]%76F$extra_icons[3]master%f ' - '%$frame_color[$color]F╰─' '%76Fâ¯%f ${buffer:-â–ˆ}' -) - -local -ra lean_right=( - ' $prefixes[2]%101F$extra_icons[4]5s%f${show_time:+ $prefixes[3]%66F$extra_icons[5]16:23:42%f}' ' %$frame_color[$color]F─╮%f' - '' ' %$frame_color[$color]F─╯%f' -) - -local -ra lean_8colors_left=( - '%$frame_color[$color]F╭─ ' '${extra_icons[1]:+$extra_icons[1] }%4F$extra_icons[2]%4F~/src%f $prefixes[1]%2F$extra_icons[3]master%f ' - '%$frame_color[$color]F╰─' '%2Fâ¯%f ${buffer:-â–ˆ}' -) - -local -ra lean_8colors_right=( - ' $prefixes[2]%3F$extra_icons[4]5s%f${show_time:+ $prefixes[3]%6F$extra_icons[5]16:23:42%f}' ' %$frame_color[$color]F─╮%f' - '' ' %$frame_color[$color]F─╯%f' -) - -local -ra classic_left=( - '%$frame_color[$color]F╭─' '%F{$bg_color[$color]}$left_tail%K{$bg_color[$color]} ${extra_icons[1]:+$extra_icons[1]%K{$bg_color[$color]\} %$sep_color[$color]F$left_subsep%f }%31F$extra_icons[2]%B%39F~%b%K{$bg_color[$color]}%31F/%B%39Fsrc%b%K{$bg_color[$color]} %$sep_color[$color]F$left_subsep%f %$prefix_color[$color]F$prefixes[1]%76F$extra_icons[3]master %k%$bg_color[$color]F$left_head%f' - '%$frame_color[$color]F╰─' '%f ${buffer:-â–ˆ}' -) - -local -ra classic_right=( - '%$bg_color[$color]F$right_head%K{$bg_color[$color]}%f %$prefix_color[$color]F$prefixes[2]%101F5s $extra_icons[4]${show_time:+%$sep_color[$color]F$right_subsep %$prefix_color[$color]F$prefixes[3]%66F16:23:42 $extra_icons[5]}%k%F{$bg_color[$color]}$right_tail%f' '%$frame_color[$color]F─╮%f' - '' '%$frame_color[$color]F─╯%f' -) - -local -ra pure_left=( - '' '%F{$pure_color[blue]}~/src%f %F{$pure_color[grey]}master%f %F{$pure_color[yellow]}5s%f' - '' '%F{$pure_color[magenta]}â¯%f ${buffer:-â–ˆ}' -) - -local -ra pure_right=( - '' '' - '' '' -) - -local -ra rainbow_left=( - '%$frame_color[$color]F╭─' '%F{${${extra_icons[1]:+7}:-4}}$left_tail${extra_icons[1]:+%K{7\} $extra_icons[1] %K{4\}%7F$left_sep}%K{4}%254F $extra_icons[2]%B%255F~%b%K{4}%254F/%B%255Fsrc%b%K{4} %K{2}%4F$left_sep %0F$prefixes[1]$extra_icons[3]master %k%2F$left_head%f' - '%$frame_color[$color]F╰─' '%f ${buffer:-â–ˆ}' -) - -local -ra rainbow_right=( - '%3F$right_head%K{3} %0F$prefixes[2]5s $extra_icons[4]%3F${show_time:+%7F$right_sep%K{7\} %0F$prefixes[3]16:23:42 $extra_icons[5]%7F}%k$right_tail%f' '%$frame_color[$color]F─╮%f' - '' '%$frame_color[$color]F─╯%f' -) - -function prompt_length() { - local COLUMNS=1024 - local -i x y=$#1 m - if (( y )); then - while (( ${${(%):-$1%$y(l.1.0)}[-1]} )); do - x=y - (( y *= 2 )); - done - local xy - while (( y > x + 1 )); do - m=$(( x + (y - x) / 2 )) - typeset ${${(%):-$1%$m(l.x.y)}[-1]}=$m - done - fi - REPLY=$x -} - -function print_prompt() { - local left=${style}_left - local right=${style}_right - left=("${(@P)left}") - right=("${(@P)right}") - (( disable_rprompt )) && right=() - eval "left=(${(@)left:/(#b)(*)/\"$match[1]\"})" - eval "right=(${(@)right:/(#b)(*)/\"$match[1]\"})" - if (( num_lines == 1)); then - left=($left[2] $left[4]) - right=($right[1] $right[3]) - else - local prompt_char='%76Fâ¯%f' - [[ $style == pure ]] && prompt_char="%F{$pure_color[magenta]}â¯%f" - [[ $style == lean_8colors ]] && prompt_char='%2Fâ¯%f' - (( left_frame )) || left=('' $left[2] '' "$prompt_char ${buffer:-â–ˆ}") - (( right_frame )) || right=($right[1] '' '' '') - fi - local -i right_indent=prompt_indent - prompt_length ${(g::):-$left[1]$left[2]$right[1]$right[2]} - local -i width=REPLY - while (( wizard_columns - width <= prompt_indent + right_indent )); do - (( --right_indent )) - done - local -i i - for ((i = 1; i < $#left; i+=2)); do - local l=${(g::):-$left[i]$left[i+1]} - local r=${(g::):-$right[i]$right[i+1]} - prompt_length $l$r - local -i gap=$((wizard_columns - prompt_indent - right_indent - REPLY)) - (( num_lines == 2 && i == 1 )) && local fill=$gap_char || local fill=' ' - print -n -- ${(pl:$prompt_indent:: :)} - print -nP -- $l - print -nP -- "%$frame_color[$color]F${(pl:$gap::$fill:)}%f" - print -P -- $r - done -} - -function href() { - print -r -- $'%{\e]8;;'${1//\%/%%}$'\a%}'${1//\%/%%}$'%{\e]8;;\a%}' -} - -function flowing() { - local opt - local -i centered indentation - while getopts 'ci:' opt; do - case $opt in - i) indentation=$OPTARG;; - c) centered=1;; - +c) centered=0;; - \?) exit 1;; - esac - done - shift $((OPTIND-1)) - local line word lines=() - for word in "$@"; do - prompt_length ${(g::):-"$line $word"} - if (( REPLY > wizard_columns )); then - [[ -z $line ]] || lines+=$line - line= - fi - if [[ -n $line ]]; then - line+=' ' - elif (( $#lines )); then - line=${(pl:$indentation:: :)} - fi - line+=$word - done - [[ -z $line ]] || lines+=$line - for line in $lines; do - prompt_length ${(g::)line} - (( centered && REPLY < wizard_columns )) && print -n -- ${(pl:$(((wizard_columns - REPLY) / 2)):: :)} - print -P -- $line - done -} - -function clear() { - if (( $+commands[clear] )); then - command clear - elif zmodload zsh/termcap 2>/dev/null; then - echotc cl - else - print -n -- "\e[H\e[J" - fi -} - -function quit() { - if [[ $1 == '-c' ]]; then - print -P "" - else - clear - fi - if (( force )); then - print -P "Powerlevel10k configuration wizard has been aborted. To run it again, type:" - print -P "" - print -P " %2Fp10k%f %Bconfigure%b" - print -P "" - else - print -P "Powerlevel10k configuration wizard has been aborted. It will run again" - print -P "next time unless you define at least one Powerlevel10k configuration option." - print -P "To define an option that does nothing except for disabling Powerlevel10k" - print -P "configuration wizard, type the following command:" - print -P "" - print -P " %2Fecho%f %3F'POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true'%f >>! $__p9k_zshrc_u" - print -P "" - print -P "To run Powerlevel10k configuration wizard right now, type:" - print -P "" - print -P " %2Fp10k%f %Bconfigure%b" - print -P "" - fi - exit 1 -} - -local -i greeting_printed=0 - -function print_greeting() { - (( greeting_printed )) && return - if (( force )); then - flowing -c This is %4FPowerlevel10k configuration wizard%f. \ - It will ask you a few questions and configure your prompt. - else - flowing -c This is %4FPowerlevel10k configuration wizard%f. \ - You are seeing it because you haven\'t defined any \ - Powerlevel10k configuration options. It will ask \ - you a few questions and configure your prompt. - fi - print -P "" -} - -function iterm_get() { - /usr/libexec/PlistBuddy -c "Print :$1" ~/Library/Preferences/com.googlecode.iterm2.plist -} - -local terminal iterm2_font_size - -function can_install_font() { - [[ $P9K_SSH == 0 ]] || return - if [[ "$(uname)" == Linux && "$(uname -o)" == Android ]]; then - (( $+commands[termux-reload-settings] )) || return - (( $+commands[curl] )) || return - if [[ -f ~/.termux/font.ttf ]]; then - [[ -r ~/.termux/font.ttf ]] || return - [[ -w ~/.termux/font.ttf ]] || return - ! grep -q 'MesloLGS NF' ~/.termux/font.ttf 2>/dev/null || return - fi - if [[ -f ~/.termux ]]; then - [[ -d ~/.termux && -w ~/.termux ]] || return - else - [[ -w ~ ]] || return - fi - terminal=Termux - return 0 - fi - if [[ "$(uname)" == Darwin && $TERM_PROGRAM == iTerm.app ]]; then - (( $+commands[curl] )) || return - [[ $TERM_PROGRAM_VERSION == [2-9]* ]] || return - if [[ -f ~/Library/Fonts ]]; then - [[ -d ~/Library/Fonts && -w ~/Library/Fonts ]] || return - else - [[ -d ~/Library && -w ~/Library ]] || return - fi - [[ -x /usr/libexec/PlistBuddy ]] || return - [[ -x /usr/bin/plutil ]] || return - [[ -x /usr/bin/defaults ]] || return - [[ -f ~/Library/Preferences/com.googlecode.iterm2.plist ]] || return - [[ -r ~/Library/Preferences/com.googlecode.iterm2.plist ]] || return - [[ -w ~/Library/Preferences/com.googlecode.iterm2.plist ]] || return - local guid1 && guid1="$(iterm_get '"Default Bookmark Guid"' 2>/dev/null)" || return - local guid2 && guid2="$(iterm_get '"New Bookmarks":0:"Guid"' 2>/dev/null)" || return - local font && font="$(iterm_get '"New Bookmarks":0:"Normal Font"' 2>/dev/null)" || return - [[ $guid1 == $guid2 ]] || return - [[ $font != 'MesloLGSNer-Regular '<-> ]] || return - [[ $font == (#b)*' '(<->) ]] || return - iterm2_font_size=$match[1] - terminal=iTerm2 - return 0 - fi - return 1 -} - -function run_command() { - local msg=$1 - shift - [[ -n $msg ]] && print -nP -- "$msg ..." - local err && err="$("$@" 2>&1)" || { - print -P " %1FERROR%f" - print -P "" - print -nP "%BCommand:%b " - print -r -- "${(@q)*}" - if [[ -n $err ]]; then - print -P "" - print -r -- $err - fi - quit -c - } - [[ -n $msg ]] && print -P " %2FOK%f" -} - -function install_font() { - clear - case $terminal in - Termux) - mkdir -p ~/.termux || quit -c - run_command "Downloading %BMesloLGS NF Regular.ttf%b" \ - curl -fsSL -o ~/.termux/font.ttf "$font_base_url/MesloLGS%20NF%20Regular.ttf" - run_command "Reloading %BTermux%b settings" termux-reload-settings - ;; - iTerm2) - mkdir -p ~/Library/Fonts || quit -c - local style - for style in Regular Bold Italic 'Bold Italic'; do - local file="MesloLGS NF ${style}.ttf" - run_command "Downloading %B$file%b" \ - curl -fsSL -o ~/Library/Fonts/$file "$font_base_url/${file// /%20}" - done - print -nP -- "Changing %BiTerm2%b settings ..." - local k t v settings=( - '"Normal Font"' string '"MesloLGSNer-Regular '$iterm2_font_size'"' - '"Terminal Type"' string '"xterm-256color"' - '"Horizontal Spacing"' real 1 - '"Vertical Spacing"' real 1 - '"Minimum Contrast"' real 0 - '"Use Bold Font"' bool 1 - '"Use Bright Bold"' bool 1 - '"Use Italic Font"' bool 1 - '"ASCII Anti Aliased"' bool 1 - '"Non-ASCII Anti Aliased"' bool 1 - '"Use Non-ASCII Font"' bool 0 - '"Ambiguous Double Width"' bool 0 - ) - for k t v in $settings; do - /usr/libexec/PlistBuddy -c "Set :\"New Bookmarks\":0:$k $v" \ - ~/Library/Preferences/com.googlecode.iterm2.plist && continue - run_command "" /usr/libexec/PlistBuddy -c \ - "Add :\"New Bookmarks\":0:$k $t $v" ~/Library/Preferences/com.googlecode.iterm2.plist - done - print -P " %2FOK%f" - run_command "Updating %BiTerm2%b settings cache" /usr/bin/defaults read com.googlecode.iterm2 - clear - print -P "%2FMeslo Nerd Font%f successfully installed." - print -P "" - print -P "Please %Brestart iTerm2%b for the changes to take effect." - print -P "" - while true; do - flowing +c -i 5 " 1. Click" "%BiTerm2 → Quit iTerm2%b" or press "%B⌘ Q%b." - flowing +c -i 5 " 2. Open %BiTerm2%b." - print -P "" - local key= - read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b"} || quit -c - if [[ $key = (y|Y) ]]; then - print -P "" - print -P "" - exit 69 - fi - print -P "" - print -P "" - print -P "It's important to %Brestart iTerm2%b for the changes to take effect." - print -P "" - done - ;; - esac -} - -function ask_font() { - can_install_font || return 0 - while true; do - clear - print_greeting - flowing -c "%BInstall %b%2FMeslo Nerd Font%f%B?%b" - print -P "" - print -P "" - print -P "%B(y) Yes (recommended).%b" - print -P "" - print -P "%B(n) No. Use the current font.%b" - print -P "" - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynq]: %b"} || quit -c - case $key in - q) quit;; - y) install_font; break;; - n) break;; - esac - done - greeting_printed=1 -} - -function ask_diamond() { - while true; do - local extra= - clear - print_greeting - flowing -c "%BDoes this look like a %b%2Fdiamond%f%B (rotated square)?%b" - flowing -c "reference: $(href https://graphemica.com/%E2%97%86)" - print -P "" - flowing -c -- "---> \uE0B2\uE0B0 <---" - print -P "" - print -P "%B(y) Yes.%b" - print -P "" - print -P "%B(n) No.%b" - print -P "" - if can_install_font; then - extra+=r - print -P "(r) Restart from the beginning." - fi - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [yn${extra}q]: %b"} || quit -c - case $key in - q) quit;; - r) [[ $extra == *r* ]] && { greeting_printed=1; return 1 };; - y) cap_diamond=1; break;; - n) cap_diamond=0; break;; - esac - done - greeting_printed=1 -} - -function ask_lock() { - while true; do - clear - [[ -n $2 ]] && flowing -c "$2" - flowing -c "%BDoes this look like a %b%2Flock%f%B?%b" - flowing -c "reference: $(href https://fontawesome.com/icons/lock)" - print -P "" - flowing -c -- "---> $1 <---" - print -P "" - print -P "%B(y) Yes.%b" - print -P "" - print -P "%B(n) No.%b" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - y) cap_lock=1; break;; - n) cap_lock=0; break;; - esac - done -} - -function ask_python() { - while true; do - clear - flowing -c "%BDoes this look like a %b%2FPython logo%f%B?%b" - flowing -c "reference: $(href https://fontawesome.com/icons/python)" - print -P "" - flowing -c -- "---> \uE63C <---" - print -P "" - print -P "%B(y) Yes.%b" - print -P "" - print -P "%B(n) No.%b" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - y) cap_python=1; break;; - n) cap_python=0; break;; - esac - done -} - -function ask_debian() { - while true; do - clear - flowing -c "%BDoes this look like a %b%2FDebian logo%f%B (swirl/spiral)?%b" - flowing -c "reference: $(href https://debian.org/logos/openlogo-nd.svg)" - print -P "" - flowing -c -- "---> \uF306 <---" - print -P "" - print -P "%B(y) Yes.%b" - print -P "" - print -P "%B(n) No.%b" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - y) cap_debian=1; break;; - n) cap_debian=0; break;; - esac - done -} - -function ask_narrow_icons() { - if [[ $POWERLEVEL9K_MODE == (powerline|compatible) ]]; then - cap_narrow_icons=0 - return 0 - fi - local text="X" - text+="%1F${icons[VCS_GIT_ICON]// }%fX" - text+="%2F${icons[VCS_GIT_GITHUB_ICON]// }%fX" - text+="%3F${icons[DATE_ICON]// }%fX" - text+="%4F${icons[TIME_ICON]// }%fX" - text+="%5F${icons[RUBY_ICON]// }%fX" - text+="%6F${icons[HOME_ICON]// }%fX" - text+="%1F${icons[HOME_SUB_ICON]// }%fX" - text+="%2F${icons[FOLDER_ICON]// }%fX" - text+="%3F${icons[RAM_ICON]// }%fX" - while true; do - clear - flowing -c "%BDo all these icons %b%2Ffit between the crosses%f%B?%b" - print -P "" - flowing -c -- "---> $text <---" - print -P "" - flowing +c -i 5 "%B(y) Yes." Icons are very close to the crosses but there is "%b%2Fno overlap%f%B.%b" - print -P "" - print -P "%B(n) No. Some icons %b%2Foverlap%f%B neighbouring crosses.%b" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - y) cap_narrow_icons=1; options+='small icons'; break;; - n) cap_narrow_icons=0; options+='large icons'; break;; - esac - done -} - -function ask_style() { - if (( cap_diamond && LINES < 26 )); then - local nl='' - else - local nl=$'\n' - fi - (( terminfo[colors] >= 256 )) && local lean=lean || local lean=lean_8colors - while true; do - clear - flowing -c "%BPrompt Style%b" - print -n $nl - print -P "%B(1) Lean.%b" - print -n $nl - style=$lean left_frame=0 right_frame=0 print_prompt - print -P "" - print -P "%B(2) Classic.%b" - print -n $nl - style=classic print_prompt - print -P "" - print -P "%B(3) Rainbow.%b" - print -n $nl - style=rainbow print_prompt - print -P "" - print -P "%B(4) Pure.%b" - print -n $nl - style=pure print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [1234rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) style=$lean; left_frame=0; right_frame=0; options+=$lean; break;; - 2) style=classic; options+=classic; break;; - 3) style=rainbow; options+=rainbow; break;; - 4) style=pure; empty_line=1; options+=pure; break;; - esac - done - if [[ $style == lean_8colors ]]; then - frame_color=(0 7 2 4) - color_name=(Black White Green Blue) - fi -} - -function ask_color_scheme() { - if [[ $style == lean ]]; then - while true; do - clear - flowing -c "%BPrompt Colors%b" - print -P "" - print -P "%B(1) 256 colors.%b" - print -P "" - style=lean print_prompt - print -P "" - print -P "%B(2) 8 colors.%b" - print -P "" - style=lean_8colors print_prompt - print -P "" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [12rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) style=lean; break;; - 2) - style=lean_8colors - frame_color=(0 7 2 4) - color_name=(Black White Green Blue) - break - ;; - esac - done - options=(${options:#lean} $style) - elif [[ $style == pure && $has_truecolor == 1 ]]; then - while true; do - clear - flowing -c "%BPrompt Colors%b" - print -P "" - print -P "%B(1) Original.%b" - print -P "" - pure_color=(${(kv)pure_original}) print_prompt - print -P "" - print -P "%B(2) Snazzy.%b" - print -P "" - pure_color=(${(kv)pure_snazzy}) print_prompt - print -P "" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [12rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) - pure_color=(${(kv)pure_original}) - options+=original - break - ;; - 2) - pure_color=(${(kv)pure_snazzy}) - options+=snazzy - break - ;; - esac - done - fi -} - -function ask_color() { - [[ $style != classic ]] && return - if [[ $LINES -lt 26 ]]; then - local nl='' - else - local nl=$'\n' - fi - while true; do - clear - flowing -c "%BPrompt Color%b" - print -n $nl - print -P "%B(1) $color_name[1].%b" - print -n $nl - color=1 print_prompt - print -P "" - print -P "%B(1) $color_name[2].%b" - print -n $nl - color=2 print_prompt - print -P "" - print -P "%B(1) $color_name[3].%b" - print -n $nl - color=3 print_prompt - print -P "" - print -P "%B(1) $color_name[4].%b" - print -n $nl - color=4 print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [1234rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - [1-4]) color=$key; break;; - esac - done - options+=${(L)color_name[color]} -} - -function ask_ornaments_color() { - [[ $style != (rainbow|lean*) || $num_lines == 1 ]] && return - [[ $gap_char == ' ' && $left_frame == 0 && $right_frame == 0 ]] && return - if [[ $LINES -lt 26 ]]; then - local nl='' - else - local nl=$'\n' - fi - local ornaments=() - [[ $gap_char != ' ' ]] && ornaments+=Connection - (( left_frame || right_frame )) && ornaments+=Frame - while true; do - clear - flowing -c "%B${(j: & :)ornaments} Color%b" - print -n $nl - print -P "%B(1) $color_name[1].%b" - print -n $nl - color=1 print_prompt - print -P "" - print -P "%B(2) $color_name[2].%b" - print -n $nl - color=2 print_prompt - print -P "" - print -P "%B(3) $color_name[3].%b" - print -n $nl - color=3 print_prompt - print -P "" - print -P "%B(4) $color_name[4].%b" - print -n $nl - color=4 print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [1234rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - [1-4]) color=$key; break;; - esac - done - options+=${(L)color_name[color]}-ornaments -} - -function ask_time() { - if (( wizard_columns < 80 )); then - show_time= - return 0 - fi - - while true; do - clear - flowing -c "%BShow current time?%b" - print -P "" - print -P "%B(y) Yes.%b" - print -P "" - show_time=1 print_prompt - print -P "" - print -P "%B(n) No.%b" - print -P "" - show_time= print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - y) show_time=1; options+=time; break;; - n) show_time=; break;; - esac - done -} - -function os_icon_name() { - local uname="$(uname)" - if [[ $uname == Linux && "$(uname -o 2>/dev/null)" == Android ]]; then - echo ANDROID_ICON - else - case $uname in - SunOS) echo SUNOS_ICON;; - Darwin) echo APPLE_ICON;; - CYGWIN_NT-* | MSYS_NT-*) echo WINDOWS_ICON;; - FreeBSD|OpenBSD|DragonFly) echo FREEBSD_ICON;; - Linux) - local os_release_id - if [[ -r /etc/os-release ]]; then - local lines=(${(f)"$(= 25 )); then - extra+=5 - print -P "%B(5) Round.%b" - print -n $nl - left_tail=$left_circle right_tail=$right_circle print_prompt - print -P "" - fi - fi - fi - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [12${extra}rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) left_tail=''; right_tail=''; options+='flat tails'; break;; - 2) left_tail=$fade_in; right_tail=$fade_out; options+='blurred tails'; break;; - 3) - if [[ $extra == *3* ]]; then - left_tail=$left_triangle - right_tail=$right_triangle - options+='sharp tails' - break - fi - ;; - 4) - if [[ $extra == *4* ]]; then - left_tail=$up_triangle - right_tail=$down_triangle - options+='slanted tails' - break - fi - ;; - 5) - if [[ $extra == *5* ]]; then - left_tail=$left_circle - right_tail=$right_circle - options+='round tails' - break - fi - ;; - esac - done -} - -function ask_num_lines() { - while true; do - clear - flowing -c "%BPrompt Height%b" - print -P "" - print -P "%B(1) One line.%b" - print -P "" - num_lines=1 print_prompt - print -P "" - print -P "%B(2) Two lines.%b" - print -P "" - num_lines=2 print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [12rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) num_lines=1; options+='1 line'; break;; - 2) num_lines=2; options+='2 lines'; break;; - esac - done -} - -function ask_gap_char() { - if [[ $num_lines != 2 ]]; then - return 0 - fi - while true; do - clear - flowing -c "%BPrompt Connection%b" - print -P "" - print -P "%B(1) Disconnected.%b" - print -P "" - gap_char=" " print_prompt - print -P "" - print -P "%B(2) Dotted.%b" - print -P "" - gap_char="·" print_prompt - print -P "" - print -P "%B(3) Solid.%b" - print -P "" - gap_char="─" print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [123rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) gap_char=" "; options+=disconnected; break;; - 2) gap_char="·"; options+=dotted; break;; - 3) gap_char="─"; options+=solid; break;; - esac - done -} - -function ask_frame() { - if [[ $style != (classic|rainbow|lean*) || $num_lines != 2 ]]; then - return 0 - fi - - (( LINES >= 26 )) && local nl=$'\n' || local nl='' - while true; do - clear - flowing -c "%BPrompt Frame%b" - print -n $nl - print -P "%B(1) No frame.%b" - print -n $nl - left_frame=0 right_frame=0 print_prompt - print -P "" - print -P "%B(2) Left.%b" - print -n $nl - left_frame=1 right_frame=0 print_prompt - print -P "" - print -P "%B(3) Right.%b" - print -n $nl - left_frame=0 right_frame=1 print_prompt - print -P "" - print -P "%B(4) Full.%b" - print -n $nl - left_frame=1 right_frame=1 print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [1234rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) left_frame=0; right_frame=0; options+='no frame'; break;; - 2) left_frame=1; right_frame=0; options+='left frame'; break;; - 3) left_frame=0; right_frame=1; options+='right frame'; break;; - 4) left_frame=1; right_frame=1; options+='full frame'; break;; - esac - done -} - -function ask_empty_line() { - while true; do - clear - flowing -c "%BPrompt Spacing%b" - print -P "" - print -P "%B(1) Compact.%b" - print -P "" - print_prompt - print_prompt - print -P "" - print -P "%B(2) Sparse.%b" - print -P "" - print_prompt - print -P "" - print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [12rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) empty_line=0; options+='compact'; break;; - 2) empty_line=1; options+='sparse'; break;; - esac - done -} - -function ask_instant_prompt() { - if ! is-at-least 5.4; then - instant_prompt=off - return 0 - fi - if (( LINES < 24 )); then - local nl='' - else - local nl=$'\n' - fi - while true; do - clear - flowing -c "%BInstant Prompt Mode%b" - print -n $nl - flowing -c "$(href 'https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt')" - print -P "" - flowing +c -i 5 "%B(1) Off.%b" Disable instant prompt. Choose this if you\'ve tried instant \ - prompt and found it incompatible with your zsh configuration files. - print -n $nl - flowing +c -i 5 "%B(2) Quiet.%b" Enable instant prompt and %Bdon\'t print warnings%b when \ - detecting console output during zsh initialization. Choose this if you\'ve read and \ - understood the documentation linked above. - print -n $nl - flowing +c -i 5 "%B(3) Verbose.%b" Enable instant prompt and %Bprint a warning%b when \ - detecting console output during zsh initialization. %BChoose this if you\'ve never tried \ - instant prompt, haven\'t seen the warning, or if you are unsure what this all means%b. - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [123rq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - 1) instant_prompt=off; options+=instant_prompt=off; break;; - 2) instant_prompt=quiet; options+=instant_prompt=quiet; break;; - 3) instant_prompt=verbose; options+=instant_prompt=verbose; break;; - esac - done -} - -function ask_transient_prompt() { - local disable_rprompt=$((num_lines == 1)) - local prompt_char='%76Fâ¯%f' - [[ $style == pure ]] && prompt_char="%F{$pure_color[magenta]}â¯%f" - [[ $style == lean_8colors ]] && prompt_char='%2Fâ¯%f' - while true; do - clear - flowing -c "%BEnable Transient Prompt?%b" - print -P "" - print -P "%B(y) Yes.%b" - if (( LINES >= 25 || num_lines == 1 )); then - print -P "" - print -P "${(pl:$prompt_indent:: :)}$prompt_char %2Fgit%f pull" - elif (( LINES < 23 )); then - print -P "" - else - print -P "${(pl:$prompt_indent:: :)}$prompt_char %2Fgit%f pull" - fi - print -P "${(pl:$prompt_indent:: :)}$prompt_char %2Fgit%f branch x" - (( empty_line )) && echo - buffer="%2Fgit%f checkout xâ–ˆ" print_prompt - print -P "" - print -P "%B(n) No.%b" - if (( LINES >= 25 || num_lines == 1 )); then - print -P "" - buffer="%2Fgit%f pull" print_prompt - (( empty_line )) && echo - elif (( LINES < 23 )); then - print -P "" - else - buffer="%2Fgit%f pull" print_prompt - (( empty_line )) && echo - fi - buffer="%2Fgit%f branch x" print_prompt - (( empty_line )) && echo - buffer="%2Fgit%f checkout xâ–ˆ" print_prompt - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - y) transient_prompt=1; options+=transient_prompt; break;; - n) transient_prompt=0; break;; - esac - done -} - -function ask_config_overwrite() { - config_backup= - config_backup_u=0 - if [[ ! -e $__p9k_cfg_path ]]; then - return 0 - fi - while true; do - clear - flowing -c "Powerlevel10k config file already exists." - flowing -c "%BOverwrite" "%b%2F${__p9k_cfg_path_u//\\/\\\\}%f%B?%b" - print -P "" - print -P "%B(y) Yes.%b" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [yrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - y) - config_backup="$(mktemp ${TMPDIR:-/tmp}/$__p9k_cfg_basename.XXXXXXXXXX)" || exit 1 - cp $__p9k_cfg_path $config_backup || exit 1 - config_backup_u=${${TMPDIR:+\$TMPDIR}:-/tmp}/${(q-)config_backup:t} - break - ;; - esac - done -} - -function ask_zshrc_edit() { - zshrc_content= - zshrc_backup= - zshrc_backup_u= - zshrc_has_cfg=0 - zshrc_has_instant_prompt=0 - write_zshrc=0 - - [[ $instant_prompt == off ]] && zshrc_has_instant_prompt=1 - - if [[ -e $__p9k_zshrc ]]; then - zshrc_content="$(<$__p9k_zshrc)" || quit -c - local lines=(${(f)zshrc_content}) - local f0=$__p9k_cfg_path_o - local f1=${(q)f0} - local f2=${(q-)f0} - local f3=${(qq)f0} - local f4=${(qqq)f0} - local g1=${${(q)__p9k_cfg_path_o}/#(#b)${(q)HOME}\//'~/'} - if [[ -n ${(@M)lines:#(#b)[^#]#([^[:IDENT:]]|)source[[:space:]]##($f1|$f2|$f3|$f4|$g1)(|[[:space:]]*|'#'*)} ]]; then - zshrc_has_cfg=1 - fi - local pre='${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh' - if [[ -n ${(@M)lines:#(#b)[^#]#([^[:IDENT:]]|)source[[:space:]]##($pre|\"$pre\")(|[[:space:]]*|'#'*)} ]]; then - zshrc_has_instant_prompt=1 - fi - (( zshrc_has_cfg && zshrc_has_instant_prompt )) && return - fi - - while true; do - clear - flowing -c "%BApply changes to %b%2F${__p9k_zshrc_u//\\/\\\\}%f%B?%b" - print -P "" - print -P "%B(y) Yes (recommended).%b" - print -P "" - print -P "%B(n) No. I know which changes to apply and will do it myself.%b" - print -P "" - print -P "(r) Restart from the beginning." - print -P "(q) Quit and do nothing." - print -P "" - - local key= - read -k key${(%):-"?%BChoice [ynrq]: %b"} || quit -c - case $key in - q) quit;; - r) return 1;; - n) return 0;; - y) - write_zshrc=1 - if [[ -n $zshrc_content ]]; then - zshrc_backup="$(mktemp ${TMPDIR:-/tmp}/.zshrc.XXXXXXXXXX)" || quit -c - cp -p $__p9k_zshrc $zshrc_backup || quit -c - print -r -- $zshrc_content >$zshrc_backup || quit -c - zshrc_backup_u=${${TMPDIR:+\$TMPDIR}:-/tmp}/${(q-)zshrc_backup:t} - fi - break - ;; - esac - done -} - -function generate_config() { - local base && base="$(<$__p9k_root_dir/config/p10k-${style//_/-}.zsh)" || return - local lines=("${(@f)base}") - - function sub() { - lines=("${(@)lines/#(#b)([[:space:]]#)typeset -g POWERLEVEL9K_$1=*/$match[1]typeset -g POWERLEVEL9K_$1=$2}") - } - - function uncomment() { - lines=("${(@)lines/#(#b)([[:space:]]#)\# $1( |)/$match[1]$1$match[2]$match[2]}") - } - - function rep() { - lines=("${(@)lines//$1/$2}") - } - - if [[ $style == pure ]]; then - rep "local grey=242" "local grey='$pure_color[grey]'" - rep "local red=1" "local red='$pure_color[red]'" - rep "local yellow=3" "local yellow='$pure_color[yellow]'" - rep "local blue=4" "local blue='$pure_color[blue]'" - rep "local magenta=5" "local magenta='$pure_color[magenta]'" - rep "local cyan=6" "local cyan='$pure_color[cyan]'" - rep "local white=7" "local white='$pure_color[white]'" - else - sub MODE $POWERLEVEL9K_MODE - - if (( cap_narrow_icons )); then - uncomment 'typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION' - sub VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER// }'" - sub BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER// }'" - sub VPN_IP_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER// }'" - sub VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER// }'" - sub MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER// }'" - if [[ $style == lean_8colors ]]; then - sub OS_ICON_CONTENT_EXPANSION "'\${P9K_CONTENT// }'" - else - sub OS_ICON_CONTENT_EXPANSION "'%B\${P9K_CONTENT// }'" - fi - else - sub VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER}'" - sub BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER}'" - sub VPN_IP_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER}'" - sub VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER}'" - sub MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION "'\${P9K_VISUAL_IDENTIFIER}'" - fi - - if [[ $POWERLEVEL9K_MODE == compatible ]]; then - sub STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION "'Ñ…'" - sub STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION "'Ñ…'" - sub STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION "'Ñ…'" - fi - - if [[ $POWERLEVEL9K_MODE == (compatible|powerline) ]]; then - uncomment 'typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION' - sub DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION "'∅'" - uncomment 'typeset -g POWERLEVEL9K_TERRAFORM_VISUAL_IDENTIFIER_EXPANSION' - sub TERRAFORM_VISUAL_IDENTIFIER_EXPANSION "'tf'" - uncomment 'typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION' - sub RANGER_VISUAL_IDENTIFIER_EXPANSION "'â–²'" - uncomment 'typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION' - sub KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION "'â—‹'" - uncomment 'typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION' - sub AZURE_VISUAL_IDENTIFIER_EXPANSION "'az'" - uncomment 'typeset -g POWERLEVEL9K_AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION' - sub AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION "'eb'" - sub BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION "'≡'" - fi - - if [[ $POWERLEVEL9K_MODE == (awesome-patched|awesome-fontconfig) && $cap_python == 0 ]]; then - uncomment 'typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION' - uncomment 'typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION' - uncomment 'typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION' - uncomment 'typeset -g POWERLEVEL9K_PYTHON_ICON' - sub VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION "'ðŸ'" - sub ANACONDA_VISUAL_IDENTIFIER_EXPANSION "'ðŸ'" - sub PYENV_VISUAL_IDENTIFIER_EXPANSION "'ðŸ'" - sub PYTHON_ICON "'ðŸ'" - fi - - if [[ $POWERLEVEL9K_MODE == nerdfont-complete ]]; then - sub BATTERY_STAGES "\$'\uf58d\uf579\uf57a\uf57b\uf57c\uf57d\uf57e\uf57f\uf580\uf581\uf578'" - fi - - if [[ $style == (classic|rainbow) ]]; then - if [[ $style == classic ]]; then - sub BACKGROUND $bg_color[$color] - sub LEFT_SUBSEGMENT_SEPARATOR "'%$sep_color[$color]F$left_subsep'" - sub RIGHT_SUBSEGMENT_SEPARATOR "'%$sep_color[$color]F$right_subsep'" - sub VCS_LOADING_FOREGROUND $sep_color[$color] - rep '%248F' "%$prefix_color[$color]F" - else - sub LEFT_SUBSEGMENT_SEPARATOR "'$left_subsep'" - sub RIGHT_SUBSEGMENT_SEPARATOR "'$right_subsep'" - fi - sub RULER_FOREGROUND $frame_color[$color] - sub MULTILINE_FIRST_PROMPT_GAP_FOREGROUND $frame_color[$color] - sub MULTILINE_FIRST_PROMPT_PREFIX "'%$frame_color[$color]F╭─'" - sub MULTILINE_NEWLINE_PROMPT_PREFIX "'%$frame_color[$color]F├─'" - sub MULTILINE_LAST_PROMPT_PREFIX "'%$frame_color[$color]F╰─'" - sub MULTILINE_FIRST_PROMPT_SUFFIX "'%$frame_color[$color]F─╮'" - sub MULTILINE_NEWLINE_PROMPT_SUFFIX "'%$frame_color[$color]F─┤'" - sub MULTILINE_LAST_PROMPT_SUFFIX "'%$frame_color[$color]F─╯'" - sub LEFT_SEGMENT_SEPARATOR "'$left_sep'" - sub RIGHT_SEGMENT_SEPARATOR "'$right_sep'" - sub LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL "'$left_tail'" - sub LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL "'$left_head'" - sub RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL "'$right_head'" - sub RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL "'$right_tail'" - fi - - if [[ -n $show_time ]]; then - uncomment time - fi - - if [[ -n ${(j::)extra_icons} ]]; then - local branch_icon=${icons[VCS_BRANCH_ICON]// } - sub VCS_BRANCH_ICON "'$branch_icon '" - uncomment os_icon - else - uncomment 'typeset -g POWERLEVEL9K_DIR_CLASSES' - uncomment 'typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION' - uncomment 'typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION' - uncomment 'typeset -g POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_EXPANSION' - sub VCS_VISUAL_IDENTIFIER_EXPANSION '' - sub COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION '' - sub TIME_VISUAL_IDENTIFIER_EXPANSION '' - fi - - if [[ -n ${(j::)prefixes} ]]; then - uncomment 'typeset -g POWERLEVEL9K_VCS_PREFIX' - uncomment 'typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX' - uncomment 'typeset -g POWERLEVEL9K_CONTEXT_PREFIX' - uncomment 'typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX' - uncomment 'typeset -g POWERLEVEL9K_TIME_PREFIX' - if [[ $style == (lean|classic) ]]; then - [[ $style == classic ]] && local fg="%$prefix_color[$color]F" || local fg="%f" - sub VCS_PREFIX "'${fg}on '" - sub COMMAND_EXECUTION_TIME_PREFIX "'${fg}took '" - sub CONTEXT_PREFIX "'${fg}with '" - sub KUBECONTEXT_PREFIX "'${fg}at '" - sub TIME_PREFIX "'${fg}at '" - fi - fi - - if (( num_lines == 1 )); then - local -a tmp - local line - for line in "$lines[@]"; do - [[ $line == (' newline'|*'===[ Line #'*) ]] || tmp+=$line - done - lines=("$tmp[@]") - fi - - sub MULTILINE_FIRST_PROMPT_GAP_CHAR "'$gap_char'" - - if [[ $style == (classic|rainbow) && $num_lines == 2 ]]; then - if (( ! right_frame )); then - sub MULTILINE_FIRST_PROMPT_SUFFIX '' - sub MULTILINE_NEWLINE_PROMPT_SUFFIX '' - sub MULTILINE_LAST_PROMPT_SUFFIX '' - fi - if (( ! left_frame )); then - sub MULTILINE_FIRST_PROMPT_PREFIX '' - sub MULTILINE_NEWLINE_PROMPT_PREFIX '' - sub MULTILINE_LAST_PROMPT_PREFIX '' - sub STATUS_OK false - sub STATUS_ERROR false - fi - fi - - if [[ $style == lean* ]]; then - sub RULER_FOREGROUND $frame_color[$color] - sub MULTILINE_FIRST_PROMPT_GAP_FOREGROUND $frame_color[$color] - if (( right_frame )); then - sub MULTILINE_FIRST_PROMPT_SUFFIX "'%$frame_color[$color]F─╮'" - sub MULTILINE_NEWLINE_PROMPT_SUFFIX "'%$frame_color[$color]F─┤'" - sub MULTILINE_LAST_PROMPT_SUFFIX "'%$frame_color[$color]F─╯'" - sub RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL "' '" - fi - if (( left_frame )); then - sub MULTILINE_FIRST_PROMPT_PREFIX "'%$frame_color[$color]F╭─'" - sub MULTILINE_NEWLINE_PROMPT_PREFIX "'%$frame_color[$color]F├─'" - sub MULTILINE_LAST_PROMPT_PREFIX "'%$frame_color[$color]F╰─'" - sub LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL "' '" - fi - fi - - if [[ $style == (classic|rainbow) ]]; then - if (( num_lines == 2 && ! left_frame )); then - uncomment prompt_char - else - uncomment vi_mode - fi - fi - - (( empty_line )) && sub PROMPT_ADD_NEWLINE true || sub PROMPT_ADD_NEWLINE false - fi - - sub INSTANT_PROMPT $instant_prompt - (( transient_prompt )) && sub TRANSIENT_PROMPT always - - local header=${(%):-"# Generated by Powerlevel10k configuration wizard on %D{%Y-%m-%d at %H:%M %Z}."}$'\n' - header+="# Based on romkatv/powerlevel10k/config/p10k-${style//_/-}.zsh" - if [[ $commands[sum] == ('/bin'|'/usr/bin'|'/usr/local/bin')'/sum' ]]; then - local -a sum - if sum=($(sum <<<${base//$'\r\n'/$'\n'} 2>/dev/null)) && (( $#sum == 2 )); then - header+=", checksum $sum[1]" - fi - fi - header+=$'.\n' - local line="# Wizard options: $options[1]" - local opt - for opt in $options[2,-1]; do - if (( $#line + $#opt > 85 )); then - header+=$line - header+=$',\n' - line="# $opt" - else - line+=", $opt" - fi - done - header+=$line - header+=$'.\n# Type `p10k configure` to generate another config.\n#' - - if [[ -e $__p9k_cfg_path ]]; then - unlink $__p9k_cfg_path || return - fi - print -lr -- "$header" "$lines[@]" >$__p9k_cfg_path -} - -function change_zshrc() { - (( write_zshrc )) || return 0 - - local tmp=$__p9k_zshrc.${(%):-%n}.tmp.$$ - [[ ! -e $__p9k_zshrc ]] || cp -p $__p9k_zshrc $tmp || return - - { - print -n >$tmp || return - - if (( !zshrc_has_instant_prompt )); then - >>$tmp print -r -- "# Enable Powerlevel10k instant prompt. Should stay close to the top of ${(%)__p9k_zshrc_u}. -# Initialization code that may require console input (password prompts, [y/n] -# confirmations, etc.) must go above this block, everything else may go below. -if [[ -r \"\${XDG_CACHE_HOME:-\$HOME/.cache}/p10k-instant-prompt-\${(%):-%n}.zsh\" ]]; then - source \"\${XDG_CACHE_HOME:-\$HOME/.cache}/p10k-instant-prompt-\${(%):-%n}.zsh\" -fi" || return - fi - if [[ -n $zshrc_content ]]; then - (( zshrc_has_instant_prompt )) || print >>$tmp || return - >>$tmp print -r -- $zshrc_content || return - fi - if (( !zshrc_has_cfg )); then - >>$tmp print -r -- " -# To customize prompt, run \`p10k configure\` or edit ${(%)__p9k_cfg_path_u}. -[[ ! -f ${(%)__p9k_cfg_path_u} ]] || source ${(%)__p9k_cfg_path_u}" || return - fi - zf_mv -f -- $tmp $__p9k_zshrc || return - } always { - zf_rm -f -- $tmp - } - - if [[ -n $zshrc_backup_u ]]; then - print -rP "" - flowing +c See "%B${__p9k_zshrc_u//\\/\\\\}%b" changes: - print -rP " - %2Fdiff%f %B$zshrc_backup_u%b %B$__p9k_zshrc_u%b" - fi - return 0 -} - -if (( force )); then - _p9k_can_configure || return -else - _p9k_can_configure -q || return -fi - -zmodload zsh/terminfo || return -autoload -Uz is-at-least || return -source $__p9k_root_dir/internal/icons.zsh || return - -if is-at-least 5.7.1 && [[ $COLORTERM == (24bit|truecolor) ]]; then - local -ir has_truecolor=1 -else - local -ir has_truecolor=0 -fi - -while true; do - local instant_prompt=verbose zshrc_content= zshrc_backup= zshrc_backup_u= - local -i zshrc_has_cfg=0 zshrc_has_instant_prompt=0 write_zshrc=0 - local POWERLEVEL9K_MODE= style= config_backup= config_backup_u= gap_char=' ' - local left_subsep= right_subsep= left_tail= right_tail= left_head= right_head= show_time= - local -i num_lines=0 empty_line=0 color=2 left_frame=1 right_frame=1 transient_prompt=0 - local -i cap_diamond=0 cap_python=0 cap_debian=0 cap_narrow_icons=0 cap_lock=0 - local -a extra_icons=('' '' '') - local -a frame_color=(244 242 240 238) - local -a color_name=(Lightest Light Dark Darkest) - local -a prefixes=('' '') - local -a options=() - if (( has_truecolor )); then - local -A pure_color=(${(kv)pure_snazzy}) - else - local -A pure_color=(${(kv)pure_original}) - fi - - ask_font || continue - ask_diamond || continue - if [[ $AWESOME_GLYPHS_LOADED == 1 ]]; then - POWERLEVEL9K_MODE=awesome-mapped-fontconfig - else - ask_lock '\uF023' || continue - if (( ! cap_lock )); then - ask_lock '\uE138' "Let's try another one." || continue - if (( cap_lock )); then - if (( cap_diamond )); then - POWERLEVEL9K_MODE=awesome-patched - ask_python || continue - else - POWERLEVEL9K_MODE=flat - fi - else - (( cap_diamond )) && POWERLEVEL9K_MODE=powerline || POWERLEVEL9K_MODE=compatible - fi - elif (( ! cap_diamond )); then - POWERLEVEL9K_MODE=awesome-fontconfig - else - ask_debian || continue - if (( cap_debian )); then - POWERLEVEL9K_MODE=nerdfont-complete - else - POWERLEVEL9K_MODE=awesome-fontconfig - ask_python || continue - fi - fi - fi - if [[ $POWERLEVEL9K_MODE == powerline ]]; then - options+=powerline - elif (( cap_diamond )); then - options+="$POWERLEVEL9K_MODE + powerline" - else - options+="$POWERLEVEL9K_MODE" - fi - (( cap_python )) && options[-1]+=' + python' - if (( cap_diamond )); then - left_sep=$right_triangle - right_sep=$left_triangle - left_subsep=$right_angle - right_subsep=$left_angle - left_head=$right_triangle - right_head=$left_triangle - else - left_sep= - right_sep= - left_subsep=$vertical_bar - right_subsep=$vertical_bar - left_head=$fade_out - right_head=$fade_in - fi - _p9k_init_icons - ask_narrow_icons || continue - ask_style || continue - ask_color_scheme || continue - if [[ $style != pure ]]; then - ask_color || continue - ask_time || continue - ask_separators || continue - ask_heads || continue - ask_tails || continue - ask_num_lines || continue - ask_gap_char || continue - ask_frame || continue - ask_ornaments_color || continue - ask_empty_line || continue - ask_extra_icons || continue - ask_prefixes || continue - fi - ask_transient_prompt || continue - ask_instant_prompt || continue - ask_config_overwrite || continue - ask_zshrc_edit || continue - break -done - -clear - -flowing +c New config: "%B${__p9k_cfg_path_u//\\/\\\\}%b." -if [[ -n $config_backup ]]; then - flowing +c Backup of the old config: "%B${config_backup_u//\\/\\\\}%b." -fi -if [[ -n $zshrc_backup ]]; then - flowing +c Backup of "%B${__p9k_zshrc_u//\\/\\\\}%b:" "%B${zshrc_backup_u//\\/\\\\}%b." -fi - -generate_config || return -change_zshrc || return - -print -rP "" -flowing +c File feature requests and bug reports at "$(href https://github.com/romkatv/powerlevel10k/issues)." -print -rP "" - -} "$@" diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/p9k-vs-p10k.cast b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/p9k-vs-p10k.cast deleted file mode 100644 index e7bf370..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/p9k-vs-p10k.cast +++ /dev/null @@ -1,573 +0,0 @@ -{"version": 2, "width": 127, "height": 45, "timestamp": 1559376160, "env": {"SHELL": "/usr/bin/zsh", "TERM": "xterm-256color"}, "title": "p9k vs p10k"} -[0.53704, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[1.802793, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.54 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[2.645571, "i", "c"] -[2.645863, "o", "c"] -[2.749229, "i", "a"] -[2.749471, "o", "\bca"] -[2.821008, "i", "t"] -[2.821208, "o", "t"] -[2.917345, "i", " "] -[2.917563, "o", " "] -[3.141259, "i", "~"] -[3.141483, "o", "~"] -[3.317344, "i", "/"] -[3.31756, "o", "/"] -[3.501341, "i", "."] -[3.501574, "o", "."] -[3.709525, "i", "z"] -[3.709787, "o", "z"] -[4.285646, "i", "s"] -[4.28589, "o", "s"] -[4.40539, "i", "h"] -[4.405619, "o", "h"] -[4.517287, "i", "r"] -[4.517532, "o", "r"] -[4.741459, "i", "c"] -[4.741702, "o", "c"] -[5.957417, "i", "\r"] -[5.957699, "o", "\u001b[?2004l\r\r\n"] -[5.963966, "o", "export NVM_DIR=~/nvm\r\nsource $NVM_DIR/nvm.sh\r\n\r\nPOWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(load todo background_jobs kubecontext nvm dir vcs)\r\nPOWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()\r\nPOWERLEVEL9K_DIR_PATH_ABSOLUTE=true\r\nPOWERLEVEL9K_SHORTEN_STRATEGY=truncate_with_package_name\r\n\r\nsource ~/powerlevel9k/powerlevel9k.zsh-theme\r\n"] -[5.964191, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[6.960979, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.53 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[7.341627, "i", "e"] -[7.341903, "o", "e"] -[7.557579, "i", "c"] -[7.557797, "o", "\bec"] -[7.629363, "i", "h"] -[7.629586, "o", "h"] -[7.757141, "i", "o"] -[7.757369, "o", "o"] -[7.837404, "i", " "] -[7.83764, "o", " "] -[7.965308, "i", "o"] -[7.965505, "o", "o"] -[8.085223, "i", "r"] -[8.08542, "o", "r"] -[8.181345, "i", "i"] -[8.181584, "o", "i"] -[8.285333, "i", "g"] -[8.285535, "o", "g"] -[8.357376, "i", "i"] -[8.357591, "o", "i"] -[8.501418, "i", "n"] -[8.501621, "o", "n"] -[8.581417, "i", "a"] -[8.581623, "o", "a"] -[8.661315, "i", "l"] -[8.661516, "o", "l"] -[8.789288, "i", " "] -[8.78952, "o", " "] -[8.973335, "i", "p"] -[8.97356, "o", "p"] -[9.125345, "i", "o"] -[9.125551, "o", "o"] -[9.253231, "i", "w"] -[9.253426, "o", "w"] -[9.301294, "i", "e"] -[9.301469, "o", "e"] -[9.373118, "i", "r"] -[9.373317, "o", "r"] -[9.516979, "i", "l"] -[9.517165, "o", "l"] -[9.557044, "i", "e"] -[9.557246, "o", "e"] -[9.741259, "i", "v"] -[9.741461, "o", "v"] -[9.797193, "i", "e"] -[9.797413, "o", "e"] -[9.868882, "i", "l"] -[9.869078, "o", "l"] -[10.036815, "i", "9"] -[10.037002, "o", "9"] -[10.180929, "i", "k"] -[10.181134, "o", "k"] -[10.413048, "i", "\r"] -[10.413272, "o", "\u001b[?2004l\r\r\n"] -[10.413438, "o", "original powerlevel9k\r\n"] -[10.413519, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[11.421676, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.53 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[11.573397, "i", "l"] -[11.573648, "o", "l"] -[11.773387, "i", "s"] -[11.773623, "o", "\bls"] -[12.013242, "i", "\r"] -[12.013481, "o", "\u001b[?2004l\r\r\n"] -[12.015871, "o", "azure-pipelines.yml cgmanifest.json gulpfile.js product.json resources test\t\t tslint.json\r\nbuild\t\t CONTRIBUTING.md LICENSE.txt README.md\t scripts ThirdPartyNotices.txt yarn.lock\r\ncglicenses.json extensions package.json remote\t src\t tsfmt.json\r\n"] -[12.016178, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[12.36554, "i", "p"] -[12.365781, "o", "p"] -[12.493436, "i", "w"] -[12.493666, "o", "w"] -[12.693192, "i", "d"] -[12.693423, "o", "d"] -[13.00701, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.53 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[13.007104, "o", "p\bpwd"] -[13.453428, "i", "\r"] -[13.45367, "o", "\u001b[?2004l\r\r\n"] -[13.453791, "o", "/home/romka/projects/vscode\r\n"] -[13.453887, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[14.349251, "i", "\r"] -[14.349349, "o", "\r\n"] -[14.456024, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.53 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h\u001b[?2004l\r\r\n\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[14.485142, "i", "\r"] -[14.485402, "o", "\r\n"] -[14.637102, "i", "\r"] -[14.637302, "o", "\r\n"] -[14.797341, "i", "\r"] -[14.797434, "o", "\r\n"] -[14.94944, "i", "\r"] -[14.949542, "o", "\r\n"] -[15.109413, "i", "e"] -[15.109507, "o", "e"] -[15.309269, "i", "c"] -[15.309362, "o", "c"] -[15.397125, "i", "h"] -[15.39722, "o", "h"] -[15.493601, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h\u001b[?2004l\r\r\n"] -[15.493698, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[15.509382, "i", "o"] -[15.509602, "o", "o"] -[15.653098, "i", " "] -[15.653296, "o", " "] -[16.501217, "i", "a"] -[16.501314, "o", "a"] -[16.511071, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h\u001b[?2004l\r\r\n"] -[16.511154, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[16.701189, "i", " "] -[16.701425, "o", " "] -[17.093404, "i", "b"] -[17.093502, "o", "b"] -[17.221118, "i", "i"] -[17.221356, "o", "i"] -[17.300863, "i", "t"] -[17.301097, "o", "t"] -[17.532571, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h\u001b[?2004l\r\r\n\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[17.877348, "i", " "] -[17.877587, "o", " "] -[18.205341, "i", "s"] -[18.205619, "o", "s"] -[18.325276, "i", "l"] -[18.3255, "o", "l"] -[18.469261, "i", "o"] -[18.469534, "o", "o"] -[18.533346, "i", "w"] -[18.533582, "o", "w"] -[18.547089, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h\u001b[?2004l\r\r\n"] -[18.547178, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[19.565682, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m "] -[19.565787, "o", "\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004he\becho a bi"] -[19.565836, "o", "t sl"] -[19.566076, "o", "ow"] -[19.589236, "i", " "] -[19.589418, "o", " "] -[19.749008, "i", "h"] -[19.749231, "o", "h"] -[19.876872, "i", "u"] -[19.877089, "o", "u"] -[20.053127, "i", "h"] -[20.053343, "o", "h"] -[20.7413, "i", "\r"] -[20.741536, "o", "\u001b[?2004l\r\r\n"] -[20.741719, "o", "a bit slow huh\r\n"] -[20.741768, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[21.727487, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[22.829268, "i", "\r"] -[22.829523, "o", "\u001b[?2004l\r\r\n"] -[22.829632, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[22.973134, "i", "\r"] -[22.973394, "o", "\r\n"] -[23.10913, "i", "\r"] -[23.109377, "o", "\r\n"] -[23.237105, "i", "\r"] -[23.237321, "o", "\r\n"] -[23.348944, "i", "\r"] -[23.349046, "o", "\r\n"] -[23.837798, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h\u001b[?2004l\r\r\n"] -[23.837904, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[24.832648, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[24.832756, "o", "\u001b[?2004l\r\r\n\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[25.832667, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h\u001b[?2004l\r\r\n\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[26.181402, "i", "\u0003"] -[26.181692, "o", "^C"] -[26.182089, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m"] -[26.182196, "o", "\u001b[K\u001b[105C\u001b[39m\u001b[0m\u001b[49m$(build_right_prompt)$reset_color\r\u001b[?2004h"] -[27.445169, "i", "c"] -[27.445436, "o", "c"] -[27.612934, "i", "d"] -[27.613158, "o", "\rcd"] -[27.756896, "i", " "] -[27.757162, "o", " "] -[28.165022, "i", "s"] -[28.165255, "o", "s"] -[28.268955, "i", "r"] -[28.269166, "o", "r"] -[28.484901, "i", "c"] -[28.485152, "o", "c"] -[29.637189, "i", "\r"] -[29.63745, "o", "\u001b[?2004l\r\r\n"] -[29.637628, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[30.143699, "o", "truncatePath:4: bad math expression: illegal character: \\\r\n"] -[30.646309, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[32.013179, "i", "\r"] -[32.013428, "o", "\u001b[?2004l\r\r\n"] -[32.013549, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[32.517756, "o", "truncatePath:4: bad math expression: illegal character: \\\r\n"] -[32.973297, "i", "w"] -[32.973372, "o", "w"] -[33.03069, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[33.030753, "o", "w"] -[33.125041, "i", "t"] -[33.125269, "o", "\bwt"] -[33.269129, "i", "f"] -[33.269353, "o", "f"] -[33.653444, "i", "\r"] -[33.653708, "o", "\u001b[?2004l\r\r\n"] -[33.654751, "o", "zsh: command not found: wtf\r\n"] -[33.655067, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[34.154929, "o", "truncatePath:4: bad math expression: illegal character: \\\r\n"] -[34.663887, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.52 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[34.725177, "i", "c"] -[34.725427, "o", "c"] -[34.924913, "i", "d"] -[34.925115, "o", "\bcd"] -[35.077086, "i", " "] -[35.07735, "o", " "] -[35.292953, "i", "."] -[35.293177, "o", "."] -[35.42103, "i", "."] -[35.421273, "o", "."] -[35.629217, "i", "\r"] -[35.629483, "o", "\u001b[?2004l\r\r\n"] -[35.629712, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[36.638245, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[42m \u001b[30mL \u001b[30m0.56 \u001b[48;5;244m\u001b[32mî‚° \u001b[30m☑ \u001b[30m7 \u001b[45m\u001b[38;5;244mî‚° \u001b[37m⎈ \u001b[37mminikube \u001b[45m\u001b[30m \u001b[30m⬢ \u001b[30m12.3.1 \u001b[44m\u001b[35mî‚° \u001b[30mcode-oss-dev \u001b[42m\u001b[34mî‚° \u001b[30mî‚  master \u001b[49m\u001b[32mî‚°\u001b[39m \u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[K\u001b[00m\u001b[60D\u001b[?2004h"] -[37.477061, "i", "s"] -[37.47733, "o", "s"] -[37.588878, "i", "o"] -[37.589089, "o", "\bso"] -[37.700765, "i", "u"] -[37.700985, "o", "u"] -[37.796705, "i", "r"] -[37.796949, "o", "r"] -[37.988864, "i", "c"] -[37.989098, "o", "c"] -[38.180799, "i", "e"] -[38.181013, "o", "e"] -[38.420809, "i", " "] -[38.421035, "o", " "] -[38.604822, "i", "~"] -[38.605035, "o", "~"] -[38.764974, "i", "/"] -[38.765208, "o", "/"] -[39.197038, "i", "o"] -[39.197274, "o", "o"] -[39.36479, "i", "w"] -[39.365033, "o", "w"] -[39.404619, "i", "e"] -[39.404787, "o", "e"] -[39.500881, "i", "r"] -[39.501076, "o", "r"] -[39.981133, "i", ""] -[39.981387, "o", "\b \b"] -[40.100922, "i", ""] -[40.101164, "o", "\b \b"] -[40.244966, "i", ""] -[40.245181, "o", "\b \b"] -[40.781038, "i", ""] -[40.781341, "o", "\b \b"] -[41.397117, "i", "p"] -[41.397357, "o", "p"] -[41.549006, "i", "o"] -[41.549223, "o", "o"] -[41.66894, "i", "\t"] -[41.669987, "o", "werlevel"] -[42.39715, "i", "1"] -[42.397388, "o", "1"] -[42.637011, "i", "\t"] -[42.637557, "o", "0k"] -[43.317189, "i", "/"] -[43.317426, "o", "/"] -[43.50879, "i", "p"] -[43.508993, "o", "p"] -[43.669076, "i", "o"] -[43.669314, "o", "o"] -[43.74891, "i", "\t"] -[43.749325, "o", "werlevel"] -[44.077215, "i", "1"] -[44.077486, "o", "1"] -[44.340992, "i", "\t"] -[44.341411, "o", "0k.zsh-theme\u001b[1m \u001b[0m"] -[45.261252, "i", "\r"] -[45.261515, "o", "\b\u001b[0m \b\u001b[?2004l\r\r\n"] -[45.287095, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[45.595079, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[46.077089, "i", "e"] -[46.077322, "o", "e"] -[46.276969, "i", "c"] -[46.277208, "o", "\bec"] -[46.348751, "i", "h"] -[46.348969, "o", "h"] -[46.508875, "i", "o"] -[46.509094, "o", "o"] -[46.604929, "i", " "] -[46.605148, "o", " "] -[46.740751, "i", "t"] -[46.740977, "o", "t"] -[46.828853, "i", "h"] -[46.829071, "o", "h"] -[46.908719, "i", "e"] -[46.90893, "o", "e"] -[47.068923, "i", " "] -[47.069147, "o", " "] -[47.205066, "i", "s"] -[47.205306, "o", "s"] -[47.373022, "i", "a"] -[47.373266, "o", "a"] -[47.516846, "i", "m"] -[47.517072, "o", "m"] -[47.588891, "i", "e"] -[47.589101, "o", "e"] -[47.732787, "i", " "] -[47.733003, "o", " "] -[47.908991, "i", "c"] -[47.909219, "o", "c"] -[47.98101, "i", "o"] -[47.981233, "o", "o"] -[48.132892, "i", "n"] -[48.133112, "o", "n"] -[48.501069, "i", "f"] -[48.501307, "o", "f"] -[48.605085, "i", "i"] -[48.605318, "o", "i"] -[48.692956, "i", "g"] -[48.693179, "o", "g"] -[48.836976, "i", "\r"] -[48.837202, "o", "\u001b[?2004l\r\r\n"] -[48.837389, "o", "the same config\r\n"] -[48.837478, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[48.848952, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[49.301199, "i", "e"] -[49.301437, "o", "e"] -[49.492908, "i", "c"] -[49.49313, "o", "\bec"] -[49.540911, "i", "h"] -[49.541102, "o", "h"] -[49.644811, "i", "o"] -[49.64501, "o", "o"] -[49.732905, "i", " "] -[49.733092, "o", " "] -[49.805042, "i", "t"] -[49.805265, "o", "t"] -[49.884917, "i", "h"] -[49.885119, "o", "h"] -[49.9726, "i", "e"] -[49.972829, "o", "e"] -[50.036777, "i", " "] -[50.036994, "o", " "] -[50.132761, "i", "s"] -[50.132964, "o", "s"] -[50.300762, "i", "a"] -[50.300978, "o", "a"] -[50.420838, "i", "m"] -[50.421037, "o", "m"] -[50.476859, "i", "e"] -[50.477044, "o", "e"] -[50.556939, "i", " "] -[50.557134, "o", " "] -[50.692809, "i", "p"] -[50.693014, "o", "p"] -[50.756686, "i", "r"] -[50.756859, "o", "r"] -[50.86083, "i", "o"] -[50.861015, "o", "o"] -[51.325156, "i", "m"] -[51.325389, "o", "m"] -[51.524926, "i", "p"] -[51.525147, "o", "p"] -[51.645054, "i", "t"] -[51.645277, "o", "t"] -[51.821133, "i", "\r"] -[51.82137, "o", "\u001b[?2004l\r\r\n"] -[51.82155, "o", "the same prompt\r\n"] -[51.82163, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[51.833309, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.53 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[52.373203, "i", "e"] -[52.373441, "o", "e"] -[52.549106, "i", "c"] -[52.549339, "o", "\bec"] -[52.612882, "i", "h"] -[52.613054, "o", "h"] -[52.732732, "i", "o"] -[52.732936, "o", "o"] -[52.81272, "i", " "] -[52.812893, "o", " "] -[52.892775, "i", "b"] -[52.892965, "o", "b"] -[52.988718, "i", "u"] -[52.988905, "o", "u"] -[53.068771, "i", "t"] -[53.068984, "o", "t"] -[53.16478, "i", " "] -[53.164995, "o", " "] -[53.26088, "i", "f"] -[53.261093, "o", "f"] -[53.364842, "i", "a"] -[53.365037, "o", "a"] -[53.548877, "i", "s"] -[53.549081, "o", "s"] -[53.620878, "i", "t"] -[53.621084, "o", "t"] -[53.828977, "i", "!"] -[53.829212, "o", "!"] -[54.00484, "i", "\r"] -[54.005073, "o", "\u001b[?2004l\r\r\n"] -[54.005239, "o", "but fast!\r\n"] -[54.005328, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[54.01702, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.55 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[54.941013, "i", "l"] -[54.941252, "o", "l"] -[54.996943, "i", "s"] -[54.997163, "o", "\bls"] -[55.212915, "i", "\r"] -[55.213166, "o", "\u001b[?2004l\r\r\n"] -[55.215862, "o", "azure-pipelines.yml cgmanifest.json gulpfile.js product.json resources test\t\t tslint.json\r\nbuild\t\t CONTRIBUTING.md LICENSE.txt README.md\t scripts ThirdPartyNotices.txt yarn.lock\r\ncglicenses.json extensions package.json remote\t src\t tsfmt.json\r\n"] -[55.21612, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[55.22789, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.55 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[55.701246, "i", "p"] -[55.701481, "o", "p"] -[55.780794, "i", "w"] -[55.781022, "o", "\bpw"] -[55.924905, "i", "d"] -[55.925126, "o", "d"] -[56.045009, "i", "\r"] -[56.04525, "o", "\u001b[?2004l\r\r\n"] -[56.045413, "o", "/home/romka/projects/vscode\r\n"] -[56.045495, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[56.057015, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.55 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[56.24519, "i", "c"] -[56.24544, "o", "c"] -[56.421036, "i", "d"] -[56.421263, "o", "\bcd"] -[56.524989, "i", " "] -[56.525211, "o", " "] -[56.645023, "i", "s"] -[56.645242, "o", "s"] -[56.684883, "i", "r"] -[56.685114, "o", "r"] -[56.876966, "i", "c"] -[56.877193, "o", "c"] -[56.972829, "i", "\r"] -[56.973067, "o", "\u001b[?2004l\r\r\n"] -[56.973332, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[56.985413, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.55 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev/\u001b[0m\u001b[30m\u001b[44m\u001b[30msrc \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[56C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[56D\u001b[?2004h"] -[57.205194, "i", "c"] -[57.205449, "o", "c"] -[57.373149, "i", "d"] -[57.373389, "o", "\bcd"] -[57.47697, "i", " "] -[57.477182, "o", " "] -[57.620957, "i", "."] -[57.621177, "o", "."] -[57.756947, "i", "."] -[57.757161, "o", "."] -[57.941039, "i", "\r"] -[57.941263, "o", "\u001b[?2004l\r\r\n"] -[57.941513, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[57.953015, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.55 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[58.581266, "i", "\r"] -[58.581538, "o", "\u001b[?2004l\r\r\n\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[58.593219, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.55 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.081009, "i", "\r"] -[59.081281, "o", "\u001b[?2004l\r\r\n"] -[59.081429, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.093237, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.110986, "i", "\r"] -[59.111193, "o", "\u001b[?2004l\r\r\n"] -[59.111314, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.12356, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.143273, "i", "\r"] -[59.143485, "o", "\u001b[?2004l\r\r\n"] -[59.143613, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.155374, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.173369, "i", "\r"] -[59.17359, "o", "\u001b[?2004l\r\r\n"] -[59.173683, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.185113, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.20241, "i", "\r"] -[59.202603, "o", "\u001b[?2004l\r\r\n"] -[59.202716, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.214455, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.233834, "i", "\r"] -[59.234018, "o", "\u001b[?2004l\r\r\n"] -[59.234128, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.24564, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.262345, "i", "\r"] -[59.262542, "o", "\u001b[?2004l\r\r\n"] -[59.262655, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.274662, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.292442, "i", "\r"] -[59.292644, "o", "\u001b[?2004l\r\r\n"] -[59.292742, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.30501, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.322867, "i", "\r"] -[59.323066, "o", "\u001b[?2004l\r\r\n"] -[59.323163, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.335113, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.352291, "i", "\r"] -[59.352496, "o", "\u001b[?2004l\r\r\n"] -[59.352635, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.364051, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.383162, "i", "\r"] -[59.383361, "o", "\u001b[?2004l\r\r\n"] -[59.383485, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.395, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.414121, "i", "\r"] -[59.414333, "o", "\u001b[?2004l\r\r\n"] -[59.414437, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.425938, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.444624, "i", "\r"] -[59.444904, "o", "\u001b[?2004l\r\r\n"] -[59.445057, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.456824, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.474566, "i", "\r"] -[59.474735, "o", "\u001b[?2004l\r\r\n"] -[59.474827, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.486114, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.504654, "i", "\r"] -[59.504847, "o", "\u001b[?2004l\r\r\n"] -[59.504961, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.516844, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.534681, "i", "\r"] -[59.534897, "o", "\u001b[?2004l\r\r\n"] -[59.534989, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.547367, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.564722, "i", "\r"] -[59.564909, "o", "\u001b[?2004l\r\r\n"] -[59.565018, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.576476, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.59495, "i", "\r"] -[59.595135, "o", "\u001b[?2004l\r\r\n"] -[59.595259, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.606554, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.625117, "i", "\r"] -[59.625332, "o", "\u001b[?2004l\r\r\n"] -[59.625445, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.637157, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.656009, "i", "\r"] -[59.656191, "o", "\u001b[?2004l\r\r\n"] -[59.656301, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.667971, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.68654, "i", "\r"] -[59.686754, "o", "\u001b[?2004l\r\r\n"] -[59.686864, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.698208, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.718816, "i", "\r"] -[59.719023, "o", "\u001b[?2004l\r\r\n"] -[59.719125, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.730853, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[59.750483, "i", "\r"] -[59.750685, "o", "\u001b[?2004l\r\r\n"] -[59.750823, "o", "\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"] -[59.762142, "o", "\r\u001b[0m\u001b[27m\u001b[24m\u001b[J\u001b[39m\u001b[0m\u001b[49m\u001b[0m\u001b[42m \u001b[30mL \u001b[0m\u001b[30m\u001b[42m\u001b[30m0.54 \u001b[32m\u001b[0m\u001b[32m\u001b[42m\u001b[48;5;244mî‚° \u001b[30m☑ \u001b[0m\u001b[30m\u001b[48;5;244m\u001b[30m7 \u001b[38;5;244m\u001b[0m\u001b[38;5;244m\u001b[48;5;244m\u001b[45mî‚° \u001b[37m⎈ \u001b[0m\u001b[37m\u001b[45m\u001b[37mminikube \u001b[0m\u001b[37m\u001b[45m\u001b[45m\u001b[0m\u001b[37m\u001b[45m\u001b[30m \u001b[30m⬢ \u001b[0m\u001b[30m\u001b[45m\u001b[30m12.3.1 \u001b[35m\u001b[0m\u001b[35m\u001b[45m\u001b[44mî‚° \u001b[0m\u001b[35m\u001b[44m\u001b[30mcode-oss-dev \u001b[34m\u001b[0m\u001b[34m\u001b[44m\u001b[42mî‚° \u001b[0m\u001b[34m\u001b[42m\u001b[30m\u001b[0m\u001b[30m\u001b[42m\u001b[30mî‚  master \u001b[49m\u001b[0m\u001b[30m\u001b[32mî‚°\u001b[39m \u001b[39m\u001b[49m\u001b[0m\u001b[K\u001b[60C\u001b[39m\u001b[0m\u001b[49m\u001b[39m\u001b[0m\u001b[49m\u001b[60D\u001b[?2004h"] -[60.412948, "i", "\u0004"] -[60.413188, "o", "\u001b[?2004l\r\r\n"] diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel10k.png b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel10k.png deleted file mode 100644 index e52e1f7..0000000 Binary files a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel10k.png and /dev/null differ diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel10k.zsh-theme b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel10k.zsh-theme deleted file mode 100644 index 98ddc24..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel10k.zsh-theme +++ /dev/null @@ -1,46 +0,0 @@ -# vim:ft=zsh ts=2 sw=2 sts=2 et fenc=utf-8 -################################################################ -# Powerlevel10k Theme -# https://github.com/romkatv/powerlevel10k -# -# Forked from Powerlevel9k Theme -# https://github.com/bhilburn/powerlevel9k -# -# Which in turn was forked from Agnoster Theme -# https://github.com/robbyrussell/oh-my-zsh/blob/74177c5320b2a1b2f8c4c695c05984b57fd7c6ea/themes/agnoster.zsh-theme -################################################################ - -# Temporarily change options. -'builtin' 'local' '-a' '__p9k_src_opts' -[[ ! -o 'aliases' ]] || __p9k_src_opts+=('aliases') -[[ ! -o 'sh_glob' ]] || __p9k_src_opts+=('sh_glob') -[[ ! -o 'no_brace_expand' ]] || __p9k_src_opts+=('no_brace_expand') -'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' - -(( $+__p9k_root_dir )) || typeset -gr __p9k_root_dir=${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}} - -() { - emulate -L zsh - setopt no_hist_expand extended_glob no_prompt_bang no_prompt_subst prompt_percent no_aliases - if (( $+__p9k_sourced )); then - prompt_powerlevel9k_setup - return 0 - fi - typeset -gr __p9k_dump_file=${XDG_CACHE_HOME:-~/.cache}/p10k-dump-${(%):-%n}.zsh - if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file ]] && (( ! $+functions[_p9k_preinit] )) && source $__p9k_dump_file 2>/dev/null && (( $+functions[_p9k_preinit] )); then - _p9k_preinit - fi - typeset -gr __p9k_sourced=1 - if [[ -w $__p9k_root_dir && -w $__p9k_root_dir/internal && -w $__p9k_root_dir/gitstatus && ${(%):-%#} == % ]]; then - local f - for f in $__p9k_root_dir/{powerlevel9k.zsh-theme,powerlevel10k.zsh-theme,internal/p10k.zsh,internal/icons.zsh,internal/configure.zsh,gitstatus/gitstatus.plugin.zsh}; do - [[ $f.zwc -nt $f ]] || zcompile $f - done - fi - source $__p9k_root_dir/internal/p10k.zsh || true -} - -(( ! $+__p9k_instant_prompt_active )) || unsetopt local_options prompt_cr prompt_sp - -(( ${#__p9k_src_opts} )) && setopt ${__p9k_src_opts[@]} -'builtin' 'unset' '__p9k_src_opts' diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel9k.zsh-theme b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel9k.zsh-theme deleted file mode 100644 index 328cd83..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/powerlevel9k.zsh-theme +++ /dev/null @@ -1 +0,0 @@ -'builtin' 'source' "${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}/powerlevel10k.zsh-theme" diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/prompt_powerlevel10k_setup b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/prompt_powerlevel10k_setup deleted file mode 100644 index 328cd83..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/prompt_powerlevel10k_setup +++ /dev/null @@ -1 +0,0 @@ -'builtin' 'source' "${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}/powerlevel10k.zsh-theme" diff --git a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/prompt_powerlevel9k_setup b/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/prompt_powerlevel9k_setup deleted file mode 100644 index 328cd83..0000000 --- a/zsh/.oh-my-zsh_old/custom/themes/powerlevel10k/prompt_powerlevel9k_setup +++ /dev/null @@ -1 +0,0 @@ -'builtin' 'source' "${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}/powerlevel10k.zsh-theme" diff --git a/zsh/.oh-my-zsh_old/lib/bzr.zsh b/zsh/.oh-my-zsh_old/lib/bzr.zsh deleted file mode 100644 index 005a165..0000000 --- a/zsh/.oh-my-zsh_old/lib/bzr.zsh +++ /dev/null @@ -1,10 +0,0 @@ -## Bazaar integration -## Just works with the GIT integration just add $(bzr_prompt_info) to the PROMPT -function bzr_prompt_info() { - BZR_CB=`bzr nick 2> /dev/null | grep -v "ERROR" | cut -d ":" -f2 | awk -F / '{print "bzr::"$1}'` - if [ -n "$BZR_CB" ]; then - BZR_DIRTY="" - [[ -n `bzr status` ]] && BZR_DIRTY=" %{$fg[red]%} * %{$fg[green]%}" - echo "$ZSH_THEME_SCM_PROMPT_PREFIX$BZR_CB$BZR_DIRTY$ZSH_THEME_GIT_PROMPT_SUFFIX" - fi -} \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/lib/clipboard.zsh b/zsh/.oh-my-zsh_old/lib/clipboard.zsh deleted file mode 100644 index 5bba11d..0000000 --- a/zsh/.oh-my-zsh_old/lib/clipboard.zsh +++ /dev/null @@ -1,86 +0,0 @@ -# System clipboard integration -# -# This file has support for doing system clipboard copy and paste operations -# from the command line in a generic cross-platform fashion. -# -# On OS X and Windows, the main system clipboard or "pasteboard" is used. On other -# Unix-like OSes, this considers the X Windows CLIPBOARD selection to be the -# "system clipboard", and the X Windows `xclip` command must be installed. - -# clipcopy - Copy data to clipboard -# -# Usage: -# -# | clipcopy - copies stdin to clipboard -# -# clipcopy - copies a file's contents to clipboard -# -function clipcopy() { - emulate -L zsh - local file=$1 - if [[ $OSTYPE == darwin* ]]; then - if [[ -z $file ]]; then - pbcopy - else - cat $file | pbcopy - fi - elif [[ $OSTYPE == (cygwin|msys)* ]]; then - if [[ -z $file ]]; then - cat > /dev/clipboard - else - cat $file > /dev/clipboard - fi - else - if (( $+commands[xclip] )); then - if [[ -z $file ]]; then - xclip -in -selection clipboard - else - xclip -in -selection clipboard $file - fi - elif (( $+commands[xsel] )); then - if [[ -z $file ]]; then - xsel --clipboard --input - else - cat "$file" | xsel --clipboard --input - fi - else - print "clipcopy: Platform $OSTYPE not supported or xclip/xsel not installed" >&2 - return 1 - fi - fi -} - -# clippaste - "Paste" data from clipboard to stdout -# -# Usage: -# -# clippaste - writes clipboard's contents to stdout -# -# clippaste | - pastes contents and pipes it to another process -# -# clippaste > - paste contents to a file -# -# Examples: -# -# # Pipe to another process -# clippaste | grep foo -# -# # Paste to a file -# clippaste > file.txt -function clippaste() { - emulate -L zsh - if [[ $OSTYPE == darwin* ]]; then - pbpaste - elif [[ $OSTYPE == (cygwin|msys)* ]]; then - cat /dev/clipboard - else - if (( $+commands[xclip] )); then - xclip -out -selection clipboard - elif (( $+commands[xsel] )); then - xsel --clipboard --output - else - print "clipcopy: Platform $OSTYPE not supported or xclip/xsel not installed" >&2 - return 1 - fi - fi -} diff --git a/zsh/.oh-my-zsh_old/lib/compfix.zsh b/zsh/.oh-my-zsh_old/lib/compfix.zsh deleted file mode 100644 index b09b283..0000000 --- a/zsh/.oh-my-zsh_old/lib/compfix.zsh +++ /dev/null @@ -1,44 +0,0 @@ -# Handle completions insecurities (i.e., completion-dependent directories with -# insecure ownership or permissions) by: -# -# * Human-readably notifying the user of these insecurities. -function handle_completion_insecurities() { - # List of the absolute paths of all unique insecure directories, split on - # newline from compaudit()'s output resembling: - # - # There are insecure directories: - # /usr/share/zsh/site-functions - # /usr/share/zsh/5.0.6/functions - # /usr/share/zsh - # /usr/share/zsh/5.0.6 - # - # Since the ignorable first line is printed to stderr and thus not captured, - # stderr is squelched to prevent this output from leaking to the user. - local -aU insecure_dirs - insecure_dirs=( ${(f@):-"$(compaudit 2>/dev/null)"} ) - - # If no such directories exist, get us out of here. - [[ -z "${insecure_dirs}" ]] && return - - # List ownership and permissions of all insecure directories. - print "[oh-my-zsh] Insecure completion-dependent directories detected:" - ls -ld "${(@)insecure_dirs}" - - cat < -# -# Usage: -# -# omz_diagnostic_dump [-v] [-V] [file] -# -# NOTE: This is a work in progress. Its interface and behavior are going to change, -# and probably in non-back-compatible ways. -# -# Outputs a bunch of information about the state and configuration of -# oh-my-zsh, zsh, and the user's system. This is intended to provide a -# bunch of context for diagnosing your own or a third party's problems, and to -# be suitable for posting to public bug reports. -# -# The output is human-readable and its format may change over time. It is not -# suitable for parsing. All the output is in one single file so it can be posted -# as a gist or bug comment on GitHub. GitHub doesn't support attaching tarballs -# or other files to bugs; otherwise, this would probably have an option to produce -# tarballs that contain copies of the config and customization files instead of -# catting them all in to one file. -# -# This is intended to be widely portable, and run anywhere that oh-my-zsh does. -# Feel free to report any portability issues as bugs. -# -# This is written in a defensive style so it still works (and can detect) cases when -# basic functionality like echo and which have been redefined. In particular, almost -# everything is invoked with "builtin" or "command", to work in the face of user -# redefinitions. -# -# OPTIONS -# -# [file] Specifies the output file. If not given, a file in the current directory -# is selected automatically. -# -# -v Increase the verbosity of the dump output. May be specified multiple times. -# Verbosity levels: -# 0 - Basic info, shell state, omz configuration, git state -# 1 - (default) Adds key binding info and configuration file contents -# 2 - Adds zcompdump file contents -# -# -V Reduce the verbosity of the dump output. May be specified multiple times. -# -# TODO: -# * Multi-file capture -# * Add automatic gist uploading -# * Consider whether to move default output file location to TMPDIR. More robust -# but less user friendly. -# - -autoload -Uz is-at-least - -function omz_diagnostic_dump() { - emulate -L zsh - - builtin echo "Generating diagnostic dump; please be patient..." - - local thisfcn=omz_diagnostic_dump - local -A opts - local opt_verbose opt_noverbose opt_outfile - local timestamp=$(date +%Y%m%d-%H%M%S) - local outfile=omz_diagdump_$timestamp.txt - builtin zparseopts -A opts -D -- "v+=opt_verbose" "V+=opt_noverbose" - local verbose n_verbose=${#opt_verbose} n_noverbose=${#opt_noverbose} - (( verbose = 1 + n_verbose - n_noverbose )) - - if [[ ${#*} > 0 ]]; then - opt_outfile=$1 - fi - if [[ ${#*} > 1 ]]; then - builtin echo "$thisfcn: error: too many arguments" >&2 - return 1 - fi - if [[ -n "$opt_outfile" ]]; then - outfile="$opt_outfile" - fi - - # Always write directly to a file so terminal escape sequences are - # captured cleanly - _omz_diag_dump_one_big_text &> "$outfile" - if [[ $? != 0 ]]; then - builtin echo "$thisfcn: error while creating diagnostic dump; see $outfile for details" - fi - - builtin echo - builtin echo Diagnostic dump file created at: "$outfile" - builtin echo - builtin echo To share this with OMZ developers, post it as a gist on GitHub - builtin echo at "https://gist.github.com" and share the link to the gist. - builtin echo - builtin echo "WARNING: This dump file contains all your zsh and omz configuration files," - builtin echo "so don't share it publicly if there's sensitive information in them." - builtin echo - -} - -function _omz_diag_dump_one_big_text() { - local program programs progfile md5 - - builtin echo oh-my-zsh diagnostic dump - builtin echo - builtin echo $outfile - builtin echo - - # Basic system and zsh information - command date - command uname -a - builtin echo OSTYPE=$OSTYPE - builtin echo ZSH_VERSION=$ZSH_VERSION - builtin echo User: $USER - builtin echo umask: $(umask) - builtin echo - _omz_diag_dump_os_specific_version - builtin echo - - # Installed programs - programs=(sh zsh ksh bash sed cat grep ls find git posh) - local progfile="" extra_str="" sha_str="" - for program in $programs; do - extra_str="" sha_str="" - progfile=$(builtin which $program) - if [[ $? == 0 ]]; then - if [[ -e $progfile ]]; then - if builtin whence shasum &>/dev/null; then - sha_str=($(command shasum $progfile)) - sha_str=$sha_str[1] - extra_str+=" SHA $sha_str" - fi - if [[ -h "$progfile" ]]; then - extra_str+=" ( -> ${progfile:A} )" - fi - fi - builtin printf '%-9s %-20s %s\n' "$program is" "$progfile" "$extra_str" - else - builtin echo "$program: not found" - fi - done - builtin echo - builtin echo Command Versions: - builtin echo "zsh: $(zsh --version)" - builtin echo "this zsh session: $ZSH_VERSION" - builtin echo "bash: $(bash --version | command grep bash)" - builtin echo "git: $(git --version)" - builtin echo "grep: $(grep --version)" - builtin echo - - # Core command definitions - _omz_diag_dump_check_core_commands || return 1 - builtin echo - - # ZSH Process state - builtin echo Process state: - builtin echo pwd: $PWD - if builtin whence pstree &>/dev/null; then - builtin echo Process tree for this shell: - pstree -p $$ - else - ps -fT - fi - builtin set | command grep -a '^\(ZSH\|plugins\|TERM\|LC_\|LANG\|precmd\|chpwd\|preexec\|FPATH\|TTY\|DISPLAY\|PATH\)\|OMZ' - builtin echo - #TODO: Should this include `env` instead of or in addition to `export`? - builtin echo Exported: - builtin echo $(builtin export | command sed 's/=.*//') - builtin echo - builtin echo Locale: - command locale - builtin echo - - # Zsh installation and configuration - builtin echo Zsh configuration: - builtin echo setopt: $(builtin setopt) - builtin echo - builtin echo zstyle: - builtin zstyle - builtin echo - builtin echo 'compaudit output:' - compaudit - builtin echo - builtin echo '$fpath directories:' - command ls -lad $fpath - builtin echo - - # Oh-my-zsh installation - builtin echo oh-my-zsh installation: - command ls -ld ~/.z* - 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:]]") - if [[ $verbose -ge 1 ]]; then - (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) - 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 echo - fi - - # Key binding and terminal info - if [[ $verbose -ge 1 ]]; then - builtin echo "bindkey:" - builtin bindkey - builtin echo - builtin echo "infocmp:" - command infocmp -L - builtin echo - fi - - # Configuration file info - local zdotdir=${ZDOTDIR:-$HOME} - builtin echo "Zsh configuration files:" - local cfgfile cfgfiles - # Some files for bash that zsh does not use are intentionally included - # to help with diagnosing behavior differences between bash and zsh - cfgfiles=( /etc/zshenv /etc/zprofile /etc/zshrc /etc/zlogin /etc/zlogout - $zdotdir/.zshenv $zdotdir/.zprofile $zdotdir/.zshrc $zdotdir/.zlogin $zdotdir/.zlogout - ~/.zsh.pre-oh-my-zsh - /etc/bashrc /etc/profile ~/.bashrc ~/.profile ~/.bash_profile ~/.bash_logout ) - command ls -lad $cfgfiles 2>&1 - builtin echo - if [[ $verbose -ge 1 ]]; then - for cfgfile in $cfgfiles; do - _omz_diag_dump_echo_file_w_header $cfgfile - done - fi - builtin echo - builtin echo "Zsh compdump files:" - local dumpfile dumpfiles - command ls -lad $zdotdir/.zcompdump* - dumpfiles=( $zdotdir/.zcompdump*(N) ) - if [[ $verbose -ge 2 ]]; then - for dumpfile in $dumpfiles; do - _omz_diag_dump_echo_file_w_header $dumpfile - done - fi - -} - -function _omz_diag_dump_check_core_commands() { - builtin echo "Core command check:" - local redefined name builtins externals reserved_words - redefined=() - # All the zsh non-module builtin commands - # These are taken from the zsh reference manual for 5.0.2 - # Commands from modules should not be included. - # (For back-compatibility, if any of these are newish, they should be removed, - # or at least made conditional on the version of the current running zsh.) - # "history" is also excluded because OMZ is known to redefine that - reserved_words=( do done esac then elif else fi for case if while function - repeat time until select coproc nocorrect foreach end '!' '[[' '{' '}' - ) - builtins=( alias autoload bg bindkey break builtin bye cd chdir command - comparguments compcall compctl compdescribe compfiles compgroups compquote comptags - comptry compvalues continue dirs disable disown echo echotc echoti emulate - enable eval exec exit false fc fg functions getln getopts hash - jobs kill let limit log logout noglob popd print printf - pushd pushln pwd r read rehash return sched set setopt shift - source suspend test times trap true ttyctl type ulimit umask unalias - unfunction unhash unlimit unset unsetopt vared wait whence where which zcompile - zle zmodload zparseopts zregexparse zstyle ) - if is-at-least 5.1; then - reserved_word+=( declare export integer float local readonly typeset ) - else - builtins+=( declare export integer float local readonly typeset ) - fi - builtins_fatal=( builtin command local ) - externals=( zsh ) - for name in $reserved_words; do - if [[ $(builtin whence -w $name) != "$name: reserved" ]]; then - builtin echo "reserved word '$name' has been redefined" - builtin which $name - redefined+=$name - fi - done - for name in $builtins; do - if [[ $(builtin whence -w $name) != "$name: builtin" ]]; then - builtin echo "builtin '$name' has been redefined" - builtin which $name - redefined+=$name - fi - done - for name in $externals; do - if [[ $(builtin whence -w $name) != "$name: command" ]]; then - builtin echo "command '$name' has been redefined" - builtin which $name - redefined+=$name - fi - done - - if [[ -n "$redefined" ]]; then - builtin echo "SOME CORE COMMANDS HAVE BEEN REDEFINED: $redefined" - else - builtin echo "All core commands are defined normally" - fi - -} - -function _omz_diag_dump_echo_file_w_header() { - local file=$1 - if [[ ( -f $file || -h $file ) ]]; then - builtin echo "========== $file ==========" - if [[ -h $file ]]; then - builtin echo "========== ( => ${file:A} ) ==========" - fi - command cat $file - builtin echo "========== end $file ==========" - builtin echo - elif [[ -d $file ]]; then - builtin echo "File '$file' is a directory" - elif [[ ! -e $file ]]; then - builtin echo "File '$file' does not exist" - else - command ls -lad "$file" - fi -} - -function _omz_diag_dump_os_specific_version() { - local osname osver version_file version_files - case "$OSTYPE" in - darwin*) - osname=$(command sw_vers -productName) - osver=$(command sw_vers -productVersion) - builtin echo "OS Version: $osname $osver build $(sw_vers -buildVersion)" - ;; - cygwin) - command systeminfo | command head -4 | command tail -2 - ;; - esac - - if builtin which lsb_release >/dev/null; then - builtin echo "OS Release: $(command lsb_release -s -d)" - fi - - version_files=( /etc/*-release(N) /etc/*-version(N) /etc/*_version(N) ) - for version_file in $version_files; do - builtin echo "$version_file:" - command cat "$version_file" - builtin echo - done -} - diff --git a/zsh/.oh-my-zsh_old/lib/directories.zsh b/zsh/.oh-my-zsh_old/lib/directories.zsh deleted file mode 100644 index cf87bd7..0000000 --- a/zsh/.oh-my-zsh_old/lib/directories.zsh +++ /dev/null @@ -1,38 +0,0 @@ -# Changing/making/removing directory -setopt auto_pushd -setopt pushd_ignore_dups -setopt pushdminus - -alias -g ...='../..' -alias -g ....='../../..' -alias -g .....='../../../..' -alias -g ......='../../../../..' - -alias -- -='cd -' -alias 1='cd -' -alias 2='cd -2' -alias 3='cd -3' -alias 4='cd -4' -alias 5='cd -5' -alias 6='cd -6' -alias 7='cd -7' -alias 8='cd -8' -alias 9='cd -9' - -alias md='mkdir -p' -alias rd=rmdir - -function d () { - if [[ -n $1 ]]; then - dirs "$@" - else - dirs -v | head -10 - fi -} -compdef _dirs d - -# List directory contents -alias lsa='ls -lah' -alias l='ls -lah' -alias ll='ls -lh' -alias la='ls -lAh' diff --git a/zsh/.oh-my-zsh_old/lib/functions.zsh b/zsh/.oh-my-zsh_old/lib/functions.zsh deleted file mode 100644 index 61dfa47..0000000 --- a/zsh/.oh-my-zsh_old/lib/functions.zsh +++ /dev/null @@ -1,224 +0,0 @@ -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 -} - -function uninstall_oh_my_zsh() { - env ZSH=$ZSH sh $ZSH/tools/uninstall.sh -} - -function upgrade_oh_my_zsh() { - env ZSH=$ZSH sh $ZSH/tools/upgrade.sh -} - -function take() { - mkdir -p $@ && cd ${@:$#} -} - -function open_command() { - local open_cmd - - # define the open command - case "$OSTYPE" in - darwin*) open_cmd='open' ;; - cygwin*) open_cmd='cygstart' ;; - linux*) [[ "$(uname -r)" != *icrosoft* ]] && open_cmd='nohup xdg-open' || { - open_cmd='cmd.exe /c start ""' - [[ -e "$1" ]] && { 1="$(wslpath -w "${1:a}")" || return 1 } - } ;; - msys*) open_cmd='start ""' ;; - *) echo "Platform $OSTYPE not supported" - return 1 - ;; - esac - - ${=open_cmd} "$@" &>/dev/null -} - -# -# Get the value of an alias. -# -# Arguments: -# 1. alias - The alias to get its value from -# STDOUT: -# The value of alias $1 (if it has one). -# Return value: -# 0 if the alias was found, -# 1 if it does not exist -# -function alias_value() { - (( $+aliases[$1] )) && echo $aliases[$1] -} - -# -# Try to get the value of an alias, -# otherwise return the input. -# -# Arguments: -# 1. alias - The alias to get its value from -# STDOUT: -# The value of alias $1, or $1 if there is no alias $1. -# Return value: -# Always 0 -# -function try_alias_value() { - alias_value "$1" || echo "$1" -} - -# -# Set variable "$1" to default value "$2" if "$1" is not yet defined. -# -# Arguments: -# 1. name - The variable to set -# 2. val - The default value -# Return value: -# 0 if the variable exists, 3 if it was set -# -function default() { - (( $+parameters[$1] )) && return 0 - typeset -g "$1"="$2" && return 3 -} - -# -# Set environment variable "$1" to default value "$2" if "$1" is not yet defined. -# -# Arguments: -# 1. name - The env variable to set -# 2. val - The default value -# Return value: -# 0 if the env variable exists, 3 if it was set -# -function env_default() { - (( ${${(@f):-$(typeset +xg)}[(I)$1]} )) && return 0 - export "$1=$2" && return 3 -} - - -# Required for $langinfo -zmodload zsh/langinfo - -# URL-encode a string -# -# Encodes a string using RFC 2396 URL-encoding (%-escaped). -# See: https://www.ietf.org/rfc/rfc2396.txt -# -# By default, reserved characters and unreserved "mark" characters are -# not escaped by this function. This allows the common usage of passing -# an entire URL in, and encoding just special characters in it, with -# the expectation that reserved and mark characters are used appropriately. -# The -r and -m options turn on escaping of the reserved and mark characters, -# respectively, which allows arbitrary strings to be fully escaped for -# embedding inside URLs, where reserved characters might be misinterpreted. -# -# Prints the encoded string on stdout. -# Returns nonzero if encoding failed. -# -# Usage: -# omz_urlencode [-r] [-m] [-P] -# -# -r causes reserved characters (;/?:@&=+$,) to be escaped -# -# -m causes "mark" characters (_.!~*''()-) to be escaped -# -# -P causes spaces to be encoded as '%20' instead of '+' -function omz_urlencode() { - emulate -L zsh - zparseopts -D -E -a opts r m P - - local in_str=$1 - local url_str="" - local spaces_as_plus - if [[ -z $opts[(r)-P] ]]; then spaces_as_plus=1; fi - local str="$in_str" - - # URLs must use UTF-8 encoding; convert str to UTF-8 if required - local encoding=$langinfo[CODESET] - local safe_encodings - safe_encodings=(UTF-8 utf8 US-ASCII) - if [[ -z ${safe_encodings[(r)$encoding]} ]]; then - str=$(echo -E "$str" | iconv -f $encoding -t UTF-8) - if [[ $? != 0 ]]; then - echo "Error converting string from $encoding to UTF-8" >&2 - return 1 - fi - fi - - # Use LC_CTYPE=C to process text byte-by-byte - local i byte ord LC_ALL=C - export LC_ALL - local reserved=';/?:@&=+$,' - local mark='_.!~*''()-' - local dont_escape="[A-Za-z0-9" - if [[ -z $opts[(r)-r] ]]; then - dont_escape+=$reserved - fi - # $mark must be last because of the "-" - if [[ -z $opts[(r)-m] ]]; then - dont_escape+=$mark - fi - dont_escape+="]" - - # Implemented to use a single printf call and avoid subshells in the loop, - # for performance (primarily on Windows). - local url_str="" - for (( i = 1; i <= ${#str}; ++i )); do - byte="$str[i]" - if [[ "$byte" =~ "$dont_escape" ]]; then - url_str+="$byte" - else - if [[ "$byte" == " " && -n $spaces_as_plus ]]; then - url_str+="+" - else - ord=$(( [##16] #byte )) - url_str+="%$ord" - fi - fi - done - echo -E "$url_str" -} - -# URL-decode a string -# -# Decodes a RFC 2396 URL-encoded (%-escaped) string. -# This decodes the '+' and '%' escapes in the input string, and leaves -# other characters unchanged. Does not enforce that the input is a -# valid URL-encoded string. This is a convenience to allow callers to -# pass in a full URL or similar strings and decode them for human -# presentation. -# -# Outputs the encoded string on stdout. -# Returns nonzero if encoding failed. -# -# Usage: -# omz_urldecode - prints decoded string followed by a newline -function omz_urldecode { - emulate -L zsh - local encoded_url=$1 - - # Work bytewise, since URLs escape UTF-8 octets - local caller_encoding=$langinfo[CODESET] - local LC_ALL=C - export LC_ALL - - # Change + back to ' ' - local tmp=${encoded_url:gs/+/ /} - # Protect other escapes to pass through the printf unchanged - tmp=${tmp:gs/\\/\\\\/} - # Handle %-escapes by turning them into `\xXX` printf escapes - tmp=${tmp:gs/%/\\x/} - local decoded - eval "decoded=\$'$tmp'" - - # Now we have a UTF-8 encoded string in the variable. We need to re-encode - # it if caller is in a non-UTF-8 locale. - local safe_encodings - safe_encodings=(UTF-8 utf8 US-ASCII) - if [[ -z ${safe_encodings[(r)$caller_encoding]} ]]; then - decoded=$(echo -E "$decoded" | iconv -f UTF-8 -t $caller_encoding) - if [[ $? != 0 ]]; then - echo "Error converting string from UTF-8 to $caller_encoding" >&2 - return 1 - fi - fi - - echo -E "$decoded" -} diff --git a/zsh/.oh-my-zsh_old/lib/git.zsh b/zsh/.oh-my-zsh_old/lib/git.zsh deleted file mode 100644 index 2054fe2..0000000 --- a/zsh/.oh-my-zsh_old/lib/git.zsh +++ /dev/null @@ -1,201 +0,0 @@ -# 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 - echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$(parse_git_dirty)$ZSH_THEME_GIT_PROMPT_SUFFIX" - fi -} - -# Checks if working tree is dirty -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 - FLAGS+='--untracked-files=no' - fi - case "$GIT_STATUS_IGNORE_SUBMODULES" in - git) - # let git decide (this respects per-repo config in .gitmodules) - ;; - *) - # if unset: ignore dirty submodules - # other values are passed to --ignore-submodules - FLAGS+="--ignore-submodules=${GIT_STATUS_IGNORE_SUBMODULES:-dirty}" - ;; - esac - STATUS=$(command git status ${FLAGS} 2> /dev/null | tail -n1) - fi - if [[ -n $STATUS ]]; then - echo "$ZSH_THEME_GIT_PROMPT_DIRTY" - else - echo "$ZSH_THEME_GIT_PROMPT_CLEAN" - fi -} - -# 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\/} - 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) - - if [[ $ahead -eq 0 ]] && [[ $behind -eq 0 ]]; then - git_remote_status="$ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE" - elif [[ $ahead -gt 0 ]] && [[ $behind -eq 0 ]]; then - git_remote_status="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE" - git_remote_status_detailed="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE$((ahead))%{$reset_color%}" - elif [[ $behind -gt 0 ]] && [[ $ahead -eq 0 ]]; then - git_remote_status="$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE" - git_remote_status_detailed="$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE$((behind))%{$reset_color%}" - elif [[ $ahead -gt 0 ]] && [[ $behind -gt 0 ]]; then - git_remote_status="$ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE" - git_remote_status_detailed="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE$((ahead))%{$reset_color%}$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE$((behind))%{$reset_color%}" - fi - - if [[ -n $ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_DETAILED ]]; then - git_remote_status="$ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_PREFIX$remote$git_remote_status_detailed$ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_SUFFIX" - fi - - echo $git_remote_status - fi -} - -# Outputs the name of the current branch -# Usage example: git pull origin $(git_current_branch) -# Using '--quiet' with 'symbolic-ref' will not cause a fatal error (128) if -# 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) - local ret=$? - if [[ $ret != 0 ]]; then - [[ $ret == 128 ]] && return # no git repo. - ref=$(command git rev-parse --short HEAD 2> /dev/null) || return - fi - echo ${ref#refs/heads/} -} - - -# 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 [[ -n "$commits" && "$commits" != 0 ]]; then - echo "$ZSH_THEME_GIT_COMMITS_AHEAD_PREFIX$commits$ZSH_THEME_GIT_COMMITS_AHEAD_SUFFIX" - fi - fi -} - -# 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 [[ -n "$commits" && "$commits" != 0 ]]; then - echo "$ZSH_THEME_GIT_COMMITS_BEHIND_PREFIX$commits$ZSH_THEME_GIT_COMMITS_BEHIND_SUFFIX" - fi - fi -} - -# 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 - 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 - 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 - echo "$ZSH_THEME_GIT_PROMPT_REMOTE_EXISTS" - else - echo "$ZSH_THEME_GIT_PROMPT_REMOTE_MISSING" - fi -} - -# 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" -} - -# 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" -} - -# 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" - 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" - 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" - 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 -} - -# 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 -} - -# 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 -} diff --git a/zsh/.oh-my-zsh_old/lib/grep.zsh b/zsh/.oh-my-zsh_old/lib/grep.zsh deleted file mode 100644 index abc1650..0000000 --- a/zsh/.oh-my-zsh_old/lib/grep.zsh +++ /dev/null @@ -1,28 +0,0 @@ -# is x grep argument available? -grep-flag-available() { - echo | grep $1 "" >/dev/null 2>&1 -} - -GREP_OPTIONS="" - -# color grep results -if grep-flag-available --color=auto; then - GREP_OPTIONS+=" --color=auto" -fi - -# ignore VCS folders (if the necessary grep flags are available) -VCS_FOLDERS="{.bzr,CVS,.git,.hg,.svn}" - -if grep-flag-available --exclude-dir=.cvs; then - GREP_OPTIONS+=" --exclude-dir=$VCS_FOLDERS" -elif grep-flag-available --exclude=.cvs; then - GREP_OPTIONS+=" --exclude=$VCS_FOLDERS" -fi - -# export grep settings -alias grep="grep $GREP_OPTIONS" - -# clean up -unset GREP_OPTIONS -unset VCS_FOLDERS -unfunction grep-flag-available diff --git a/zsh/.oh-my-zsh_old/lib/history.zsh b/zsh/.oh-my-zsh_old/lib/history.zsh deleted file mode 100644 index 52e45bf..0000000 --- a/zsh/.oh-my-zsh_old/lib/history.zsh +++ /dev/null @@ -1,40 +0,0 @@ -## History wrapper -function omz_history { - local clear list - zparseopts -E c=clear l=list - - if [[ -n "$clear" ]]; then - # if -c provided, clobber the history file - echo -n >| "$HISTFILE" - echo >&2 History file deleted. Reload the session to see its effects. - elif [[ -n "$list" ]]; then - # if -l provided, run as if calling `fc' directly - builtin fc "$@" - else - # unless a number is provided, show all history events (starting from 1) - [[ ${@[-1]-} = *[0-9]* ]] && builtin fc -l "$@" || builtin fc -l "$@" 1 - fi -} - -# Timestamp format -case ${HIST_STAMPS-} in - "mm/dd/yyyy") alias history='omz_history -f' ;; - "dd.mm.yyyy") alias history='omz_history -E' ;; - "yyyy-mm-dd") alias history='omz_history -i' ;; - "") alias history='omz_history' ;; - *) alias history="omz_history -t '$HIST_STAMPS'" ;; -esac - -## History file configuration -[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history" -HISTSIZE=50000 -SAVEHIST=10000 - -## History command configuration -setopt extended_history # record timestamp of command in HISTFILE -setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE -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/zsh/.oh-my-zsh_old/lib/key-bindings.zsh b/zsh/.oh-my-zsh_old/lib/key-bindings.zsh deleted file mode 100644 index 0e056dc..0000000 --- a/zsh/.oh-my-zsh_old/lib/key-bindings.zsh +++ /dev/null @@ -1,93 +0,0 @@ -# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html -# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Builtins -# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Standard-Widgets - -# Make sure that the terminal is in application mode when zle is active, since -# only then values from $terminfo are valid -if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then - function zle-line-init() { - echoti smkx - } - function zle-line-finish() { - echoti rmkx - } - zle -N zle-line-init - zle -N zle-line-finish -fi - -bindkey -e # Use emacs key bindings - -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 - -# 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 -zle -N edit-command-line -bindkey '\C-x\C-e' edit-command-line - -# file rename magick -bindkey "^[m" copy-prev-shell-word - -# consider emacs keybindings: - -#bindkey -e ## emacs key bindings -# -#bindkey '^[[A' up-line-or-search -#bindkey '^[[B' down-line-or-search -#bindkey '^[^[[C' emacs-forward-word -#bindkey '^[^[[D' emacs-backward-word -# -#bindkey -s '^X^Z' '%-^M' -#bindkey '^[e' expand-cmd-path -#bindkey '^[^I' reverse-menu-complete -#bindkey '^X^N' accept-and-infer-next-history -#bindkey '^W' kill-region -#bindkey '^I' complete-word -## Fix weird sequence that rxvt produces -#bindkey -s '^[[Z' '\t' -# diff --git a/zsh/.oh-my-zsh_old/lib/misc.zsh b/zsh/.oh-my-zsh_old/lib/misc.zsh deleted file mode 100644 index 61571af..0000000 --- a/zsh/.oh-my-zsh_old/lib/misc.zsh +++ /dev/null @@ -1,35 +0,0 @@ -autoload -Uz is-at-least - -# *-magic is known buggy in some versions; disable if so -if [[ $DISABLE_MAGIC_FUNCTIONS != true ]]; then - for d in $fpath; do - if [[ -e "$d/url-quote-magic" ]]; then - if is-at-least 5.1; then - autoload -Uz bracketed-paste-magic - zle -N bracketed-paste bracketed-paste-magic - fi - autoload -Uz url-quote-magic - zle -N self-insert url-quote-magic - break - fi - done -fi - -## jobs -setopt long_list_jobs - -env_default 'PAGER' 'less' -env_default 'LESS' '-R' - -## super user alias -alias _='sudo ' - -## more intelligent acking for ubuntu users -if which ack-grep &> /dev/null; then - alias afind='ack-grep -il' -else - alias afind='ack -il' -fi - -# recognize comments -setopt interactivecomments diff --git a/zsh/.oh-my-zsh_old/lib/nvm.zsh b/zsh/.oh-my-zsh_old/lib/nvm.zsh deleted file mode 100644 index 4a8b681..0000000 --- a/zsh/.oh-my-zsh_old/lib/nvm.zsh +++ /dev/null @@ -1,9 +0,0 @@ -# get the 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} - echo "${ZSH_THEME_NVM_PROMPT_PREFIX}${nvm_prompt}${ZSH_THEME_NVM_PROMPT_SUFFIX}" -} diff --git a/zsh/.oh-my-zsh_old/lib/prompt_info_functions.zsh b/zsh/.oh-my-zsh_old/lib/prompt_info_functions.zsh deleted file mode 100644 index 5069c4b..0000000 --- a/zsh/.oh-my-zsh_old/lib/prompt_info_functions.zsh +++ /dev/null @@ -1,42 +0,0 @@ -# *_prompt_info functions for usage in your prompt -# -# Plugin creators, please add your *_prompt_info function to the list -# of dummy implementations to help theme creators not receiving errors -# without the need of implementing conditional clauses. -# -# See also lib/bzr.zsh, lib/git.zsh and lib/nvm.zsh for -# git_prompt_info, bzr_prompt_info and nvm_prompt_info - -# Dummy implementations that return false to prevent command_not_found -# errors with themes, that implement these functions -# Real implementations will be used when the respective plugins are loaded -function chruby_prompt_info \ - rbenv_prompt_info \ - hg_prompt_info \ - pyenv_prompt_info \ - svn_prompt_info \ - vi_mode_prompt_info \ - virtualenv_prompt_info \ - jenv_prompt_info \ -{ - return 1 -} - -# oh-my-zsh supports an rvm prompt by default -# get the name of the rvm ruby version -function rvm_prompt_info() { - [ -f $HOME/.rvm/bin/rvm-prompt ] || return 1 - local rvm_prompt - rvm_prompt=$($HOME/.rvm/bin/rvm-prompt ${=ZSH_THEME_RVM_PROMPT_OPTIONS} 2>/dev/null) - [[ -z "${rvm_prompt}" ]] && return 1 - echo "${ZSH_THEME_RUBY_PROMPT_PREFIX}${rvm_prompt}${ZSH_THEME_RUBY_PROMPT_SUFFIX}" -} - -ZSH_THEME_RVM_PROMPT_OPTIONS="i v g" - - -# use this to enable users to see their ruby version, no matter which -# version management system they use -function ruby_prompt_info() { - echo $(rvm_prompt_info || rbenv_prompt_info || chruby_prompt_info) -} diff --git a/zsh/.oh-my-zsh_old/lib/spectrum.zsh b/zsh/.oh-my-zsh_old/lib/spectrum.zsh deleted file mode 100644 index 312ab22..0000000 --- a/zsh/.oh-my-zsh_old/lib/spectrum.zsh +++ /dev/null @@ -1,37 +0,0 @@ -#! /bin/zsh -# A script to make using 256 colors in zsh less painful. -# P.C. Shyamshankar -# Copied from https://github.com/sykora/etc/blob/master/zsh/functions/spectrum/ - -typeset -AHg FX FG BG - -FX=( - reset "%{%}" - bold "%{%}" no-bold "%{%}" - italic "%{%}" no-italic "%{%}" - underline "%{%}" no-underline "%{%}" - blink "%{%}" no-blink "%{%}" - reverse "%{%}" no-reverse "%{%}" -) - -for color in {000..255}; do - FG[$color]="%{[38;5;${color}m%}" - BG[$color]="%{[48;5;${color}m%}" -done - - -ZSH_SPECTRUM_TEXT=${ZSH_SPECTRUM_TEXT:-Arma virumque cano Troiae qui primus ab oris} - -# Show all 256 colors with color number -function spectrum_ls() { - for code in {000..255}; do - print -P -- "$code: %{$FG[$code]%}$ZSH_SPECTRUM_TEXT%{$reset_color%}" - done -} - -# Show all 256 colors where the background is set to specific color -function spectrum_bls() { - for code in {000..255}; do - print -P -- "$code: %{$BG[$code]%}$ZSH_SPECTRUM_TEXT%{$reset_color%}" - done -} diff --git a/zsh/.oh-my-zsh_old/lib/termsupport.zsh b/zsh/.oh-my-zsh_old/lib/termsupport.zsh deleted file mode 100644 index f5e367f..0000000 --- a/zsh/.oh-my-zsh_old/lib/termsupport.zsh +++ /dev/null @@ -1,106 +0,0 @@ -# Set terminal window and tab/icon title -# -# usage: title short_tab_title [long_window_title] -# -# See: http://www.faqs.org/docs/Linux-mini/Xterm-Title.html#ss3.1 -# Fully supports screen, iterm, and probably most modern xterm and rxvt -# (In screen, only short_tab_title is used) -# Limited support for Apple Terminal (Terminal can't set window and tab separately) -function title { - emulate -L zsh - setopt prompt_subst - - [[ "$EMACS" == *term* ]] && return - - # if $2 is unset use $1 as default - # if it is set and empty, leave it as is - : ${2=$1} - - case "$TERM" in - cygwin|xterm*|putty*|rxvt*|ansi) - 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 - ;; - *) - 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 - else - # Try to use terminfo to set the title - # If the feature is available set title - if [[ -n "$terminfo[fsl]" ]] && [[ -n "$terminfo[tsl]" ]]; then - echoti tsl - print -Pn "$1" - echoti fsl - fi - fi - ;; - esac -} - -ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD -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" -fi - -# Runs before showing the prompt -function omz_termsupport_precmd { - emulate -L zsh - - if [[ "$DISABLE_AUTO_TITLE" == true ]]; then - return - fi - - title $ZSH_THEME_TERM_TAB_TITLE_IDLE $ZSH_THEME_TERM_TITLE_IDLE -} - -# Runs before executing the command -function omz_termsupport_preexec { - emulate -L zsh - setopt extended_glob - - if [[ "$DISABLE_AUTO_TITLE" == true ]]; then - return - fi - - # cmd name only, or if this is sudo or ssh, the next cmd - local CMD=${1[(wr)^(*=*|sudo|ssh|mosh|rake|-*)]:gs/%/%%} - local LINE="${2:gs/%/%%}" - - title '$CMD' '%100>...>$LINE%<<' -} - -autoload -U add-zsh-hook -add-zsh-hook precmd omz_termsupport_precmd -add-zsh-hook preexec omz_termsupport_preexec - - -# Keep Apple Terminal.app's current working directory updated -# Based on this answer: https://superuser.com/a/315029 -# With extra fixes to handle multibyte chars and non-UTF-8 locales - -if [[ "$TERM_PROGRAM" == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]]; then - # Emits the control sequence to notify Terminal.app of the cwd - # Identifies the directory using a file: URI scheme, including - # the host name to disambiguate local vs. remote paths. - function update_terminalapp_cwd() { - emulate -L zsh - - # Percent-encode the pathname. - local URL_PATH="$(omz_urlencode -P $PWD)" - [[ $? != 0 ]] && return 1 - - # Undocumented Terminal.app-specific control sequence - printf '\e]7;%s\a' "file://$HOST$URL_PATH" - } - - # Use a precmd hook instead of a chpwd hook to avoid contaminating output - add-zsh-hook precmd update_terminalapp_cwd - # Run once to get initial cwd set - update_terminalapp_cwd -fi diff --git a/zsh/.oh-my-zsh_old/lib/theme-and-appearance.zsh b/zsh/.oh-my-zsh_old/lib/theme-and-appearance.zsh deleted file mode 100644 index 5016d86..0000000 --- a/zsh/.oh-my-zsh_old/lib/theme-and-appearance.zsh +++ /dev/null @@ -1,54 +0,0 @@ -# ls colors -autoload -U colors && colors - -# Enable ls colors -export LSCOLORS="Gxfxcxdxbxegedabagacad" - -# TODO organise this chaotic logic - -if [[ "$DISABLE_LS_COLORS" != "true" ]]; then - # Find the option for using colors in ls, depending on the version - if [[ "$OSTYPE" == netbsd* ]]; then - # On NetBSD, test if "gls" (GNU ls) is installed (this one supports colors); - # otherwise, leave ls as is, because NetBSD's ls doesn't support -G - gls --color -d . &>/dev/null && alias ls='gls --color=tty' - elif [[ "$OSTYPE" == openbsd* ]]; then - # On OpenBSD, "gls" (ls from GNU coreutils) and "colorls" (ls from base, - # with color and multibyte support) are available from ports. "colorls" - # will be installed on purpose and can't be pulled in by installing - # coreutils, so prefer it to "gls". - gls --color -d . &>/dev/null && alias ls='gls --color=tty' - colorls -G -d . &>/dev/null && alias ls='colorls -G' - elif [[ "$OSTYPE" == (darwin|freebsd)* ]]; then - # this is a good alias, it works by default just using $LSCOLORS - ls -G . &>/dev/null && alias ls='ls -G' - - # only use coreutils ls if there is a dircolors customization present ($LS_COLORS or .dircolors file) - # otherwise, gls will use the default color scheme which is ugly af - [[ -n "$LS_COLORS" || -f "$HOME/.dircolors" ]] && gls --color -d . &>/dev/null && alias ls='gls --color=tty' - else - # For GNU ls, we use the default ls color theme. They can later be overwritten by themes. - if [[ -z "$LS_COLORS" ]]; then - (( $+commands[dircolors] )) && eval "$(dircolors -b)" - fi - - ls --color -d . &>/dev/null && alias ls='ls --color=tty' || { ls -G . &>/dev/null && alias ls='ls -G' } - - # Take advantage of $LS_COLORS for completion as well. - zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" - fi -fi - -setopt auto_cd -setopt multios -setopt prompt_subst - -[[ -n "$WINDOW" ]] && SCREEN_NO="%B$WINDOW%b " || SCREEN_NO="" - -# git theming default: Variables for theming the git info prompt -ZSH_THEME_GIT_PROMPT_PREFIX="git:(" # Prefix at the very beginning of the prompt, before the branch name -ZSH_THEME_GIT_PROMPT_SUFFIX=")" # At the very end of the prompt -ZSH_THEME_GIT_PROMPT_DIRTY="*" # Text to display if the branch is dirty -ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is clean -ZSH_THEME_RUBY_PROMPT_PREFIX="(" -ZSH_THEME_RUBY_PROMPT_SUFFIX=")" diff --git a/zsh/.oh-my-zsh_old/log/.gitkeep b/zsh/.oh-my-zsh_old/log/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/zsh/.oh-my-zsh_old/oh-my-zsh.sh b/zsh/.oh-my-zsh_old/oh-my-zsh.sh deleted file mode 100644 index c3fae6e..0000000 --- a/zsh/.oh-my-zsh_old/oh-my-zsh.sh +++ /dev/null @@ -1,121 +0,0 @@ -# Set ZSH_CACHE_DIR to the path where cache files should be created -# or else we will use the default cache/ -if [[ -z "$ZSH_CACHE_DIR" ]]; then - ZSH_CACHE_DIR="$ZSH/cache" -fi - -# Migrate .zsh-update file to $ZSH_CACHE_DIR -if [ -f ~/.zsh-update ] && [ ! -f ${ZSH_CACHE_DIR}/.zsh-update ]; then - mv ~/.zsh-update ${ZSH_CACHE_DIR}/.zsh-update -fi - -# Check for updates on initial load... -if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then - env ZSH=$ZSH ZSH_CACHE_DIR=$ZSH_CACHE_DIR DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh -fi - -# Initializes Oh My Zsh - -# add a function path -fpath=($ZSH/functions $ZSH/completions $fpath) - -# Load all stock functions (from $fpath files) called below. -autoload -U compaudit compinit - -# Set ZSH_CUSTOM to the path where your custom config files -# and plugins exists, or else we will use the default custom/ -if [[ -z "$ZSH_CUSTOM" ]]; then - ZSH_CUSTOM="$ZSH/custom" -fi - - -is_plugin() { - local base_dir=$1 - local name=$2 - builtin test -f $base_dir/plugins/$name/$name.plugin.zsh \ - || builtin test -f $base_dir/plugins/$name/_$name -} - -# Add all defined plugins to fpath. This must be done -# before running compinit. -for plugin ($plugins); do - if is_plugin $ZSH_CUSTOM $plugin; then - fpath=($ZSH_CUSTOM/plugins/$plugin $fpath) - elif is_plugin $ZSH $plugin; then - fpath=($ZSH/plugins/$plugin $fpath) - else - echo "[oh-my-zsh] plugin '$plugin' not found" - fi -done - -# Figure out the SHORT hostname -if [[ "$OSTYPE" = darwin* ]]; then - # macOS's $HOST changes with dhcp, etc. Use ComputerName if possible. - SHORT_HOST=$(scutil --get ComputerName 2>/dev/null) || SHORT_HOST=${HOST/.*/} -else - SHORT_HOST=${HOST/.*/} -fi - -# Save the location of the current completion dump file. -if [ -z "$ZSH_COMPDUMP" ]; then - ZSH_COMPDUMP="${ZDOTDIR:-${HOME}}/.zcompdump-${SHORT_HOST}-${ZSH_VERSION}" -fi - -if [[ $ZSH_DISABLE_COMPFIX != true ]]; then - source $ZSH/lib/compfix.zsh - # If completion insecurities exist, warn the user - handle_completion_insecurities - # Load only from secure directories - compinit -i -C -d "${ZSH_COMPDUMP}" -else - # If the user wants it, load from all found directories - compinit -u -C -d "${ZSH_COMPDUMP}" -fi - - -# Load all of the config files in ~/oh-my-zsh that end in .zsh -# TIP: Add files you don't want in git to .gitignore -for config_file ($ZSH/lib/*.zsh); do - custom_config_file="${ZSH_CUSTOM}/lib/${config_file:t}" - [ -f "${custom_config_file}" ] && config_file=${custom_config_file} - source $config_file -done - -# Load all of the plugins that were defined in ~/.zshrc -for plugin ($plugins); do - if [ -f $ZSH_CUSTOM/plugins/$plugin/$plugin.plugin.zsh ]; then - source $ZSH_CUSTOM/plugins/$plugin/$plugin.plugin.zsh - elif [ -f $ZSH/plugins/$plugin/$plugin.plugin.zsh ]; then - source $ZSH/plugins/$plugin/$plugin.plugin.zsh - fi -done - -# Load all of your custom configurations from custom/ -for config_file ($ZSH_CUSTOM/*.zsh(N)); do - source $config_file -done -unset config_file - -# Load the theme -if [[ "$ZSH_THEME" == "random" ]]; then - if [[ "${(t)ZSH_THEME_RANDOM_CANDIDATES}" = "array" ]] && [[ "${#ZSH_THEME_RANDOM_CANDIDATES[@]}" -gt 0 ]]; then - themes=($ZSH/themes/${^ZSH_THEME_RANDOM_CANDIDATES}.zsh-theme) - else - themes=($ZSH/themes/*zsh-theme) - fi - N=${#themes[@]} - ((N=(RANDOM%N)+1)) - RANDOM_THEME=${themes[$N]} - source "$RANDOM_THEME" - echo "[oh-my-zsh] Random theme '$RANDOM_THEME' loaded..." -else - if [ ! "$ZSH_THEME" = "" ]; then - if [ -f "$ZSH_CUSTOM/$ZSH_THEME.zsh-theme" ]; then - source "$ZSH_CUSTOM/$ZSH_THEME.zsh-theme" - elif [ -f "$ZSH_CUSTOM/themes/$ZSH_THEME.zsh-theme" ]; then - source "$ZSH_CUSTOM/themes/$ZSH_THEME.zsh-theme" - else - source "$ZSH/themes/$ZSH_THEME.zsh-theme" - fi - fi -fi diff --git a/zsh/.oh-my-zsh_old/plugins/adb/README.md b/zsh/.oh-my-zsh_old/plugins/adb/README.md deleted file mode 100644 index 83dcc72..0000000 --- a/zsh/.oh-my-zsh_old/plugins/adb/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# adb autocomplete plugin - -* Adds autocomplete options for all adb commands. -* Add autocomplete for `adb -s` - -## Requirements - -In order to make this work, you will need to have the Android adb tools set up in your path. diff --git a/zsh/.oh-my-zsh_old/plugins/adb/_adb b/zsh/.oh-my-zsh_old/plugins/adb/_adb deleted file mode 100644 index 78c4577..0000000 --- a/zsh/.oh-my-zsh_old/plugins/adb/_adb +++ /dev/null @@ -1,67 +0,0 @@ -#compdef adb -#autoload - -# in order to make this work, you will need to have the android adb tools - -# adb zsh completion, based on homebrew completion - -local -a _1st_arguments -_1st_arguments=( -'bugreport:return all information from the device that should be included in a bug report.' -'connect:connect to a device via TCP/IP Port 5555 is default.' -'devices:list all connected devices' -'disconnect:disconnect from a TCP/IP device. Port 5555 is default.' -'emu:run emulator console command' -'forward:forward socket connections' -'get-devpath:print the device path' -'get-serialno:print the serial number of the device' -'get-state:print the current state of the device: offline | bootloader | device' -'help:show the help message' -'install:push this package file to the device and install it' -'jdwp:list PIDs of processes hosting a JDWP transport' -'keygen:generate adb public/private key' -'kill-server:kill the server if it is running' -'logcat:view device log' -'pull:copy file/dir from device' -'push:copy file/dir to device' -'reboot:reboots the device, optionally into the bootloader or recovery program' -'reboot-bootloader:reboots the device into the bootloader' -'remount:remounts the partitions on the device read-write' -'root:restarts the adbd daemon with root permissions' -'sideload:push a ZIP to device and install it' -'shell:run remote shell interactively' -'sync:copy host->device only if changed (-l means list but dont copy)' -'start-server:ensure that there is a server running' -'tcpip:restart host adb in tcpip mode' -'uninstall:remove this app package from the device' -'usb:restart the adbd daemon listing on USB' -'version:show version num' -'wait-for-device:block until device is online' -) - -local expl -local -a pkgs installed_pkgs - -_arguments \ - '-s[devices]:specify device:->specify_device' \ - '*:: :->subcmds' && return 0 - -case "$state" in - specify_device) - _values -C 'devices' ${$(adb devices -l|awk 'NR>1&& $1 \ - {sub(/ +/," ",$0); \ - gsub(":","\\:",$1); \ - for(i=1;i<=NF;i++) { - if($i ~ /model:/) { split($i,m,":") } \ - else if($i ~ /product:/) { split($i,p,":") } } \ - printf "%s[%s(%s)] ",$1, p[2], m[2]}'):-""} - return - ;; -esac - -if (( CURRENT == 1 )); then - _describe -t commands "adb subcommand" _1st_arguments - return -fi - -_files diff --git a/zsh/.oh-my-zsh_old/plugins/alias-finder/README.md b/zsh/.oh-my-zsh_old/plugins/alias-finder/README.md deleted file mode 100644 index 409f4b6..0000000 --- a/zsh/.oh-my-zsh_old/plugins/alias-finder/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# alias-finder plugin - -This plugin searches the defined aliases and outputs any that match the command inputted. This makes learning new aliases easier. - -To use it, add `alias-finder` to the `plugins` array of your zshrc file: -``` -plugins=(... alias-finder) -``` - -## Usage -To see if there is an alias defined for the command, pass it as an argument to `alias-finder`. This can also run automatically before each command you input - add `ZSH_ALIAS_FINDER_AUTOMATIC=true` to your zshrc if you want this. - -## Options - -- Use `--longer` or `-l` to allow the aliases to be longer than the input (match aliases if they contain the input). -- Use `--exact` or `-e` to avoid matching aliases that are shorter than the input. - -## Examples -``` -$ alias-finder "git pull" -gl='git pull' -g=git -``` -``` -$ alias-finder "web_search google oh my zsh" -google='web_search google' -``` -``` -$ alias-finder "git commit -v" -gc="git commit -v" -g=git -``` -``` -$ alias-finder -e "git commit -v" -gc='git commit -v' -``` -``` -$ alias-finder -l "git commit -v" -gc='git commit -v' -'gc!'='git commit -v --amend' -gca='git commit -v -a' -'gca!'='git commit -v -a --amend' -'gcan!'='git commit -v -a --no-edit --amend' -'gcans!'='git commit -v -a -s --no-edit --amend' -'gcn!'='git commit -v --no-edit --amend' -``` diff --git a/zsh/.oh-my-zsh_old/plugins/alias-finder/alias-finder.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/alias-finder/alias-finder.plugin.zsh deleted file mode 100644 index caee9b5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/alias-finder/alias-finder.plugin.zsh +++ /dev/null @@ -1,47 +0,0 @@ -alias-finder() { - local cmd="" exact="" longer="" wordStart="" wordEnd="" multiWordEnd="" - for i in $@; do - case $i in - -e|--exact) exact=true;; - -l|--longer) longer=true;; - *) - if [[ -z $cmd ]]; then - cmd=$i - else - cmd="$cmd $i" - fi - ;; - esac - done - cmd=$(sed 's/[].\|$(){}?+*^[]/\\&/g' <<< $cmd) # adds escaping for grep - if (( $(wc -l <<< $cmd) == 1 )); then - while [[ $cmd != "" ]]; do - if [[ $longer = true ]]; then - wordStart="'{0,1}" - else - wordEnd="$" - multiWordEnd="'$" - fi - if [[ $cmd == *" "* ]]; then - local finder="'$cmd$multiWordEnd" - else - local finder=$wordStart$cmd$wordEnd - fi - alias | grep -E "=$finder" - if [[ $exact = true || $longer = true ]]; then - break - else - cmd=$(sed -E 's/ {0,1}[^ ]*$//' <<< $cmd) # removes last word - fi - done - fi -} - -preexec_alias-finder() { - if [[ $ZSH_ALIAS_FINDER_AUTOMATIC = true ]]; then - alias-finder $1 - fi -} - -autoload -U add-zsh-hook -add-zsh-hook preexec preexec_alias-finder diff --git a/zsh/.oh-my-zsh_old/plugins/ansible/README.md b/zsh/.oh-my-zsh_old/plugins/ansible/README.md deleted file mode 100644 index e0e6a19..0000000 --- a/zsh/.oh-my-zsh_old/plugins/ansible/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# ansible plugin - -## Introduction - -The `ansible plugin` adds several aliases for useful [ansible](https://docs.ansible.com/ansible/latest/index.html) commands and [aliases](#aliases). - -To use it, add `ansible` to the plugins array of your zshrc file: - -``` -plugins=(... ansible) -``` - -## Aliases - -| Command | Description | -|:-------------------------------------------|:--------------------------------------------------------------------| -| `ansible-version` / `aver` | Show the version on ansible installed in this host | -| `ansible-role-init ` / `arinit` | Creates the Ansible Role as per Ansible Galaxy standard | -| `a` | command `ansible` | -| `aconf` | command `ansible-config` | -| `acon` | command `ansible-console` | -| `ainv` | command `ansible-inventory` | -| `aplaybook` | command `ansible-playbook` | -| `ainv` | command `ansible-inventory` | -| `adoc` | command `ansible-doc` | -| `agal` | command `ansible-galaxy` | -| `apull` | command `ansible-pull` | -| `aval` | command `ansible-vault` | - -## Maintainer - -### [Deepankumar](https://github.com/deepan10) - -[https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin](https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin) diff --git a/zsh/.oh-my-zsh_old/plugins/ansible/ansible.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/ansible/ansible.plugin.zsh deleted file mode 100644 index f68ff23..0000000 --- a/zsh/.oh-my-zsh_old/plugins/ansible/ansible.plugin.zsh +++ /dev/null @@ -1,28 +0,0 @@ -# Functions -function ansible-version(){ - ansible --version -} - -function ansible-role-init(){ - if ! [ -z $1] ; then - echo "Ansible Role : $1 Creating...." - ansible-galaxy init $1 - tree $1 - else - echo "Usage : ansible-role-init " - echo "Example : ansible-role-init role1" - fi -} - -# Alias -alias a='ansible ' -alias aconf='ansible-config ' -alias acon='ansible-console ' -alias aver='ansible-version' -alias arinit='ansible-role-init' -alias aplaybook='ansible-playbook ' -alias ainv='ansible-inventory ' -alias adoc='ansible-doc ' -alias agal='ansible-galaxy ' -alias apull='ansible-pull ' -alias aval='ansible-vault' \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/plugins/ant/README.md b/zsh/.oh-my-zsh_old/plugins/ant/README.md deleted file mode 100644 index 5f88984..0000000 --- a/zsh/.oh-my-zsh_old/plugins/ant/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Ant - -This plugin provides completion for [Ant](https://ant.apache.org/). - -To use it add ant to the plugins array in your zshrc file. - -```bash -plugins=(... ant) -``` - -It caches ant targets in a file named `.ant_targets`, you might want to add that to -your `.gitignore` file. diff --git a/zsh/.oh-my-zsh_old/plugins/ant/ant.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/ant/ant.plugin.zsh deleted file mode 100644 index 0b738c9..0000000 --- a/zsh/.oh-my-zsh_old/plugins/ant/ant.plugin.zsh +++ /dev/null @@ -1,16 +0,0 @@ -_ant_does_target_list_need_generating () { - [ ! -f .ant_targets ] && return 0; - [ build.xml -nt .ant_targets ] && return 0; - return 1; -} - -_ant () { - if [ -f build.xml ]; then - if _ant_does_target_list_need_generating; then - ant -p | awk -F " " 'NR > 5 { print lastTarget }{lastTarget = $1}' > .ant_targets - fi - compadd -- `cat .ant_targets` - fi -} - -compdef _ant ant diff --git a/zsh/.oh-my-zsh_old/plugins/apache2-macports/README.md b/zsh/.oh-my-zsh_old/plugins/apache2-macports/README.md deleted file mode 100644 index 099fc8d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/apache2-macports/README.md +++ /dev/null @@ -1,19 +0,0 @@ -## APACHE2 MACPORTS PLUGIN - - ---- - -### FEATURES - -| Alias | Function | Description | -|:--------------:|:-------------------------------------------------------------------------------|----------------------:| -| apache2restart | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart | Restart apache daemon | -| apache2start | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start | Start apache daemon | -| apache2stop | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop | Stop apache daemon | - ---- - -### CONTRIBUTORS - - Alexander Rinass (alex@rinass.net) - ---- diff --git a/zsh/.oh-my-zsh_old/plugins/apache2-macports/apache2-macports.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/apache2-macports/apache2-macports.plugin.zsh deleted file mode 100644 index 1caa4cf..0000000 --- a/zsh/.oh-my-zsh_old/plugins/apache2-macports/apache2-macports.plugin.zsh +++ /dev/null @@ -1,6 +0,0 @@ -# commands to control local apache2 server installation -# paths are for osx installation via macports - -alias apache2start='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start' -alias apache2stop='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop' -alias apache2restart='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart' diff --git a/zsh/.oh-my-zsh_old/plugins/arcanist/README.md b/zsh/.oh-my-zsh_old/plugins/arcanist/README.md deleted file mode 100644 index f2ca8cf..0000000 --- a/zsh/.oh-my-zsh_old/plugins/arcanist/README.md +++ /dev/null @@ -1,5 +0,0 @@ -## arcanist - -**Maintainer:** [@emzar](https://github.com/emzar) - -This plugin adds many useful aliases for [arcanist](https://github.com/phacility/arcanist). diff --git a/zsh/.oh-my-zsh_old/plugins/arcanist/arcanist.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/arcanist/arcanist.plugin.zsh deleted file mode 100644 index 3f4eb07..0000000 --- a/zsh/.oh-my-zsh_old/plugins/arcanist/arcanist.plugin.zsh +++ /dev/null @@ -1,21 +0,0 @@ -# -# Aliases -# (sorted alphabetically) -# - -alias ara='arc amend' -alias arb='arc branch' -alias arco='arc cover' -alias arci='arc commit' - -alias ard='arc diff' -alias ardnu='arc diff --nounit' -alias ardnupc='arc diff --nounit --plan-changes' -alias ardpc='arc diff --plan-changes' - -alias are='arc export' -alias arh='arc help' -alias arl='arc land' -alias arli='arc lint' -alias arls='arc list' -alias arpa='arc patch' diff --git a/zsh/.oh-my-zsh_old/plugins/archlinux/README.md b/zsh/.oh-my-zsh_old/plugins/archlinux/README.md deleted file mode 100644 index ff2b6a4..0000000 --- a/zsh/.oh-my-zsh_old/plugins/archlinux/README.md +++ /dev/null @@ -1,146 +0,0 @@ -# Archlinux plugin - -## Features - -#### YAY - -| Alias | Command | Description | -|---------|------------------------------------|---------------------------------------------------------------------| -| yaconf | yay -Pg | Print current configuration | -| yain | yay -S | Install packages from the repositories | -| yains | yay -U | Install a package from a local file | -| yainsd | yay -S --asdeps | Install packages as dependencies of another package | -| yaloc | yay -Qi | Display information about a package in the local database | -| yalocs | yay -Qs | Search for packages in the local database | -| yalst | yay -Qe | List installed packages including from AUR (tagged as "local") | -| yamir | yay -Syy | Force refresh of all package lists after updating mirrorlist | -| yaorph | yay -Qtd | Remove orphans using yay | -| yare | yay -R | Remove packages, keeping its settings and dependencies | -| yarem | yay -Rns | Remove packages, including its settings and unneeded dependencies | -| yarep | yay -Si | Display information about a package in the repositories | -| yareps | yay -Ss | Search for packages in the repositories | -| yaupg | yay -Syu | Sync with repositories before upgrading packages | -| yasu | yay -Syu --no-confirm | Same as `yaupg`, but without confirmation | - -#### TRIZEN - -| Alias | Command | Description | -|---------|------------------------------------|---------------------------------------------------------------------| -| trconf | trizen -C | Fix all configuration files with vimdiff | -| trin | trizen -S | Install packages from the repositories | -| trins | trizen -U | Install a package from a local file | -| trinsd | trizen -S --asdeps | Install packages as dependencies of another package | -| trloc | trizen -Qi | Display information about a package in the local database | -| trlocs | trizen -Qs | Search for packages in the local database | -| trlst | trizen -Qe | List installed packages including from AUR (tagged as "local") | -| trmir | trizen -Syy | Force refresh of all package lists after updating mirrorlist | -| trorph | trizen -Qtd | Remove orphans using yaourt | -| trre | trizen -R | Remove packages, keeping its settings and dependencies | -| trrem | trizen -Rns | Remove packages, including its settings and unneeded dependencies | -| trrep | trizen -Si | Display information about a package in the repositories | -| trreps | trizen -Ss | Search for packages in the repositories | -| trupd | trizen -Sy && sudo abs && sudo aur | Update and refresh local package, ABS and AUR databases | -| trupd | trizen -Sy && sudo abs | Update and refresh the local package and ABS databases | -| trupd | trizen -Sy && sudo aur | Update and refresh the local package and AUR databases | -| trupd | trizen -Sy | Update and refresh the local package database | -| trupg | trizen -Syua | Sync with repositories before upgrading all packages (from AUR too) | -| trsu | trizen -Syua --no-confirm | Same as `trupg`, but without confirmation | -| upgrade | trizen -Syu | Sync with repositories before upgrading packages | - -#### YAOURT - -| Alias | Command | Description | -|---------|------------------------------------|---------------------------------------------------------------------| -| yaconf | yaourt -C | Fix all configuration files with vimdiff | -| yain | yaourt -S | Install packages from the repositories | -| yains | yaourt -U | Install a package from a local file | -| yainsd | yaourt -S --asdeps | Install packages as dependencies of another package | -| yaloc | yaourt -Qi | Display information about a package in the local database | -| yalocs | yaourt -Qs | Search for packages in the local database | -| yalst | yaourt -Qe | List installed packages including from AUR (tagged as "local") | -| yamir | yaourt -Syy | Force refresh of all package lists after updating mirrorlist | -| yaorph | yaourt -Qtd | Remove orphans using yaourt | -| yare | yaourt -R | Remove packages, keeping its settings and dependencies | -| yarem | yaourt -Rns | Remove packages, including its settings and unneeded dependencies | -| yarep | yaourt -Si | Display information about a package in the repositories | -| yareps | yaourt -Ss | Search for packages in the repositories | -| yaupd | yaourt -Sy && sudo abs && sudo aur | Update and refresh local package, ABS and AUR databases | -| yaupd | yaourt -Sy && sudo abs | Update and refresh the local package and ABS databases | -| yaupd | yaourt -Sy && sudo aur | Update and refresh the local package and AUR databases | -| yaupd | yaourt -Sy | Update and refresh the local package database | -| yaupg | yaourt -Syua | Sync with repositories before upgrading all packages (from AUR too) | -| yasu | yaourt -Syua --no-confirm | Same as `yaupg`, but without confirmation | -| upgrade | yaourt -Syu | Sync with repositories before upgrading packages | - -#### PACAUR - -| Alias | Command | Description | -|---------|------------------------------------|---------------------------------------------------------------------| -| pain | pacaur -S | Install packages from the repositories | -| pains | pacaur -U | Install a package from a local file | -| painsd | pacaur -S --asdeps | Install packages as dependencies of another package | -| paloc | pacaur -Qi | Display information about a package in the local database | -| palocs | pacaur -Qs | Search for packages in the local database | -| palst | pacaur -Qe | List installed packages including from AUR (tagged as "local") | -| pamir | pacaur -Syy | Force refresh of all package lists after updating mirrorlist | -| paorph | pacaur -Qtd | Remove orphans using pacaur | -| pare | pacaur -R | Remove packages, keeping its settings and dependencies | -| parem | pacaur -Rns | Remove packages, including its settings and unneeded dependencies | -| parep | pacaur -Si | Display information about a package in the repositories | -| pareps | pacaur -Ss | Search for packages in the repositories | -| paupd | pacaur -Sy && sudo abs && sudo aur | Update and refresh local package, ABS and AUR databases | -| paupd | pacaur -Sy && sudo abs | Update and refresh the local package and ABS databases | -| paupd | pacaur -Sy && sudo aur | Update and refresh the local package and AUR databases | -| paupd | pacaur -Sy | Update and refresh the local package database | -| paupg | pacaur -Syua | Sync with repositories before upgrading all packages (from AUR too) | -| pasu | pacaur -Syua --no-confirm | Same as `paupg`, but without confirmation | -| upgrade | pacaur -Syu | Sync with repositories before upgrading packages | - -#### PACMAN - -| Alias | Command | Description | -|--------------|-----------------------------------------|--------------------------------------------------------------| -| pacin | sudo pacman -S | Install packages from the repositories | -| pacins | sudo pacman -U | Install a package from a local file | -| pacinsd | sudo pacman -S --asdeps | Install packages as dependencies of another package | -| pacloc | pacman -Qi | Display information about a package in the local database | -| paclocs | pacman -Qs | Search for packages in the local database | -| paclsorphans | sudo pacman -Qdt | List all orphaned packages | -| pacmir | sudo pacman -Syy | Force refresh of all package lists after updating mirrorlist | -| pacre | sudo pacman -R | Remove packages, keeping its settings and dependencies | -| pacrem | sudo pacman -Rns | Remove packages, including its settings and dependencies | -| pacrep | pacman -Si | Display information about a package in the repositories | -| pacreps | pacman -Ss | Search for packages in the repositories | -| pacrmorphans | sudo pacman -Rs $(pacman -Qtdq) | Delete all orphaned packages | -| pacupd | sudo pacman -Sy && sudo abs && sudo aur | Update and refresh the local package, ABS and AUR databases | -| pacupd | sudo pacman -Sy && sudo abs | Update and refresh the local package and ABS databases | -| pacupd | sudo pacman -Sy && sudo aur | Update and refresh the local package and AUR databases | -| pacupd | sudo pacman -Sy | Update and refresh the local package database | -| pacupg | sudo pacman -Syu | Sync with repositories before upgrading packages | -| upgrade | sudo pacman -Syu | Sync with repositories before upgrading packages | -| pacfileupg | sudo pacman -Fy | Download fresh package databases from the server | -| pacfiles | pacman -Fs | Search package file names for matching strings | -| pacls | pacman -Ql | List files in a package | -| pacown | pacman -Qo | Show which package owns a file | - -| Function | Description | -|----------------|------------------------------------------------------| -| pacdisowned | List all disowned files in your system | -| paclist | List all installed packages with a short description | -| pacmanallkeys | Get all keys for developers and trusted users | -| pacmansignkeys | Locally trust all keys passed as parameters | -| pacweb | Open the website of an ArchLinux package | - ---- - -## Contributors - -- Benjamin Boudreau - dreurmail@gmail.com -- Celso Miranda - contacto@celsomiranda.net -- KhasMek - Boushh@gmail.com -- Martin Putniorz - mputniorz@gmail.com -- MatthR3D - matthr3d@gmail.com -- ornicar - thibault.duplessis@gmail.com -- Juraj Fiala - doctorjellyface@riseup.net -- Majora320 (Moses Miller) - Majora320@gmail.com -- Ybalrid (Arthur Brainville) - ybalrid@ybalrid.info diff --git a/zsh/.oh-my-zsh_old/plugins/archlinux/archlinux.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/archlinux/archlinux.plugin.zsh deleted file mode 100644 index e0101c7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/archlinux/archlinux.plugin.zsh +++ /dev/null @@ -1,219 +0,0 @@ -if (( $+commands[trizen] )); then - alias trconf='trizen -C' - alias trupg='trizen -Syua' - alias trsu='trizen -Syua --noconfirm' - alias trin='trizen -S' - alias trins='trizen -U' - alias trre='trizen -R' - alias trrem='trizen -Rns' - alias trrep='trizen -Si' - alias trreps='trizen -Ss' - alias trloc='trizen -Qi' - alias trlocs='trizen -Qs' - alias trlst='trizen -Qe' - alias trorph='trizen -Qtd' - alias trinsd='trizen -S --asdeps' - alias trmir='trizen -Syy' - - - if (( $+commands[abs] && $+commands[aur] )); then - alias trupd='trizen -Sy && sudo abs && sudo aur' - elif (( $+commands[abs] )); then - alias trupd='trizen -Sy && sudo abs' - elif (( $+commands[aur] )); then - alias trupd='trizen -Sy && sudo aur' - else - alias trupd='trizen -Sy' - fi -fi - -if (( $+commands[yaourt] )); then - alias yaconf='yaourt -C' - alias yaupg='yaourt -Syua' - alias yasu='yaourt -Syua --noconfirm' - alias yain='yaourt -S' - alias yains='yaourt -U' - alias yare='yaourt -R' - alias yarem='yaourt -Rns' - alias yarep='yaourt -Si' - alias yareps='yaourt -Ss' - alias yaloc='yaourt -Qi' - alias yalocs='yaourt -Qs' - alias yalst='yaourt -Qe' - alias yaorph='yaourt -Qtd' - alias yainsd='yaourt -S --asdeps' - alias yamir='yaourt -Syy' - - - if (( $+commands[abs] && $+commands[aur] )); then - alias yaupd='yaourt -Sy && sudo abs && sudo aur' - elif (( $+commands[abs] )); then - alias yaupd='yaourt -Sy && sudo abs' - elif (( $+commands[aur] )); then - alias yaupd='yaourt -Sy && sudo aur' - else - alias yaupd='yaourt -Sy' - fi -fi - -if (( $+commands[yay] )); then - alias yaconf='yay -Pg' - alias yaupg='yay -Syu' - alias yasu='yay -Syu --noconfirm' - alias yain='yay -S' - alias yains='yay -U' - alias yare='yay -R' - alias yarem='yay -Rns' - alias yarep='yay -Si' - alias yareps='yay -Ss' - alias yaloc='yay -Qi' - alias yalocs='yay -Qs' - alias yalst='yay -Qe' - alias yaorph='yay -Qtd' - alias yainsd='yay -S --asdeps' - alias yamir='yay -Syy' - - - if (( $+commands[abs] && $+commands[aur] )); then - alias yaupd='yay -Sy && sudo abs && sudo aur' - elif (( $+commands[abs] )); then - alias yaupd='yay -Sy && sudo abs' - elif (( $+commands[aur] )); then - alias yaupd='yay -Sy && sudo aur' - else - alias yaupd='yay -Sy' - fi -fi - -if (( $+commands[pacaur] )); then - alias paupg='pacaur -Syu' - alias pasu='pacaur -Syu --noconfirm' - alias pain='pacaur -S' - alias pains='pacaur -U' - alias pare='pacaur -R' - alias parem='pacaur -Rns' - alias parep='pacaur -Si' - alias pareps='pacaur -Ss' - alias paloc='pacaur -Qi' - alias palocs='pacaur -Qs' - alias palst='pacaur -Qe' - alias paorph='pacaur -Qtd' - alias painsd='pacaur -S --asdeps' - alias pamir='pacaur -Syy' - - if (( $+commands[abs] && $+commands[aur] )); then - alias paupd='pacaur -Sy && sudo abs && sudo aur' - elif (( $+commands[abs] )); then - alias paupd='pacaur -Sy && sudo abs' - elif (( $+commands[aur] )); then - alias paupd='pacaur -Sy && sudo aur' - else - alias paupd='pacaur -Sy' - fi -fi - -if (( $+commands[trizen] )); then - function upgrade() { - trizen -Syu - } -elif (( $+commands[pacaur] )); then - function upgrade() { - pacaur -Syu - } -elif (( $+commands[yaourt] )); then - function upgrade() { - yaourt -Syu - } -elif (( $+commands[yay] )); then - function upgrade() { - yay -Syu - } -else - function upgrade() { - sudo pacman -Syu - } -fi - -# Pacman - https://wiki.archlinux.org/index.php/Pacman_Tips -alias pacupg='sudo pacman -Syu' -alias pacin='sudo pacman -S' -alias pacins='sudo pacman -U' -alias pacre='sudo pacman -R' -alias pacrem='sudo pacman -Rns' -alias pacrep='pacman -Si' -alias pacreps='pacman -Ss' -alias pacloc='pacman -Qi' -alias paclocs='pacman -Qs' -alias pacinsd='sudo pacman -S --asdeps' -alias pacmir='sudo pacman -Syy' -alias paclsorphans='sudo pacman -Qdt' -alias pacrmorphans='sudo pacman -Rs $(pacman -Qtdq)' -alias pacfileupg='sudo pacman -Fy' -alias pacfiles='pacman -Fs' -alias pacls='pacman -Ql' -alias pacown='pacman -Qo' - - -if (( $+commands[abs] && $+commands[aur] )); then - alias pacupd='sudo pacman -Sy && sudo abs && sudo aur' -elif (( $+commands[abs] )); then - alias pacupd='sudo pacman -Sy && sudo abs' -elif (( $+commands[aur] )); then - alias pacupd='sudo pacman -Sy && sudo aur' -else - alias pacupd='sudo pacman -Sy' -fi - -function paclist() { - # Source: https://bbs.archlinux.org/viewtopic.php?id=93683 - LC_ALL=C pacman -Qei $(pacman -Qu | cut -d " " -f 1) | \ - awk 'BEGIN {FS=":"} /^Name/{printf("\033[1;36m%s\033[1;37m", $2)} /^Description/{print $2}' -} - -function pacdisowned() { - emulate -L zsh - - tmp=${TMPDIR-/tmp}/pacman-disowned-$UID-$$ - db=$tmp/db - fs=$tmp/fs - - mkdir "$tmp" - trap 'rm -rf "$tmp"' EXIT - - pacman -Qlq | sort -u > "$db" - - find /bin /etc /lib /sbin /usr ! -name lost+found \ - \( -type d -printf '%p/\n' -o -print \) | sort > "$fs" - - comm -23 "$fs" "$db" -} - -function pacmanallkeys() { - emulate -L zsh - curl -s https://www.archlinux.org/people/{developers,trustedusers}/ | \ - awk -F\" '(/pgp.mit.edu/) { sub(/.*search=0x/,""); print $1}' | \ - xargs sudo pacman-key --recv-keys -} - -function pacmansignkeys() { - emulate -L zsh - for key in $*; do - sudo pacman-key --recv-keys $key - sudo pacman-key --lsign-key $key - printf 'trust\n3\n' | sudo gpg --homedir /etc/pacman.d/gnupg \ - --no-permission-warning --command-fd 0 --edit-key $key - done -} - -if (( $+commands[xdg-open] )); then - function pacweb() { - pkg="$1" - infos="$(pacman -Si "$pkg")" - if [[ -z "$infos" ]]; then - return - fi - repo="$(grep '^Repo' <<< "$infos" | grep -oP '[^ ]+$')" - arch="$(grep '^Arch' <<< "$infos" | grep -oP '[^ ]+$')" - xdg-open "https://www.archlinux.org/packages/$repo/$arch/$pkg/" &>/dev/null - } -fi diff --git a/zsh/.oh-my-zsh_old/plugins/asdf/README.md b/zsh/.oh-my-zsh_old/plugins/asdf/README.md deleted file mode 100644 index e8aa976..0000000 --- a/zsh/.oh-my-zsh_old/plugins/asdf/README.md +++ /dev/null @@ -1,27 +0,0 @@ -## asdf - -**Maintainer:** [@RobLoach](https://github.com/RobLoach) - -Adds integration with [asdf](https://github.com/asdf-vm/asdf), the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more. - -### Installation - -1. Enable the plugin by adding it to your `plugins` definition in `~/.zshrc`. - - ``` - plugins=(asdf) - ``` - -2. [Install asdf](https://github.com/asdf-vm/asdf#setup) by running the following: - ``` - git clone https://github.com/asdf-vm/asdf.git ~/.asdf - ``` - -### Usage - -See the [asdf usage documentation](https://github.com/asdf-vm/asdf#usage) for information on how to use asdf: - -``` -asdf plugin-add nodejs git@github.com:asdf-vm/asdf-nodejs.git -asdf install nodejs 5.9.1 -``` diff --git a/zsh/.oh-my-zsh_old/plugins/asdf/asdf.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/asdf/asdf.plugin.zsh deleted file mode 100644 index 38b2255..0000000 --- a/zsh/.oh-my-zsh_old/plugins/asdf/asdf.plugin.zsh +++ /dev/null @@ -1,19 +0,0 @@ -# Find where asdf should be installed -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 - ASDF_DIR="$(brew --prefix asdf)" - ASDF_COMPLETIONS="$ASDF_DIR/etc/bash_completion.d" -fi - -# Load command -if [[ -f "$ASDF_DIR/asdf.sh" ]]; then - . "$ASDF_DIR/asdf.sh" - - # Load completions - if [[ -f "$ASDF_COMPLETIONS/asdf.bash" ]]; then - . "$ASDF_COMPLETIONS/asdf.bash" - fi -fi diff --git a/zsh/.oh-my-zsh_old/plugins/autoenv/README.md b/zsh/.oh-my-zsh_old/plugins/autoenv/README.md deleted file mode 100644 index de38817..0000000 --- a/zsh/.oh-my-zsh_old/plugins/autoenv/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Autoenv plugin - -This plugin loads the [Autoenv](https://github.com/inishchith/autoenv). - -To use it, add `autoenv` to the plugins array in your zshrc file: - -```zsh -plugins=(... autoenv) -``` -## Requirements - -In order to make this work, you will need to have the autoenv installed. - -More info on the usage and install: https://github.com/inishchith/autoenv diff --git a/zsh/.oh-my-zsh_old/plugins/autoenv/autoenv.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/autoenv/autoenv.plugin.zsh deleted file mode 100644 index 3c1b0fa..0000000 --- a/zsh/.oh-my-zsh_old/plugins/autoenv/autoenv.plugin.zsh +++ /dev/null @@ -1,43 +0,0 @@ -# Activates autoenv or reports its failure -() { -if ! type autoenv_init >/dev/null; then - for d (~/.autoenv ~/.local/bin /usr/local/opt/autoenv /usr/local/bin); do - if [[ -e $d/activate.sh ]]; then - autoenv_dir=$d - break - fi - done - if [[ -z $autoenv_dir ]]; then - cat <&2 --------- AUTOENV --------- -Could not locate autoenv installation. -Please check if autoenv is correctly installed. -In the meantime the autoenv plugin is DISABLED. --------------------------- -END - return 1 - fi - source $autoenv_dir/activate.sh -fi -} -[[ $? != 0 ]] && return $? - -# The use_env call below is a reusable command to activate/create a new Python -# virtualenv, requiring only a single declarative line of code in your .env files. -# It only performs an action if the requested virtualenv is not the current one. - -use_env() { - typeset venv - venv="$1" - if [[ "${VIRTUAL_ENV:t}" != "$venv" ]]; then - if workon | grep -q "$venv"; then - workon "$venv" - else - echo -n "Create virtualenv $venv now? (Yn) " - read answer - if [[ "$answer" == "Y" ]]; then - mkvirtualenv "$venv" - fi - fi - fi -} diff --git a/zsh/.oh-my-zsh_old/plugins/autojump/README.md b/zsh/.oh-my-zsh_old/plugins/autojump/README.md deleted file mode 100644 index 18ff793..0000000 --- a/zsh/.oh-my-zsh_old/plugins/autojump/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Autojump plugin - -This plugin loads the [autojump navigation tool](https://github.com/wting/autojump). - -To use it, add `autojump` to the plugins array in your zshrc file: - -```zsh -plugins=(... autojump) -``` - -More info on the usage: https://github.com/wting/autojump diff --git a/zsh/.oh-my-zsh_old/plugins/autojump/autojump.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/autojump/autojump.plugin.zsh deleted file mode 100644 index d80c888..0000000 --- a/zsh/.oh-my-zsh_old/plugins/autojump/autojump.plugin.zsh +++ /dev/null @@ -1,34 +0,0 @@ -declare -a autojump_paths -autojump_paths=( - $HOME/.autojump/etc/profile.d/autojump.zsh # manual installation - $HOME/.autojump/share/autojump/autojump.zsh # manual installation - $HOME/.nix-profile/etc/profile.d/autojump.sh # NixOS installation - /run/current-system/sw/share/autojump/autojump.zsh # NixOS installation - /usr/share/autojump/autojump.zsh # Debian and Ubuntu package - /etc/profile.d/autojump.zsh # manual installation - /etc/profile.d/autojump.sh # Gentoo installation - /usr/local/share/autojump/autojump.zsh # FreeBSD installation - /opt/local/etc/profile.d/autojump.sh # macOS with MacPorts - /usr/local/etc/profile.d/autojump.sh # macOS with Homebrew (default) -) - -for file in $autojump_paths; do - if [[ -f "$file" ]]; then - source "$file" - found=1 - break - fi -done - -# if no path found, try Homebrew -if (( ! found && $+commands[brew] )); then - file=$(brew --prefix)/etc/profile.d/autojump.sh - if [[ -f "$file" ]]; then - source "$file" - found=1 - fi -fi - -(( ! found )) && echo '[oh-my-zsh] autojump script not found' - -unset autojump_paths file found diff --git a/zsh/.oh-my-zsh_old/plugins/autopep8/README.md b/zsh/.oh-my-zsh_old/plugins/autopep8/README.md deleted file mode 100644 index 02bbb9a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/autopep8/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# autopep8 plugin - -This plugin adds completion for [autopep8](https://pypi.org/project/autopep8/), a tool that automatically formats Python code to conform to the [PEP 8](http://www.python.org/dev/peps/pep-0008/) style guide. - -To use it, add autopep8 to the plugins array of your zshrc file: -``` -plugins=(... autopep8) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/autopep8/_autopep8 b/zsh/.oh-my-zsh_old/plugins/autopep8/_autopep8 deleted file mode 100644 index c14d06d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/autopep8/_autopep8 +++ /dev/null @@ -1,32 +0,0 @@ -#compdef autopep8 -# -# this is zsh completion function file. -# generated by genzshcomp(ver: 0.5.1) -# - -typeset -A opt_args -local context state line - -_arguments -s -S \ - "--help[show this help message and exit]:" \ - "-h[show this help message and exit]:" \ - "--version[show program's version number and exit]:" \ - "--verbose[print verbose messages; multiple -v result in more verbose messages]" \ - "-v[print verbose messages; multiple -v result in more verbose messages]" \ - "--diff[print the diff for the fixed source]" \ - "-d[print the diff for the fixed source]" \ - "--in-place[make changes to files in place]" \ - "-i[make changes to files in place]" \ - "--recursive[run recursively; must be used with --in-place or --diff]" \ - "-r[run recursively; must be used with --in-place or --diff]" \ - "--jobs[number of parallel jobs; match CPU count if value is less than 1]::n number of parallel jobs; match CPU count if value is:_files" \ - "-j[number of parallel jobs; match CPU count if value is less than 1]::n number of parallel jobs; match CPU count if value is:_files" \ - "--pep8-passes[maximum number of additional pep8 passes (default: 100)]::n:_files" \ - "-p[maximum number of additional pep8 passes (default: 100)]::n:_files" \ - "-a[-a result in more aggressive changes]::result:_files" \ - "--exclude[exclude files/directories that match these comma- separated globs]::globs:_files" \ - "--list-fixes[list codes for fixes; used by --ignore and --select]" \ - "--ignore[do not fix these errors/warnings (default E226,E24)]::errors:_files" \ - "--select[fix only these errors/warnings (e.g. E4,W)]::errors:_files" \ - "--max-line-length[set maximum allowed line length (default: 79)]::n:_files" \ - "*::args:_files" diff --git a/zsh/.oh-my-zsh_old/plugins/aws/README.md b/zsh/.oh-my-zsh_old/plugins/aws/README.md deleted file mode 100644 index 57c3b54..0000000 --- a/zsh/.oh-my-zsh_old/plugins/aws/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# aws - -This plugin provides completion support for [awscli](https://docs.aws.amazon.com/cli/latest/reference/index.html) -and a few utilities to manage AWS profiles and display them in the prompt. - -To use it, add `aws` to the plugins array in your zshrc file. - -```zsh -plugins=(... aws) -``` - -## Plugin commands - -* `asp []`: sets `$AWS_PROFILE` and `$AWS_DEFAULT_PROFILE` (legacy) to ``. - It also sets `$AWS_EB_PROFILE` to `` for the Elastic Beanstalk CLI. - Run `asp` without arguments to clear the profile. - -* `agp`: gets the current value of `$AWS_PROFILE`. - -* `aws_change_access_key`: changes the AWS access key of a profile. - -* `aws_profiles`: lists the available profiles in the `$AWS_CONFIG_FILE` (default: `~/.aws/config`). - Used to provide completion for the `asp` function. - -## Plugin options - -* Set `SHOW_AWS_PROMPT=false` in your zshrc file if you want to prevent the plugin from modifying your RPROMPT. - Some themes might overwrite the value of RPROMPT instead of appending to it, so they'll need to be fixed to - see the AWS profile prompt. - -## Theme - -The plugin creates an `aws_prompt_info` function that you can use in your theme, which displays -the current `$AWS_PROFILE`. It uses two variables to control how that is shown: - -- ZSH_THEME_AWS_PREFIX: sets the prefix of the AWS_PROFILE. Defaults to ``. diff --git a/zsh/.oh-my-zsh_old/plugins/aws/aws.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/aws/aws.plugin.zsh deleted file mode 100644 index 231ac5a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/aws/aws.plugin.zsh +++ /dev/null @@ -1,96 +0,0 @@ -function agp() { - echo $AWS_PROFILE -} - -# AWS profile selection -function asp() { - if [[ -z "$1" ]]; then - unset AWS_DEFAULT_PROFILE AWS_PROFILE AWS_EB_PROFILE - echo AWS profile cleared. - return - fi - - local available_profiles=($(aws_profiles)) - if [[ -z "${available_profiles[(r)$1]}" ]]; then - echo "${fg[red]}Profile '$1' not found in '${AWS_CONFIG_FILE:-$HOME/.aws/config}'" >&2 - echo "Available profiles: ${(j:, :)available_profiles:-no profiles found}${reset_color}" >&2 - return 1 - fi - - export AWS_DEFAULT_PROFILE=$1 - export AWS_PROFILE=$1 - export AWS_EB_PROFILE=$1 -} - -function aws_change_access_key() { - if [[ -z "$1" ]]; then - echo "usage: $0 " - return 1 - fi - - echo Insert the credentials when asked. - asp "$1" || return 1 - aws iam create-access-key - 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 -} - -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/' -} - -function _aws_profiles() { - reply=($(aws_profiles)) -} -compctl -K _aws_profiles asp aws_change_access_key - -# AWS prompt -function aws_prompt_info() { - [[ -z $AWS_PROFILE ]] && return - echo "${ZSH_THEME_AWS_PREFIX:=}" -} - -if [ "$SHOW_AWS_PROMPT" != false ]; then - RPROMPT='$(aws_prompt_info)'"$RPROMPT" -fi - - -# Load awscli completions - -function _awscli-homebrew-installed() { - # check if Homebrew is installed - (( $+commands[brew] )) || return 1 - - # speculatively check default brew prefix - if [ -h /usr/local/opt/awscli ]; then - _brew_prefix=/usr/local/opt/awscli - else - # ok, it is not in the default prefix - # this call to brew is expensive (about 400 ms), so at least let's make it only once - _brew_prefix=$(brew --prefix awscli) - fi -} - -# get aws_zsh_completer.sh location from $PATH -_aws_zsh_completer_path="$commands[aws_zsh_completer.sh]" - -# otherwise check common locations -if [[ -z $_aws_zsh_completer_path ]]; then - # Homebrew - if _awscli-homebrew-installed; then - _aws_zsh_completer_path=$_brew_prefix/libexec/bin/aws_zsh_completer.sh - # Ubuntu - elif [[ -e /usr/share/zsh/vendor-completions/_awscli ]]; then - _aws_zsh_completer_path=/usr/share/zsh/vendor-completions/_awscli - # RPM - else - _aws_zsh_completer_path=/usr/share/zsh/site-functions/aws_zsh_completer.sh - fi -fi - -[[ -r $_aws_zsh_completer_path ]] && source $_aws_zsh_completer_path -unset _aws_zsh_completer_path _brew_prefix diff --git a/zsh/.oh-my-zsh_old/plugins/battery/README.md b/zsh/.oh-my-zsh_old/plugins/battery/README.md deleted file mode 100644 index b7a13a7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/battery/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Battery Plugin - -This plugin adds some functions you can use to display battery information in your custom theme. - -To use, add `battery` to the list of plugins in your `.zshrc` file: - -`plugins=(... battery)` - -Then, add the `battery_pct_prompt` function to your custom theme. For example: - -``` -RPROMPT='$(battery_pct_prompt)' -``` diff --git a/zsh/.oh-my-zsh_old/plugins/battery/battery.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/battery/battery.plugin.zsh deleted file mode 100644 index 6b66847..0000000 --- a/zsh/.oh-my-zsh_old/plugins/battery/battery.plugin.zsh +++ /dev/null @@ -1,209 +0,0 @@ -########################################### -# Battery plugin for oh-my-zsh # -# Original Author: Peter hoeg (peterhoeg) # -# Email: peter@speartail.com # -########################################### -# Author: Sean Jones (neuralsandwich) # -# Email: neuralsandwich@gmail.com # -# Modified to add support for Apple Mac # -########################################### -# Author: J (927589452) # -# Modified to add support for FreeBSD # -########################################### - -if [[ "$OSTYPE" = darwin* ]] ; then - - function battery_pct() { - local smart_battery_status="$(ioreg -rc "AppleSmartBattery")" - typeset -F maxcapacity=$(echo $smart_battery_status | grep '^.*"MaxCapacity"\ =\ ' | sed -e 's/^.*"MaxCapacity"\ =\ //') - typeset -F currentcapacity=$(echo $smart_battery_status | grep '^.*"CurrentCapacity"\ =\ ' | sed -e 's/^.*CurrentCapacity"\ =\ //') - integer i=$(((currentcapacity/maxcapacity) * 100)) - echo $i - } - - function plugged_in() { - [ $(ioreg -rc AppleSmartBattery | grep -c '^.*"ExternalConnected"\ =\ Yes') -eq 1 ] - } - - function battery_pct_remaining() { - if plugged_in ; then - echo "External Power" - else - battery_pct - fi - } - - function battery_time_remaining() { - local smart_battery_status="$(ioreg -rc "AppleSmartBattery")" - if [[ $(echo $smart_battery_status | grep -c '^.*"ExternalConnected"\ =\ No') -eq 1 ]] ; then - timeremaining=$(echo $smart_battery_status | grep '^.*"AvgTimeToEmpty"\ =\ ' | sed -e 's/^.*"AvgTimeToEmpty"\ =\ //') - if [ $timeremaining -gt 720 ] ; then - echo "::" - else - echo "~$((timeremaining / 60)):$((timeremaining % 60))" - fi - else - echo "∞" - fi - } - - function battery_pct_prompt () { - if [[ $(ioreg -rc AppleSmartBattery | grep -c '^.*"ExternalConnected"\ =\ No') -eq 1 ]] ; then - b=$(battery_pct_remaining) - if [ $b -gt 50 ] ; then - color='green' - elif [ $b -gt 20 ] ; then - color='yellow' - else - color='red' - fi - echo "%{$fg[$color]%}[$(battery_pct_remaining)%%]%{$reset_color%}" - else - echo "∞" - fi - } - - function battery_is_charging() { - [[ $(ioreg -rc "AppleSmartBattery"| grep '^.*"IsCharging"\ =\ ' | sed -e 's/^.*"IsCharging"\ =\ //') == "Yes" ]] - } - -elif [[ "$OSTYPE" = freebsd* ]] ; then - - function battery_is_charging() { - [[ $(sysctl -n hw.acpi.battery.state) -eq 2 ]] - } - - function battery_pct() { - if (( $+commands[sysctl] )) ; then - echo "$(sysctl -n hw.acpi.battery.life)" - fi - } - - function battery_pct_remaining() { - if [ ! $(battery_is_charging) ] ; then - battery_pct - else - echo "External Power" - fi - } - - function battery_time_remaining() { - remaining_time=$(sysctl -n hw.acpi.battery.time) - if [[ $remaining_time -ge 0 ]] ; then - # calculation from https://www.unix.com/shell-programming-and-scripting/23695-convert-minutes-hours-minutes-seconds.html - ((hour=$remaining_time/60)) - ((minute=$remaining_time-$hour*60)) - echo $hour:$minute - fi - } - - function battery_pct_prompt() { - b=$(battery_pct_remaining) - if [ ! $(battery_is_charging) ] ; then - if [ $b -gt 50 ] ; then - color='green' - elif [ $b -gt 20 ] ; then - color='yellow' - else - color='red' - fi - echo "%{$fg[$color]%}$(battery_pct_remaining)%%%{$reset_color%}" - else - echo "∞" - fi - } - -elif [[ "$OSTYPE" = linux* ]] ; then - - function battery_is_charging() { - ! [[ $(acpi 2>/dev/null | grep -c '^Battery.*Discharging') -gt 0 ]] - } - - function battery_pct() { - if (( $+commands[acpi] )) ; then - echo "$(acpi 2>/dev/null | cut -f2 -d ',' | tr -cd '[:digit:]')" - fi - } - - function battery_pct_remaining() { - if [ ! $(battery_is_charging) ] ; then - battery_pct - else - echo "External Power" - fi - } - - function battery_time_remaining() { - if [[ $(acpi 2>/dev/null | grep -c '^Battery.*Discharging') -gt 0 ]] ; then - echo $(acpi 2>/dev/null | cut -f3 -d ',') - fi - } - - function battery_pct_prompt() { - b=$(battery_pct_remaining) - if [[ $(acpi 2>/dev/null | grep -c '^Battery.*Discharging') -gt 0 ]] ; then - if [ $b -gt 50 ] ; then - color='green' - elif [ $b -gt 20 ] ; then - color='yellow' - else - color='red' - fi - echo "%{$fg[$color]%}$(battery_pct_remaining)%%%{$reset_color%}" - else - echo "∞" - fi - } - -else - # Empty functions so we don't cause errors in prompts - function battery_pct_remaining() { - } - - function battery_time_remaining() { - } - - function battery_pct_prompt() { - } -fi - -function battery_level_gauge() { - local gauge_slots=${BATTERY_GAUGE_SLOTS:-10}; - local green_threshold=${BATTERY_GREEN_THRESHOLD:-6}; - local yellow_threshold=${BATTERY_YELLOW_THRESHOLD:-4}; - local color_green=${BATTERY_COLOR_GREEN:-%F{green}}; - local color_yellow=${BATTERY_COLOR_YELLOW:-%F{yellow}}; - local color_red=${BATTERY_COLOR_RED:-%F{red}}; - local color_reset=${BATTERY_COLOR_RESET:-%{%f%k%b%}}; - local battery_prefix=${BATTERY_GAUGE_PREFIX:-'['}; - local battery_suffix=${BATTERY_GAUGE_SUFFIX:-']'}; - local filled_symbol=${BATTERY_GAUGE_FILLED_SYMBOL:-'â–¶'}; - local empty_symbol=${BATTERY_GAUGE_EMPTY_SYMBOL:-'â–·'}; - local charging_color=${BATTERY_CHARGING_COLOR:-$color_yellow}; - local charging_symbol=${BATTERY_CHARGING_SYMBOL:-'âš¡'}; - - local battery_remaining_percentage=$(battery_pct); - - if [[ $battery_remaining_percentage =~ [0-9]+ ]]; then - local filled=$(((( $battery_remaining_percentage + $gauge_slots - 1) / $gauge_slots))); - local empty=$(($gauge_slots - $filled)); - - if [[ $filled -gt $green_threshold ]]; then local gauge_color=$color_green; - elif [[ $filled -gt $yellow_threshold ]]; then local gauge_color=$color_yellow; - else local gauge_color=$color_red; - fi - else - local filled=$gauge_slots; - local empty=0; - filled_symbol=${BATTERY_UNKNOWN_SYMBOL:-'.'}; - fi - - local charging=' ' && battery_is_charging && charging=$charging_symbol; - - printf ${charging_color//\%/\%\%}$charging${color_reset//\%/\%\%}${battery_prefix//\%/\%\%}${gauge_color//\%/\%\%} - printf ${filled_symbol//\%/\%\%}'%.0s' {1..$filled} - [[ $filled -lt $gauge_slots ]] && printf ${empty_symbol//\%/\%\%}'%.0s' {1..$empty} - printf ${color_reset//\%/\%\%}${battery_suffix//\%/\%\%}${color_reset//\%/\%\%} -} - - diff --git a/zsh/.oh-my-zsh_old/plugins/bbedit/README.md b/zsh/.oh-my-zsh_old/plugins/bbedit/README.md deleted file mode 100644 index 263c54c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bbedit/README.md +++ /dev/null @@ -1,20 +0,0 @@ -## bbedit - -Plugin for BBEdit, an HTML and text editor for Mac OS X - -### Requirements - - * [BBEdit](https://www.barebones.com/products/bbedit/) - * [BBEdit Command-Line Tools](https://www.barebones.com/support/bbedit/cmd-line-tools.html) - -### Usage - - * If the `bb` command is called without an argument, launch BBEdit - - * If `bb` is passed a directory, cd to it and open it in BBEdit - - * If `bb` is passed a file, open it in BBEdit - - * If `bbpb` create a new BBEdit document with the contents of the clipboard - - * If `bbd` alias for BBEdit diff tool diff --git a/zsh/.oh-my-zsh_old/plugins/bbedit/bbedit.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/bbedit/bbedit.plugin.zsh deleted file mode 100644 index fe9e72c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bbedit/bbedit.plugin.zsh +++ /dev/null @@ -1,21 +0,0 @@ -alias bbpb='pbpaste | bbedit --clean --view-top' - -alias bbd=bbdiff - -# -# If the bb command is called without an argument, launch BBEdit -# If bb is passed a directory, cd to it and open it in BBEdit -# If bb is passed a file, open it in BBEdit -# -function bb() { - if [[ -z "$1" ]] - then - bbedit --launch - else - bbedit "$1" - if [[ -d "$1" ]] - then - cd "$1" - fi - fi -} diff --git a/zsh/.oh-my-zsh_old/plugins/bgnotify/README.md b/zsh/.oh-my-zsh_old/plugins/bgnotify/README.md deleted file mode 100644 index 1d8fac5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bgnotify/README.md +++ /dev/null @@ -1,54 +0,0 @@ -# bgnotify zsh plugin - -cross-platform background notifications for long running commands! Supports OSX and Ubuntu linux. - -Standalone homepage: [t413/zsh-background-notify](https://github.com/t413/zsh-background-notify) - ----------------------------------- - -## How to use! - -Just add bgnotify to your plugins list in your `.zshrc` - -- On OS X you'll need [terminal-notifier](https://github.com/alloy/terminal-notifier) - * `brew install terminal-notifier` (or `gem install terminal-notifier`) -- On ubuntu you're already all set! -- On windows you can use [notifu](https://www.paralint.com/projects/notifu/) or the Cygwin Ports libnotify package - - -## Screenshots - -**Linux** - -![screenshot from 2014-11-07 15 58 36](https://cloud.githubusercontent.com/assets/326829/4962187/256b465c-66da-11e4-927d-cc2fc105e31f.png) - -**OS X** - -![screenshot 2014-11-08 14 15 12](https://cloud.githubusercontent.com/assets/326829/4965780/19fa3eac-6795-11e4-8ed6-0355711123a9.png) - -**Windows** - -![screenshot from 2014-11-07 15 55 00](https://cloud.githubusercontent.com/assets/326829/4962159/a2625ca0-66d9-11e4-9e91-c5834913190e.png) - - -## Configuration - -One can configure a few things: - -- `bgnotify_threshold` sets the notification threshold time (default 6 seconds) -- `function bgnotify_formatted` lets you change the notification - -Use these by adding a function definition before the your call to source. Example: - -~~~ sh -bgnotify_threshold=4 ## set your own notification threshold - -function bgnotify_formatted { - ## $1=exit_status, $2=command, $3=elapsed_time - [ $1 -eq 0 ] && title="Holy Smokes Batman!" || title="Holy Graf Zeppelin!" - bgnotify "$title -- after $3 s" "$2"; -} - -plugins=(git bgnotify) ## add to plugins list -source $ZSH/oh-my-zsh.sh ## existing source call -~~~ diff --git a/zsh/.oh-my-zsh_old/plugins/bgnotify/bgnotify.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/bgnotify/bgnotify.plugin.zsh deleted file mode 100644 index b3a6890..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bgnotify/bgnotify.plugin.zsh +++ /dev/null @@ -1,77 +0,0 @@ -#!/usr/bin/env zsh - -## setup ## - -[[ -o interactive ]] || return #interactive only! -zmodload zsh/datetime || { print "can't load zsh/datetime"; return } # faster than date() -autoload -Uz add-zsh-hook || { print "can't add zsh hook!"; return } - -(( ${+bgnotify_threshold} )) || bgnotify_threshold=5 #default 10 seconds - - -## definitions ## - -if ! (type bgnotify_formatted | grep -q 'function'); then ## allow custom function override - function bgnotify_formatted { ## args: (exit_status, command, elapsed_seconds) - elapsed="$(( $3 % 60 ))s" - (( $3 >= 60 )) && elapsed="$((( $3 % 3600) / 60 ))m $elapsed" - (( $3 >= 3600 )) && elapsed="$(( $3 / 3600 ))h $elapsed" - [ $1 -eq 0 ] && bgnotify "#win (took $elapsed)" "$2" || bgnotify "#fail (took $elapsed)" "$2" - } -fi - -currentWindowId () { - if hash osascript 2>/dev/null; then #osx - osascript -e 'tell application (path to frontmost application as text) to id of front window' 2&> /dev/null || echo "0" - elif (hash notify-send 2>/dev/null || hash kdialog 2>/dev/null); then #ubuntu! - xprop -root 2> /dev/null | awk '/NET_ACTIVE_WINDOW/{print $5;exit} END{exit !$5}' || echo "0" - else - echo $EPOCHSECONDS #fallback for windows - fi -} - -bgnotify () { ## args: (title, subtitle) - if hash terminal-notifier 2>/dev/null; then #osx - [[ "$TERM_PROGRAM" == 'iTerm.app' ]] && term_id='com.googlecode.iterm2'; - [[ "$TERM_PROGRAM" == 'Apple_Terminal' ]] && term_id='com.apple.terminal'; - ## now call terminal-notifier, (hopefully with $term_id!) - [ -z "$term_id" ] && terminal-notifier -message "$2" -title "$1" >/dev/null || - terminal-notifier -message "$2" -title "$1" -activate "$term_id" -sender "$term_id" >/dev/null - elif hash growlnotify 2>/dev/null; then #osx growl - growlnotify -m "$1" "$2" - elif hash notify-send 2>/dev/null; then #ubuntu gnome! - notify-send "$1" "$2" - elif hash kdialog 2>/dev/null; then #ubuntu kde! - kdialog --title "$1" --passivepopup "$2" 5 - elif hash notifu 2>/dev/null; then #cygwyn support! - notifu /m "$2" /p "$1" - fi -} - - -## Zsh hooks ## - -bgnotify_begin() { - bgnotify_timestamp=$EPOCHSECONDS - bgnotify_lastcmd="$1" - bgnotify_windowid=$(currentWindowId) -} - -bgnotify_end() { - didexit=$? - elapsed=$(( EPOCHSECONDS - bgnotify_timestamp )) - past_threshold=$(( elapsed >= bgnotify_threshold )) - if (( bgnotify_timestamp > 0 )) && (( past_threshold )); then - if [ $(currentWindowId) != "$bgnotify_windowid" ]; then - print -n "\a" - bgnotify_formatted "$didexit" "$bgnotify_lastcmd" "$elapsed" - fi - fi - bgnotify_timestamp=0 #reset it to 0! -} - -## only enable if a local (non-ssh) connection -if [ -z "$SSH_CLIENT" ] && [ -z "$SSH_TTY" ]; then - add-zsh-hook preexec bgnotify_begin - add-zsh-hook precmd bgnotify_end -fi diff --git a/zsh/.oh-my-zsh_old/plugins/boot2docker/README.md b/zsh/.oh-my-zsh_old/plugins/boot2docker/README.md deleted file mode 100644 index 9551e23..0000000 --- a/zsh/.oh-my-zsh_old/plugins/boot2docker/README.md +++ /dev/null @@ -1,6 +0,0 @@ -## Boot2docker autocomplete plugin - -- Adds autocomplete options for all boot2docker commands. - - -Maintainer : Manfred Touron ([@moul](https://github.com/moul)) diff --git a/zsh/.oh-my-zsh_old/plugins/boot2docker/_boot2docker b/zsh/.oh-my-zsh_old/plugins/boot2docker/_boot2docker deleted file mode 100644 index 3116bd1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/boot2docker/_boot2docker +++ /dev/null @@ -1,73 +0,0 @@ -#compdef boot2docker - -# Boot2docker autocompletion for oh-my-zsh -# Requires: Boot2docker installed -# Author: Manfred Touron (@moul) - -local -a _1st_arguments -_1st_arguments=( - "init":"Create a new Boot2Docker VM." - "up":"Start VM from any states." - "start":"Start VM from any states." - "boot":"Start VM from any states." - "ssh":"[ssh-command] Login to VM via SSH." - "save":"Suspend VM and save state to disk." - "suspend":"Suspend VM and save state to disk." - "down":"Gracefully shutdown the VM." - "stop":"Gracefully shutdown the VM." - "halt":"Gracefully shutdown the VM." - "restart":"Gracefully reboot the VM." - "poweroff":"Forcefully power off the VM (may corrupt disk image)." - "reset":"Forcefully power cycle the VM (may corrupt disk image)." - "delete":"Delete Boot2Docker VM and its disk image." - "destroy":"Delete Boot2Docker VM and its disk image." - "config":"Show selected profile file settings." - "cfg":"Show selected profile file settings." - "info":"Display detailed information of VM." - "ip":"Display the IP address of the VM's Host-only network." - "socket":"Display the DOCKER_HOST socket to connect to." - "shellinit":"Display the shell command to set up the Docker client." - "status":"Display current state of VM." - "download":"Download Boot2Docker ISO image." - "upgrade":"Upgrade the Boot2Docker ISO image (restart if running)." - "version":"Display version information." -) - -_arguments \ - '(--basevmdk)--basevmdk[Path to VMDK to use as base for persistent partition]' \ - '(--cpus)'{-c,--cpus}'[number of CPUs for boot2docker.]' \ - '(--clobber)--clobber[overwrite Docker client binary on boot2docker upgrade]' \ - '(--dhcp)--dhcp[enable VirtualBox host-only network DHCP.]' \ - '(--dhcpip)--dhcpip[VirtualBox host-only network DHCP server address.]' \ - '(-s --disksize)'{-s,--disksize}'[boot2docker disk image size (in MB).]' \ - '(--dockerport)--dockerport[host Docker port (forward to port 2376 in VM). (deprecated - use with care)]' \ - '(--driver)--driver[hypervisor driver.]' \ - '(--force-upgrade-download)--force-upgrade-download[always download on boot2docker upgrade, never skip.]' \ - '(--hostip)--hostip[VirtualBox host-only network IP address.]' \ - '(--iso)--iso[path to boot2docker ISO image.]' \ - '(--iso-url)--iso-url[/api.github.com/repos/boot2docker/boot2docker/releases": source URL to provision the boot2docker ISO image.]' \ - '(--lowerip)--lowerip[VirtualBox host-only network DHCP lower bound.]' \ - '(--memory)'{-m,--memory}'[virtual machine memory size (in MB).]' \ - '(--netmask)--netmask[VirtualBox host-only network mask.]' \ - '(--no-dummy)--no-dummy[Example parameter for the dummy driver.]' \ - '(--retries)--retries[number of port knocking retries during 'start']' \ - '(--serial)--serial[try serial console to get IP address (experimental)]' \ - '(--serialfile)--serialfile[path to the serial socket/pipe.]' \ - '(--ssh)--ssh[path to SSH client utility.]' \ - '(--ssh-keygen)--ssh-keygen[path to ssh-keygen utility.]' \ - '(--sshkey)--sshkey[path to SSH key to use.]' \ - '(--sshport)--sshport[host SSH port (forward to port 22 in VM).]' \ - '(--upperip)--upperip[VirtualBox host-only network DHCP upper bound.]' \ - '(--vbm)--vbm[path to VirtualBox management utility.]' \ - '(--vbox-share)--vbox-share[(defaults to "/Users=Users" if no shares are specified; use "disable" to explicitly prevent any shares from being created) List of directories to share during "up|start|boot" via VirtualBox Guest Additions, with optional labels]' \ - '(--verbose)'{-v,--verbose}'[display verbose command invocations.]' \ - '(--vm)--vm[virtual machine name.]' \ - '(--waittime)--waittime[Time in milliseconds to wait between port knocking retries during 'start']' \ - '*:: :->subcmds' && return 0 - -#_arguments '*:: :->command' - -if (( CURRENT == 1 )); then - _describe -t commands "boot2docker command" _1st_arguments - return -fi diff --git a/zsh/.oh-my-zsh_old/plugins/bower/README.md b/zsh/.oh-my-zsh_old/plugins/bower/README.md deleted file mode 100644 index 743b6a0..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bower/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Bower plugin - -This plugin adds completion for [Bower](https://bower.io/) and a few useful aliases for common Bower commands. - -To use it, add `bower` to the plugins array in your zshrc file: - -``` -plugins=(... bower) -``` - -## Aliases - -| Alias | Command | Description | -|-------|-----------------|--------------------------------------------------------| -| bi | `bower install` | Installs the project dependencies listed in bower.json | -| bl | `bower list` | List local packages and possible updates | -| bs | `bower search` | Finds all packages or a specific package. | - diff --git a/zsh/.oh-my-zsh_old/plugins/bower/_bower b/zsh/.oh-my-zsh_old/plugins/bower/_bower deleted file mode 100644 index ae0ca4a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bower/_bower +++ /dev/null @@ -1,58 +0,0 @@ - - -# Credits to npm's awesome completion utility. -# -# Bower completion script, based on npm completion script. - -###-begin-bower-completion-### -# -# Installation: bower completion >> ~/.bashrc (or ~/.zshrc) -# Or, maybe: bower completion > /usr/local/etc/bash_completion.d/bower -# - -COMP_WORDBREAKS=${COMP_WORDBREAKS/=/} -COMP_WORDBREAKS=${COMP_WORDBREAKS/@/} -export COMP_WORDBREAKS - -if type complete &>/dev/null; then - _bower_completion () { - local si="$IFS" - IFS=$'\n' COMPREPLY=($(COMP_CWORD="$COMP_CWORD" \ - COMP_LINE="$COMP_LINE" \ - COMP_POINT="$COMP_POINT" \ - bower completion -- "${COMP_WORDS[@]}" \ - 2>/dev/null)) || return $? - IFS="$si" - } - complete -F _bower_completion bower -elif type compdef &>/dev/null; then - _bower_completion() { - si=$IFS - compadd -- $(COMP_CWORD=$((CURRENT-1)) \ - COMP_LINE=$BUFFER \ - COMP_POINT=0 \ - bower completion -- "${words[@]}" \ - 2>/dev/null) - IFS=$si - } - compdef _bower_completion bower -elif type compctl &>/dev/null; then - _bower_completion () { - local cword line point words si - read -Ac words - read -cn cword - let cword-=1 - read -l line - read -ln point - si="$IFS" - IFS=$'\n' reply=($(COMP_CWORD="$cword" \ - COMP_LINE="$line" \ - COMP_POINT="$point" \ - bower completion -- "${words[@]}" \ - 2>/dev/null)) || return $? - IFS="$si" - } - compctl -K _bower_completion bower -fi -###-end-bower-completion-### - diff --git a/zsh/.oh-my-zsh_old/plugins/bower/bower.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/bower/bower.plugin.zsh deleted file mode 100644 index 6019b9d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bower/bower.plugin.zsh +++ /dev/null @@ -1,82 +0,0 @@ -alias bi="bower install" -alias bl="bower list" -alias bs="bower search" - -_bower_installed_packages () { - bower_package_list=$(bower ls --no-color 2>/dev/null| awk 'NR>3{print p}{p=$0}'| cut -d ' ' -f 2|sed 's/#.*//') -} -_bower () -{ - local -a _1st_arguments _no_color _dopts _save_dev _force_lastest _production - local expl - typeset -A opt_args - - _no_color=('--no-color[Do not print colors (available in all commands)]') - - _dopts=( - '(--save)--save[Save installed packages into the project"s bower.json dependencies]' - '(--force)--force[Force fetching remote resources even if a local copy exists on disk]' - ) - - _save_dev=('(--save-dev)--save-dev[Save installed packages into the project"s bower.json devDependencies]') - - _force_lastest=('(--force-latest)--force-latest[Force latest version on conflict]') - - _production=('(--production)--production[Do not install project devDependencies]') - - _1st_arguments=( - 'cache-clean:Clean the Bower cache, or the specified package caches' \ - 'help:Display help information about Bower' \ - 'info:Version info and description of a particular package' \ - 'init:Interactively create a bower.json file' \ - 'install:Install a package locally' \ - 'link:Symlink a package folder' \ - 'lookup:Look up a package URL by name' \ - 'register:Register a package' \ - 'search:Search for a package by name' \ - 'uninstall:Remove a package' \ - 'update:Update a package' \ - {ls,list}:'[List all installed packages]' - ) - _arguments \ - $_no_color \ - '*:: :->subcmds' && return 0 - - if (( CURRENT == 1 )); then - _describe -t commands "bower subcommand" _1st_arguments - return - fi - - case "$words[1]" in - install) - _arguments \ - $_dopts \ - $_save_dev \ - $_force_lastest \ - $_no_color \ - $_production - ;; - update) - _arguments \ - $_dopts \ - $_no_color \ - $_force_lastest - _bower_installed_packages - compadd "$@" $(echo $bower_package_list) - ;; - uninstall) - _arguments \ - $_no_color \ - $_dopts - _bower_installed_packages - compadd "$@" $(echo $bower_package_list) - ;; - *) - _arguments \ - $_no_color \ - ;; - esac - -} - -compdef _bower bower diff --git a/zsh/.oh-my-zsh_old/plugins/branch/README.md b/zsh/.oh-my-zsh_old/plugins/branch/README.md deleted file mode 100644 index 56ab8da..0000000 --- a/zsh/.oh-my-zsh_old/plugins/branch/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Branch - -Displays the current Git or Mercurial branch fast. - -## Speed test - -### Mercurial - -```shell -$ time hg branch -0.11s user 0.14s system 70% cpu 0.355 total -``` - -### Branch plugin - -```shell -$ time zsh /tmp/branch_prompt_info_test.zsh -0.00s user 0.01s system 78% cpu 0.014 total -``` - -## Usage - -Edit your theme file (eg.: `~/.oh-my-zsh/theme/robbyrussell.zsh-theme`) -adding `$(branch_prompt_info)` in your prompt like this: - -```diff -- PROMPT='${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' -+ PROMPT='${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)$(branch_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' -``` - -## Maintainer - -Victor Torres () diff --git a/zsh/.oh-my-zsh_old/plugins/branch/branch.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/branch/branch.plugin.zsh deleted file mode 100644 index 2e5659b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/branch/branch.plugin.zsh +++ /dev/null @@ -1,31 +0,0 @@ -# Branch: displays the current Git or Mercurial branch fast. -# Victor Torres -# Oct 2, 2015 - -function branch_prompt_info() { - # Defines path as current directory - local current_dir=$PWD - # While current path is not root path - while [[ $current_dir != '/' ]] - do - # Git repository - if [[ -d "${current_dir}/.git" ]] - then - echo '±' ${"$(<"$current_dir/.git/HEAD")"##*/} - return; - fi - # Mercurial repository - if [[ -d "${current_dir}/.hg" ]] - then - if [[ -f "$current_dir/.hg/branch" ]] - then - echo '☿' $(<"$current_dir/.hg/branch") - else - echo '☿ default' - fi - return; - fi - # Defines path as parent directory and keeps looking for :) - current_dir="${current_dir:h}" - done -} diff --git a/zsh/.oh-my-zsh_old/plugins/brew/README.md b/zsh/.oh-my-zsh_old/plugins/brew/README.md deleted file mode 100644 index c129a76..0000000 --- a/zsh/.oh-my-zsh_old/plugins/brew/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# brew plugin - -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: -``` -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 diff --git a/zsh/.oh-my-zsh_old/plugins/brew/brew.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/brew/brew.plugin.zsh deleted file mode 100644 index cfbaa34..0000000 --- a/zsh/.oh-my-zsh_old/plugins/brew/brew.plugin.zsh +++ /dev/null @@ -1,24 +0,0 @@ -alias brewp='brew pin' -alias brews='brew list -1' -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 diff --git a/zsh/.oh-my-zsh_old/plugins/bundler/README.md b/zsh/.oh-my-zsh_old/plugins/bundler/README.md deleted file mode 100644 index 9f211b0..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bundler/README.md +++ /dev/null @@ -1,52 +0,0 @@ -# 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 - -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 - -Please use the exact name of the executable and not the gem name. - -### Add additional gems to be wrapped - -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 - -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 - -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` diff --git a/zsh/.oh-my-zsh_old/plugins/bundler/_bundler b/zsh/.oh-my-zsh_old/plugins/bundler/_bundler deleted file mode 100644 index ba647ab..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bundler/_bundler +++ /dev/null @@ -1,104 +0,0 @@ -#compdef bundle - -local curcontext="$curcontext" state line _gems _opts ret=1 - -_arguments -C -A "-v" -A "--version" \ - '(- 1 *)'{-v,--version}'[display version information]' \ - '1: :->cmds' \ - '*:: :->args' && ret=0 - -case $state in - cmds) - _values "bundle command" \ - "install[Install the gems specified by the Gemfile or Gemfile.lock]" \ - "update[Update dependencies to their latest versions]" \ - "package[Package the .gem files required by your application]" \ - "exec[Execute a script in the context of the current bundle]" \ - "config[Specify and read configuration options for bundler]" \ - "check[Determine whether the requirements for your application are installed]" \ - "list[Show all of the gems in the current bundle]" \ - "show[Show the source location of a particular gem in the bundle]" \ - "outdated[Show all of the outdated gems in the current bundle]" \ - "console[Start an IRB session in the context of the current bundle]" \ - "open[Open an installed gem in the editor]" \ - "viz[Generate a visual representation of your dependencies]" \ - "init[Generate a simple Gemfile, placed in the current directory]" \ - "gem[Create a simple gem, suitable for development with bundler]" \ - "platform[Displays platform compatibility information]" \ - "clean[Cleans up unused gems in your bundler directory]" \ - "help[Describe available tasks or one specific task]" - ret=0 - ;; - args) - case $line[1] in - help) - _values 'commands' \ - 'install' \ - 'update' \ - 'package' \ - 'exec' \ - 'config' \ - 'check' \ - 'list' \ - 'show' \ - 'outdated' \ - 'console' \ - 'open' \ - 'viz' \ - 'init' \ - 'gem' \ - 'platform' \ - 'help' && ret=0 - ;; - install) - _arguments \ - '(--no-color)--no-color[disable colorization in output]' \ - '(--local)--local[do not attempt to connect to rubygems.org]' \ - '(--quiet)--quiet[only output warnings and errors]' \ - '(--gemfile)--gemfile=-[use the specified gemfile instead of Gemfile]:gemfile' \ - '(--system)--system[install to the system location]' \ - '(--deployment)--deployment[install using defaults tuned for deployment environments]' \ - '(--frozen)--frozen[do not allow the Gemfile.lock to be updated after this install]' \ - '(--path)--path=-[specify a different path than the system default]:path:_files' \ - '(--binstubs)--binstubs=-[generate bin stubs for bundled gems to ./bin]:directory:_files' \ - '(--without)--without=-[exclude gems that are part of the specified named group]:groups' - ret=0 - ;; - exec) - _normal && ret=0 - ;; - clean) - _arguments \ - '(--force)--force[forces clean even if --path is not set]' \ - '(--dry-run)--dry-run[only print out changes, do not actually clean gems]' \ - '(--no-color)--no-color[Disable colorization in output]' \ - '(--verbose)--verbose[Enable verbose output mode]' - ret=0 - ;; - outdated) - _arguments \ - '(--pre)--pre[Check for newer pre-release gems]' \ - '(--source)--source[Check against a specific source]' \ - '(--local)--local[Do not attempt to fetch gems remotely and use the gem cache instead]' \ - '(--no-color)--no-color[Disable colorization in output]' \ - '(--verbose)--verbose[Enable verbose output mode]' - ret=0 - ;; - (open|show) - _gems=( $(bundle show 2> /dev/null | sed -e '/^ \*/!d; s/^ \* \([^ ]*\) .*/\1/') ) - if [[ $_gems != "" ]]; then - _values 'gems' $_gems && ret=0 - fi - ;; - *) - _opts=( $(bundle help $line[1] | sed -e '/^ \[-/!d; s/^ \[\(-[^=]*\)=.*/\1/') ) - _opts+=( $(bundle help $line[1] | sed -e '/^ -/!d; s/^ \(-.\), \[\(-[^=]*\)=.*/\1 \2/') ) - if [[ $_opts != "" ]]; then - _values 'options' $_opts && ret=0 - fi - ;; - esac - ;; -esac - -return ret diff --git a/zsh/.oh-my-zsh_old/plugins/bundler/bundler.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/bundler/bundler.plugin.zsh deleted file mode 100644 index 665cb5e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/bundler/bundler.plugin.zsh +++ /dev/null @@ -1,116 +0,0 @@ -alias be="bundle exec" -alias bl="bundle list" -alias bp="bundle package" -alias bo="bundle open" -alias bout="bundle outdated" -alias bu="bundle update" -alias bi="bundle_install" -alias bcn="bundle clean" - -bundled_commands=( - 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 - unicorn_rails -) - -# Remove $UNBUNDLED_COMMANDS from the bundled_commands list -for cmd in $UNBUNDLED_COMMANDS; do - bundled_commands=(${bundled_commands#$cmd}); -done - -# Add $BUNDLED_COMMANDS to the bundled_commands list -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 -} - -_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)" - done - false -} - -_binstubbed() { - [ -f "./bin/${1}" ] -} - -_run-with-bundler() { - if _bundler-installed && _within-bundled-project; then - if _binstubbed $1; then - ./bin/${^^@} - else - bundle exec $@ - fi - else - $@ - 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 - - if which _$cmd > /dev/null 2>&1; then - compdef _$cmd bundled_$cmd=$cmd - fi -done diff --git a/zsh/.oh-my-zsh_old/plugins/cabal/README.md b/zsh/.oh-my-zsh_old/plugins/cabal/README.md deleted file mode 100644 index b1106c4..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cabal/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Cabal - -This plugin provides completion for [Cabal](https://www.haskell.org/cabal/), a build tool for Haskell. It -also provides a function `cabal_sandbox_info` that prints whether the current working directory is in a sandbox. - -To use it, add cabal to the plugins array of your zshrc file: -``` -plugins=(... cabal) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/cabal/cabal.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/cabal/cabal.plugin.zsh deleted file mode 100644 index a9a05b0..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cabal/cabal.plugin.zsh +++ /dev/null @@ -1,93 +0,0 @@ -function cabal_sandbox_info() { - cabal_files=(*.cabal(N)) - if [ $#cabal_files -gt 0 ]; then - if [ -f cabal.sandbox.config ]; then - echo "%{$fg[green]%}sandboxed%{$reset_color%}" - else - echo "%{$fg[red]%}not sandboxed%{$reset_color%}" - fi - fi -} - -function _cabal_commands() { - local ret=1 state - _arguments ':subcommand:->subcommand' && ret=0 - - case $state in - subcommand) - subcommands=( - "bench:Run the benchmark, if any (configure with UserHooks)" - "build:Compile all targets or specific target." - "check:Check the package for common mistakes" - "clean:Clean up after a build" - "copy:Copy the files into the install locations" - "configure:Prepare to build the package" - "exec:Run a command with the cabal environment" - "fetch:Downloads packages for later installation" - "freeze:Freeze dependencies." - "get:Gets a package's source code" - "haddock:Generate Haddock HTML documentation" - "help:Help about commands" - "hscolour:Generate HsColour colourised code, in HTML format" - "info:Display detailed information about a particular package" - "init:Interactively create a .cabal file" - "install:Installs a list of packages" - "list:List packages matching a search string" - "register:Register this package with the compiler" - "repl:Open an interpreter session for the given target" - "report:Upload build reports to a remote server" - "run:Runs the compiled executable" - "sandbox:Create/modify/delete a sandbox" - "sdist:Generate a source distribution file (.tar.gz)" - "test:Run the test suite, if any (configure with UserHooks)" - "unpack:Unpacks packages for user inspection" - "update:Updates list of known packages" - "upload:Uploads source packages to Hackage" - ) - _describe -t subcommands 'cabal subcommands' subcommands && ret=0 - esac - - return ret -} - -compdef _cabal_commands cabal - -function _cab_commands() { - local ret=1 state - _arguments ':subcommand:->subcommand' && ret=0 - - case $state in - subcommand) - subcommands=( - "sync:Fetch the latest package index" - "install:Install packages" - "uninstall:Uninstall packages" - "installed:List installed packages" - "configure:Configure a cabal package" - "build:Build a cabal package" - "clean:Clean up a build directory" - "outdated:Display outdated packages" - "info:Display information of a package" - "sdist:Make tar.gz for source distribution" - "upload:Uploading tar.gz to HackageDB" - "get:Untar a package in the current directory" - "deps:Show dependencies of this package" - "revdeps:Show reverse dependencies of this package" - "check:Check consistency of packages" - "genpaths:Generate Paths_.hs" - "search:Search available packages by package name" - "add:Add a source directory" - "test:Run tests" - "bench:Run benchmarks" - "doc:Generate manuals" - "ghci:Run GHCi (with a sandbox)" - "init:Initialize a sandbox" - "help:Display the help message of the command" - ) - _describe -t subcommands 'cab subcommands' subcommands && ret=0 - esac - - return ret -} - -command -v cab >/dev/null 2>&1 && { compdef _cab_commands cab } diff --git a/zsh/.oh-my-zsh_old/plugins/cake/README.md b/zsh/.oh-my-zsh_old/plugins/cake/README.md deleted file mode 100644 index aad92a3..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cake/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Cake - -This plugin provides completion for [CakePHP](https://cakephp.org/). - -To use it add cake to the plugins array in your zshrc file. - -```bash -plugins=(... cake) -``` - -## Note - -This plugin generates a cache file of the cake tasks found, named `.cake_task_cache`, in the current working directory. -It is regenerated when the Cakefile is newer than the cache file. It is advised that you add the cake file to your -`.gitignore` files. diff --git a/zsh/.oh-my-zsh_old/plugins/cake/cake.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/cake/cake.plugin.zsh deleted file mode 100644 index 2370df9..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cake/cake.plugin.zsh +++ /dev/null @@ -1,33 +0,0 @@ -# Set this to 1 if you want to cache the tasks -_cake_cache_task_list=1 - -# Cache filename -_cake_task_cache_file='.cake_task_cache' - -_cake_get_target_list () { - cake | grep '^cake ' | sed -e "s/cake \([^ ]*\) .*/\1/" | grep -v '^$' -} - -_cake_does_target_list_need_generating () { - - if [ ${_cake_cache_task_list} -eq 0 ]; then - return 1; - fi - - [ ! -f ${_cake_task_cache_file} ] && return 0; - [ Cakefile -nt ${_cake_task_cache_file} ] && return 0; - return 1; -} - -_cake () { - if [ -f Cakefile ]; then - if _cake_does_target_list_need_generating; then - _cake_get_target_list > ${_cake_task_cache_file} - compadd `cat ${_cake_task_cache_file}` - else - compadd `_cake_get_target_list` - fi - fi -} - -compdef _cake cake diff --git a/zsh/.oh-my-zsh_old/plugins/cakephp3/README.md b/zsh/.oh-my-zsh_old/plugins/cakephp3/README.md deleted file mode 100644 index 7e8f664..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cakephp3/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# cakephp3 plugin - -The plugin adds aliases and autocompletion for [cakephp3](https://book.cakephp.org/3.0/en/index.html). - -To use it, add `cakephp3` to the plugins array of your zshrc file: -``` -plugins=(... cakephp3) -``` - -## Aliases - -| Alias | Command | -|-----------|-------------------------------| -| c3 | `bin/cake` | -| c3cache | `bin/cake orm_cache clear` | -| c3migrate | `bin/cake migrations migrate` | diff --git a/zsh/.oh-my-zsh_old/plugins/cakephp3/cakephp3.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/cakephp3/cakephp3.plugin.zsh deleted file mode 100644 index dbfbeba..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cakephp3/cakephp3.plugin.zsh +++ /dev/null @@ -1,38 +0,0 @@ -# CakePHP 3 basic command completion -_cakephp3_get_command_list () { - bin/cake Completion commands -} - -_cakephp3_get_sub_command_list () { - bin/cake Completion subcommands ${words[2]} -} - -_cakephp3_get_3rd_argument () { - bin/cake ${words[2]} ${words[3]} | \grep '\-\ '| \awk '{print $2}' -} - -_cakephp3 () { - local -a has3rdargument - has3rdargument=("all" "controller" "fixture" "model" "template") - if [ -f bin/cake ]; then - if (( CURRENT == 2 )); then - compadd $(_cakephp3_get_command_list) - fi - if (( CURRENT == 3 )); then - compadd $(_cakephp3_get_sub_command_list) - fi - if (( CURRENT == 4 )); then - if [[ ${has3rdargument[(i)${words[3]}]} -le ${#has3rdargument} ]]; then - compadd $(_cakephp3_get_3rd_argument) - fi - fi - fi -} - -compdef _cakephp3 bin/cake -compdef _cakephp3 cake - -#Alias -alias c3='bin/cake' -alias c3cache='bin/cake orm_cache clear' -alias c3migrate='bin/cake migrations migrate' diff --git a/zsh/.oh-my-zsh_old/plugins/capistrano/README.md b/zsh/.oh-my-zsh_old/plugins/capistrano/README.md deleted file mode 100644 index 335b794..0000000 --- a/zsh/.oh-my-zsh_old/plugins/capistrano/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Capistrano - -This plugin provides completion for [Capistrano](https://capistranorb.com/). - -To use it add capistrano to the plugins array in your zshrc file. - -```bash -plugins=(... capistrano) -``` - -For a working completion use the `capit` command instead of `cap`, because cap is a -[reserved word in zsh](http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module). - -`capit` automatically runs cap with bundler if a Gemfile is found. diff --git a/zsh/.oh-my-zsh_old/plugins/capistrano/_capistrano b/zsh/.oh-my-zsh_old/plugins/capistrano/_capistrano deleted file mode 100644 index a79e47b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/capistrano/_capistrano +++ /dev/null @@ -1,49 +0,0 @@ -#compdef capit -#autoload - -# Added `capit` because `cap` is a reserved word. `cap` completion doesn't work. -# http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module - -local curcontext="$curcontext" state line ret=1 -local -a _configs - -_arguments -C \ - '1: :->cmds' \ - '2:: :->args' && ret=0 - -_cap_tasks() { - if [[ -f config/deploy.rb || -f Capfile ]]; then - if [[ ! -f .cap_tasks~ ]]; then - capit --tasks | sed 's/\(\[\)\(.*\)\(\]\)/\2:/' | awk '{command=$2; $1=$2=$3=""; gsub(/^[ \t\r\n]+/, "", $0); gsub(":", "\\:", command); print command"["$0"]"}' > .cap_tasks~ - fi - - OLD_IFS=$IFS - IFS=$'\n' - _values 'cap commands' $(< .cap_tasks~) - IFS=$OLD_IFS - # zmodload zsh/mapfile - # _values ${(f)mapfile[.cap_tasks~]} - fi -} - -_cap_stages() { - compadd $(find config/deploy -name \*.rb | cut -d/ -f3 | sed s:.rb::g) -} - -case $state in - cmds) - # check if it uses multistage - if [[ -d config/deploy ]]; then - _cap_stages - else - _cap_tasks - fi - ret=0 - ;; - args) - _cap_tasks - ret=0 - ;; -esac - -return ret diff --git a/zsh/.oh-my-zsh_old/plugins/capistrano/capistrano.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/capistrano/capistrano.plugin.zsh deleted file mode 100644 index 8195728..0000000 --- a/zsh/.oh-my-zsh_old/plugins/capistrano/capistrano.plugin.zsh +++ /dev/null @@ -1,11 +0,0 @@ -# Added `capit` because `cap` is a reserved word. `cap` completion doesn't work. -# http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module - -function capit() { - if [ -f Gemfile ] - then - bundle exec cap $* - else - cap $* - fi -} diff --git a/zsh/.oh-my-zsh_old/plugins/cargo/README.md b/zsh/.oh-my-zsh_old/plugins/cargo/README.md deleted file mode 100644 index 31bae4e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cargo/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# cargo - -This plugin adds completion for the Rust build tool [`Cargo`](https://github.com/rust-lang/cargo). - -To use it, add `cargo` to the plugins array in your zshrc file: - -```zsh -plugins=(... cargo) -``` - -Updated on March 3rd, 2019, from [Cargo 0.34.0](https://github.com/rust-lang/cargo/releases/tag/0.34.0). diff --git a/zsh/.oh-my-zsh_old/plugins/cargo/_cargo b/zsh/.oh-my-zsh_old/plugins/cargo/_cargo deleted file mode 100644 index 1269490..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cargo/_cargo +++ /dev/null @@ -1,407 +0,0 @@ -#compdef cargo - -autoload -U regexp-replace - -_cargo() { - local curcontext="$curcontext" ret=1 - local -a command_scope_spec common parallel features msgfmt triple target registry - local -a state line state_descr # These are set by _arguments - typeset -A opt_args - - common=( - '(-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]' - '--color=[specify colorization option]:coloring:(auto always never)' - '(- 1 *)'{-h,--help}'[show help message]' - ) - - # leading items in parentheses are an exclusion list for the arguments following that arg - # See: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-Functions - # - => exclude all other options - # 1 => exclude positional arg 1 - # * => exclude all other args - # +blah => exclude +blah - _arguments -s -S -C $common \ - '(- 1 *)--list[list installed commands]' \ - '(- 1 *)--explain=[provide a detailed explanation of an error message]:error code' \ - '(- 1 *)'{-V,--version}'[show version information]' \ - '(+beta +nightly)+stable[use the stable toolchain]' \ - '(+stable +nightly)+beta[use the beta toolchain]' \ - '(+stable +beta)+nightly[use the nightly toolchain]' \ - '1: :_cargo_cmds' \ - '*:: :->args' - - # These flags are mutually exclusive specifiers for the scope of a command; as - # they are used in multiple places without change, they are expanded into the - # appropriate command's `_arguments` where appropriate. - command_scope_spec=( - '(--bin --example --test --lib)--bench=[specify benchmark name]: :_cargo_benchmark_names' - '(--bench --bin --test --lib)--example=[specify example name]:example name' - '(--bench --example --test --lib)--bin=[specify binary name]:binary name' - '(--bench --bin --example --test)--lib=[specify library name]:library name' - '(--bench --bin --example --lib)--test=[specify test name]:test name' - ) - - parallel=( - '(-j --jobs)'{-j+,--jobs=}'[specify number of parallel jobs]:jobs [# of CPUs]' - ) - - features=( - '(--all-features)--features=[specify features to activate]:feature' - '(--features)--all-features[activate all available features]' - "--no-default-features[don't build the default features]" - ) - - msgfmt='--message-format=[specify error format]:error format [human]:(human json short)' - triple='--target=[specify target triple]:target triple' - target='--target-dir=[specify directory for all generated artifacts]:directory:_directories' - manifest='--manifest-path=[specify path to manifest]:path:_directories' - registry='--registry=[specify registry to use]:registry' - - case $state in - args) - curcontext="${curcontext%:*}-${words[1]}:" - case ${words[1]} in - bench) - _arguments -s -A "^--" $common $parallel $features $msgfmt $triple $target $manifest \ - "${command_scope_spec[@]}" \ - '--all-targets[benchmark all targets]' \ - "--no-run[compile but don't run]" \ - '(-p --package)'{-p+,--package=}'[specify package to run benchmarks for]:package:_cargo_package_names' \ - '--exclude=[exclude packages from the benchmark]:spec' \ - '--no-fail-fast[run all benchmarks regardless of failure]' \ - '1: :_guard "^-*" "bench name"' \ - '*:args:_default' - ;; - - build) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - '--all-targets[equivalent to specifying --lib --bins --tests --benches --examples]' \ - "${command_scope_spec[@]}" \ - '(-p --package)'{-p+,--package=}'[specify package to build]:package:_cargo_package_names' \ - '--release[build in release mode]' \ - '--build-plan[output the build plan in JSON]' \ - ;; - - check) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - '--all-targets[equivalent to specifying --lib --bins --tests --benches --examples]' \ - "${command_scope_spec[@]}" \ - '(-p --package)'{-p+,--package=}'[specify package to check]:package:_cargo_package_names' \ - '--release[check in release mode]' \ - ;; - - clean) - _arguments -s -S $common $triple $target $manifest \ - '(-p --package)'{-p+,--package=}'[specify package to clean]:package:_cargo_package_names' \ - '--release[clean release artifacts]' \ - '--doc[clean just the documentation directory]' - ;; - - doc) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - '--no-deps[do not build docs for dependencies]' \ - '--document-private-items[include non-public items in the documentation]' \ - '--open[open docs in browser after the build]' \ - '(-p --package)'{-p+,--package=}'[specify package to document]:package:_cargo_package_names' \ - '--release[build artifacts in release mode, with optimizations]' \ - ;; - - fetch) - _arguments -s -S $common $triple $manifest - ;; - - fix) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - "${command_scope_spec[@]}" \ - '--broken-code[fix code even if it already has compiler errors]' \ - '--edition[fix in preparation for the next edition]' \ - '--edition-idioms[fix warnings to migrate to the idioms of an edition]' \ - '--allow-no-vcs[fix code even if a VCS was not detected]' \ - '--allow-dirty[fix code even if the working directory is dirty]' \ - '--allow-staged[fix code even if the working directory has staged changes]' - ;; - - generate-lockfile) - _arguments -s -S $common $manifest - ;; - - git-checkout) - _arguments -s -S $common \ - '--reference=:reference' \ - '--url=:url:_urls' - ;; - - help) - _cargo_cmds - ;; - - init) - _arguments -s -S $common $registry \ - '--lib[use library template]' \ - '--edition=[specify edition to set for the crate generated]:edition:(2015 2018)' \ - '--vcs=[initialize a new repo with a given VCS]:vcs:(git hg pijul fossil none)' \ - '--name=[set the resulting package name]:name' \ - '1:path:_directories' - ;; - - install) - _arguments -s -S $common $parallel $features $triple $registry \ - '(-f --force)'{-f,--force}'[force overwriting of existing crates or binaries]' \ - '--bin=[only install the specified binary]:binary' \ - '--branch=[branch to use when installing from git]:branch' \ - '--debug[build in debug mode instead of release mode]' \ - '--example=[install the specified example instead of binaries]:example' \ - '--git=[specify URL from which to install the crate]:url:_urls' \ - '--path=[local filesystem path to crate to install]: :_directories' \ - '--rev=[specific commit to use when installing from git]:commit' \ - '--root=[directory to install packages into]: :_directories' \ - '--tag=[tag to use when installing from git]:tag' \ - '--vers=[version to install from crates.io]:version' \ - '--list[list all installed packages and their versions]' \ - '*: :_guard "^-*" "crate"' - ;; - - locate-project) - _arguments -s -S $common $manifest - ;; - - login) - _arguments -s -S $common $registry \ - '*: :_guard "^-*" "token"' - ;; - - metadata) - _arguments -s -S $common $features $manifest \ - "--no-deps[output information only about the root package and don't fetch dependencies]" \ - '--format-version=[specify format version]:version [1]:(1)' - ;; - - new) - _arguments -s -S $common $registry \ - '--lib[use library template]' \ - '--vcs:initialize a new repo with a given VCS:(git hg none)' \ - '--name=[set the resulting package name]' - ;; - - owner) - _arguments -s -S $common $registry \ - '(-a --add)'{-a,--add}'[specify name of a user or team to invite as an owner]:name' \ - '--index=[specify registry index]:index' \ - '(-l --list)'{-l,--list}'[list owners of a crate]' \ - '(-r --remove)'{-r,--remove}'[specify name of a user or team to remove as an owner]:name' \ - '--token=[specify API token to use when authenticating]:token' \ - '*: :_guard "^-*" "crate"' - ;; - - package) - _arguments -s -S $common $parallel $features $triple $target $manifest \ - '(-l --list)'{-l,--list}'[print files included in a package without making one]' \ - '--no-metadata[ignore warnings about a lack of human-usable metadata]' \ - '--allow-dirty[allow dirty working directories to be packaged]' \ - "--no-verify[don't build to verify contents]" - ;; - - pkgid) - _arguments -s -S $common $manifest \ - '(-p --package)'{-p+,--package=}'[specify package to get ID specifier for]:package:_cargo_package_names' \ - '*: :_guard "^-*" "spec"' - ;; - - publish) - _arguments -s -S $common $parallel $features $triple $target $manifest $registry \ - '--index=[specify registry index]:index' \ - '--allow-dirty[allow dirty working directories to be packaged]' \ - "--no-verify[don't verify the contents by building them]" \ - '--token=[specify token to use when uploading]:token' \ - '--dry-run[perform all checks without uploading]' - ;; - - read-manifest) - _arguments -s -S $common $manifest - ;; - - run) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - '--example=[name of the bin target]:name' \ - '--bin=[name of the bin target]:name' \ - '(-p --package)'{-p+,--package=}'[specify package with the target to run]:package:_cargo_package_names' \ - '--release[build in release mode]' \ - '*: :_default' - ;; - - rustc) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - '(-p --package)'{-p+,--package=}'[specify package to build]:package:_cargo_package_names' \ - '--profile=[specify profile to build the selected target for]:profile' \ - '--release[build artifacts in release mode, with optimizations]' \ - "${command_scope_spec[@]}" \ - '*: : _dispatch rustc rustc -default-' - ;; - - rustdoc) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - '--document-private-items[include non-public items in the documentation]' \ - '--open[open the docs in a browser after the operation]' \ - '(-p --package)'{-p+,--package=}'[specify package to document]:package:_cargo_package_names' \ - '--release[build artifacts in release mode, with optimizations]' \ - "${command_scope_spec[@]}" \ - '*: : _dispatch rustdoc rustdoc -default-' - ;; - - search) - _arguments -s -S $common $registry \ - '--index=[specify registry index]:index' \ - '--limit=[limit the number of results]:results [10]' \ - '*: :_guard "^-*" "query"' - ;; - - test) - _arguments -s -S $common $parallel $features $msgfmt $triple $target $manifest \ - '--test=[test name]: :_cargo_test_names' \ - '--no-fail-fast[run all tests regardless of failure]' \ - '--no-run[compile but do not run]' \ - '(-p --package)'{-p+,--package=}'[package to run tests for]:package:_cargo_package_names' \ - '--all[test all packages in the workspace]' \ - '--release[build artifacts in release mode, with optimizations]' \ - '1: :_cargo_test_names' \ - '(--doc --bin --example --test --bench)--lib[only test library]' \ - '(--lib --bin --example --test --bench)--doc[only test documentation]' \ - '(--lib --doc --example --test --bench)--bin=[binary name]' \ - '(--lib --doc --bin --test --bench)--example=[example name]' \ - '(--lib --doc --bin --example --bench)--test=[test name]' \ - '(--lib --doc --bin --example --test)--bench=[benchmark name]' \ - '*: :_default' - ;; - - uninstall) - _arguments -s -S $common \ - '(-p --package)'{-p+,--package=}'[specify package to uninstall]:package:_cargo_package_names' \ - '--bin=[only uninstall the specified binary]:name' \ - '--root=[directory to uninstall packages from]: :_files -/' \ - '*:crate:_cargo_installed_crates -F line' - ;; - - update) - _arguments -s -S $common $manifest \ - '--aggressive=[force dependency update]' \ - "--dry-run[don't actually write the lockfile]" \ - '(-p --package)'{-p+,--package=}'[specify package to update]:package:_cargo_package_names' \ - '--precise=[update single dependency to precise release]:release' - ;; - - verify-project) - _arguments -s -S $common $manifest - ;; - - version) - _arguments -s -S $common - ;; - - yank) - _arguments -s -S $common $registry \ - '--vers=[specify yank version]:version' \ - '--undo[undo a yank, putting a version back into the index]' \ - '--index=[specify registry index to yank from]:registry index' \ - '--token=[specify API token to use when authenticating]:token' \ - '*: :_guard "^-*" "crate"' - ;; - *) - # allow plugins to define their own functions - if ! _call_function ret _cargo-${words[1]}; then - # fallback on default completion for unknown commands - _default && ret=0 - fi - (( ! ret )) - ;; - esac - ;; - esac -} - -_cargo_unstable_flags() { - local flags - flags=( help ${${${(M)${(f)"$(_call_program flags cargo -Z help)"}:#*--*}/ #-- #/:}##*-Z } ) - _describe -t flags 'unstable flag' flags -} - -_cargo_installed_crates() { - local expl - _description crates expl 'crate' - compadd "$@" "$expl[@]" - ${${${(f)"$(cargo install --list)"}:# *}%% *} -} - -_cargo_cmds() { - local -a commands - # This uses Parameter Expansion Flags, which are a built-in Zsh feature. - # See more: http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion-Flags - # and http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion - # - # # How this work? - # - # First it splits the result of `cargo --list` at newline, then it removes the first line. - # Then it removes indentation (4 whitespaces) before each items. (Note the x## pattern [1]). - # Then it replaces those spaces between item and description with a `:` - # - # [1]: https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org#patterns - commands=( ${${${(M)"${(f)$(_call_program commands cargo --list)}":# *}/ ##/}/ ##/:} ) - _describe -t commands 'command' commands -} - - -#FIXME: Disabled until fixed -#gets package names from the manifest file -_cargo_package_names() { - _message -e packages package -} - -# Extracts the values of "name" from the array given in $1 and shows them as -# command line options for completion -_cargo_names_from_array() { - # strip json from the path - local manifest=${${${"$(cargo locate-project)"}%\"\}}##*\"} - if [[ -z $manifest ]]; then - return 0 - fi - - local last_line - local -a names; - local in_block=false - local block_name=$1 - names=() - while read -r line; do - if [[ $last_line == "[[$block_name]]" ]]; then - in_block=true - else - if [[ $last_line =~ '\s*\[\[.*' ]]; then - in_block=false - fi - fi - - if [[ $in_block == true ]]; then - if [[ $line =~ '\s*name\s*=' ]]; then - regexp-replace line '^\s*name\s*=\s*|"' '' - names+=( "$line" ) - fi - fi - - last_line=$line - done < "$manifest" - _describe "$block_name" names - -} - -#Gets the test names from the manifest file -_cargo_test_names() { - _cargo_names_from_array "test" -} - -#Gets the bench names from the manifest file -_cargo_benchmark_names() { - _cargo_names_from_array "bench" -} - -_cargo diff --git a/zsh/.oh-my-zsh_old/plugins/cask/README.md b/zsh/.oh-my-zsh_old/plugins/cask/README.md deleted file mode 100644 index e1335c1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cask/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Cask plugin - -[Cask](https://github.com/cask/cask) is a project management tool for Emacs that helps -automate the package development cycle; development, dependencies, testing, building, -packaging and more. - -This plugin loads `cask` completion from non-standard locations, such as if installed -via Homebrew or others. To enable it, add `cask` to your plugins array: - -```zsh -plugins=(... cask) -``` - -Make sure you have the `cask` directory in your `$PATH` before loading Oh My Zsh, -otherwise you'll get a "command not found" error. diff --git a/zsh/.oh-my-zsh_old/plugins/cask/cask.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/cask/cask.plugin.zsh deleted file mode 100644 index 29120b3..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cask/cask.plugin.zsh +++ /dev/null @@ -1,26 +0,0 @@ -() { - emulate -L zsh - - if ! (( $+commands[cask] )); then - print "zsh cask plugin: cask command not found" >&2 - return - fi - - cask_base=${commands[cask]:h:h} - - # Plain cask installation location (for Cask 0.7.2 and earlier) - comp_files=($cask_base/etc/cask_completion.zsh) - - # Mac Homebrew installs the completion in a different location - if (( $+commands[brew] )); then - comp_files+=($(brew --prefix)/share/zsh/site-functions/cask_completion.zsh) - fi - - # Load first found file - for f in $comp_files; do - if [[ -f "$f" ]]; then - source "$f" - break - fi - done -} diff --git a/zsh/.oh-my-zsh_old/plugins/catimg/README.md b/zsh/.oh-my-zsh_old/plugins/catimg/README.md deleted file mode 100644 index 42b59a6..0000000 --- a/zsh/.oh-my-zsh_old/plugins/catimg/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# catimg - -Plugin for displaying images on the terminal using the the `catimg.sh` script provided by [posva](https://github.com/posva/catimg) - -## Requirements - -- `convert` (ImageMagick) - -## Enabling the plugin - -1. Open your `.zshrc` file and add `catimg` in the plugins section: - - ```zsh - plugins=( - # all your enabled plugins - catimg - ) - ``` - -2. Restart the shell or restart your Terminal session: - - ```console - $ exec zsh - $ - ``` - -## Functions - -| Function | Description | -| -------- | ---------------------------------------- | -| `catimg` | Displays the given image on the terminal | - -## Usage examples - -[![asciicast](https://asciinema.org/a/204702.png)](https://asciinema.org/a/204702) diff --git a/zsh/.oh-my-zsh_old/plugins/catimg/catimg.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/catimg/catimg.plugin.zsh deleted file mode 100644 index ca46444..0000000 --- a/zsh/.oh-my-zsh_old/plugins/catimg/catimg.plugin.zsh +++ /dev/null @@ -1,17 +0,0 @@ -################################################################################ -# catimg script by Eduardo San Martin Morote aka Posva # -# https://posva.net # -# # -# Ouput the content of an image to the stdout using the 256 colors of the # -# terminal. # -# GitHub: https://github.com/posva/catimg # -################################################################################ - - -function catimg() { - if [[ -x `which convert` ]]; then - zsh $ZSH/plugins/catimg/catimg.sh $@ - else - echo "catimg need convert (ImageMagick) to work)" - fi -} diff --git a/zsh/.oh-my-zsh_old/plugins/catimg/catimg.sh b/zsh/.oh-my-zsh_old/plugins/catimg/catimg.sh deleted file mode 100644 index 713a032..0000000 --- a/zsh/.oh-my-zsh_old/plugins/catimg/catimg.sh +++ /dev/null @@ -1,88 +0,0 @@ -################################################################################ -# catimg script by Eduardo San Martin Morote aka Posva # -# https://posva.net # -# # -# Ouput the content of an image to the stdout using the 256 colors of the # -# terminal. # -# GitHub: https://github.com/posva/catimg # -################################################################################ - -function help() { - echo "Usage catimg [-h] [-w width] [-c char] img" - echo "By default char is \" \" and w is the terminal width" -} - -# VARIABLES -COLOR_FILE=$(dirname $0)/colors.png -CHAR=" " - -WIDTH="" -IMG="" - -while getopts qw:c:h opt; do - case "$opt" in - w) WIDTH="$OPTARG" ;; - c) CHAR="$OPTARG" ;; - h) help; exit ;; - *) help ; exit 1;; - esac - done - -while [ "$1" ]; do - IMG="$1" - shift -done - -if [ "$IMG" = "" -o ! -f "$IMG" ]; then - help - exit 1 -fi - -if [ ! "$WIDTH" ]; then - COLS=$(expr $(tput cols) "/" $(echo -n "$CHAR" | wc -c)) -else - COLS=$(expr $WIDTH "/" $(echo -n "$CHAR" | wc -c)) -fi -WIDTH=$(convert "$IMG" -print "%w\n" /dev/null) -if [ "$WIDTH" -gt "$COLS" ]; then - WIDTH=$COLS -fi - -REMAP="" -if convert "$IMG" -resize $COLS\> +dither -remap $COLOR_FILE /dev/null ; then - REMAP="-remap $COLOR_FILE" -else - echo "The version of convert is too old, don't expect good results :(" >&2 - #convert "$IMG" -colors 256 PNG8:tmp.png - #IMG="tmp.png" -fi - -# Display the image -I=0 -convert "$IMG" -resize $COLS\> +dither `echo $REMAP` txt:- 2>/dev/null | -sed -e 's/.*none.*/NO NO NO/g' -e '1d;s/^.*(\(.*\)[,)].*$/\1/g;y/,/ /' | -while read R G B f; do - if [ ! "$R" = "NO" ]; then - if [ "$R" -eq "$G" -a "$G" -eq "$B" ]; then - (( - I++, - IDX = 232 + R * 23 / 255 - )) - else - (( - I++, - IDX = 16 - + R * 5 / 255 * 36 - + G * 5 / 255 * 6 - + B * 5 / 255 - )) - fi - #echo "$R,$G,$B: $IDX" - echo -ne "\e[48;5;${IDX}m${CHAR}" - else - (( I++ )) - echo -ne "\e[0m${CHAR}" - fi - # New lines - (( $I % $WIDTH )) || echo -e "\e[0m" -done diff --git a/zsh/.oh-my-zsh_old/plugins/catimg/colors.png b/zsh/.oh-my-zsh_old/plugins/catimg/colors.png deleted file mode 100644 index 5f2c812..0000000 Binary files a/zsh/.oh-my-zsh_old/plugins/catimg/colors.png and /dev/null differ diff --git a/zsh/.oh-my-zsh_old/plugins/celery/README.md b/zsh/.oh-my-zsh_old/plugins/celery/README.md deleted file mode 100644 index d2597f7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/celery/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Celery - -This plugin provides completion for [Celery](http://www.celeryproject.org/). - -To use it add celery to the plugins array in your zshrc file. - -```bash -plugins=(... celery) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/celery/_celery b/zsh/.oh-my-zsh_old/plugins/celery/_celery deleted file mode 100644 index 63af9fa..0000000 --- a/zsh/.oh-my-zsh_old/plugins/celery/_celery +++ /dev/null @@ -1,129 +0,0 @@ -#compdef celery -#autoload - -#celery zsh completion - -_celery () { -local -a _1st_arguments ifargs dopts controlargs - -typeset -A opt_args - -_1st_arguments=('worker' 'events' 'beat' 'shell' 'multi' 'amqp' 'status' 'inspect' \ - 'control' 'purge' 'list' 'migrate' 'call' 'result' 'report') -ifargs=('--app=' '--broker=' '--loader=' '--config=' '--version') -dopts=('--detach' '--umask=' '--gid=' '--uid=' '--pidfile=' '--logfile=' '--loglevel=') -controlargs=('--timeout' '--destination') -_arguments \ - '(-A --app=)'{-A,--app}'[app instance to use (e.g. module.attr_name):APP]' \ - '(-b --broker=)'{-b,--broker}'[url to broker. default is "amqp://guest@localhost//":BROKER]' \ - '(--loader)--loader[name of custom loader class to use.:LOADER]' \ - '(--config)--config[Name of the configuration module:CONFIG]' \ - '(--workdir)--workdir[Optional directory to change to after detaching.:WORKING_DIRECTORY]' \ - '(-q --quiet)'{-q,--quiet}'[Don"t show as much output.]' \ - '(-C --no-color)'{-C,--no-color}'[Don"t display colors.]' \ - '(--version)--version[show program"s version number and exit]' \ - '(- : *)'{-h,--help}'[show this help message and exit]' \ - '*:: :->subcmds' && return 0 - -if (( CURRENT == 1 )); then - _describe -t commands "celery subcommand" _1st_arguments - return -fi - -case "$words[1]" in - worker) - _arguments \ - '(-C --concurrency=)'{-C,--concurrency=}'[Number of child processes processing the queue. The default is the number of CPUs.]' \ - '(--pool)--pool=:::(processes eventlet gevent threads solo)' \ - '(--purge --discard)'{--discard,--purge}'[Purges all waiting tasks before the daemon is started.]' \ - '(-f --logfile=)'{-f,--logfile=}'[Path to log file. If no logfile is specified, stderr is used.]' \ - '(--loglevel=)--loglevel=:::(critical error warning info debug)' \ - '(-N --hostname=)'{-N,--hostname=}'[Set custom hostname, e.g. "foo.example.com".]' \ - '(-B --beat)'{-B,--beat}'[Also run the celerybeat periodic task scheduler.]' \ - '(-s --schedule=)'{-s,--schedule=}'[Path to the schedule database if running with the -B option. Defaults to celerybeat-schedule.]' \ - '(-S --statedb=)'{-S,--statedb=}'[Path to the state database.Default: None]' \ - '(-E --events)'{-E,--events}'[Send events that can be captured by monitors like celeryev, celerymon, and others.]' \ - '(--time-limit=)--time-limit=[nables a hard time limit (in seconds int/float) for tasks]' \ - '(--soft-time-limit=)--soft-time-limit=[Enables a soft time limit (in seconds int/float) for tasks]' \ - '(--maxtasksperchild=)--maxtasksperchild=[Maximum number of tasks a pool worker can execute before it"s terminated and replaced by a new worker.]' \ - '(-Q --queues=)'{-Q,--queues=}'[List of queues to enable for this worker, separated by comma. By default all configured queues are enabled.]' \ - '(-I --include=)'{-I,--include=}'[Comma separated list of additional modules to import.]' \ - '(--pidfile=)--pidfile=[Optional file used to store the process pid.]' \ - '(--autoscale=)--autoscale=[Enable autoscaling by providing max_concurrency, min_concurrency.]' \ - '(--autoreload)--autoreload[Enable autoreloading.]' \ - '(--no-execv)--no-execv[Don"t do execv after multiprocessing child fork.]' - compadd -a ifargs - ;; - inspect) - _values -s \ - 'active[dump active tasks (being processed)]' \ - 'active_queues[dump queues being consumed from]' \ - 'ping[ping worker(s)]' \ - 'registered[dump of registered tasks]' \ - 'report[get bugreport info]' \ - 'reserved[dump reserved tasks (waiting to be processed)]' \ - 'revoked[dump of revoked task ids]' \ - 'scheduled[dump scheduled tasks (eta/countdown/retry)]' \ - 'stats[dump worker statistics]' - compadd -a controlargs ifargs - ;; - control) - _values -s \ - 'add_consumer[tell worker(s) to start consuming a queue]' \ - 'autoscale[change autoscale settings]' \ - 'cancel_consumer[tell worker(s) to stop consuming a queue]' \ - 'disable_events[tell worker(s) to disable events]' \ - 'enable_events[tell worker(s) to enable events]' \ - 'pool_grow[start more pool processes]' \ - 'pool_shrink[use less pool processes]' \ - 'rate_limit[tell worker(s) to modify the rate limit for a task type]' \ - 'time_limit[tell worker(s) to modify the time limit for a task type.]' - compadd -a controlargs ifargs - ;; - multi) - _values -s \ - '--nosplash[Don"t display program info.]' \ - '--verbose[Show more output.]' \ - '--no-color[Don"t display colors.]' \ - '--quiet[Don"t show as much output.]' \ - 'start' 'restart' 'stopwait' 'stop' 'show' \ - 'names' 'expand' 'get' 'kill' - compadd -a ifargs - ;; - amqp) - _values -s \ - 'queue.declare' 'queue.purge' 'exchange.delete' 'basic.publish' \ - 'exchange.declare' 'queue.delete' 'queue.bind' 'basic.get' - ;; - list) - _values -s, 'bindings' - ;; - shell) - _values -s \ - '--ipython[force iPython.]' \ - '--bpython[force bpython.]' \ - '--python[force default Python shell.]' \ - '--without-tasks[don"t add tasks to locals.]' \ - '--eventlet[use eventlet.]' \ - '--gevent[use gevent.]' - compadd -a ifargs - ;; - beat) - _arguments \ - '(-s --schedule=)'{-s,--schedule=}'[Path to the schedule database. Defaults to celerybeat-schedule.]' \ - '(-S --scheduler=)'{-S,--scheduler=}'[Scheduler class to use. Default is celery.beat.PersistentScheduler.]' \ - '(--max-interval)--max-interval[]' - compadd -a dopts fargs - ;; - events) - _arguments \ - '(-d --dump)'{-d,--dump}'[Dump events to stdout.]' \ - '(-c --camera=)'{-c,--camera=}'[Take snapshots of events using this camera.]' \ - '(-F --frequency=)'{-F,--frequency=}'[Camera: Shutter frequency. Default is every 1.0 seconds.]' \ - '(-r --maxrate=)'{-r,--maxrate=}'[Camera: Optional shutter rate limit (e.g. 10/m).]' - compadd -a dopts fargs - ;; - *) - ;; - esac -} diff --git a/zsh/.oh-my-zsh_old/plugins/chruby/README.md b/zsh/.oh-my-zsh_old/plugins/chruby/README.md deleted file mode 100644 index d373006..0000000 --- a/zsh/.oh-my-zsh_old/plugins/chruby/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# chruby plugin - -This plugin loads [chruby](https://github.com/postmodern/chruby), a tool that changes the -current Ruby version, and completion and a prompt function to display the Ruby version. -Supports brew and manual installation of chruby. - -To use it, add `chruby` to the plugins array in your zshrc file: -```zsh -plugins=(... chruby) -``` - -## Usage - -If you'd prefer to specify an explicit path to load chruby from -you can set variables like so: - -``` -zstyle :omz:plugins:chruby path /local/path/to/chruby.sh -zstyle :omz:plugins:chruby auto /local/path/to/auto.sh -``` diff --git a/zsh/.oh-my-zsh_old/plugins/chruby/chruby.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/chruby/chruby.plugin.zsh deleted file mode 100644 index f7fedb5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/chruby/chruby.plugin.zsh +++ /dev/null @@ -1,121 +0,0 @@ -# -# INSTRUCTIONS -# -# With either a manual or brew installed chruby things should just work. -# -# If you'd prefer to specify an explicit path to load chruby from -# you can set variables like so: -# -# zstyle :omz:plugins:chruby path /local/path/to/chruby.sh -# zstyle :omz:plugins:chruby auto /local/path/to/auto.sh -# -# TODO -# - autodetermine correct source path on non OS X systems -# - completion if ruby-install exists - -# rvm and rbenv plugins also provide this alias -alias rubies='chruby' - - -_homebrew-installed() { - whence brew &> /dev/null - _xit=$? - if [ $_xit -eq 0 ];then - # ok , we have brew installed - # speculatively we check default brew prefix - if [ -h /usr/local/opt/chruby ];then - _brew_prefix="/usr/local/opt/chruby" - else - # ok , it is not default prefix - # this call to brew is expensive ( about 400 ms ), so at least let's make it only once - _brew_prefix=$(brew --prefix chruby) - fi - return 0 - else - return $_xit - fi -} - -_chruby-from-homebrew-installed() { - [ -r _brew_prefix ] &> /dev/null -} - -_ruby-build_installed() { - whence ruby-build &> /dev/null -} - -_ruby-install-installed() { - whence ruby-install &> /dev/null -} - -# Simple definition completer for ruby-build -if _ruby-build_installed; then - _ruby-build() { compadd $(ruby-build --definitions) } - compdef _ruby-build ruby-build -fi - -_source_from_omz_settings() { - local _chruby_path - local _chruby_auto - - zstyle -s :omz:plugins:chruby path _chruby_path - zstyle -s :omz:plugins:chruby auto _chruby_auto - - if [[ -r ${_chruby_path} ]]; then - source ${_chruby_path} - fi - - if [[ -r ${_chruby_auto} ]]; then - source ${_chruby_auto} - fi -} - -_chruby_dirs() { - chrubydirs=($HOME/.rubies/ $PREFIX/opt/rubies) - for dir in chrubydirs; do - if [[ -d $dir ]]; then - RUBIES+=$dir - fi - done -} - -if _homebrew-installed && _chruby-from-homebrew-installed ; then - source $_brew_prefix/share/chruby/chruby.sh - source $_brew_prefix/share/chruby/auto.sh - _chruby_dirs -elif [[ -r "/usr/local/share/chruby/chruby.sh" ]] ; then - source /usr/local/share/chruby/chruby.sh - source /usr/local/share/chruby/auto.sh - _chruby_dirs -else - _source_from_omz_settings - _chruby_dirs -fi - -function ensure_chruby() { - $(whence chruby) -} - -function current_ruby() { - local _ruby - _ruby="$(chruby |grep \* |tr -d '* ')" - if [[ $(chruby |grep -c \*) -eq 1 ]]; then - echo ${_ruby} - else - echo "system" - fi -} - -function chruby_prompt_info() { - echo "$(current_ruby)" -} - -# complete on installed rubies -_chruby() { - compadd $(chruby | tr -d '* ') - local default_path='/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin' - if PATH=${default_path} type ruby &> /dev/null; then - compadd system - fi -} -compdef _chruby chruby diff --git a/zsh/.oh-my-zsh_old/plugins/chucknorris/.gitignore b/zsh/.oh-my-zsh_old/plugins/chucknorris/.gitignore deleted file mode 100644 index 267c504..0000000 --- a/zsh/.oh-my-zsh_old/plugins/chucknorris/.gitignore +++ /dev/null @@ -1 +0,0 @@ -fortunes/chucknorris.dat diff --git a/zsh/.oh-my-zsh_old/plugins/chucknorris/README.md b/zsh/.oh-my-zsh_old/plugins/chucknorris/README.md deleted file mode 100644 index be7b97e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/chucknorris/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# chucknorris - -Chuck Norris fortunes plugin for oh-my-zsh - -**Maintainers**: [apjanke](https://github.com/apjanke) [maff](https://github.com/maff) - -To use it add `chucknorris` to the plugins array in you zshrc file. - -```zsh -plugins=(... chucknorris) -``` - - -Depends on fortune (and cowsay if using chuck_cow) being installed (available via homebrew, apt, ...). Perfectly suitable as MOTD. - - -| Command | Description | -| ----------- | ------------------------------- | -| `chuck` | Print random Chuck Norris quote | -| `chuck_cow` | Print quote in cowthink | diff --git a/zsh/.oh-my-zsh_old/plugins/chucknorris/chucknorris.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/chucknorris/chucknorris.plugin.zsh deleted file mode 100644 index 1dbb04e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/chucknorris/chucknorris.plugin.zsh +++ /dev/null @@ -1,28 +0,0 @@ -# chucknorris: Chuck Norris fortunes - -# Automatically generate or update Chuck's compiled fortune data file -# $0 must be used outside a local function. This variable name is unlikly to collide. -CHUCKNORRIS_PLUGIN_DIR=${0:h} - -() { -local DIR=$CHUCKNORRIS_PLUGIN_DIR/fortunes -if [[ ! -f $DIR/chucknorris.dat ]] || [[ $DIR/chucknorris.dat -ot $DIR/chucknorris ]]; then - # For some reason, Cygwin puts strfile in /usr/sbin, which is not on the path by default - local strfile=strfile - if ! which strfile &>/dev/null && [[ -f /usr/sbin/strfile ]]; then - strfile=/usr/sbin/strfile - fi - if which $strfile &> /dev/null; then - $strfile $DIR/chucknorris $DIR/chucknorris.dat >/dev/null - else - echo "[oh-my-zsh] chucknorris depends on strfile, which is not installed" >&2 - echo "[oh-my-zsh] strfile is often provided as part of the 'fortune' package" >&2 - fi -fi - -# Aliases -alias chuck="fortune -a $DIR" -alias chuck_cow="chuck | cowthink" -} - -unset CHUCKNORRIS_PLUGIN_DIR diff --git a/zsh/.oh-my-zsh_old/plugins/chucknorris/fortunes/chucknorris b/zsh/.oh-my-zsh_old/plugins/chucknorris/fortunes/chucknorris deleted file mode 100644 index 2a13b06..0000000 --- a/zsh/.oh-my-zsh_old/plugins/chucknorris/fortunes/chucknorris +++ /dev/null @@ -1,2544 +0,0 @@ -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. -% -"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. -% -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. -% -Achievement Unlocked: Chuck Norris of Death -% -Chuck Norris is the ghost in paranormal activity. -% -Chuck Norris can't get fired by Donald Trump -% -Ozzy Osbourne once accidentally bit the head off a live bat - Chuck Norris once deliberately bit the head off a live pterodactyl. -% -Note to self: Don’t be the cashier to tell Chuck Norris his coupons have expired. -% -Chuck Norris was what Willis was talking about. -% -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. -% -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. -% -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 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! -% -In a rain storm Chuck Norris stays dry. Rain drops are scared to hit him. -% -Chuck Norris is the reason tumbleweeds tumble -% -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 terminate a repeating decimal. -% -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 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 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 made the big bang just by clicking his fingers -% -Trick me once, shame on you, trick Chuck Norris.....rest in peace. -% -Chuck Norris doesn't fight. He gives motivational seminars to die on their own to avoid a roundhouse kick to the face. -% -This one time at band camp... BAM! Chuck Norris. -% -Chuck Norris protects his body guards. -% -Chuck Norris watched the first steps on the moon... From his summer home on Mars -% -The Earth is made up of two-thirds water and one-third Chuck Norris. -% diff --git a/zsh/.oh-my-zsh_old/plugins/cloudapp/README.md b/zsh/.oh-my-zsh_old/plugins/cloudapp/README.md deleted file mode 100644 index 62975a6..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cloudapp/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# CloudApp plugin - -[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: - -``` -plugins=(... dash) -``` - -## Requirements - -1. [Aaron Russell's `cloudapp_api` gem](https://github.com/aaronrussell/cloudapp_api#installation) - -2. That you set your CloudApp credentials in `~/.cloudapp` as a simple text file like below: - ``` - email - password - ``` - -## Usage - -- `cloudapp `: uploads `` to your CloudApp account, and if you're using - macOS, copies the URL to your clipboard. diff --git a/zsh/.oh-my-zsh_old/plugins/cloudapp/cloudapp.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/cloudapp/cloudapp.plugin.zsh deleted file mode 100644 index 3b363c8..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cloudapp/cloudapp.plugin.zsh +++ /dev/null @@ -1,6 +0,0 @@ -alias cloudapp="${0:a:h}/cloudapp.rb" - -# Ensure only the owner can access the credentials file -if [[ -f ~/.cloudapp ]]; then - chmod 600 ~/.cloudapp -fi diff --git a/zsh/.oh-my-zsh_old/plugins/cloudapp/cloudapp.rb b/zsh/.oh-my-zsh_old/plugins/cloudapp/cloudapp.rb deleted file mode 100755 index a11cfdb..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cloudapp/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/zsh/.oh-my-zsh_old/plugins/cloudfoundry/README.md b/zsh/.oh-my-zsh_old/plugins/cloudfoundry/README.md deleted file mode 100644 index 89dd9d1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cloudfoundry/README.md +++ /dev/null @@ -1,58 +0,0 @@ -# Cloudfoundry Plugin - -This plugin is intended to offer a few simple aliases for regular users of the [Cloud Foundry Cli][1]. Most are just simple aliases that will save a bit of typing. Others include mini functions and or accept parameters. Take a look at the table below for details. - -| Alias | Command | Description | -|----------|-----------------------------|--------------------------------------------------------------------------| -| cfl | `cf login` | Login to Cloud Foundry | -| cft | `cf target` | Target the cli at a specific Org/Space in Cloud Foundry | -| cfa | `cf apps` | List all applications in the current Org/Space | -| cfs | `cf services` | List all services in the current Org/Space | -| cfm | `cf marketplace` | List the services available in the Marketplace | -| cfp | `cf push` | Push your application code to Cloud Foundry | -| cfcs | `cf create-service` | Create a service based on a Marketplace offering | -| cfbs | `cf bind-service` | Bind an application to a service you created | -| cfus | `cf unbind-service` | Unbind a service from an application | -| cfds | `cf delete-service` | Delete a service you no longer have bound | -| cfup | `cf cups` | Create a "user-provided-service" | -| cflg | `cf logs` | Tail the logs of an application (requires ) | -| cfr | `cf routes` | List all the routes in the current Space | -| cfe | `cf env` | Show the environment variables for an application (requires ) | -| cfsh | `cf ssh` | Attach to a running container (requires an etc.) | -| cfsc | `cf scale` | Scale an application (requires an etc.) | -| cfev | `cf events` | Show the application events (requires ) | -| cfdor | `cf delete-orphaned-routes` | Delete routes that are no longer bound to applications | -| cfbpk | `cf buildpacks` | List the available buildpacks | -| cfdm | `cf domains` | List the domains associates with this Cloud Foundry foundation | -| cfsp | `cf spaces` | List all the Spaces in the current Org | -| cfap | `cf app` | Show the details of a deployed application (requires ) | -| cfh. | `export CF_HOME=$PWD/.cf` | Set the current directory as CF_HOME | -| cfh~ | `export CF_HOME=~/.cf` | Set the user's root directory as CF_HOME | -| cfhu | `unset CF_HOME` | Unsets CF_HOME | -| cfpm | `cf push -f` | Push an application using a manifest (requires location) | -| cflr | `cf logs --recent` | Show the recent logs (requires ) | -| cfsrt | `cf start` | Start an application (requires ) | -| cfstp | `cf stop` | Stop an application (requires ) | -| cfstg | `cf restage` | Restage an application (requires ) | -| cfdel | `cf delete` | Delete an application (requires ) | -| cfsrtall | - | Start all apps that are currently in the "Stopped" state | -| cfstpall | - | Stop all apps that are currently in the "Started" state | - -For help and advice on what any of the commands does, consult the built in `cf` help functions as follows:- - -```bash -cf help # List the most popular and commonly used commands -cf help -a # Complete list of all possible commands -cf --help # Help on a specific command including arguments and examples -``` - -Alternatively, seek out the [online documentation][3]. And don't forget, there are loads of great [community plugins for the cf-cli][4] command line tool that can greatly extend its power and usefulness. - -## Contributors - -Contributed to `oh_my_zsh` by [benwilcock][2]. - -[1]: https://docs.cloudfoundry.org/cf-cli/install-go-cli.html -[2]: https://github.com/benwilcock -[3]: https://docs.cloudfoundry.org/cf-cli/getting-started.html -[4]: https://plugins.cloudfoundry.org/ diff --git a/zsh/.oh-my-zsh_old/plugins/cloudfoundry/cloudfoundry.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/cloudfoundry/cloudfoundry.plugin.zsh deleted file mode 100644 index b671578..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cloudfoundry/cloudfoundry.plugin.zsh +++ /dev/null @@ -1,34 +0,0 @@ -# Some Useful CloudFoundry Aliases & Functions -alias cfl="cf login" -alias cft="cf target" -alias cfa="cf apps" -alias cfs="cf services" -alias cfm="cf marketplace" -alias cfp="cf push" -alias cfcs="cf create-service" -alias cfbs="cf bind-service" -alias cfus="cf unbind-service" -alias cfds="cf delete-service" -alias cfup="cf cups" -alias cflg="cf logs" -alias cfr="cf routes" -alias cfe="cf env" -alias cfsh="cf ssh" -alias cfsc="cf scale" -alias cfev="cf events" -alias cfdor="cf delete-orphaned-routes" -alias cfbpk="cf buildpacks" -alias cfdm="cf domains" -alias cfsp="cf spaces" -function cfap() { cf app $1 } -function cfh.() { export CF_HOME=$PWD/.cf } -function cfh~() { export CF_HOME=~/.cf } -function cfhu() { unset CF_HOME } -function cfpm() { cf push -f $1 } -function cflr() { cf logs $1 --recent } -function cfsrt() { cf start $1 } -function cfstp() { cf stop $1 } -function cfstg() { cf restage $1 } -function cfdel() { cf delete $1 } -function cfsrtall() {cf apps | awk '/stopped/ { system("cf start " $1)}'} -function cfstpall() {cf apps | awk '/started/ { system("cf stop " $1)}'} diff --git a/zsh/.oh-my-zsh_old/plugins/codeclimate/README.md b/zsh/.oh-my-zsh_old/plugins/codeclimate/README.md deleted file mode 100644 index 0d712ac..0000000 --- a/zsh/.oh-my-zsh_old/plugins/codeclimate/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# codeclimate plugin - -This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate). - -To use it, add `codeclimate` to the plugins array in your zshrc file: -```zsh -plugins=(... codeclimate) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/codeclimate/_codeclimate b/zsh/.oh-my-zsh_old/plugins/codeclimate/_codeclimate deleted file mode 100644 index fd2536a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/codeclimate/_codeclimate +++ /dev/null @@ -1,82 +0,0 @@ -#compdef codeclimate - -_codeclimate_all_engines() { - engines_all=(`codeclimate engines:list | tail -n +2 | gawk '{ print $2 }' | gawk -F: '{ print $1 }'`) -} - -_codeclimate_installed_engines() { - _codeclimate_all_engines - - engines_installed=() - - if [ -e .codeclimate.yml ] - then - for engine in $engines_all - do - if grep -q $engine ".codeclimate.yml" - then - engines_installed+=$engine - fi - done - fi -} - -_codeclimate_not_installed_engines() { - _codeclimate_all_engines - - engines_not_installed=() - - if [ -e .codeclimate.yml ] - then - for engine in $engines_all - do - if ! grep -q $engine ".codeclimate.yml" - then - engines_not_installed+=$engine - fi - done - fi -} - -local curcontext="$curcontext" state line ret=1 -local expl -local -a engines_all engines_installed engines_not_installed - -_arguments \ - '1: :->cmds' \ - '*:: :->args' && ret=0 - -case $state in - cmds) - _values "bundle command" \ - "analyze[Analyze all relevant files in the current working directory]" \ - "console[Start an interactive session providing access to the classes within the CLI]" \ - "engines\:disable[Prevents the engine from being used in this project]" \ - "engines\:enable[This engine will be run the next time your project is analyzed]" \ - "engines\:install[Compares the list of engines in your .codeclimate.yml file to those that are currently installed, then installs any missing engines]" \ - "engines\:list[Lists all available engines in the Code Climate Docker Hub]" \ - "engines\:remove[Removes an engine from your .codeclimate.yml file]" \ - "help[Displays a list of commands that can be passed to the Code Climate CLI]" \ - "init[Generates a new .codeclimate.yml file in the current working directory]" \ - "validate-config[Validates the .codeclimate.yml file in the current working directory]" \ - "version[Displays the current version of the Code Climate CLI]" - ret=0 - ;; - args) - case $line[1] in - engines:enable) - _codeclimate_not_installed_engines - _wanted engines_not_installed expl 'not installed engines' compadd -a engines_not_installed ;; - engines:disable|engines:remove) - _codeclimate_installed_engines - _wanted engines_installed expl 'installed engines' compadd -a engines_installed ;; - analyze) - _arguments \ - '-f:Output Format:(text json)' - ret=0 - ;; - esac - ;; -esac - -return ret diff --git a/zsh/.oh-my-zsh_old/plugins/coffee/README.md b/zsh/.oh-my-zsh_old/plugins/coffee/README.md deleted file mode 100644 index d6cd074..0000000 --- a/zsh/.oh-my-zsh_old/plugins/coffee/README.md +++ /dev/null @@ -1,31 +0,0 @@ -## Coffeescript Plugin - -This plugin provides aliases for quickly compiling and previewing your -coffeescript code. - -When writing Coffeescript it's very common to want to preview the output of a -certain snippet of code, either because you want to test the output or because -you'd like to execute it in a browser console which doesn't accept Coffeescript. - -Preview the compiled result of your coffeescript with `cf "code"` as per the -following: - -```zsh -$ cf 'if a then b else c' -if (a) { - b; -} else { - c; -} -``` - -Also provides the following aliases: - -* **cfc:** Copies the compiled JS to your clipboard. Very useful when you want - to run the code in a JS console. - -* **cfp:** Compiles from your currently copied clipboard. Useful when you want - to compile large/multi-line snippets - -* **cfpc:** Paste coffeescript from clipboard, compile to JS, then copy the - the result back to clipboard. diff --git a/zsh/.oh-my-zsh_old/plugins/coffee/_coffee b/zsh/.oh-my-zsh_old/plugins/coffee/_coffee deleted file mode 100644 index 5e52b30..0000000 --- a/zsh/.oh-my-zsh_old/plugins/coffee/_coffee +++ /dev/null @@ -1,81 +0,0 @@ -#compdef coffee -# ------------------------------------------------------------------------------ -# Copyright (c) 2011 Github zsh-users - https://github.com/zsh-users -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# * Neither the name of the zsh-users nor the -# names of its contributors may be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# ------------------------------------------------------------------------------ -# Description -# ----------- -# -# Completion script for Coffee.js v0.6.11 (https://coffeescript.org) -# -# ------------------------------------------------------------------------------ -# Authors -# ------- -# -# * Mario Fernandez (https://github.com/sirech) -# * Dong Weiming (https://github.com/dongweiming) -# -# ------------------------------------------------------------------------------ - -local curcontext="$curcontext" state line ret=1 version opts first second third -typeset -A opt_args -version=(${(f)"$(_call_program version $words[1] --version)"}) -version=${${(z)${version[1]}}[3]} -first=$(echo $version|cut -d '.' -f 1) -second=$(echo $version|cut -d '.' -f 2) -third=$(echo $version|cut -d '.' -f 3) -if (( $first < 2 )) && (( $second < 7 )) && (( $third < 3 ));then - opts+=('(-l --lint)'{-l,--lint}'[pipe the compiled JavaScript through JavaScript Lint]' - '(-r --require)'{-r,--require}'[require a library before executing your script]:library') -fi - - -_arguments -C \ - '(- *)'{-h,--help}'[display this help message]' \ - '(- *)'{-v,--version}'[display the version number]' \ - $opts \ - '(-b --bare)'{-b,--bare}'[compile without a top-level function wrapper]' \ - '(-e --eval)'{-e,--eval}'[pass a string from the command line as input]:Inline Script' \ - '(-i --interactive)'{-i,--interactive}'[run an interactive CoffeeScript REPL]' \ - '(-j --join)'{-j,--join}'[concatenate the source CoffeeScript before compiling]:Destination JS file:_files -g "*.js"' \ - '(--nodejs)--nodejs[pass options directly to the "node" binary]' \ - '(-c --compile)'{-c,--compile}'[compile to JavaScript and save as .js files]' \ - '(-o --output)'{-o,--output}'[set the output directory for compiled JavaScript]:Output Directory:_files -/' \ - '(-n -t -p)'{-n,--nodes}'[print out the parse tree that the parser produces]' \ - '(-n -t -p)'{-p,--print}'[print out the compiled JavaScript]' \ - '(-n -t -p)'{-t,--tokens}'[print out the tokens that the lexer/rewriter produce]' \ - '(-s --stdio)'{-s,--stdio}'[listen for and compile scripts over stdio]' \ - '(-w --watch)'{-w,--watch}'[watch scripts for changes and rerun commands]' \ - '*:script or directory:_files' && ret=0 - -return ret - -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et diff --git a/zsh/.oh-my-zsh_old/plugins/coffee/coffee.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/coffee/coffee.plugin.zsh deleted file mode 100644 index 6d1ce5c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/coffee/coffee.plugin.zsh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/zsh - -# compile a string of coffeescript and print to output -cf () { - coffee -peb "$1" -} -# compile & copy to clipboard -cfc () { - cf "$1" | clipcopy -} - -# compile from clipboard & print -alias cfp='cf "$(clippaste)"' - -# compile from clipboard and copy to clipboard -alias cfpc='cfp | clipcopy' diff --git a/zsh/.oh-my-zsh_old/plugins/colemak/README.md b/zsh/.oh-my-zsh_old/plugins/colemak/README.md deleted file mode 100644 index 4da4bc1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/colemak/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# Colemak plugin - -This plugin remaps keys in `zsh`'s [`vi`-style navigation mode](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Keymaps) -for a [Colemak](https://colemak.com/) keyboard layout, to match the QWERTY position: - -![Colemak layout on a US keyboard](https://colemak.com/wiki/images/6/6c/Colemak2.png) - -To use it, add it to the plugins array in your `~/.zshrc` file: - -``` -plugins=(... colemak) -``` - -You will also need to enable `vi` mode, so add another line to `~/.zshrc`: -``` -bindkey -v -``` - -Restart your shell and hit the `` key to activate `vicmd` (navigation) mode, -and start navigating `zsh` with your new keybindings! - -## Key bindings for vicmd - -| Old | New | Binding | Description | -|------------|------------|---------------------------|----------------------------------------------------| -| `CTRL`+`j` | `CTRL`+`n` | accept-line | Insert new line | -| `j` | `n` | down-line-or-history | Move one line down or command history forwards | -| `k` | `e` | up-line-or-history | Move one line up or command history backwards | -| `l` | `i` | vi-forward-char | Move one character to the right | -| `n` | `k` | vi-repeat-search | Repeat command search forwards | -| `N` | `K` | vi-rev-repeat-search | Repeat command search backwards | -| `i` | `u` | vi-insert | Enter insert mode | -| `I` | `U` | vi-insert-bol | Move to first non-blank char and enter insert mode | -| `` | `l` | vi-undo-change | Undo change | -| `J` | `N` | vi-join | Join the current line with the next one | -| `e` | `j` | vi-forward-word-end | Move to the end of the next word | -| `E` | `J` | vi-forward-blank-word-end | Move to end of the current or next word | - -## Key bindings for less - -| Keyboard shortcut | `less` key binding | -|-------------------|--------------------| -| `n` | forw-line | -| `e` | back-line | -| `k` | repeat-search | -| `ESC`+`k` | repeat-search-all | -| `K` | reverse-search | -| `ESC`+`K` | reverse-search-all | diff --git a/zsh/.oh-my-zsh_old/plugins/colemak/colemak-less b/zsh/.oh-my-zsh_old/plugins/colemak/colemak-less deleted file mode 100644 index e4ca4fa..0000000 --- a/zsh/.oh-my-zsh_old/plugins/colemak/colemak-less +++ /dev/null @@ -1,6 +0,0 @@ -n forw-line -e back-line -k repeat-search -\ek repeat-search-all -K reverse-search -\eK reverse-search-all diff --git a/zsh/.oh-my-zsh_old/plugins/colemak/colemak.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/colemak/colemak.plugin.zsh deleted file mode 100644 index cb7cc50..0000000 --- a/zsh/.oh-my-zsh_old/plugins/colemak/colemak.plugin.zsh +++ /dev/null @@ -1,22 +0,0 @@ -# ctrl-j newline -bindkey '^n' accept-line -bindkey -a '^n' accept-line - -# another rotation to match qwerty -bindkey -a 'n' down-line-or-history -bindkey -a 'e' up-line-or-history -bindkey -a 'i' vi-forward-char - -# make qwerty -bindkey -a 'k' vi-repeat-search -bindkey -a 'K' vi-rev-repeat-search -bindkey -a 'u' vi-insert -bindkey -a 'U' vi-insert-bol -bindkey -a 'l' vi-undo-change -bindkey -a 'N' vi-join - -# spare -bindkey -a 'j' vi-forward-word-end -bindkey -a 'J' vi-forward-blank-word-end - -lesskey $ZSH/plugins/colemak/colemak-less diff --git a/zsh/.oh-my-zsh_old/plugins/colored-man-pages/README.md b/zsh/.oh-my-zsh_old/plugins/colored-man-pages/README.md deleted file mode 100644 index d9f6acb..0000000 --- a/zsh/.oh-my-zsh_old/plugins/colored-man-pages/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Colored man pages plugin - -This plugin adds colors to man pages. - -To use it, add `colored-man-pages` to the plugins array in your zshrc file: - -```zsh -plugins=(... colored-man-pages) -``` - -You can also try to color other pages by prefixing the respective command with `colored`: - -```zsh -colored git help clone -``` diff --git a/zsh/.oh-my-zsh_old/plugins/colored-man-pages/colored-man-pages.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/colored-man-pages/colored-man-pages.plugin.zsh deleted file mode 100644 index f74105d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/colored-man-pages/colored-man-pages.plugin.zsh +++ /dev/null @@ -1,36 +0,0 @@ -if [[ "$OSTYPE" = solaris* ]] -then - if [[ ! -x "$HOME/bin/nroff" ]] - then - mkdir -p "$HOME/bin" - cat > "$HOME/bin/nroff" < [files]`: colorize the contents of the file (or files, if more than one are provided). - If no files are passed it will colorize the standard input. - -* `cless [less-options] [files]`: colorize the contents of the file (or files, if more than one are provided) and open less. - If no files are passed it will colorize the standard input. - The LESSOPEN and LESSCLOSE will be overwritten for this to work, but only in a local scope. diff --git a/zsh/.oh-my-zsh_old/plugins/colorize/colorize.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/colorize/colorize.plugin.zsh deleted file mode 100644 index 6ed9739..0000000 --- a/zsh/.oh-my-zsh_old/plugins/colorize/colorize.plugin.zsh +++ /dev/null @@ -1,113 +0,0 @@ -# Easier alias to use the plugin -alias ccat="colorize_cat" -alias cless="colorize_less" - -# '$0:A' gets the absolute path of this file -ZSH_COLORIZE_PLUGIN_PATH=$0:A - -colorize_check_requirements() { - local available_tools=("chroma" "pygmentize") - - if [ -z "$ZSH_COLORIZE_TOOL" ]; then - if (( $+commands[pygmentize] )); then - ZSH_COLORIZE_TOOL="pygmentize" - elif (( $+commands[chroma] )); then - ZSH_COLORIZE_TOOL="chroma" - else - echo "Neither 'pygments' nor 'chroma' is installed!" >&2 - return 1 - fi - fi - - if [[ ${available_tools[(Ie)$ZSH_COLORIZE_TOOL]} -eq 0 ]]; then - echo "ZSH_COLORIZE_TOOL '$ZSH_COLORIZE_TOOL' not recognized. Available options are 'pygmentize' and 'chroma'." >&2 - return 1 - elif (( $+commands["$ZSH_COLORIZE_TOOL"] )); then - echo "Package '$ZSH_COLORIZE_TOOL' is not installed!" >&2 - return 1 - fi -} - -colorize_cat() { - if ! colorize_check_requirements; then - return 1 - fi - - # If the environment variable ZSH_COLORIZE_STYLE - # is set, use that theme instead. Otherwise, - # use the default. - if [ -z "$ZSH_COLORIZE_STYLE" ]; then - # Both pygmentize & chroma support 'emacs' - ZSH_COLORIZE_STYLE="emacs" - fi - - # Use stdin if no arguments have been passed. - if [ $# -eq 0 ]; then - if [[ "$ZSH_COLORIZE_TOOL" == "pygmentize" ]]; then - pygmentize -O style="$ZSH_COLORIZE_STYLE" -g - else - chroma --style="$ZSH_COLORIZE_STYLE" - fi - return $? - fi - - # Guess lexer from file extension, or guess it from file contents if unsuccessful. - local FNAME lexer - for FNAME in "$@"; do - if [[ "$ZSH_COLORIZE_TOOL" == "pygmentize" ]]; then - lexer=$(pygmentize -N "$FNAME") - if [[ $lexer != text ]]; then - pygmentize -O style="$ZSH_COLORIZE_STYLE" -l "$lexer" "$FNAME" - else - pygmentize -O style="$ZSH_COLORIZE_STYLE" -g "$FNAME" - fi - else - chroma --style="$ZSH_COLORIZE_STYLE" "$FNAME" - fi - done -} - -# The less option 'F - Forward forever; like "tail -f".' will not work in this implementation -# caused by the lack of the ability to follow the file within pygmentize. -colorize_less() { - if ! colorize_check_requirements; then - return 1 - fi - - _cless() { - # LESS="-R $LESS" enables raw ANSI colors, while maintain already set options. - local LESS="-R $LESS" - - # This variable tells less to pipe every file through the specified command - # (see the man page of less INPUT PREPROCESSOR). - # 'zsh -ic "colorize_cat %s 2> /dev/null"' would not work for huge files like - # the ~/.zsh_history. For such files the tty of the preprocessor will be supended. - # Therefore we must source this file to make colorize_cat available in the - # preprocessor without the interactive mode. - # `2>/dev/null` will suppress the error for large files 'broken pipe' of the python - # script pygmentize, which will show up if less has not fully "loaded the file" - # (e.g. when not scrolled to the bottom) while already the next file will be displayed. - local LESSOPEN="| zsh -c 'source \"$ZSH_COLORIZE_PLUGIN_PATH\"; \ - ZSH_COLORIZE_TOOL=$ZSH_COLORIZE_TOOL ZSH_COLORIZE_STYLE=$ZSH_COLORIZE_STYLE \ - colorize_cat %s 2> /dev/null'" - - # LESSCLOSE will be set to prevent any errors by executing a user script - # which assumes that his LESSOPEN has been executed. - local LESSCLOSE="" - - LESS="$LESS" LESSOPEN="$LESSOPEN" LESSCLOSE="$LESSCLOSE" less "$@" - } - - if [ -t 0 ]; then - _cless "$@" - else - # The input is not associated with a terminal, therefore colorize_cat will - # colorize this input and pass it to less. - # Less has now to decide what to use. If any files have been provided, less - # will ignore the input by default, otherwise the colorized input will be used. - # If files have been supplied and the input has been redirected, this will - # lead to unnecessary overhead, but retains the ability to use the less options - # without checking for them inside this script. - colorize_cat | _cless "$@" - fi -} diff --git a/zsh/.oh-my-zsh_old/plugins/command-not-found/README.md b/zsh/.oh-my-zsh_old/plugins/command-not-found/README.md deleted file mode 100644 index 1cf4ba6..0000000 --- a/zsh/.oh-my-zsh_old/plugins/command-not-found/README.md +++ /dev/null @@ -1,32 +0,0 @@ -# command-not-found plugin - -This plugin uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found. - -To use it, add `command-not-found` to the plugins array of your zshrc file: - -```zsh -plugins=(... command-not-found) -``` - -An example of how this plugin works in Ubuntu: -``` -$ mutt -The program 'mutt' can be found in the following packages: - * mutt - * mutt-kz - * mutt-patched -Try: sudo apt install -``` - -### Supported platforms - -It works out of the box with the command-not-found packages for: - -- [Ubuntu](https://www.porcheron.info/command-not-found-for-zsh/) -- [Debian](https://packages.debian.org/search?keywords=command-not-found) -- [Arch Linux](https://wiki.archlinux.org/index.php/Pkgfile#Command_not_found) -- [macOS (Homebrew)](https://github.com/Homebrew/homebrew-command-not-found) -- [Fedora](https://fedoraproject.org/wiki/Features/PackageKitCommandNotFound) -- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/nixos/modules/programs/command-not-found) - -You can add support for other platforms by submitting a Pull Request. diff --git a/zsh/.oh-my-zsh_old/plugins/command-not-found/command-not-found.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/command-not-found/command-not-found.plugin.zsh deleted file mode 100644 index dd1186e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/command-not-found/command-not-found.plugin.zsh +++ /dev/null @@ -1,40 +0,0 @@ -# Uses the command-not-found package zsh support -# as seen in https://www.porcheron.info/command-not-found-for-zsh/ -# this is installed in Ubuntu - -[[ -e /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found - -# Arch Linux command-not-found support, you must have package pkgfile installed -# https://wiki.archlinux.org/index.php/Pkgfile#.22Command_not_found.22_hook -[[ -e /usr/share/doc/pkgfile/command-not-found.zsh ]] && source /usr/share/doc/pkgfile/command-not-found.zsh - -# Fedora command-not-found support -if [ -f /usr/libexec/pk-command-not-found ]; then - command_not_found_handler () { - runcnf=1 - retval=127 - [ ! -S /var/run/dbus/system_bus_socket ] && runcnf=0 - [ ! -x /usr/libexec/packagekitd ] && runcnf=0 - if [ $runcnf -eq 1 ] - then - /usr/libexec/pk-command-not-found $@ - retval=$? - fi - return $retval - } -fi - -# OSX command-not-found support -# https://github.com/Homebrew/homebrew-command-not-found -if type brew &> /dev/null; then - if brew command command-not-found-init > /dev/null 2>&1; then - eval "$(brew command-not-found-init)"; - fi -fi - -# NixOS command-not-found support -if [ -x /run/current-system/sw/bin/command-not-found ]; then - command_not_found_handler () { - /run/current-system/sw/bin/command-not-found $@ - } -fi diff --git a/zsh/.oh-my-zsh_old/plugins/common-aliases/README.md b/zsh/.oh-my-zsh_old/plugins/common-aliases/README.md deleted file mode 100644 index d198a29..0000000 --- a/zsh/.oh-my-zsh_old/plugins/common-aliases/README.md +++ /dev/null @@ -1,121 +0,0 @@ -# Common Aliases Plugin - -This plugin creates helpful shortcut aliases for many commonly used commands. - -To use it add `common-aliases` to the plugins array in your zshrc file: - -```zsh -plugins=(... common-aliases) -``` - -## Aliases - -### ls command - -| Alias | Command | Description | -|-------|---------------|--------------------------------------------------------------------------------| -| l | `ls -lFh` | List files as a long list, show size, type, human-readable | -| la | `ls -lAFh` | List almost all files as a long list show size, type, human-readable | -| lr | `ls -tRFh` | List files recursively sorted by date, show type, human-readable | -| lt | `ls -ltFh` | List files as a long list sorted by date, show type, human-readable | -| ll | `ls -l` | List files as a long list | -| ldot | `ls -ld .*` | List dot files as a long list | -| lS | `ls -1FSsh` | List files showing only size and name sorted by size | -| lart | `ls -1Fcart` | List all files sorted in reverse of create/modification time (oldest first) | -| lrt | `ls -1Fcrt` | List files sorted in reverse of create/modification time(oldest first) | - -### File handling - -| Alias | Command | Description | -|-------|-----------------------|------------------------------------------------------------------------------------| -| rm | `rm -i` | Remove a file | -| cp | `cp -i` | Copy a file | -| mv | `mv -i` | Move a file | -| zshrc | `${=EDITOR} ~/.zshrc` | Quickly access the ~/.zshrc file | -| dud | `du -d 1 -h` | Display the size of files at depth 1 in current location in human-readable form | -| duf | `du -sh` | Display the size of files in current location in human-readable form | -| t | `tail -f` | Shorthand for tail which outputs the last part of a file | - -### find and grep - -| Alias | Command | Description | -|-------|-----------------------------------------------------|-----------------------------------------| -| fd | `find . -type d -name` | Find a directory with the given name | -| ff | `find . -type f -name` | Find a file with the given name | -| grep | `grep --color` | Searches for a query string | -| sgrep | `grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS}` | Useful for searching within files | - -### Other Aliases - -| Alias | Command | Description | -|-----------|---------------------|-------------------------------------------------------------| -| h | `history` | Lists all recently used commands | -| hgrep | `fc -El 0 \| grep` | Searches for a word in the list of previously used commands | -| help | `man` | Opens up the man page for a command | -| p | `ps -f` | Displays currently executing processes | -| sortnr | `sort -n -r` | Used to sort the lines of a text file | -| unexport | `unset` | Used to unset an environment variable | - -## Global aliases - -These aliases are expanded in any position in the command line, meaning you can use them even at the -end of the command you've typed. Examples: - -Quickly pipe to less: -```zsh -$ ls -l /var/log L -# will run -$ ls -l /var/log | less -``` -Silences stderr output: -```zsh -$ find . -type f NE -# will run -$ find . -type f 2>/dev/null -``` - -| Alias | Command | Description | -|-------|-----------------------------|-------------------------------------------------------------| -| H | `\| head` | Pipes output to head which outputs the first part of a file | -| T | `\| tail` | Pipes output to tail which outputs the last part of a file | -| G | `\| grep` | Pipes output to grep to search for some word | -| L | `\| less` | Pipes output to less, useful for paging | -| M | `\| most` | Pipes output to more, useful for paging | -| LL | `2>&1 \| less` | Writes stderr to stdout and passes it to less | -| CA | `2>&1 \| cat -A` | Writes stderr to stdout and passes it to cat | -| NE | `2 > /dev/null` | Silences stderr | -| NUL | `> /dev/null 2>&1` | Silences both stdout and stderr | -| P | `2>&1\| pygmentize -l pytb` | Writes stderr to stdout and passes it to pygmentize | - -## File extension aliases - -These are special aliases that are triggered when a file name is passed as the command. For example, -if the pdf file extension is aliased to `acroread` (a popular Linux pdf reader), when running `file.pdf` -that file will be open with `acroread`. - -### Reading Docs - -| Alias | Command | Description | -|-------|-------------|-------------------------------------| -| pdf | `acroread` | Opens up a document using acroread | -| ps | `gv` | Opens up a .ps file using gv | -| dvi | `xdvi` | Opens up a .dvi file using xdvi | -| chm | `xchm` | Opens up a .chm file using xchm | -| djvu | `djview` | Opens up a .djvu file using djview | - -### Listing files inside a packed file - -| Alias | Command | Description | -|---------|-------------|-------------------------------------| -| zip | `unzip -l` | Lists files inside a .zip file | -| rar | `unrar l` | Lists files inside a .rar file | -| tar | `tar tf` | Lists files inside a .tar file | -| tar.gz | `echo` | Lists files inside a .tar.gz file | -| ace | `unace l` | Lists files inside a .ace file | - -### Some other features - -- Opens urls in terminal using browser specified by the variable `$BROWSER` -- Opens C, C++, Tex and text files using editor specified by the variable `$EDITOR` -- Opens images using image viewer specified by the variable `$XIVIEWER` -- Opens videos and other media using mplayer diff --git a/zsh/.oh-my-zsh_old/plugins/common-aliases/common-aliases.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/common-aliases/common-aliases.plugin.zsh deleted file mode 100644 index 785a09c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/common-aliases/common-aliases.plugin.zsh +++ /dev/null @@ -1,87 +0,0 @@ -# Advanced Aliases. -# Use with caution -# - -# ls, the common ones I use a lot shortened for rapid fire usage -alias l='ls -lFh' #size,show type,human readable -alias la='ls -lAFh' #long list,show almost all,show type,human readable -alias lr='ls -tRFh' #sorted by date,recursive,show type,human readable -alias lt='ls -ltFh' #long list,sorted by date,show type,human readable -alias ll='ls -l' #long list -alias ldot='ls -ld .*' -alias lS='ls -1FSsh' -alias lart='ls -1Fcart' -alias lrt='ls -1Fcrt' - -alias zshrc='${=EDITOR} ~/.zshrc' # Quick access to the ~/.zshrc file - -alias grep='grep --color' -alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS} ' - -alias t='tail -f' - -# Command line head / tail shortcuts -alias -g H='| head' -alias -g T='| tail' -alias -g G='| grep' -alias -g L="| less" -alias -g M="| most" -alias -g LL="2>&1 | less" -alias -g CA="2>&1 | cat -A" -alias -g NE="2> /dev/null" -alias -g NUL="> /dev/null 2>&1" -alias -g P="2>&1| pygmentize -l pytb" - -alias dud='du -d 1 -h' -alias duf='du -sh *' -alias fd='find . -type d -name' -alias ff='find . -type f -name' - -alias h='history' -alias hgrep="fc -El 0 | grep" -alias help='man' -alias p='ps -f' -alias sortnr='sort -n -r' -alias unexport='unset' - -alias rm='rm -i' -alias cp='cp -i' -alias mv='mv -i' - -# zsh is able to auto-do some kungfoo -# depends on the SUFFIX :) -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 - 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 - - 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 - fi - - _media_fts=(ape avi flv m4a mkv mov mp3 mpeg mpg ogg ogm rm wav webm) - for ft in $_media_fts; do alias -s $ft=mplayer; done - - #read documents - alias -s pdf=acroread - alias -s ps=gv - alias -s dvi=xdvi - alias -s chm=xchm - alias -s djvu=djview - - #list whats inside packed file - alias -s zip="unzip -l" - alias -s rar="unrar l" - alias -s tar="tar tf" - alias -s tar.gz="echo " - alias -s ace="unace l" -fi - -# Make zsh know about hosts already accessed by SSH -zstyle -e ':completion:*:(ssh|scp|sftp|rsh|rsync):hosts' hosts 'reply=(${=${${(f)"$(cat {/etc/ssh_,~/.ssh/known_}hosts(|2)(N) /dev/null)"}%%[# ]*}//,/ })' diff --git a/zsh/.oh-my-zsh_old/plugins/compleat/README.md b/zsh/.oh-my-zsh_old/plugins/compleat/README.md deleted file mode 100644 index 630c915..0000000 --- a/zsh/.oh-my-zsh_old/plugins/compleat/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# compleat plugin - -This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion. - -To use it, add compleat to the plugins array in your zshrc file: -``` -plugins=(... compleat) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/compleat/compleat.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/compleat/compleat.plugin.zsh deleted file mode 100644 index 38f1b39..0000000 --- a/zsh/.oh-my-zsh_old/plugins/compleat/compleat.plugin.zsh +++ /dev/null @@ -1,20 +0,0 @@ -# ------------------------------------------------------------------------------ -# FILE: compleat.plugin.zsh -# DESCRIPTION: oh-my-zsh plugin file. -# AUTHOR: Sorin Ionescu (sorin.ionescu@gmail.com) -# VERSION: 1.0.0 -# ------------------------------------------------------------------------------ - -if (( ${+commands[compleat]} )); then - local prefix="${commands[compleat]:h:h}" - local setup="${prefix}/share/compleat-1.0/compleat_setup" - - if [[ -f "$setup" ]]; then - if ! bashcompinit >/dev/null 2>&1; then - autoload -U bashcompinit - bashcompinit -i - fi - - source "$setup" - fi -fi diff --git a/zsh/.oh-my-zsh_old/plugins/composer/README.md b/zsh/.oh-my-zsh_old/plugins/composer/README.md deleted file mode 100644 index 2b4bae5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/composer/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# composer - -This plugin provides completion for [composer](https://getcomposer.org/), as well as aliases -for frequent composer commands. It also adds Composer's global binaries to the PATH, using -Composer if available. - -To use it add `composer` to the plugins array in your zshrc file. - -```zsh -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 | diff --git a/zsh/.oh-my-zsh_old/plugins/composer/composer.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/composer/composer.plugin.zsh deleted file mode 100644 index 6349610..0000000 --- a/zsh/.oh-my-zsh_old/plugins/composer/composer.plugin.zsh +++ /dev/null @@ -1,60 +0,0 @@ -# ------------------------------------------------------------------------------ -# FILE: composer.plugin.zsh -# DESCRIPTION: oh-my-zsh composer plugin file. -# AUTHOR: Daniel Gomes (me@danielcsgomes.com) -# VERSION: 1.0.0 -# ------------------------------------------------------------------------------ - -# Composer basic command completion -_composer_get_command_list () { - $_comp_command1 --no-ansi 2>/dev/null | sed "1,/Available commands/d" | awk '/^[ \t]*[a-z]+/ { print $1 }' -} - -_composer_get_required_list () { - $_comp_command1 show -s --no-ansi 2>/dev/null | sed '1,/requires/d' | awk 'NF > 0 && !/^requires \(dev\)/{ print $1 }' -} - -_composer () { - local curcontext="$curcontext" state line - typeset -A opt_args - _arguments \ - '1: :->command'\ - '*: :->args' - - case $state in - command) - compadd $(_composer_get_command_list) - ;; - *) - compadd $(_composer_get_required_list) - ;; - esac -} - -compdef _composer composer -compdef _composer composer.phar - -# Aliases -alias c='composer' -alias csu='composer self-update' -alias cu='composer update' -alias cr='composer require' -alias crm='composer remove' -alias ci='composer install' -alias ccp='composer create-project' -alias cdu='composer dump-autoload' -alias cdo='composer dump-autoload --optimize-autoloader' -alias cgu='composer global update' -alias cgr='composer global require' -alias cgrm='composer global remove' - -# 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) -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 -fi diff --git a/zsh/.oh-my-zsh_old/plugins/copybuffer/README.md b/zsh/.oh-my-zsh_old/plugins/copybuffer/README.md deleted file mode 100644 index da138bd..0000000 --- a/zsh/.oh-my-zsh_old/plugins/copybuffer/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# `copybuffer` plugin - -This plugin binds the ctrl-o keyboard shortcut to a command that copies the text -that is currently typed in the command line ($BUFFER) to the system clipboard. - -This is useful if you type a command - and before you hit enter to execute it - want -to copy it maybe so you can paste it into a script, gist or whatnot. - -```zsh -plugins=(... copybuffer) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/copybuffer/copybuffer.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/copybuffer/copybuffer.plugin.zsh deleted file mode 100644 index cc205d4..0000000 --- a/zsh/.oh-my-zsh_old/plugins/copybuffer/copybuffer.plugin.zsh +++ /dev/null @@ -1,14 +0,0 @@ -# copy the active line from the command line buffer -# onto the system clipboard (requires clipcopy plugin) - -copybuffer () { - if which clipcopy &>/dev/null; then - echo $BUFFER | clipcopy - else - echo "clipcopy function not found. Please make sure you have Oh My Zsh installed correctly." - fi -} - -zle -N copybuffer - -bindkey "^O" copybuffer diff --git a/zsh/.oh-my-zsh_old/plugins/copydir/README.md b/zsh/.oh-my-zsh_old/plugins/copydir/README.md deleted file mode 100644 index 594bf10..0000000 --- a/zsh/.oh-my-zsh_old/plugins/copydir/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# copydir plugin - -Copies the path of your current folder to the system clipboard. - -To use, add `copydir` to your plugins array: -``` -plugins=(... copydir) -``` - -Then use the command `copydir` to copy the $PWD. diff --git a/zsh/.oh-my-zsh_old/plugins/copydir/copydir.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/copydir/copydir.plugin.zsh deleted file mode 100644 index c451062..0000000 --- a/zsh/.oh-my-zsh_old/plugins/copydir/copydir.plugin.zsh +++ /dev/null @@ -1,5 +0,0 @@ -# Copies the pathname of the current directory to the system or X Windows clipboard -function copydir { - emulate -L zsh - print -n $PWD | clipcopy -} diff --git a/zsh/.oh-my-zsh_old/plugins/copyfile/README.md b/zsh/.oh-my-zsh_old/plugins/copyfile/README.md deleted file mode 100644 index 53138ad..0000000 --- a/zsh/.oh-my-zsh_old/plugins/copyfile/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# copyfile plugin - -Puts the contents of a file in your system clipboard so you can paste it anywhere. - -To use, add `copyfile` to your plugins array: -``` -plugins=(... copyfile) -``` - -Then you can run the command `copyfile ` to copy the file named `filename`. diff --git a/zsh/.oh-my-zsh_old/plugins/copyfile/copyfile.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/copyfile/copyfile.plugin.zsh deleted file mode 100644 index f4eca5a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/copyfile/copyfile.plugin.zsh +++ /dev/null @@ -1,7 +0,0 @@ -# Copies the contents of a given file to the system or X Windows clipboard -# -# copyfile -function copyfile { - emulate -L zsh - clipcopy $1 -} diff --git a/zsh/.oh-my-zsh_old/plugins/cp/README.md b/zsh/.oh-my-zsh_old/plugins/cp/README.md deleted file mode 100644 index e8a9b6c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cp/README.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp plugin - -This plugin defines a `cpv` function that uses `rsync` so that you -get the features and security of this command. - -To enable, add `cp` to your `plugins` array in your zshrc file: - -```zsh -plugins=(... cp) -``` - -## Description - -The enabled options for rsync are: - -- `-p`: preserves permissions. - -- `-o`: preserves owner. - -* `-g`: preserves group. - -* `-b`: make a backup of the original file instead of overwriting it, if it exists. - -* `-r`: recurse directories. - -* `-hhh`: outputs numbers in human-readable format, in units of 1024 (K, M, G, T). - -* `--backup-dir=/tmp/rsync`: move backup copies to "/tmp/rsync". - -* `-e /dev/null`: only work on local files (disable remote shells). - -* `--progress`: display progress. diff --git a/zsh/.oh-my-zsh_old/plugins/cp/cp.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/cp/cp.plugin.zsh deleted file mode 100644 index fe6ea87..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cp/cp.plugin.zsh +++ /dev/null @@ -1,4 +0,0 @@ -cpv() { - rsync -pogbr -hhh --backup-dir=/tmp/rsync -e /dev/null --progress "$@" -} -compdef _files cpv diff --git a/zsh/.oh-my-zsh_old/plugins/cpanm/README.md b/zsh/.oh-my-zsh_old/plugins/cpanm/README.md deleted file mode 100644 index 3803e3e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cpanm/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Cpanm - -This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)). - -To use it add cpanm to the plugins array in your zshrc file. - - ```bash -plugins=(... cpanm) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/cpanm/_cpanm b/zsh/.oh-my-zsh_old/plugins/cpanm/_cpanm deleted file mode 100644 index ff9ae1c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/cpanm/_cpanm +++ /dev/null @@ -1,64 +0,0 @@ -#compdef cpanm - -## -# cpanminus Z Shell completion script -## -# -# Current supported cpanm version: 1.4000 (Tue Mar 8 01:00:49 PST 2011) -# - -local arguments curcontext="$curcontext" -typeset -A opt_args - - -arguments=( - -# Commands -# '(--install -i)'{--install,-i}'[Installs the modules]' - '(- :)--self-upgrade[Upgrades itself]' - '(- :)--info[Displays distribution info on CPAN]' - '(--installdeps)--installdeps[Only install dependencies]' - '(--look)--look[Download/unpack the distribution and then open the directory with your shell]' - '(- :)'{--help,-h}'[Displays help information]' - '(- :)'{--version,-V}'[Displays software version]' - -# Options - {--force,-f}'[Force install]' - {--notest,-n}'[Do not run unit tests]' - {--sudo,-S}'[sudo to run install commands]' - '(-v --verbose --quiet -q)'{--verbose,-v}'[Turns on chatty output]' - '(-q --quiet --verbose -v)'{--quiet,-q}'[Turns off all output]' - {--local-lib,-l}'[Specify the install base to install modules]' - {--local-lib-contained,-L}'[Specify the install base to install all non-core modules]' - '--mirror[Specify the base URL for the mirror (e.g. http://cpan.cpantesters.org/)]:URLs:_urls' - '--mirror-only[Use the mirror\''s index file instead of the CPAN Meta DB]' - '--prompt[Prompt when configure/build/test fails]' - '--reinstall[Reinstall the distribution even if you already have the latest version installed]' - '--interactive[Turn on interactive configure]' - - '--scandeps[Scan the depencencies of given modules and output the tree in a text format]' - '--format[Specify what format to display the scanned dependency tree]:scandeps format:(tree json yaml dists)' - - '--save-dists[Specify the optional directory path to copy downloaded tarballs]' -# '--uninst-shadows[Uninstalls the shadow files of the distribution that you\''re installing]' - - '--auto-cleanup[Number of days that cpanm\''s work directories expire in. Defaults to 7]' - '(--no-man-pages)--man-pages[Generates man pages for executables (man1) and libraries (man3)]' - '(--man-pages)--no-man-pages[Do not generate man pages]' - - - # Note: Normally with "--lwp", "--wget" and "--curl" options set to true (which is the default) cpanm tries LWP, - # Wget, cURL and HTTP::Tiny (in that order) and uses the first one available. - # (So that the exclusions are not enabled here for the completion) - '(--lwp)--lwp[Use LWP module to download stuff]' - '(--wget)--wget[Use GNU Wget (if available) to download stuff]' - '(--curl)--curl[Use cURL (if available) to download stuff]' - -# Other completions - '*:Local directory or archive:_files -/ -g "*.(tar.gz|tgz|tar.bz2|zip)(-.)"' - # '*::args: _normal' # this looks for default files (any files) -) -_arguments -s $arguments \ - && return 0 - -return 1 diff --git a/zsh/.oh-my-zsh_old/plugins/dash/README.md b/zsh/.oh-my-zsh_old/plugins/dash/README.md deleted file mode 100644 index 0ca3e4e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dash/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# Dash plugin - -This plugin adds command line functionality for [Dash](https://kapeli.com/dash), -an API Documentation Browser for macOS. This plugin requires Dash to be installed -to work. - -To use it, add `dash` to the plugins array in your zshrc file: - -```zsh -plugins=(... dash) -``` - -## Usage - -- Open and switch to the dash application. -``` -dash -``` - -- Query for something in dash app: `dash query` -``` -dash golang -``` - -- You can optionally provide a keyword: `dash [keyword:]query` -``` -dash python:tuple -``` diff --git a/zsh/.oh-my-zsh_old/plugins/dash/dash.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/dash/dash.plugin.zsh deleted file mode 100644 index ace2e33..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dash/dash.plugin.zsh +++ /dev/null @@ -1,80 +0,0 @@ -# Usage: dash [keyword:]query -dash() { open dash://"$*" } -compdef _dash dash - -_dash() { - # No sense doing this for anything except the 2nd position and if we haven't - # specified which docset to query against - if [[ $CURRENT -eq 2 && ! "$words[2]" =~ ":" ]]; then - local -a _all_docsets - _all_docsets=() - # Use defaults to get the array of docsets from preferences - # Have to smash it into one big line so that each docset is an element of - # our DOCSETS array - DOCSETS=("${(@f)$(defaults read com.kapeli.dashdoc docsets | tr -d '\n' | grep -oE '\{.*?\}')}") - - # remove all newlines since defaults prints so pretty like - # Now get each docset and output each on their own line - for doc in "$DOCSETS[@]"; do - # Only output docsets that are actually enabled - if [[ "`echo $doc | grep -Eo \"isEnabled = .*?;\" | sed 's/[^01]//g'`" == "0" ]]; then - continue - fi - - keyword='' - - # Order of preference as explained to me by @kapeli via email - KEYWORD_LOCATORS=(keyword suggestedKeyword platform) - for locator in "$KEYWORD_LOCATORS[@]"; do - # Echo the docset, try to find the appropriate keyword - # Strip doublequotes and colon from any keyword so that everything has the - # same format when output (we'll add the colon in the completion) - keyword=`echo $doc | grep -Eo "$locator = .*?;" | sed -e "s/$locator = \(.*\);/\1/" -e "s/[\":]//g"` - if [[ ! -z "$keyword" ]]; then - # if we fall back to platform, we should do some checking per @kapeli - if [[ "$locator" == "platform" ]]; then - # Since these are the only special cases right now, let's not do the - # expensive processing unless we have to - if [[ "$keyword" = (python|java|qt|cocos2d) ]]; then - docsetName=`echo $doc | grep -Eo "docsetName = .*?;" | sed -e "s/docsetName = \(.*\);/\1/" -e "s/[\":]//g"` - case "$keyword" in - python) - case "$docsetName" in - "Python 2") keyword="python2" ;; - "Python 3") keyword="python3" ;; - esac ;; - java) - case "$docsetName" in - "Java SE7") keyword="java7" ;; - "Java SE6") keyword="java6" ;; - "Java SE8") keyword="java8" ;; - esac ;; - qt) - case "$docsetName" in - "Qt 5") keyword="qt5" ;; - "Qt 4"|Qt) keyword="qt4" ;; - esac ;; - cocos2d) - case "$docsetName" in - Cocos3D) keyword="cocos3d" ;; - esac ;; - esac - fi - fi - - # Bail once we have a match - break - fi - done - - # If we have a keyword, add it to the list! - if [[ ! -z "$keyword" ]]; then - _all_docsets+=($keyword) - fi - done - - # special thanks to [arx] on #zsh for getting me sorted on this piece - compadd -qS: -- "$_all_docsets[@]" - return - fi -} diff --git a/zsh/.oh-my-zsh_old/plugins/debian/README.md b/zsh/.oh-my-zsh_old/plugins/debian/README.md deleted file mode 100644 index da5675c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/debian/README.md +++ /dev/null @@ -1,85 +0,0 @@ -# debian - -This plugin provides Debian-related aliases and functions for zsh. - -To use it add `debian` to the plugins array in your zshrc file. - -```zsh -plugins=(... debian) -``` - -## Settings - -- `$apt_pref`: use apt or aptitude if installed, fallback is apt-get. -- `$apt_upgr`: use upgrade or safe-upgrade (for aptitude). - -Set `$apt_pref` and `$apt_upgr` to whatever command you want (before sourcing Oh My Zsh) to override this behavior. - -## Common Aliases - -| Alias | Command | Description | -| ------ | ---------------------------------------------------------------------- | ---------------------------------------------------------- | -| `age` | `apt-get` | Command line tool for handling packages | -| `api` | `aptitude` | Same functionality as `apt-get`, provides extra options | -| `acs` | `apt-cache search` | Command line tool for searching apt software package cache | -| `aps` | `aptitude search` | Searches installed packages using aptitude | -| `as` | `aptitude -F '* %p -> %d \n(%v/%V)' --no-gui --disable-columns search` | Print searched packages using a custom format | -| `afs` | `apt-file search --regexp` | Search file in packages | -| `asrc` | `apt-get source` | Fetch source packages through `apt-get` | -| `app` | `apt-cache policy` | Displays priority of package sources | - -## Superuser Operations Aliases - -| Alias | Command | Description | -| -------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -| `aac` | `sudo $apt_pref autoclean` | Clears out the local repository of retrieved package files | -| `abd` | `sudo $apt_pref build-dep` | Installs all dependencies for building packages | -| `ac` | `sudo $apt_pref clean` | Clears out the local repository of retrieved package files except lock files | -| `ad` | `sudo $apt_pref update` | Updates the package lists for upgrades for packages | -| `adg` | `sudo $apt_pref update && sudo $apt_pref $apt_upgr` | Update and upgrade packages | -| `adu` | `sudo $apt_pref update && sudo $apt_pref dist-upgrade` | Smart upgrade that handles dependencies | -| `afu` | `sudo apt-file update` | Update the files in packages | -| `au` | `sudo $apt_pref $apt_upgr` | Install package upgrades | -| `ai` | `sudo $apt_pref install` | Command-line tool to install package | -| `ail` | `sed -e 's/ */ /g' -e 's/ *//' \| cut -s -d ' ' -f 1 \| xargs sudo $apt_pref install` | Install all packages given on the command line while using only the first word of each line | -| `ap` | `sudo $apt_pref purge` | Removes packages along with configuration files | -| `ar` | `sudo $apt_pref remove` | Removes packages, keeps the configuration files | -| `ads` | `sudo apt-get dselect-upgrade` | Installs packages from list and removes all not in the list | -| `dia` | `sudo dpkg -i ./*.deb` | Install all .deb files in the current directory | -| `di` | `sudo dpkg -i` | Install all .deb files in the current directory | -| `kclean` | `sudo aptitude remove -P ?and(~i~nlinux-(ima\|hea) ?not(~n$(uname -r)))` | Remove ALL kernel images and headers EXCEPT the one in use | - -## Aliases - Commands using `su` - -| Alias | Command | -| ----- | --------------------------------------------------------- | -| `aac` | `su -ls "$apt_pref autoclean" root` | -| `ac` | `su -ls "$apt_pref clean" root` | -| `ad` | `su -lc "$apt_pref update" root` | -| `adg` | `su -lc "$apt_pref update && aptitude $apt_upgr" root` | -| `adu` | `su -lc "$apt_pref update && aptitude dist-upgrade" root` | -| `afu` | `su -lc "apt-file update"` | -| `au` | `su -lc "$apt_pref $apt_upgr" root` | -| `dia` | `su -lc "dpkg -i ./*.deb" root` | - -## Miscellaneous Aliases - -| Alias | Command | Description | -| --------- | ---------------------------------------------- | ------------------------------ | -| `allpkgs` | `aptitude search -F "%p" --disable-columns ~i` | Display all installed packages | -| `mydeb` | `time dpkg-buildpackage -rfakeroot -us -uc` | Create a basic .deb package | - -## Functions - -| Function | Description | -| ------------------- | --------------------------------------------------------------- | -| `apt-copy` | Create a simple script that can be used to 'duplicate' a system | -| `apt-history` | Displays apt history for a command | -| `kerndeb` | Builds kernel packages | -| `apt-list-packages` | List packages by size | - -## Authors - -- [@AlexBio](https://github.com/AlexBio) -- [@dbb](https://github.com/dbb) -- [@Mappleconfusers](https://github.com/Mappleconfusers) diff --git a/zsh/.oh-my-zsh_old/plugins/debian/debian.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/debian/debian.plugin.zsh deleted file mode 100644 index 68c6df1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/debian/debian.plugin.zsh +++ /dev/null @@ -1,224 +0,0 @@ -# Use apt or aptitude if installed, fallback is apt-get -# You can just set apt_pref='apt-get' to override it. - -if [[ -z $apt_pref || -z $apt_upgr ]]; then - if [[ -e $commands[apt] ]]; then - apt_pref='apt' - apt_upgr='upgrade' - elif [[ -e $commands[aptitude] ]]; then - apt_pref='aptitude' - apt_upgr='safe-upgrade' - else - apt_pref='apt-get' - apt_upgr='upgrade' - fi -fi - -# Use sudo by default if it's installed -if [[ -e $commands[sudo] ]]; then - use_sudo=1 -fi - -# Aliases ################################################################### -# These are for more obscure uses of apt-get and aptitude that aren't covered -# below. -alias age='apt-get' -alias api='aptitude' - -# Some self-explanatory aliases -alias acs="apt-cache search" -alias aps='aptitude search' -alias as="aptitude -F '* %p -> %d \n(%v/%V)' --no-gui --disable-columns search" - -# apt-file -alias afs='apt-file search --regexp' - - -# These are apt-get only -alias asrc='apt-get source' -alias app='apt-cache policy' - -# superuser operations ###################################################### -if [[ $use_sudo -eq 1 ]]; then -# commands using sudo ####### - alias aac="sudo $apt_pref autoclean" - alias abd="sudo $apt_pref build-dep" - alias ac="sudo $apt_pref clean" - alias ad="sudo $apt_pref update" - alias adg="sudo $apt_pref update && sudo $apt_pref $apt_upgr" - alias adu="sudo $apt_pref update && sudo $apt_pref dist-upgrade" - alias afu="sudo apt-file update" - alias au="sudo $apt_pref $apt_upgr" - alias ai="sudo $apt_pref install" - # Install all packages given on the command line while using only the first word of each line: - # acs ... | ail - alias ail="sed -e 's/ */ /g' -e 's/ *//' | cut -s -d ' ' -f 1 | xargs sudo $apt_pref install" - alias ap="sudo $apt_pref purge" - alias ar="sudo $apt_pref remove" - - # apt-get only - alias ads="sudo apt-get dselect-upgrade" - - # Install all .deb files in the current directory. - # Warning: you will need to put the glob in single quotes if you use: - # glob_subst - alias dia="sudo dpkg -i ./*.deb" - alias di="sudo dpkg -i" - - # Remove ALL kernel images and headers EXCEPT the one in use - alias kclean='sudo aptitude remove -P ?and(~i~nlinux-(ima|hea) ?not(~n$(uname -r)))' - - -# commands using su ######### -else - alias aac="su -ls '$apt_pref autoclean' root" - function abd() { - cmd="su -lc '$apt_pref build-dep $@' root" - print "$cmd" - eval "$cmd" - } - alias ac="su -ls '$apt_pref clean' root" - alias ad="su -lc '$apt_pref update' root" - alias adg="su -lc '$apt_pref update && aptitude $apt_upgr' root" - alias adu="su -lc '$apt_pref update && aptitude dist-upgrade' root" - alias afu="su -lc '$apt-file update'" - alias au="su -lc '$apt_pref $apt_upgr' root" - function ai() { - cmd="su -lc 'aptitude -P install $@' root" - print "$cmd" - eval "$cmd" - } - function ap() { - cmd="su -lc '$apt_pref -P purge $@' root" - print "$cmd" - eval "$cmd" - } - function ar() { - cmd="su -lc '$apt_pref -P remove $@' root" - print "$cmd" - eval "$cmd" - } - - # Install all .deb files in the current directory - # Assumes glob_subst is off - alias dia='su -lc "dpkg -i ./*.deb" root' - alias di='su -lc "dpkg -i" root' - - # Remove ALL kernel images and headers EXCEPT the one in use - alias kclean='su -lc "aptitude remove -P ?and(~i~nlinux-(ima|hea) ?not(~n$(uname -r)))" root' -fi - -# Completion ################################################################ - -# -# Registers a compdef for $1 that calls $apt_pref with the commands $2 -# To do that it creates a new completion function called _apt_pref_$2 -# -function apt_pref_compdef() { - local f fb - f="_apt_pref_${2}" - - eval "function ${f}() { - shift words; - service=\"\$apt_pref\"; - words=(\"\$apt_pref\" '$2' \$words); - ((CURRENT++)) - test \"\${apt_pref}\" = 'aptitude' && _aptitude || _apt - }" - - compdef "$f" "$1" -} - -apt_pref_compdef aac "autoclean" -apt_pref_compdef abd "build-dep" -apt_pref_compdef ac "clean" -apt_pref_compdef ad "update" -apt_pref_compdef afu "update" -apt_pref_compdef au "$apt_upgr" -apt_pref_compdef ai "install" -apt_pref_compdef ail "install" -apt_pref_compdef ap "purge" -apt_pref_compdef ar "remove" -apt_pref_compdef ads "dselect-upgrade" - -# Misc. ##################################################################### -# print all installed packages -alias allpkgs='aptitude search -F "%p" --disable-columns ~i' - -# Create a basic .deb package -alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc' - - -# Functions ################################################################# -# create a simple script that can be used to 'duplicate' a system -function apt-copy() { - print '#!/bin/sh'"\n" > apt-copy.sh - - cmd='$apt_pref install' - - for p in ${(f)"$(aptitude search -F "%p" --disable-columns \~i)"}; { - cmd="${cmd} ${p}" - } - - print $cmd "\n" >> apt-copy.sh - - chmod +x apt-copy.sh -} - -# Prints apt history -# Usage: -# apt-history install -# apt-history upgrade -# apt-history remove -# apt-history rollback -# apt-history list -# Based On: https://linuxcommando.blogspot.com/2008/08/how-to-show-apt-log-history.html -function apt-history() { - case "$1" in - install) - zgrep --no-filename 'install ' $(ls -rt /var/log/dpkg*) - ;; - upgrade|remove) - zgrep --no-filename $1 $(ls -rt /var/log/dpkg*) - ;; - rollback) - zgrep --no-filename upgrade $(ls -rt /var/log/dpkg*) | \ - grep "$2" -A10000000 | \ - grep "$3" -B10000000 | \ - awk '{print $4"="$5}' - ;; - list) - zgrep --no-filename '' $(ls -rt /var/log/dpkg*) - ;; - *) - echo "Parameters:" - echo " install - Lists all packages that have been installed." - echo " upgrade - Lists all packages that have been upgraded." - echo " remove - Lists all packages that have been removed." - echo " rollback - Lists rollback information." - echo " list - Lists all contains of dpkg logs." - ;; - esac -} - -# Kernel-package building shortcut -function kerndeb() { - # temporarily unset MAKEFLAGS ( '-j3' will fail ) - MAKEFLAGS=$( print - $MAKEFLAGS | perl -pe 's/-j\s*[\d]+//g' ) - print '$MAKEFLAGS set to '"'$MAKEFLAGS'" - appendage='-custom' # this shows up in $(uname -r ) - revision=$(date +"%Y%m%d") # this shows up in the .deb file name - - make-kpkg clean - - time fakeroot make-kpkg --append-to-version "$appendage" --revision \ - "$revision" kernel_image kernel_headers -} - -# List packages by size -function apt-list-packages() { - dpkg-query -W --showformat='${Installed-Size} ${Package} ${Status}\n' | \ - grep -v deinstall | \ - sort -n | \ - awk '{print $1" "$2}' -} diff --git a/zsh/.oh-my-zsh_old/plugins/dircycle/README.md b/zsh/.oh-my-zsh_old/plugins/dircycle/README.md deleted file mode 100644 index 3c9b3a9..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dircycle/README.md +++ /dev/null @@ -1,78 +0,0 @@ -# dircycle - -Plugin for cycling through the directory stack - -This plugin enables directory navigation similar to using back and forward on browsers or common file explorers like Finder or Nautilus. It uses a small zle trick that lets you cycle through your directory stack left or right using Ctrl + Shift + Left / Right . This is useful when moving back and forth between directories in development environments, and can be thought of as kind of a nondestructive pushd/popd. - -## Enabling the plugin - -1. Open your `.zshrc` file and add `dircycle` in the plugins section: - - ```zsh - plugins=( - # all your enabled plugins - dircycle - ) - ``` - -2. Restart the shell or restart your Terminal session: - - ```console - $ exec zsh - $ - ``` - -## Usage Examples - -Say you opened these directories on the terminal: - -```console -~$ cd Projects -~/Projects$ cd Hacktoberfest -~/Projects/Hacktoberfest$ cd oh-my-zsh -~/Projects/Hacktoberfest/oh-my-zsh$ dirs -v -0 ~/Projects/Hacktoberfest/oh-my-zsh -1 ~/Projects/Hacktoberfest -2 ~/Projects -3 ~ -``` - -By pressing Ctrl + Shift + Left, the current working directory or `$CWD` will be from `oh-my-zsh` to `Hacktoberfest`. Press it again and it will be at `Projects`. - -And by pressing Ctrl + Shift + Right, the `$CWD` will be from `Projects` to `Hacktoberfest`. Press it again and it will be at `oh-my-zsh`. - -Here's a example history table with the same accessed directories like above: - -| Current `$CWD` | Key press | New `$CWD` | -| --------------- | ----------------------------------------------------- | --------------- | -| `oh-my-zsh` | Ctrl + Shift + Left | `Hacktoberfest` | -| `Hacktoberfest` | Ctrl + Shift + Left | `Projects` | -| `Projects` | Ctrl + Shift + Left | `~` | -| `~` | Ctrl + Shift + Right | `Projects` | -| `Projects` | Ctrl + Shift + Right | `Hacktoberfest` | -| `Hacktoberfest` | Ctrl + Shift + Right | `oh-my-zsh` | -| `oh-my-zsh` | Ctrl + Shift + Right | `~` | - -Note the last traversal, when pressing Ctrl + Shift + Right on a last known `$CWD`, it will change back to the first known `$CWD`, which in the example is `~`. - -Here's an asciinema cast demonstrating the example above: - -[![asciicast](https://asciinema.org/a/204406.png)](https://asciinema.org/a/204406) - -## Functions - -| Function | Description | -| -------------------- | --------------------------------------------------------------------------------------------------------- | -| `insert-cycledleft` | Change `$CWD` to the previous known stack, binded on Ctrl + Shift + Left | -| `insert-cycledright` | Change `$CWD` to the next known stack, binded on Ctrl + Shift + Right | - -## Rebinding keys - -You can bind these functions to other key sequences, as long as you know the bindkey sequence. For example, these commands bind to Alt + Shift + Left / Right in `xterm-256color`: - -```zsh -bindkey '^[[1;4D' insert-cycledleft -bindkey '^[[1;4C' insert-cycledright -``` - -You can get the bindkey sequence by pressing Ctrl + V, then pressing the keyboard shortcut you want to use. diff --git a/zsh/.oh-my-zsh_old/plugins/dircycle/dircycle.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/dircycle/dircycle.plugin.zsh deleted file mode 100644 index bb69f6b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dircycle/dircycle.plugin.zsh +++ /dev/null @@ -1,54 +0,0 @@ -# enables cycling through the directory stack using -# Ctrl+Shift+Left/Right -# -# left/right direction follows the order in which directories -# were visited, like left/right arrows do in a browser - -# NO_PUSHD_MINUS syntax: -# pushd +N: start counting from left of `dirs' output -# pushd -N: start counting from right of `dirs' output - -switch-to-dir () { - setopt localoptions nopushdminus - [[ ${#dirstack} -eq 0 ]] && return 1 - - while ! builtin pushd -q $1 &>/dev/null; do - # We found a missing directory: pop it out of the dir stack - builtin popd -q $1 - - # Stop trying if there are no more directories in the dir stack - [[ ${#dirstack} -eq 0 ]] && return 1 - done -} - -insert-cycledleft () { - switch-to-dir +1 || return - - local fn - for fn (chpwd $chpwd_functions precmd $precmd_functions); do - (( $+functions[$fn] )) && $fn - done - zle reset-prompt -} -zle -N insert-cycledleft - -insert-cycledright () { - switch-to-dir -0 || return - - local fn - for fn (chpwd $chpwd_functions precmd $precmd_functions); do - (( $+functions[$fn] )) && $fn - done - zle reset-prompt -} -zle -N insert-cycledright - - -# These sequences work for xterm, Apple Terminal.app, and probably others. -# Not for rxvt-unicode, but it doesn't seem differentiate Ctrl-Shift-Arrow -# from plain Shift-Arrow, at least by default. -# iTerm2 does not have these key combinations defined by default; you will need -# to add them under "Keys" in your profile if you want to use this. You can do -# this conveniently by loading the "xterm with Numeric Keypad" preset. -bindkey "\e[1;6D" insert-cycledleft -bindkey "\e[1;6C" insert-cycledright diff --git a/zsh/.oh-my-zsh_old/plugins/dirhistory/README.md b/zsh/.oh-my-zsh_old/plugins/dirhistory/README.md deleted file mode 100644 index 511f2be..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dirhistory/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Dirhistory plugin - -This plugin adds keyboard shortcuts for navigating directory history and hierarchy. - -To use it, add `dirhistory` to the plugins array in your zshrc file: - -```zsh -plugins=(... dirhistory) -``` -## Keyboard Shortcuts - -| Shortcut | Description | -|-----------------------------------|-----------------------------------------------------------| -| alt + left | Go to previous directory | -| alt + right | Undo alt + left | -| alt + up | Move into the parent directory | -| alt + down | Move into the first child directory by alphabetical order | diff --git a/zsh/.oh-my-zsh_old/plugins/dirhistory/dirhistory.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/dirhistory/dirhistory.plugin.zsh deleted file mode 100644 index 35c43d7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dirhistory/dirhistory.plugin.zsh +++ /dev/null @@ -1,191 +0,0 @@ -## -# Navigate directory history using ALT-LEFT and ALT-RIGHT. ALT-LEFT moves back to directories -# that the user has changed to in the past, and ALT-RIGHT undoes ALT-LEFT. -# -# Navigate directory hierarchy using ALT-UP and ALT-DOWN. (mac keybindings not yet implemented) -# ALT-UP moves to higher hierarchy (cd ..) -# ALT-DOWN moves into the first directory found in alphabetical order -# - -dirhistory_past=($PWD) -dirhistory_future=() -export dirhistory_past -export dirhistory_future - -export DIRHISTORY_SIZE=30 - -# Pop the last element of dirhistory_past. -# Pass the name of the variable to return the result in. -# Returns the element if the array was not empty, -# otherwise returns empty string. -function pop_past() { - eval "$1='$dirhistory_past[$#dirhistory_past]'" - if [[ $#dirhistory_past -gt 0 ]]; then - dirhistory_past[$#dirhistory_past]=() - fi -} - -function pop_future() { - eval "$1='$dirhistory_future[$#dirhistory_future]'" - if [[ $#dirhistory_future -gt 0 ]]; then - dirhistory_future[$#dirhistory_future]=() - fi -} - -# Push a new element onto the end of dirhistory_past. If the size of the array -# is >= DIRHISTORY_SIZE, the array is shifted -function push_past() { - if [[ $#dirhistory_past -ge $DIRHISTORY_SIZE ]]; then - shift dirhistory_past - fi - if [[ $#dirhistory_past -eq 0 || $dirhistory_past[$#dirhistory_past] != "$1" ]]; then - dirhistory_past+=($1) - fi -} - -function push_future() { - if [[ $#dirhistory_future -ge $DIRHISTORY_SIZE ]]; then - shift dirhistory_future - fi - if [[ $#dirhistory_future -eq 0 || $dirhistory_futuret[$#dirhistory_future] != "$1" ]]; then - dirhistory_future+=($1) - fi -} - -# Called by zsh when directory changes -autoload -U add-zsh-hook -add-zsh-hook chpwd chpwd_dirhistory -function chpwd_dirhistory() { - push_past $PWD - # If DIRHISTORY_CD is not set... - if [[ -z "${DIRHISTORY_CD+x}" ]]; then - # ... clear future. - dirhistory_future=() - fi -} - -function dirhistory_cd(){ - DIRHISTORY_CD="1" - cd $1 - unset DIRHISTORY_CD -} - -# Move backward in directory history -function dirhistory_back() { - local cw="" - local d="" - # Last element in dirhistory_past is the cwd. - - pop_past cw - if [[ "" == "$cw" ]]; then - # Someone overwrote our variable. Recover it. - dirhistory_past=($PWD) - return - fi - - pop_past d - if [[ "" != "$d" ]]; then - dirhistory_cd $d - push_future $cw - else - push_past $cw - fi -} - - -# Move forward in directory history -function dirhistory_forward() { - local d="" - - pop_future d - if [[ "" != "$d" ]]; then - dirhistory_cd $d - push_past $d - fi -} - - -# Bind keys to history navigation -function dirhistory_zle_dirhistory_back() { - # Erase current line in buffer - zle kill-buffer - dirhistory_back - zle accept-line -} - -function dirhistory_zle_dirhistory_future() { - # Erase current line in buffer - zle kill-buffer - dirhistory_forward - zle accept-line -} - -zle -N dirhistory_zle_dirhistory_back -# xterm in normal mode -bindkey "\e[3D" dirhistory_zle_dirhistory_back -bindkey "\e[1;3D" dirhistory_zle_dirhistory_back -# Mac teminal (alt+left/right) -if [[ "$TERM_PROGRAM" == "Apple_Terminal" ]]; then - bindkey "^[b" dirhistory_zle_dirhistory_back -fi -# Putty: -bindkey "\e\e[D" dirhistory_zle_dirhistory_back -# GNU screen: -bindkey "\eO3D" dirhistory_zle_dirhistory_back - -zle -N dirhistory_zle_dirhistory_future -bindkey "\e[3C" dirhistory_zle_dirhistory_future -bindkey "\e[1;3C" dirhistory_zle_dirhistory_future -if [[ "$TERM_PROGRAM" == "Apple_Terminal" ]]; then - bindkey "^[f" dirhistory_zle_dirhistory_future -fi -bindkey "\e\e[C" dirhistory_zle_dirhistory_future -bindkey "\eO3C" dirhistory_zle_dirhistory_future - - -# -# HIERARCHY Implemented in this section, in case someone wants to split it to another plugin if it clashes bindings -# - -# Move up in hierarchy -function dirhistory_up() { - cd .. || return 1 -} - -# Move down in hierarchy -function dirhistory_down() { - cd "$(find . -mindepth 1 -maxdepth 1 -type d | sort -n | head -n 1)" || return 1 -} - - -# Bind keys to hierarchy navigation -function dirhistory_zle_dirhistory_up() { - zle kill-buffer # Erase current line in buffer - dirhistory_up - zle accept-line -} - -function dirhistory_zle_dirhistory_down() { - zle kill-buffer # Erase current line in buffer - dirhistory_down - zle accept-line -} - -zle -N dirhistory_zle_dirhistory_up -# xterm in normal mode -bindkey "\e[3A" dirhistory_zle_dirhistory_up -bindkey "\e[1;3A" dirhistory_zle_dirhistory_up -# Mac teminal (alt+up) - #bindkey "^[?" dirhistory_zle_dirhistory_up #dont know it -# Putty: -bindkey "\e\e[A" dirhistory_zle_dirhistory_up -# GNU screen: -bindkey "\eO3A" dirhistory_zle_dirhistory_up - -zle -N dirhistory_zle_dirhistory_down -bindkey "\e[3B" dirhistory_zle_dirhistory_down -bindkey "\e[1;3B" dirhistory_zle_dirhistory_down -# Mac teminal (alt+down) - #bindkey "^[?" dirhistory_zle_dirhistory_down #dont know it -bindkey "\e\e[B" dirhistory_zle_dirhistory_down -bindkey "\eO3B" dirhistory_zle_dirhistory_down diff --git a/zsh/.oh-my-zsh_old/plugins/dirpersist/README.md b/zsh/.oh-my-zsh_old/plugins/dirpersist/README.md deleted file mode 100644 index 9880bc5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dirpersist/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Dirpersist plugin - -This plugin keeps a running tally of the previous 20 unique directories in the $HOME/.zdirs file. When you cd to a new directory, it is prepended to the beginning of the file. - -To use it, add `dirpersist` to the plugins array in your zshrc file: - -```zsh -plugins=(... dirpersist) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/dirpersist/dirpersist.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/dirpersist/dirpersist.plugin.zsh deleted file mode 100644 index daadc38..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dirpersist/dirpersist.plugin.zsh +++ /dev/null @@ -1,21 +0,0 @@ -# Save dirstack history to .zdirs -# adapted from: -# github.com/grml/grml-etc-core/blob/master/etc/zsh/zshrc#L1547 - -DIRSTACKSIZE=${DIRSTACKSIZE:-20} -dirstack_file=${dirstack_file:-${HOME}/.zdirs} - -if [[ -f ${dirstack_file} ]] && [[ ${#dirstack[*]} -eq 0 ]] ; then - dirstack=( ${(f)"$(< $dirstack_file)"} ) - # "cd -" won't work after login by just setting $OLDPWD, so - [[ -d $dirstack[1] ]] && cd $dirstack[1] && cd $OLDPWD -fi - -autoload -U add-zsh-hook -add-zsh-hook chpwd chpwd_dirpersist -chpwd_dirpersist() { - if (( $DIRSTACKSIZE <= 0 )) || [[ -z $dirstack_file ]]; then return; fi - local -ax my_stack - my_stack=( ${PWD} ${dirstack} ) - builtin print -l ${(u)my_stack} >! ${dirstack_file} -} diff --git a/zsh/.oh-my-zsh_old/plugins/django/README.md b/zsh/.oh-my-zsh_old/plugins/django/README.md deleted file mode 100644 index 415f6b7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/django/README.md +++ /dev/null @@ -1,56 +0,0 @@ -# Django plugin - -This plugin adds completion and hints for the [Django Project](https://www.djangoproject.com/) `manage.py` commands -and options. - -To use it, add `django` to the plugins array in your zshrc file: - -```zsh -plugins=(... django) -``` - -## Usage - -```zsh -$> python manage.py (press here) -``` - -Would result in: - -```zsh -cleanup -- remove old data from the database -compilemessages -- compile .po files to .mo for use with gettext -createcachetable -- creates table for SQL cache backend -createsuperuser -- create a superuser -dbshell -- run command-line client for the current database -diffsettings -- display differences between the current settings and Django defaults -dumpdata -- output contents of database as a fixture -flush -- execute 'sqlflush' on the current database -inspectdb -- output Django model module for tables in database -loaddata -- install the named fixture(s) in the database -makemessages -- pull out all strings marked for translation -reset -- executes 'sqlreset' for the given app(s) -runfcgi -- run this project as a fastcgi -runserver -- start a lightweight web server for development -... -``` - -If you want to see the options available for a specific command, try: - -```zsh -$> python manage.py makemessages (press here) -``` - -And that would result in: - -```zsh ---all -a -- re-examine all code and templates ---domain -d -- domain of the message files (default: "django") ---extensions -e -- file extension(s) to examine (default: ".html") ---help -- display help information ---locale -l -- locale to process (default: all) ---pythonpath -- directory to add to the Python path ---settings -- python path to settings module -... -``` - diff --git a/zsh/.oh-my-zsh_old/plugins/django/django.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/django/django.plugin.zsh deleted file mode 100644 index c2d00c1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/django/django.plugin.zsh +++ /dev/null @@ -1,404 +0,0 @@ -#compdef manage.py - -typeset -ga nul_args -nul_args=( - '--verbosity=-[verbosity level; 0=minimal output, 1=normal output, 2=all output.]:Verbosity:((0\:minimal 1\:normal 2\:all))' - '--settings=-[the Python path to a settings module.]:file:_files' - '--pythonpath=-[a directory to add to the Python path.]:directory:_directories' - '--traceback[print traceback on exception.]' - "--no-color[Don't colorize the command output.]" - "--version[show program's version number and exit.]" - {-h,--help}'[show this help message and exit.]' -) - -typeset -ga start_args -start_args=( - '--template=-[The path or URL to load the template from.]:directory:_directories' - '--extension=-[The file extension(s) to render (default: "py").]' - '--name=-[The file name(s) to render.]:file:_files' -) - -typeset -ga db_args -db_args=( - '--database=-[Nominates a database. Defaults to the "default" database.]' -) - -typeset -ga noinput_args -noinput_args=( - '--noinput[tells Django to NOT prompt the user for input of any kind.]' -) - -typeset -ga no_init_data_args -no_init_data_args=( - '--no-initial-data[Tells Django not to load any initial data after database synchronization.]' -) - -typeset -ga tag_args -tag_args=( - '--tag=-[Run only checks labeled with given tag.]' - '--list-tags[List available tags.]' -) - -_managepy-check(){ - _arguments -s : \ - $tag_args \ - $nul_args && ret=0 -} - -_managepy-changepassword(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-createcachetable(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-createsuperuser(){ - _arguments -s : \ - '--username=-[Specifies the login for the superuser.]' \ - '--email=-[Specifies the email for the superuser.]' \ - $noinput_args \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-collectstatic(){ - _arguments -s : \ - '--link[Create a symbolic link to each file instead of copying.]' \ - '--no-post-process[Do NOT post process collected files.]' \ - '--ignore=-[Ignore files or directories matching this glob-style pattern. Use multiple times to ignore more.]' \ - '--dry-run[Do everything except modify the filesystem.]' \ - '--clear[Clear the existing files using the storage before trying to copy or link the original file.]' \ - '--link[Create a symbolic link to each file instead of copying.]' \ - '--no-default-ignore[Do not ignore the common private glob-style patterns "CVS", ".*" and "*~".]' \ - $noinput_args \ - $nul_args && ret=0 -} - -_managepy-dbshell(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-diffsettings(){ - _arguments -s : \ - "--all[Display all settings, regardless of their value.]" - $nul_args && ret=0 -} - -_managepy-dumpdata(){ - _arguments -s : \ - '--format=-[Specifies the output serialization format for fixtures.]:format:(json yaml xml)' \ - '--indent=-[Specifies the indent level to use when pretty-printing output.]' \ - '--exclude=-[An app_label or app_label.ModelName to exclude (use multiple --exclude to exclude multiple apps/models).]' \ - '--natural-foreign[Use natural foreign keys if they are available.]' \ - '--natural-primary[Use natural primary keys if they are available.]' \ - "--all[Use Django's base manager to dump all models stored in the database.]" \ - '--pks=-[Only dump objects with given primary keys.]' \ - $db_args \ - $nul_args \ - '*::appname:_applist' && ret=0 -} - -_managepy-flush(){ - _arguments -s : \ - $no_init_data_args \ - $db_args \ - $noinput_args \ - $nul_args && ret=0 -} - -_managepy-help(){ - _arguments -s : \ - '*:command:_managepy_cmds' \ - $nul_args && ret=0 -} - -_managepy_cmds(){ - local line - local -a cmd - _call_program help-command ./manage.py help \ - |& sed -n '/^ /s/[(), ]/ /gp' \ - | while read -A line; do cmd=($line $cmd) done - _describe -t managepy-command 'manage.py command' cmd -} - -_managepy-inspectdb(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-loaddata(){ - _arguments -s : \ - '--ignorenonexistent[Ignores entries in the serialized data for fields that do not currently exist on the model.]' \ - '--app=-[Only look for fixtures in the specified app.]:appname:_applist' \ - '*::file:_files' \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-makemessages(){ - _arguments -s : \ - '--locale=-[Creates or updates the message files for the given locale(s) (e.g. pt_BR).]' \ - '--domain=-[The domain of the message files (default: "django").]' \ - '--all[Updates the message files for all existing locales.]' \ - '--extension=-[The file extension(s) to examine (default: "html,txt", or "js" if the domain is "djangojs").]' \ - '--symlinks[Follows symlinks to directories when examining source code and templates for translation strings.]' \ - '--ignore=-[Ignore files or directories matching this glob-style pattern.]' \ - "--no-default-ignore[Don't ignore the common glob-style patterns 'CVS', '.*', '*~' and '*.pyc'.]" \ - "--no-wrap[Don't break long message lines into several lines.]" \ - "--no-location[Don't write '#: filename:line' lines.]" \ - '--no-obsolete[Remove obsolete message strings.]' \ - '--keep-pot[Keep .pot file after making messages.]' \ - $nul_args && ret=0 -} -_managepy-makemigrations(){ - _arguments -s : \ - '--dry-run[Just show what migrations would be made]' \ - '--merge[Enable fixing of migration conflicts.]' \ - '--empty[Create an empty migration.]' \ - $noinput_args \ - $nul_args && ret=0 -} -_managepy-migrate(){ - _arguments -s : \ - '--fake[Mark migrations as run without actually running them]' \ - '--list[Show a list of all known migrations and which are applied]' \ - $no_init_data_args \ - $noinput_args \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-runfcgi(){ - local state - - local fcgi_opts - fcgi_opts=( - 'protocol[fcgi, scgi, ajp, ... (default fcgi)]:protocol:(fcgi scgi ajp)' - 'host[hostname to listen on..]:' - 'port[port to listen on.]:' - 'socket[UNIX socket to listen on.]:file:_files' - 'method[prefork or threaded (default prefork)]:method:(prefork threaded)' - 'maxrequests[number of requests a child handles before it is killed and a new child is forked (0 = no limit).]:' - 'maxspare[max number of spare processes / threads.]:' - 'minspare[min number of spare processes / threads.]:' - 'maxchildren[hard limit number of processes / threads.]:' - 'daemonize[whether to detach from terminal.]:boolean:(False True)' - 'pidfile[write the spawned process-id to this file.]:file:_files' - 'workdir[change to this directory when daemonizing.]:directory:_files' - 'outlog[write stdout to this file.]:file:_files' - 'errlog[write stderr to this file.]:file:_files' - ) - - _arguments -s : \ - $nul_args \ - '*: :_values "FCGI Setting" $fcgi_opts' && ret=0 -} - -_managepy-runserver(){ - _arguments -s : \ - '--ipv6[Tells Django to use an IPv6 address.]' \ - '--nothreading[Tells Django to NOT use threading.]' \ - '--noreload[Tells Django to NOT use the auto-reloader.]' \ - '--nostatic[Tells Django to NOT automatically serve static files at STATIC_URL.]' \ - '--insecure[Allows serving static files even if DEBUG is False.]' \ - $nul_args && ret=0 -} - -_managepy-shell(){ - _arguments -s : \ - '--plain[Tells Django to use plain Python, not IPython.]' \ - '--no-startup[When using plain Python, ignore the PYTHONSTARTUP environment variable and ~/.pythonrc.py script.]' \ - '--interface=-[Specify an interactive interpreter interface.]:INTERFACE:((ipython bpython))' \ - $nul_args && ret=0 -} - -_managepy-sql(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-sqlall(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-sqlclear(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-sqlcustom(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-dropindexes(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-sqlflush(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-sqlindexes(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-sqlinitialdata(){ - _arguments -s : \ - $nul_args && ret=0 -} - -_managepy-sqlsequencereset(){ - _arguments -s : \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-squashmigrations(){ - _arguments -s : \ - '--no-optimize[Do not try to optimize the squashed operations.]' \ - $noinput_args \ - $nul_args && ret=0 -} - -_managepy-startapp(){ - _arguments -s : \ - $start_args \ - $nul_args && ret=0 -} -_managepy-startproject(){ - _arguments -s : \ - $start_args \ - $nul_args && ret=0 -} - -_managepy-syncdb() { - _arguments -s : \ - $noinput_args \ - $no_init_data_args \ - $db_args \ - $nul_args && ret=0 -} - -_managepy-test() { - _arguments -s : \ - '--failfast[Tells Django to stop running the test suite after first failed test.]' \ - '--testrunner=-[Tells Django to use specified test runner class instead of the one specified by the TEST_RUNNER setting.]' \ - '--liveserver=-[Overrides the default address where the live server (used with LiveServerTestCase) is expected to run from. The default value is localhost:8081.]' \ - '--top-level-directory=-[Top level of project for unittest discovery.]' \ - '--pattern=-[The test matching pattern. Defaults to test*.py.]:' \ - $noinput_args \ - '*::appname:_applist' \ - $nul_args && ret=0 -} - -_managepy-testserver() { - _arguments -s : \ - '--addrport=-[port number or ipaddr:port to run the server on.]' \ - '--ipv6[Tells Django to use an IPv6 address.]' \ - $noinput_args \ - '*::fixture:_files' \ - $nul_args && ret=0 -} - -_managepy-validate() { - _arguments -s : \ - $tag_args \ - $nul_args && ret=0 -} - -_managepy-commands() { - local -a commands - - commands=( - "changepassword:Change a user's password for django.contrib.auth." - 'check:Checks the entire Django project for potential problems.' - 'compilemessages:Compiles .po files to .mo files for use with builtin gettext support.' - 'createcachetable:Creates the table needed to use the SQL cache backend.' - 'createsuperuser:Used to create a superuser.' - 'collectstatic:Collect static files in a single location.' - 'dbshell:Runs the command-line client for the current DATABASE_ENGINE.' - "diffsettings:Displays differences between the current settings.py and Django's default settings." - 'dumpdata:Output the contents of the database as a fixture of the given format.' - 'flush:Executes ``sqlflush`` on the current database.' - 'help:manage.py help.' - 'inspectdb:Introspects the database tables in the given database and outputs a Django model module.' - 'loaddata:Installs the named fixture(s) in the database.' - 'makemessages:Runs over the entire source tree of the current directory and pulls out all strings marked for translation.' - 'makemigrations:Creates new migration(s) for apps.' - 'migrate:Updates database schema. Manages both apps with migrations and those without.' - 'runfcgi:Run this project as a fastcgi (or some other protocol supported by flup) application,' - 'runserver:Starts a lightweight Web server for development.' - 'shell:Runs a Python interactive interpreter.' - 'showmigrations:Shows all available migrations for the current project.' - 'sql:Prints the CREATE TABLE SQL statements for the given app name(s).' - 'sqlall:Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for the given model module name(s).' - 'sqlclear:Prints the DROP TABLE SQL statements for the given app name(s).' - 'sqlcustom:Prints the custom table modifying SQL statements for the given app name(s).' - 'sqldropindexes:Prints the DROP INDEX SQL statements for the given model module name(s).' - 'sqlflush:Returns a list of the SQL statements required to return all tables in the database to the state they were in just after they were installed.' - 'sqlindexes:Prints the CREATE INDEX SQL statements for the given model module name(s).' - "sqlinitialdata:RENAMED: see 'sqlcustom'" - 'sqlsequencereset:Prints the SQL statements for resetting sequences for the given app name(s).' - 'squashmigrations:Squashes an existing set of migrations (from first until specified) into a single new one.' - "startapp:Creates a Django app directory structure for the given app name in this project's directory." - "startproject:Creates a Django project directory structure for the given project name in this current directory." - "syncdb:Create the database tables for all apps in INSTALLED_APPS whose tables haven't already been created." - 'test:Runs the test suite for the specified applications, or the entire site if no apps are specified.' - 'testserver:Runs a development server with data from the given fixture(s).' - 'validate:Validates all installed models.' - ) - - _describe -t commands 'manage.py command' commands && ret=0 -} - -_applist() { - local line - local -a apps - _call_program help-command "python -c \"import sys; del sys.path[0];\\ - import os.path as op, re, django.conf;\\ - bn=op.basename(op.abspath(op.curdir));[sys\\ - .stdout.write(str(re.sub(r'^%s\.(.*?)$' % - bn, r'\1', i)) + '\n') for i in django.conf.settings.\\ - INSTALLED_APPS if re.match(r'^%s' % bn, i)]\"" \ - | while read -A line; do apps=($line $apps) done - _values 'Application' $apps && ret=0 -} - -_managepy() { - local curcontext=$curcontext ret=1 - - if ((CURRENT == 2)); then - _managepy-commands - else - shift words - (( CURRENT -- )) - curcontext="${curcontext%:*:*}:managepy-$words[1]:" - _call_function ret _managepy-$words[1] - fi -} - -compdef _managepy manage.py -compdef _managepy django -compdef _managepy django-admin -compdef _managepy django-admin.py -compdef _managepy django-manage diff --git a/zsh/.oh-my-zsh_old/plugins/dnf/README.md b/zsh/.oh-my-zsh_old/plugins/dnf/README.md deleted file mode 100644 index f9ef496..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dnf/README.md +++ /dev/null @@ -1,25 +0,0 @@ -## Description - -This plugin makes `dnf` usage easier by adding aliases for the most -common commands. - -`dnf` is the new package manager for RPM-based distributions, which -replaces `yum`. - -## Aliases - -| Alias | Command | Description | -|-------|-------------------------|--------------------------| -| dnfl | `dnf list` | List packages | -| dnfli | `dnf list installed` | List installed packages | -| dnfgl | `dnf grouplist` | List package groups | -| dnfmc | `dnf makecache` | Generate metadata cache | -| dnfp | `dnf info` | Show package information | -| dnfs | `dnf search` | Search package | -| **Use `sudo`** | -| dnfu | `sudo dnf upgrade` | Upgrade package | -| dnfi | `sudo dnf install` | Install package | -| dnfgi | `sudo dnf groupinstall` | Install package group | -| dnfr | `sudo dnf remove` | Remove package | -| dnfgr | `sudo dnf groupremove` | Remove package group | -| dnfc | `sudo dnf clean all` | Clean cache | diff --git a/zsh/.oh-my-zsh_old/plugins/dnf/dnf.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/dnf/dnf.plugin.zsh deleted file mode 100644 index 653ce7d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dnf/dnf.plugin.zsh +++ /dev/null @@ -1,15 +0,0 @@ -## Aliases - -alias dnfl="dnf list" # List packages -alias dnfli="dnf list installed" # List installed packages -alias dnfgl="dnf grouplist" # List package groups -alias dnfmc="dnf makecache" # Generate metadata cache -alias dnfp="dnf info" # Show package information -alias dnfs="dnf search" # Search package - -alias dnfu="sudo dnf upgrade" # Upgrade package -alias dnfi="sudo dnf install" # Install package -alias dnfgi="sudo dnf groupinstall" # Install package group -alias dnfr="sudo dnf remove" # Remove package -alias dnfgr="sudo dnf groupremove" # Remove package group -alias dnfc="sudo dnf clean all" # Clean cache diff --git a/zsh/.oh-my-zsh_old/plugins/dnote/README.md b/zsh/.oh-my-zsh_old/plugins/dnote/README.md deleted file mode 100644 index e1b9b70..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dnote/README.md +++ /dev/null @@ -1,51 +0,0 @@ -# Dnote Plugin - -This plugin adds auto-completion for [Dnote](https://dnote.io) project. - -To use it, add `dnote` to the plugins array in your zshrc file: - -```zsh -plugins=(dnote) -``` - -## Usage - -At the basic level, this plugin completes all Dnote commands. - -```zsh -$ dnote a(press here) -``` - -would result in: - -```zsh -$ dnote add -``` - -For some commands, this plugin dynamically suggests matching book names. - -For instance, if you have three books that begin with 'j': 'javascript', 'job', 'js', - -```zsh -$ dnote view j(press here) -``` - -would result in: - -```zsh -$ dnote v j -javascript job js -``` - -As another example, - -```zsh -$ dnote edit ja(press here) -``` - -would result in: - - -```zsh -$ dnote v javascript -`````` diff --git a/zsh/.oh-my-zsh_old/plugins/dnote/_dnote b/zsh/.oh-my-zsh_old/plugins/dnote/_dnote deleted file mode 100644 index c8b3348..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dnote/_dnote +++ /dev/null @@ -1,39 +0,0 @@ -#compdef dnote - -local -a _1st_arguments - -_1st_arguments=( - 'add:add a new note' - 'view:list books, notes, or view a content' - 'edit:edit a note or a book' - 'remove:remove a note or a book' - 'find:find notes by keywords' - 'sync:sync data with the server' - 'login:login to the dnote server' - 'logout:logout from the dnote server' - 'version:print the current version' - 'help:get help about any command' -) - -get_booknames() { - local names=$(dnote view --name-only) - local -a ret - - while read -r line; do - ret+=("${line}") - done <<< "$names" - - echo "$ret" -} - -if (( CURRENT == 2 )); then - _describe -t commands "dnote subcommand" _1st_arguments - return -elif (( CURRENT == 3 )); then - case "$words[2]" in - v|view|a|add) - _alternative \ - "names:book names:($(get_booknames))" - esac -fi - diff --git a/zsh/.oh-my-zsh_old/plugins/docker-compose/README.md b/zsh/.oh-my-zsh_old/plugins/docker-compose/README.md deleted file mode 100644 index 07a87bc..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker-compose/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# Docker-compose - -This plugin provides completion for [docker-compose](https://docs.docker.com/compose/) as well as some -aliases for frequent docker-compose commands. - -To use it, add docker-compose to the plugins array of your zshrc file: -``` -plugins=(... docker-compose) -``` - -## Aliases - -| Alias | Command | Description | -|-----------|--------------------------|------------------------------------------------------------------| -| dco | `docker-compose` | Docker-compose main command | -| dcb | `docker-compose build` | Build containers | -| dce | `docker-compose exec` | Execute command inside a container | -| dcps | `docker-compose ps` | List containers | -| dcrestart | `docker-compose restart` | Restart container | -| dcrm | `docker-compose rm` | Remove container | -| dcr | `docker-compose run` | Run a command in container | -| dcstop | `docker-compose stop` | Stop a container | -| dcup | `docker-compose up` | Build, (re)create, start, and attach to containers for a service | -| dcupd | `docker-compose up -d` | Same as `dcup`, but starts as daemon | -| dcdn | `docker-compose down` | Stop and remove containers | -| dcl | `docker-compose logs` | Show logs of container | -| 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 | diff --git a/zsh/.oh-my-zsh_old/plugins/docker-compose/_docker-compose b/zsh/.oh-my-zsh_old/plugins/docker-compose/_docker-compose deleted file mode 100644 index 808b068..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker-compose/_docker-compose +++ /dev/null @@ -1,423 +0,0 @@ -#compdef docker-compose - -# Description -# ----------- -# zsh completion for docker-compose -# ------------------------------------------------------------------------- -# Authors -# ------- -# * Steve Durrheimer -# ------------------------------------------------------------------------- -# Inspiration -# ----------- -# * @albers docker-compose bash completion script -# * @felixr docker zsh completion script : https://github.com/felixr/docker-zsh-completion -# ------------------------------------------------------------------------- - -__docker-compose_q() { - docker-compose 2>/dev/null $compose_options "$@" -} - -# All services defined in docker-compose.yml -__docker-compose_all_services_in_compose_file() { - local already_selected - local -a services - already_selected=$(echo $words | tr " " "|") - __docker-compose_q ps --services "$@" \ - | grep -Ev "^(${already_selected})$" -} - -# All services, even those without an existing container -__docker-compose_services_all() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - services=$(__docker-compose_all_services_in_compose_file "$@") - _alternative "args:services:($services)" && ret=0 - - return ret -} - -# All services that are defined by a Dockerfile reference -__docker-compose_services_from_build() { - [[ $PREFIX = -* ]] && return 1 - __docker-compose_services_all --filter source=build -} - -# All services that are defined by an image -__docker-compose_services_from_image() { - [[ $PREFIX = -* ]] && return 1 - __docker-compose_services_all --filter source=image -} - -__docker-compose_pausedservices() { - [[ $PREFIX = -* ]] && return 1 - __docker-compose_services_all --filter status=paused -} - -__docker-compose_stoppedservices() { - [[ $PREFIX = -* ]] && return 1 - __docker-compose_services_all --filter status=stopped -} - -__docker-compose_runningservices() { - [[ $PREFIX = -* ]] && return 1 - __docker-compose_services_all --filter status=running -} - -__docker-compose_services() { - [[ $PREFIX = -* ]] && return 1 - __docker-compose_services_all -} - -__docker-compose_caching_policy() { - oldp=( "$1"(Nmh+1) ) # 1 hour - (( $#oldp )) -} - -__docker-compose_commands() { - local cache_policy - - zstyle -s ":completion:${curcontext}:" cache-policy cache_policy - if [[ -z "$cache_policy" ]]; then - zstyle ":completion:${curcontext}:" cache-policy __docker-compose_caching_policy - fi - - if ( [[ ${+_docker_compose_subcommands} -eq 0 ]] || _cache_invalid docker_compose_subcommands) \ - && ! _retrieve_cache docker_compose_subcommands; - then - local -a lines - lines=(${(f)"$(_call_program commands docker-compose 2>&1)"}) - _docker_compose_subcommands=(${${${lines[$((${lines[(i)Commands:]} + 1)),${lines[(I) *]}]}## #}/ ##/:}) - (( $#_docker_compose_subcommands > 0 )) && _store_cache docker_compose_subcommands _docker_compose_subcommands - fi - _describe -t docker-compose-commands "docker-compose command" _docker_compose_subcommands -} - -__docker-compose_subcommand() { - local opts_help opts_force_recreate opts_no_recreate opts_no_build opts_remove_orphans opts_timeout opts_no_color opts_no_deps - - opts_help='(: -)--help[Print usage]' - opts_force_recreate="(--no-recreate)--force-recreate[Recreate containers even if their configuration and image haven't changed. Incompatible with --no-recreate.]" - opts_no_recreate="(--force-recreate)--no-recreate[If containers already exist, don't recreate them. Incompatible with --force-recreate.]" - opts_no_build="(--build)--no-build[Don't build an image, even if it's missing.]" - opts_remove_orphans="--remove-orphans[Remove containers for services not defined in the Compose file]" - opts_timeout=('(-t --timeout)'{-t,--timeout}"[Specify a shutdown timeout in seconds. (default: 10)]:seconds: ") - opts_no_color='--no-color[Produce monochrome output.]' - opts_no_deps="--no-deps[Don't start linked services.]" - - integer ret=1 - - case "$words[1]" in - (build) - _arguments \ - $opts_help \ - "*--build-arg=[Set build-time variables for one service.]:=: " \ - '--force-rm[Always remove intermediate containers.]' \ - '(--quiet -q)'{--quiet,-q}'[Curb build output]' \ - '(--memory -m)'{--memory,-m}'[Memory limit for the build container.]' \ - '--no-cache[Do not use cache when building the image.]' \ - '--pull[Always attempt to pull a newer version of the image.]' \ - '--compress[Compress the build context using gzip.]' \ - '--parallel[Build images in parallel.]' \ - '*:services:__docker-compose_services_from_build' && ret=0 - ;; - (bundle) - _arguments \ - $opts_help \ - '--push-images[Automatically push images for any services which have a `build` option specified.]' \ - '(--output -o)'{--output,-o}'[Path to write the bundle file to. Defaults to ".dab".]:file:_files' && ret=0 - ;; - (config) - _arguments \ - $opts_help \ - '(--quiet -q)'{--quiet,-q}"[Only validate the configuration, don't print anything.]" \ - '--resolve-image-digests[Pin image tags to digests.]' \ - '--services[Print the service names, one per line.]' \ - '--volumes[Print the volume names, one per line.]' \ - '--hash[Print the service config hash, one per line. Set "service1,service2" for a list of specified services.]' \ && ret=0 - ;; - (create) - _arguments \ - $opts_help \ - $opts_force_recreate \ - $opts_no_recreate \ - $opts_no_build \ - "(--no-build)--build[Build images before creating containers.]" \ - '*:services:__docker-compose_services' && ret=0 - ;; - (down) - _arguments \ - $opts_help \ - $opts_timeout \ - "--rmi[Remove images. Type must be one of: 'all': Remove all images used by any service. 'local': Remove only images that don't have a custom tag set by the \`image\` field.]:type:(all local)" \ - '(-v --volumes)'{-v,--volumes}"[Remove named volumes declared in the \`volumes\` section of the Compose file and anonymous volumes attached to containers.]" \ - $opts_remove_orphans && ret=0 - ;; - (events) - _arguments \ - $opts_help \ - '--json[Output events as a stream of json objects]' \ - '*:services:__docker-compose_services' && ret=0 - ;; - (exec) - _arguments \ - $opts_help \ - '-d[Detached mode: Run command in the background.]' \ - '--privileged[Give extended privileges to the process.]' \ - '(-u --user)'{-u,--user=}'[Run the command as this user.]:username:_users' \ - '-T[Disable pseudo-tty allocation. By default `docker-compose exec` allocates a TTY.]' \ - '--index=[Index of the container if there are multiple instances of a service \[default: 1\]]:index: ' \ - '*'{-e,--env}'[KEY=VAL Set an environment variable (can be used multiple times)]:environment variable KEY=VAL: ' \ - '(-w --workdir)'{-w,--workdir=}'[Working directory inside the container]:workdir: ' \ - '(-):running services:__docker-compose_runningservices' \ - '(-):command: _command_names -e' \ - '*::arguments: _normal' && ret=0 - ;; - (help) - _arguments ':subcommand:__docker-compose_commands' && ret=0 - ;; - (images) - _arguments \ - $opts_help \ - '-q[Only display IDs]' \ - '*:services:__docker-compose_services' && ret=0 - ;; - (kill) - _arguments \ - $opts_help \ - '-s[SIGNAL to send to the container. Default signal is SIGKILL.]:signal:_signals' \ - '*:running services:__docker-compose_runningservices' && ret=0 - ;; - (logs) - _arguments \ - $opts_help \ - '(-f --follow)'{-f,--follow}'[Follow log output]' \ - $opts_no_color \ - '--tail=[Number of lines to show from the end of the logs for each container.]:number of lines: ' \ - '(-t --timestamps)'{-t,--timestamps}'[Show timestamps]' \ - '*:services:__docker-compose_services' && ret=0 - ;; - (pause) - _arguments \ - $opts_help \ - '*:running services:__docker-compose_runningservices' && ret=0 - ;; - (port) - _arguments \ - $opts_help \ - '--protocol=[tcp or udp \[default: tcp\]]:protocol:(tcp udp)' \ - '--index=[index of the container if there are multiple instances of a service \[default: 1\]]:index: ' \ - '1:running services:__docker-compose_runningservices' \ - '2:port:_ports' && ret=0 - ;; - (ps) - _arguments \ - $opts_help \ - '-q[Only display IDs]' \ - '--filter KEY=VAL[Filter services by a property]:=:' \ - '*:services:__docker-compose_services' && ret=0 - ;; - (pull) - _arguments \ - $opts_help \ - '--ignore-pull-failures[Pull what it can and ignores images with pull failures.]' \ - '--no-parallel[Disable parallel pulling]' \ - '(-q --quiet)'{-q,--quiet}'[Pull without printing progress information]' \ - '--include-deps[Also pull services declared as dependencies]' \ - '*:services:__docker-compose_services_from_image' && ret=0 - ;; - (push) - _arguments \ - $opts_help \ - '--ignore-push-failures[Push what it can and ignores images with push failures.]' \ - '*:services:__docker-compose_services' && ret=0 - ;; - (rm) - _arguments \ - $opts_help \ - '(-f --force)'{-f,--force}"[Don't ask to confirm removal]" \ - '-v[Remove any anonymous volumes attached to containers]' \ - '*:stopped services:__docker-compose_stoppedservices' && ret=0 - ;; - (run) - _arguments \ - $opts_help \ - $opts_no_deps \ - '-d[Detached mode: Run container in the background, print new container name.]' \ - '*-e[KEY=VAL Set an environment variable (can be used multiple times)]:environment variable KEY=VAL: ' \ - '*'{-l,--label}'[KEY=VAL Add or override a label (can be used multiple times)]:label KEY=VAL: ' \ - '--entrypoint[Overwrite the entrypoint of the image.]:entry point: ' \ - '--name=[Assign a name to the container]:name: ' \ - '(-p --publish)'{-p,--publish=}"[Publish a container's port(s) to the host]" \ - '--rm[Remove container after run. Ignored in detached mode.]' \ - "--service-ports[Run command with the service's ports enabled and mapped to the host.]" \ - '-T[Disable pseudo-tty allocation. By default `docker-compose run` allocates a TTY.]' \ - '(-u --user)'{-u,--user=}'[Run as specified username or uid]:username or uid:_users' \ - '(-v --volume)*'{-v,--volume=}'[Bind mount a volume]:volume: ' \ - '(-w --workdir)'{-w,--workdir=}'[Working directory inside the container]:workdir: ' \ - "--use-aliases[Use the services network aliases in the network(s) the container connects to]" \ - '(-):services:__docker-compose_services' \ - '(-):command: _command_names -e' \ - '*::arguments: _normal' && ret=0 - ;; - (scale) - _arguments \ - $opts_help \ - $opts_timeout \ - '*:running services:__docker-compose_runningservices' && ret=0 - ;; - (start) - _arguments \ - $opts_help \ - '*:stopped services:__docker-compose_stoppedservices' && ret=0 - ;; - (stop|restart) - _arguments \ - $opts_help \ - $opts_timeout \ - '*:running services:__docker-compose_runningservices' && ret=0 - ;; - (top) - _arguments \ - $opts_help \ - '*:running services:__docker-compose_runningservices' && ret=0 - ;; - (unpause) - _arguments \ - $opts_help \ - '*:paused services:__docker-compose_pausedservices' && ret=0 - ;; - (up) - _arguments \ - $opts_help \ - '(--abort-on-container-exit)-d[Detached mode: Run containers in the background, print new container names. Incompatible with --abort-on-container-exit.]' \ - $opts_no_color \ - $opts_no_deps \ - $opts_force_recreate \ - $opts_no_recreate \ - $opts_no_build \ - "(--no-build)--build[Build images before starting containers.]" \ - "(-d)--abort-on-container-exit[Stops all containers if any container was stopped. Incompatible with -d.]" \ - '(-t --timeout)'{-t,--timeout}"[Use this timeout in seconds for container shutdown when attached or when containers are already running. (default: 10)]:seconds: " \ - '--scale[SERVICE=NUM Scale SERVICE to NUM instances. Overrides the `scale` setting in the Compose file if present.]:service scale SERVICE=NUM: ' \ - '--exit-code-from=[Return the exit code of the selected service container. Implies --abort-on-container-exit]:service:__docker-compose_services' \ - $opts_remove_orphans \ - '*:services:__docker-compose_services' && ret=0 - ;; - (version) - _arguments \ - $opts_help \ - "--short[Shows only Compose's version number.]" && ret=0 - ;; - (*) - _message 'Unknown sub command' && ret=1 - ;; - esac - - return ret -} - -_docker-compose() { - # Support for subservices, which allows for `compdef _docker docker-shell=_docker_containers`. - # Based on /usr/share/zsh/functions/Completion/Unix/_git without support for `ret`. - if [[ $service != docker-compose ]]; then - _call_function - _$service - return - fi - - local curcontext="$curcontext" state line - integer ret=1 - typeset -A opt_args - - local file_description - - if [[ -n ${words[(r)-f]} || -n ${words[(r)--file]} ]] ; then - file_description="Specify an override docker-compose file (default: docker-compose.override.yml)" - else - file_description="Specify an alternate docker-compose file (default: docker-compose.yml)" - fi - - _arguments -C \ - '(- :)'{-h,--help}'[Get help]' \ - '*'{-f,--file}"[${file_description}]:file:_files -g '*.yml'" \ - '(-p --project-name)'{-p,--project-name}'[Specify an alternate project name (default: directory name)]:project name:' \ - "--compatibility[If set, Compose will attempt to convert keys in v3 files to their non-Swarm equivalent]" \ - '(- :)'{-v,--version}'[Print version and exit]' \ - '--verbose[Show more output]' \ - '--log-level=[Set log level]:level:(DEBUG INFO WARNING ERROR CRITICAL)' \ - '--no-ansi[Do not print ANSI control characters]' \ - '(-H --host)'{-H,--host}'[Daemon socket to connect to]:host:' \ - '--tls[Use TLS; implied by --tlsverify]' \ - '--tlscacert=[Trust certs signed only by this CA]:ca path:' \ - '--tlscert=[Path to TLS certificate file]:client cert path:' \ - '--tlskey=[Path to TLS key file]:tls key path:' \ - '--tlsverify[Use TLS and verify the remote]' \ - "--skip-hostname-check[Don't check the daemon's hostname against the name specified in the client certificate (for example if your docker host is an IP address)]" \ - '(-): :->command' \ - '(-)*:: :->option-or-argument' && ret=0 - - local -a relevant_compose_flags relevant_compose_repeatable_flags relevant_docker_flags compose_options docker_options - - relevant_compose_flags=( - "--file" "-f" - "--host" "-H" - "--project-name" "-p" - "--tls" - "--tlscacert" - "--tlscert" - "--tlskey" - "--tlsverify" - "--skip-hostname-check" - ) - - relevant_compose_repeatable_flags=( - "--file" "-f" - ) - - relevant_docker_flags=( - "--host" "-H" - "--tls" - "--tlscacert" - "--tlscert" - "--tlskey" - "--tlsverify" - ) - - for k in "${(@k)opt_args}"; do - if [[ -n "${relevant_docker_flags[(r)$k]}" ]]; then - docker_options+=$k - if [[ -n "$opt_args[$k]" ]]; then - docker_options+=$opt_args[$k] - fi - fi - if [[ -n "${relevant_compose_flags[(r)$k]}" ]]; then - if [[ -n "${relevant_compose_repeatable_flags[(r)$k]}" ]]; then - values=("${(@s/:/)opt_args[$k]}") - for value in $values - do - compose_options+=$k - compose_options+=$value - done - else - compose_options+=$k - if [[ -n "$opt_args[$k]" ]]; then - compose_options+=$opt_args[$k] - fi - fi - fi - done - - case $state in - (command) - __docker-compose_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-compose-$words[1]: - __docker-compose_subcommand && ret=0 - ;; - esac - - return ret -} - -_docker-compose "$@" diff --git a/zsh/.oh-my-zsh_old/plugins/docker-compose/docker-compose.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/docker-compose/docker-compose.plugin.zsh deleted file mode 100644 index 9ffe1ed..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker-compose/docker-compose.plugin.zsh +++ /dev/null @@ -1,26 +0,0 @@ -# Authors: -# https://github.com/tristola -# -# Docker-compose related zsh aliases - -# Aliases ################################################################### - -# Use dco as alias for docker-compose, since dc on *nix is 'dc - an arbitrary precision calculator' -# https://www.gnu.org/software/bc/manual/dc-1.05/html_mono/dc.html - -alias dco='docker-compose' - -alias dcb='docker-compose build' -alias dce='docker-compose exec' -alias dcps='docker-compose ps' -alias dcrestart='docker-compose restart' -alias dcrm='docker-compose rm' -alias dcr='docker-compose run' -alias dcstop='docker-compose stop' -alias dcup='docker-compose up' -alias dcupd='docker-compose up -d' -alias dcdn='docker-compose down' -alias dcl='docker-compose logs' -alias dclf='docker-compose logs -f' -alias dcpull='docker-compose pull' -alias dcstart='docker-compose start' diff --git a/zsh/.oh-my-zsh_old/plugins/docker-machine/README.md b/zsh/.oh-my-zsh_old/plugins/docker-machine/README.md deleted file mode 100644 index 308a6cf..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker-machine/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# docker-machine plugin for oh my zsh - -### Usage - -#### docker-vm -Will create a docker-machine with the name "dev" (required only once) -To create a second machine call "docker-vm foobar" or pass any other name - -#### docker-up -This will start your "dev" docker-machine (if necessary) and set it as the active one -To start a named machine use "docker-up foobar" - -#### docker-switch dev -Use this to activate a running docker-machine (or to switch between multiple machines) -You need to call either this or docker-up when opening a new terminal - -#### docker-stop -This will stop your "dev" docker-machine -To stop a named machine use "docker-stop foobar" \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/plugins/docker-machine/_docker-machine b/zsh/.oh-my-zsh_old/plugins/docker-machine/_docker-machine deleted file mode 100644 index 7c19ba8..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker-machine/_docker-machine +++ /dev/null @@ -1,359 +0,0 @@ -#compdef docker-machine -# Description -# ----------- -# zsh completion for docker-machine -# https://github.com/leonhartX/docker-machine-zsh-completion -# ------------------------------------------------------------------------- -# Version -# ------- -# 0.1.1 -# ------------------------------------------------------------------------- -# Authors -# ------- -# * Ke Xu -# ------------------------------------------------------------------------- -# Inspiration -# ----------- -# * @sdurrheimer docker-compose-zsh-completion https://github.com/sdurrheimer/docker-compose-zsh-completion -# * @ilkka _docker-machine - - -__docker-machine_get_hosts() { - [[ $PREFIX = -* ]] && return 1 - local state - declare -a hosts - state=$1; shift - if [[ $state != all ]]; then - hosts=(${(f)"$(_call_program commands docker-machine ls -q --filter state=$state)"}) - else - hosts=(${(f)"$(_call_program commands docker-machine ls -q)"}) - fi - _describe 'host' hosts "$@" && ret=0 - return ret -} - -__docker-machine_hosts_with_state() { - declare -a hosts - hosts=(${(f)"$(_call_program commands docker-machine ls -f '{{.Name}}\:{{.DriverName}}\({{.State}}\)\ {{.URL}}')"}) - _describe 'host' hosts -} - -__docker-machine_hosts_all() { - __docker-machine_get_hosts all "$@" -} - -__docker-machine_hosts_running() { - __docker-machine_get_hosts Running "$@" -} - -__docker-machine_get_swarm() { - declare -a swarms - swarms=(${(f)"$(_call_program commands docker-machine ls -f {{.Swarm}} | awk '{print $1}')"}) - _describe 'swarm' swarms -} - -__docker-machine_hosts_and_files() { - _alternative "hosts:host:__docker-machine_hosts_all -qS ':'" 'files:files:_path_files' -} - -__docker-machine_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (driver) - _describe -t driver-filter-opts "driver filter" opts_driver && ret=0 - ;; - (swarm) - __docker-machine_get_swarm && ret=0 - ;; - (state) - opts_state=('Running' 'Paused' 'Saved' 'Stopped' 'Stopping' 'Starting' 'Error') - _describe -t state-filter-opts "state filter" opts_state && ret=0 - ;; - (name) - __docker-machine_hosts_all && ret=0 - ;; - (label) - _message 'label' && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('driver' 'swarm' 'state' 'name' 'label') - _describe -t filter-opts "filter" opts -qS "=" && ret=0 - fi - return ret -} - -__get_swarm_discovery() { - declare -a masters serivces - local service - services=() - masters=($(docker-machine ls -f {{.Swarm}} |grep '(master)' |awk '{print $1}')) - for master in $masters; do - service=${${${(f)"$(_call_program commands docker-machine inspect -f '{{.HostOptions.SwarmOptions.Discovery}}:{{.Name}}' $master)"}/:/\\:}} - services=($services $service) - done - _describe -t services "swarm service" services && ret=0 - return ret -} - -__get_create_argument() { - typeset -g docker_machine_driver - if [[ CURRENT -le 2 ]]; then - docker_machine_driver="none" - elif [[ CURRENT > 2 && $words[CURRENT-2] = '-d' || $words[CURRENT-2] = '--driver' ]]; then - docker_machine_driver=$words[CURRENT-1] - elif [[ $words[CURRENT-1] =~ '^(-d|--driver)=' ]]; then - docker_machine_driver=${${words[CURRENT-1]}/*=/} - fi - local driver_opt_cmd - local -a opts_provider opts_common opts_read_argument - opts_read_argument=( - ": :->argument" - ) - opts_common=( - $opts_help \ - '(--driver -d)'{--driver=,-d=}'[Driver to create machine with]:dirver:->driver-option' \ - '--engine-install-url=[Custom URL to use for engine installation]:url' \ - '*--engine-opt=[Specify arbitrary flags to include with the created engine in the form flag=value]:flag' \ - '*--engine-insecure-registry=[Specify insecure registries to allow with the created engine]:registry' \ - '*--engine-registry-mirror=[Specify registry mirrors to use]:mirror' \ - '*--engine-label=[Specify labels for the created engine]:label' \ - '--engine-storage-driver=[Specify a storage driver to use with the engine]:storage-driver:->storage-driver-option' \ - '*--engine-env=[Specify environment variables to set in the engine]:environment' \ - '--swarm[Configure Machine with Swarm]' \ - '--swarm-image=[Specify Docker image to use for Swarm]:image' \ - '--swarm-master[Configure Machine to be a Swarm master]' \ - '--swarm-discovery=[Discovery service to use with Swarm]:service:->swarm-service' \ - '--swarm-strategy=[Define a default scheduling strategy for Swarm]:strategy:(spread binpack random)' \ - '*--swarm-opt=[Define arbitrary flags for swarm]:flag' \ - '*--swarm-join-opt=[Define arbitrary flags for Swarm join]:flag' \ - '--swarm-host=[ip/socket to listen on for Swarm master]:host' \ - '--swarm-addr=[addr to advertise for Swarm (default: detect and use the machine IP)]:address' \ - '--swarm-experimental[Enable Swarm experimental features]' \ - '*--tls-san=[Support extra SANs for TLS certs]:option' - ) - driver_opt_cmd="docker-machine create -d $docker_machine_driver | grep $docker_machine_driver | sed -e 's/\(--.*\)\ *\[\1[^]]*\]/*\1/g' -e 's/\(\[[^]]*\)/\\\\\\1\\\\/g' -e 's/\".*\"\(.*\)/\1/g' | awk '{printf \"%s[\", \$1; for(i=2;i<=NF;i++) {printf \"%s \", \$i}; print \"]\"}'" - if [[ $docker_machine_driver != "none" ]]; then - opts_provider=(${(f)"$(_call_program commands $driver_opt_cmd)"}) - _arguments \ - $opts_provider \ - $opts_read_argument \ - $opts_common && ret=0 - else - _arguments $opts_common && ret=0 - fi - case $state in - (driver-option) - _describe -t driver-option "driver" opts_driver && ret=0 - ;; - (storage-driver-option) - _describe -t storage-driver-option "storage driver" opts_storage_driver && ret=0 - ;; - (swarm-service) - __get_swarm_discovery && ret=0 - ;; - (argument) - ret=0 - ;; - esac - return ret -} - - -__docker-machine_subcommand() { - local -a opts_help - opts_help=("(- :)--help[Print usage]") - local -a opts_only_host opts_driver opts_storage_driver opts_stragery - opts_only_host=( - "$opts_help" - "*:host:__docker-machine_hosts_all" - ) - opts_driver=('amazonec2' 'azure' 'digitalocean' 'exoscale' 'generic' 'google' 'hyperv' 'none' 'openstack' 'rackspace' 'softlayer' 'virtualbox' 'vmwarefusion' 'vmwarevcloudair' 'vmwarevsphere') - opts_storage_driver=('overlay' 'aufs' 'btrfs' 'devicemapper' 'vfs' 'zfs') - integer ret=1 - - case "$words[1]" in - (active) - _arguments \ - $opts_help \ - '(--timeout -t)'{--timeout=,-t=}'[Timeout in seconds, default to 10s]:seconds' && ret=0 - ;; - (config) - _arguments \ - $opts_help \ - '--swarm[Display the Swarm config instead of the Docker daemon]' \ - "*:host:__docker-machine_hosts_all" && ret=0 - ;; - (create) - __get_create_argument - ;; - (env) - _arguments \ - $opts_help \ - '--swarm[Display the Swarm config instead of the Docker daemon]' \ - '--shell=[Force environment to be configured for a specified shell: \[fish, cmd, powershell\], default is auto-detect]:shell' \ - '(--unset -u)'{--unset,-u}'[Unset variables instead of setting them]' \ - '--no-proxy[Add machine IP to NO_PROXY environment variable]' \ - '*:host:__docker-machine_hosts_running' && ret=0 - ;; - (help) - _arguments ':subcommand:__docker-machine_commands' && ret=0 - ;; - (inspect) - _arguments \ - $opts_help \ - '(--format -f)'{--format=,-f=}'[Format the output using the given go template]:template' \ - '*:host:__docker-machine_hosts_all' && ret=0 - ;; - (ip) - _arguments \ - $opts_help \ - '*:host:__docker-machine_hosts_running' && ret=0 - ;; - (kill) - _arguments \ - $opts_help \ - '*:host:__docker-machine_hosts_with_state' && ret=0 - ;; - (ls) - _arguments \ - $opts_help \ - '(--quiet -q)'{--quiet,-q}'[Enable quiet mode]' \ - '*--filter=[Filter output based on conditions provided]:filter:->filter-options' \ - '(--timeout -t)'{--timeout=,-t=}'[Timeout in seconds, default to 10s]:seconds' \ - '(--format -f)'{--format=,-f=}'[Pretty-print machines using a Go template]:template' && ret=0 - case $state in - (filter-options) - __docker-machine_filters && ret=0 - ;; - esac - ;; - (provision) - _arguments $opts_only_host && ret=0 - ;; - (regenerate-certs) - _arguments \ - $opts_help \ - '(--force -f)'{--force,-f}'[Force rebuild and do not prompt]' \ - '*:host:__docker-machine_hosts_all' && ret=0 - ;; - (restart) - _arguments \ - $opts_help \ - '*:host:__docker-machine_hosts_with_state' && ret=0 - ;; - (rm) - _arguments \ - $opts_help \ - '(--force -f)'{--force,-f}'[Remove local configuration even if machine cannot be removed, also implies an automatic yes (`-y`)]' \ - '-y[Assumes automatic yes to proceed with remove, without prompting further user confirmation]' \ - '*:host:__docker-machine_hosts_with_state' && ret=0 - ;; - (scp) - _arguments \ - $opts_help \ - '(--recursive -r)'{--recursive,-r}'[Copy files recursively (required to copy directories))]' \ - '*:files:__docker-machine_hosts_and_files' && ret=0 - ;; - (ssh) - _arguments \ - $opts_help \ - '*:host:__docker-machine_hosts_running' && ret=0 - ;; - (start) - _arguments \ - $opts_help \ - '*:host:__docker-machine_hosts_with_state' && ret=0 - ;; - (status) - _arguments $opts_only_host && ret=0 - ;; - (stop) - _arguments \ - $opts_help \ - '*:host:__docker-machine_hosts_with_state' && ret=0 - ;; - (upgrade) - _arguments $opts_only_host && ret=0 - ;; - (url) - _arguments \ - $opts_help \ - '*:host:__docker-machine_hosts_running' && ret=0 - ;; - esac - - return ret -} - - -__docker-machine_commands() { - local cache_policy - - zstyle -s ":completion:${curcontext}:" cache-policy cache_policy - if [[ -z "$cache_policy" ]]; then - zstyle ":completion:${curcontext}:" cache-policy __docker-machine_caching_policy - fi - - if ( [[ ${+_docker_machine_subcommands} -eq 0 ]] || _cache_invalid docker_machine_subcommands) \ - && ! _retrieve_cache docker_machine_subcommands; - then - local -a lines - lines=(${(f)"$(_call_program commands docker-machine 2>&1)"}) - _docker_machine_subcommands=(${${${lines[$((${lines[(i)Commands:]} + 1)),${lines[(I) *]}]}## #}/$'\t'##/:}) - (( $#_docker_machine_subcommands > 0 )) && _store_cache docker_machine_subcommands _docker_machine_subcommands - fi - _describe -t docker-machine-commands "docker-machine command" _docker_machine_subcommands -} - -__docker-machine_caching_policy() { - oldp=( "$1"(Nmh+1) ) - (( $#oldp )) -} - -_docker-machine() { - if [[ $service != docker-machine ]]; then - _call_function - _$service - return - fi - - local curcontext="$curcontext" state line - integer ret=1 - typeset -A opt_args - - _arguments -C \ - "(- :)"{-h,--help}"[Show help]" \ - "(-D --debug)"{-D,--debug}"[Enable debug mode]" \ - '(-s --stroage-path)'{-s,--storage-path}'[Configures storage path]:file:_files' \ - '--tls-ca-cert[CA to verify remotes against]:file:_files' \ - '--tls-ca-key[Private key to generate certificates]:file:_files' \ - '--tls-client-cert[Client cert to use for TLS]:file:_files' \ - '--tls-client-key[Private key used in client TLS auth]:file:_files' \ - '--github-api-token[Token to use for requests to the Github API]' \ - '--native-ssh[Use the native (Go-based) SSH implementation.]' \ - '--bugsnag-api-token[BugSnag API token for crash reporting]' \ - '(- :)'{-v,--version}'[Print the version]' \ - "(-): :->command" \ - "(-)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker-machine_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-machine-$words[1]: - __docker-machine_subcommand && ret=0 - ret=0 - ;; - esac - - return ret -} - -_docker-machine "$@" diff --git a/zsh/.oh-my-zsh_old/plugins/docker-machine/docker-machine.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/docker-machine/docker-machine.plugin.zsh deleted file mode 100644 index 235d90e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker-machine/docker-machine.plugin.zsh +++ /dev/null @@ -1,33 +0,0 @@ -DEFAULT_MACHINE="default" - -docker-up() { - if [ -z "$1" ] - then - docker-machine start "${DEFAULT_MACHINE}" - eval $(docker-machine env "${DEFAULT_MACHINE}") - else - docker-machine start $1 - eval $(docker-machine env $1) - fi - echo $DOCKER_HOST -} -docker-stop() { - if [ -z "$1" ] - then - docker-machine stop "${DEFAULT_MACHINE}" - else - docker-machine stop $1 - fi -} -docker-switch() { - eval $(docker-machine env $1) - echo $DOCKER_HOST -} -docker-vm() { - if [ -z "$1" ] - then - docker-machine create -d virtualbox --virtualbox-disk-size 20000 --virtualbox-memory 4096 --virtualbox-cpu-count 2 "${DEFAULT_MACHINE}" - else - docker-machine create -d virtualbox --virtualbox-disk-size 20000 --virtualbox-memory 4096 --virtualbox-cpu-count 2 $1 - fi -} \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/plugins/docker/README.md b/zsh/.oh-my-zsh_old/plugins/docker/README.md deleted file mode 100644 index 4d9f3ae..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Docker plugin - -This plugin adds auto-completion for [docker](https://www.docker.com/). - -To use it add `docker` to the plugins array in your zshrc file. -```zsh -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 diff --git a/zsh/.oh-my-zsh_old/plugins/docker/_docker b/zsh/.oh-my-zsh_old/plugins/docker/_docker deleted file mode 100644 index 54b5e59..0000000 --- a/zsh/.oh-my-zsh_old/plugins/docker/_docker +++ /dev/null @@ -1,3036 +0,0 @@ -#compdef docker dockerd -# -# zsh completion for docker (http://docker.com) -# -# version: 0.3.0 -# github: https://github.com/felixr/docker-zsh-completion -# -# contributors: -# - Felix Riedel -# - Steve Durrheimer -# - Vincent Bernat -# -# license: -# -# Copyright (c) 2013, Felix Riedel -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the -# names of its contributors may be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - -# Short-option stacking can be enabled with: -# zstyle ':completion:*:*:docker:*' option-stacking yes -# zstyle ':completion:*:*:docker-*:*' option-stacking yes -__docker_arguments() { - if zstyle -t ":completion:${curcontext}:" option-stacking; then - print -- -s - fi -} - -__docker_get_containers() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local kind type line s - declare -a running stopped lines args names - - kind=$1; shift - type=$1; shift - [[ $kind = (stopped|all) ]] && args=($args -a) - - lines=(${(f)${:-"$(_call_program commands docker $docker_options ps --format 'table' --no-trunc $args)"$'\n'}}) - - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 # Last column, should go to the end of the line - lines=(${lines[2,-1]}) - - # Container ID - if [[ $type = (ids|all) ]]; then - for line in $lines; do - s="${${line[${begin[CONTAINER ID]},${end[CONTAINER ID]}]%% ##}[0,12]}" - s="$s:${(l:15:: :::)${${line[${begin[CREATED]},${end[CREATED]}]/ ago/}%% ##}}" - s="$s, ${${${line[${begin[IMAGE]},${end[IMAGE]}]}/:/\\:}%% ##}" - if [[ ${line[${begin[STATUS]},${end[STATUS]}]} = (Exit*|Created*) ]]; then - stopped=($stopped $s) - else - running=($running $s) - fi - done - fi - - # Names: we only display the one without slash. All other names - # are generated and may clutter the completion. However, with - # Swarm, all names may be prefixed by the swarm node name. - if [[ $type = (names|all) ]]; then - for line in $lines; do - names=(${(ps:,:)${${line[${begin[NAMES]},${end[NAMES]}]}%% *}}) - # First step: find a common prefix and strip it (swarm node case) - (( ${#${(u)names%%/*}} == 1 )) && names=${names#${names[1]%%/*}/} - # Second step: only keep the first name without a / - s=${${names:#*/*}[1]} - # If no name, well give up. - (( $#s != 0 )) || continue - s="$s:${(l:15:: :::)${${line[${begin[CREATED]},${end[CREATED]}]/ ago/}%% ##}}" - s="$s, ${${${line[${begin[IMAGE]},${end[IMAGE]}]}/:/\\:}%% ##}" - if [[ ${line[${begin[STATUS]},${end[STATUS]}]} = (Exit*|Created*) ]]; then - stopped=($stopped $s) - else - running=($running $s) - fi - done - fi - - [[ $kind = (running|all) ]] && _describe -t containers-running "running containers" running "$@" && ret=0 - [[ $kind = (stopped|all) ]] && _describe -t containers-stopped "stopped containers" stopped "$@" && ret=0 - return ret -} - -__docker_complete_stopped_containers() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_containers stopped all "$@" -} - -__docker_complete_running_containers() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_containers running all "$@" -} - -__docker_complete_containers() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_containers all all "$@" -} - -__docker_complete_containers_ids() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_containers all ids "$@" -} - -__docker_complete_containers_names() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_containers all names "$@" -} - -__docker_complete_info_plugins() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - emulate -L zsh - setopt extendedglob - local -a plugins - plugins=(${(ps: :)${(M)${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'Plugins:}%%$'\n'^ *}}:# $1: *}## $1: }) - _describe -t plugins "$1 plugins" plugins && ret=0 - return ret -} - -__docker_complete_images() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a images - images=(${${${(f)${:-"$(_call_program commands docker $docker_options images)"$'\n'}}[2,-1]}/(#b)([^ ]##) ##([^ ]##) ##([^ ]##)*/${match[3]}:${(r:15:: :::)match[2]} in ${match[1]}}) - _describe -t docker-images "images" images && ret=0 - __docker_complete_repositories_with_tags && ret=0 - return ret -} - -__docker_complete_repositories() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a repos - repos=(${${${(f)${:-"$(_call_program commands docker $docker_options images)"$'\n'}}%% *}[2,-1]}) - repos=(${repos#}) - _describe -t docker-repos "repositories" repos && ret=0 - return ret -} - -__docker_complete_repositories_with_tags() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a repos onlyrepos matched - declare m - repos=(${${${${(f)${:-"$(_call_program commands docker $docker_options images)"$'\n'}}[2,-1]}/ ##/:::}%% *}) - repos=(${${repos%:::}#}) - # Check if we have a prefix-match for the current prefix. - onlyrepos=(${repos%::*}) - for m in $onlyrepos; do - [[ ${PREFIX##${~~m}} != ${PREFIX} ]] && { - # Yes, complete with tags - repos=(${${repos/:::/:}/:/\\:}) - _describe -t docker-repos-with-tags "repositories with tags" repos && ret=0 - return ret - } - done - # No, only complete repositories - onlyrepos=(${${repos%:::*}/:/\\:}) - _describe -t docker-repos "repositories" onlyrepos -qS : && ret=0 - - return ret -} - -__docker_search() { - [[ $PREFIX = -* ]] && return 1 - local cache_policy - zstyle -s ":completion:${curcontext}:" cache-policy cache_policy - if [[ -z "$cache_policy" ]]; then - zstyle ":completion:${curcontext}:" cache-policy __docker_caching_policy - fi - - local searchterm cachename - searchterm="${words[$CURRENT]%/}" - cachename=_docker-search-$searchterm - - local expl - local -a result - if ( [[ ${(P)+cachename} -eq 0 ]] || _cache_invalid ${cachename#_} ) \ - && ! _retrieve_cache ${cachename#_}; then - _message "Searching for ${searchterm}..." - result=(${${${(f)${:-"$(_call_program commands docker $docker_options search $searchterm)"$'\n'}}%% *}[2,-1]}) - _store_cache ${cachename#_} result - fi - _wanted dockersearch expl 'available images' compadd -a result -} - -__docker_get_log_options() { - [[ $PREFIX = -* ]] && return 1 - - integer ret=1 - local log_driver=${opt_args[--log-driver]:-"all"} - local -a common_options common_options2 awslogs_options fluentd_options gelf_options journald_options json_file_options logentries_options syslog_options splunk_options - - common_options=("max-buffer-size" "mode") - common_options2=("env" "env-regex" "labels") - awslogs_options=($common_options "awslogs-create-group" "awslogs-datetime-format" "awslogs-group" "awslogs-multiline-pattern" "awslogs-region" "awslogs-stream" "tag") - fluentd_options=($common_options $common_options2 "fluentd-address" "fluentd-async-connect" "fluentd-buffer-limit" "fluentd-retry-wait" "fluentd-max-retries" "fluentd-sub-second-precision" "tag") - gcplogs_options=($common_options $common_options2 "gcp-log-cmd" "gcp-meta-id" "gcp-meta-name" "gcp-meta-zone" "gcp-project") - gelf_options=($common_options $common_options2 "gelf-address" "gelf-compression-level" "gelf-compression-type" "tag") - journald_options=($common_options $common_options2 "tag") - json_file_options=($common_options $common_options2 "max-file" "max-size") - logentries_options=($common_options $common_options2 "logentries-token" "tag") - syslog_options=($common_options $common_options2 "syslog-address" "syslog-facility" "syslog-format" "syslog-tls-ca-cert" "syslog-tls-cert" "syslog-tls-key" "syslog-tls-skip-verify" "tag") - splunk_options=($common_options $common_options2 "splunk-caname" "splunk-capath" "splunk-format" "splunk-gzip" "splunk-gzip-level" "splunk-index" "splunk-insecureskipverify" "splunk-source" "splunk-sourcetype" "splunk-token" "splunk-url" "splunk-verify-connection" "tag") - - [[ $log_driver = (awslogs|all) ]] && _describe -t awslogs-options "awslogs options" awslogs_options "$@" && ret=0 - [[ $log_driver = (fluentd|all) ]] && _describe -t fluentd-options "fluentd options" fluentd_options "$@" && ret=0 - [[ $log_driver = (gcplogs|all) ]] && _describe -t gcplogs-options "gcplogs options" gcplogs_options "$@" && ret=0 - [[ $log_driver = (gelf|all) ]] && _describe -t gelf-options "gelf options" gelf_options "$@" && ret=0 - [[ $log_driver = (journald|all) ]] && _describe -t journald-options "journald options" journald_options "$@" && ret=0 - [[ $log_driver = (json-file|all) ]] && _describe -t json-file-options "json-file options" json_file_options "$@" && ret=0 - [[ $log_driver = (logentries|all) ]] && _describe -t logentries-options "logentries options" logentries_options "$@" && ret=0 - [[ $log_driver = (syslog|all) ]] && _describe -t syslog-options "syslog options" syslog_options "$@" && ret=0 - [[ $log_driver = (splunk|all) ]] && _describe -t splunk-options "splunk options" splunk_options "$@" && ret=0 - - return ret -} - -__docker_complete_log_drivers() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - drivers=(awslogs etwlogs fluentd gcplogs gelf journald json-file none splunk syslog) - _describe -t log-drivers "log drivers" drivers && ret=0 - return ret -} - -__docker_complete_log_options() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (syslog-format) - local opts=('rfc3164' 'rfc5424' 'rfc5424micro') - _describe -t syslog-format-opts "syslog format options" opts && ret=0 - ;; - (mode) - local opts=('blocking' 'non-blocking') - _describe -t mode-opts "mode options" opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - __docker_get_log_options -qS "=" && ret=0 - fi - - return ret -} - -__docker_complete_detach_keys() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - compset -P "*," - keys=(${:-{a-z}}) - ctrl_keys=(${:-ctrl-{{a-z},{@,'[','\\','^',']',_}}}) - _describe -t detach_keys "[a-z]" keys -qS "," && ret=0 - _describe -t detach_keys-ctrl "'ctrl-' + 'a-z @ [ \\\\ ] ^ _'" ctrl_keys -qS "," && ret=0 -} - -__docker_complete_pid() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local -a opts vopts - - opts=('host') - vopts=('container') - - if compset -P '*:'; then - case "${${words[-1]%:*}#*=}" in - (container) - __docker_complete_running_containers && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - _describe -t pid-value-opts "PID Options with value" vopts -qS ":" && ret=0 - _describe -t pid-opts "PID Options" opts && ret=0 - fi - - return ret -} - -__docker_complete_runtimes() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - emulate -L zsh - setopt extendedglob - local -a runtimes_opts - runtimes_opts=(${(ps: :)${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'Runtimes: }%%$'\n'^ *}}}) - _describe -t runtimes-opts "runtimes options" runtimes_opts && ret=0 -} - -__docker_complete_ps_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (ancestor) - __docker_complete_images && ret=0 - ;; - (before|since) - __docker_complete_containers && ret=0 - ;; - (health) - health_opts=('healthy' 'none' 'starting' 'unhealthy') - _describe -t health-filter-opts "health filter options" health_opts && ret=0 - ;; - (id) - __docker_complete_containers_ids && ret=0 - ;; - (is-task) - _describe -t boolean-filter-opts "filter options" boolean_opts && ret=0 - ;; - (name) - __docker_complete_containers_names && ret=0 - ;; - (network) - __docker_complete_networks && ret=0 - ;; - (status) - status_opts=('created' 'dead' 'exited' 'paused' 'restarting' 'running' 'removing') - _describe -t status-filter-opts "status filter options" status_opts && ret=0 - ;; - (volume) - __docker_complete_volumes && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('ancestor' 'before' 'exited' 'expose' 'health' 'id' 'label' 'name' 'network' 'publish' 'since' 'status' 'volume') - _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_complete_search_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a boolean_opts opts - - boolean_opts=('true' 'false') - opts=('is-automated' 'is-official' 'stars') - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (is-automated|is-official) - _describe -t boolean-filter-opts "filter options" boolean_opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_complete_images_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a boolean_opts opts - - boolean_opts=('true' 'false') - opts=('before' 'dangling' 'label' 'reference' 'since') - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (before|reference|since) - __docker_complete_images && ret=0 - ;; - (dangling) - _describe -t boolean-filter-opts "filter options" boolean_opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_complete_events_filter() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a opts - - opts=('container' 'daemon' 'event' 'image' 'label' 'network' 'scope' 'type' 'volume') - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (container) - __docker_complete_containers && ret=0 - ;; - (daemon) - emulate -L zsh - setopt extendedglob - local -a daemon_opts - daemon_opts=( - ${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'Name: }%%$'\n'^ *}} - ${${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'ID: }%%$'\n'^ *}}//:/\\:} - ) - _describe -t daemon-filter-opts "daemon filter options" daemon_opts && ret=0 - ;; - (event) - local -a event_opts - event_opts=('attach' 'commit' 'connect' 'copy' 'create' 'delete' 'destroy' 'detach' 'die' 'disable' 'disconnect' 'enable' 'exec_create' 'exec_detach' - 'exec_start' 'export' 'health_status' 'import' 'install' 'kill' 'load' 'mount' 'oom' 'pause' 'pull' 'push' 'reload' 'remove' 'rename' 'resize' - 'restart' 'save' 'start' 'stop' 'tag' 'top' 'unmount' 'unpause' 'untag' 'update') - _describe -t event-filter-opts "event filter options" event_opts && ret=0 - ;; - (image) - __docker_complete_images && ret=0 - ;; - (network) - __docker_complete_networks && ret=0 - ;; - (scope) - local -a scope_opts - scope_opts=('local' 'swarm') - _describe -t scope-filter-opts "scope filter options" scope_opts && ret=0 - ;; - (type) - local -a type_opts - type_opts=('container' 'daemon' 'image' 'network' 'volume') - _describe -t type-filter-opts "type filter options" type_opts && ret=0 - ;; - (volume) - __docker_complete_volumes && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_complete_prune_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a opts - - opts=('until') - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - *) - _message 'value' && ret=0 - ;; - esac - else - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -# BO checkpoint - -__docker_checkpoint_commands() { - local -a _docker_checkpoint_subcommands - _docker_checkpoint_subcommands=( - "create:Create a checkpoint from a running container" - "ls:List checkpoints for a container" - "rm:Remove a checkpoint" - ) - _describe -t docker-checkpoint-commands "docker checkpoint command" _docker_checkpoint_subcommands -} - -__docker_checkpoint_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (create) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--checkpoint-dir=[Use a custom checkpoint storage directory]:dir:_directories" \ - "($help)--leave-running[Leave the container running after checkpoint]" \ - "($help -)1:container:__docker_complete_running_containers" \ - "($help -)2:checkpoint: " && ret=0 - ;; - (ls|list) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--checkpoint-dir=[Use a custom checkpoint storage directory]:dir:_directories" \ - "($help -)1:container:__docker_complete_containers" && ret=0 - ;; - (rm|remove) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--checkpoint-dir=[Use a custom checkpoint storage directory]:dir:_directories" \ - "($help -)1:container:__docker_complete_containers" \ - "($help -)2:checkpoint: " && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_checkpoint_commands" && ret=0 - ;; - esac - - return ret -} - -# EO checkpoint - -# BO container - -__docker_container_commands() { - local -a _docker_container_subcommands - _docker_container_subcommands=( - "attach:Attach to a running container" - "commit:Create a new image from a container's changes" - "cp:Copy files/folders between a container and the local filesystem" - "create:Create a new container" - "diff:Inspect changes on a container's filesystem" - "exec:Run a command in a running container" - "export:Export a container's filesystem as a tar archive" - "inspect:Display detailed information on one or more containers" - "kill:Kill one or more running containers" - "logs:Fetch the logs of a container" - "ls:List containers" - "pause:Pause all processes within one or more containers" - "port:List port mappings or a specific mapping for the container" - "prune:Remove all stopped containers" - "rename:Rename a container" - "restart:Restart one or more containers" - "rm:Remove one or more containers" - "run:Run a command in a new container" - "start:Start one or more stopped containers" - "stats:Display a live stream of container(s) resource usage statistics" - "stop:Stop one or more running containers" - "top:Display the running processes of a container" - "unpause:Unpause all processes within one or more containers" - "update:Update configuration of one or more containers" - "wait:Block until one or more containers stop, then print their exit codes" - ) - _describe -t docker-container-commands "docker container command" _docker_container_subcommands -} - -__docker_container_subcommand() { - local -a _command_args opts_help opts_attach_exec_run_start opts_create_run opts_create_run_update - local expl help="--help" - integer ret=1 - - opts_attach_exec_run_start=( - "($help)--detach-keys=[Escape key sequence used to detach a container]:sequence:__docker_complete_detach_keys" - ) - opts_create_run=( - "($help -a --attach)"{-a=,--attach=}"[Attach to stdin, stdout or stderr]:device:(STDIN STDOUT STDERR)" - "($help)*--add-host=[Add a custom host-to-IP mapping]:host\:ip mapping: " - "($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)--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: " - "($help)*--device=[Add a host device to the container]:device:_files" - "($help)*--device-cgroup-rule=[Add a rule to the cgroup allowed devices list]:device:cgroup: " - "($help)*--device-read-bps=[Limit the read rate (bytes per second) from a device]:device:IO rate: " - "($help)*--device-read-iops=[Limit the read rate (IO per second) from a device]:device:IO rate: " - "($help)*--device-write-bps=[Limit the write rate (bytes per second) to a device]:device:IO rate: " - "($help)*--device-write-iops=[Limit the write rate (IO per second) to a device]:device:IO rate: " - "($help)--disable-content-trust[Skip image verification]" - "($help)*--dns=[Custom DNS servers]:DNS server: " - "($help)*--dns-option=[Custom DNS options]:DNS option: " - "($help)*--dns-search=[Custom DNS search domains]:DNS domains: " - "($help)*--domainname=[Container NIS domain name]:domainname:_hosts" - "($help)*"{-e=,--env=}"[Environment variables]:environment variable: " - "($help)--entrypoint=[Overwrite the default entrypoint of the image]:entry point: " - "($help)*--env-file=[Read environment variables from a file]:environment file:_files" - "($help)*--expose=[Expose a port from the container without publishing it]: " - "($help)*--group=[Set one or more supplementary user groups for the container]:group:_groups" - "($help -h --hostname)"{-h=,--hostname=}"[Container host name]:hostname:_hosts" - "($help -i --interactive)"{-i,--interactive}"[Keep stdin open even if not attached]" - "($help)--init[Run an init inside the container that forwards signals and reaps processes]" - "($help)--ip=[IPv4 address]:IPv4: " - "($help)--ip6=[IPv6 address]:IPv6: " - "($help)--ipc=[IPC namespace to use]:IPC namespace: " - "($help)--isolation=[Container isolation technology]:isolation:(default hyperv process)" - "($help)*--link=[Add link to another container]:link:->link" - "($help)*--link-local-ip=[Container IPv4/IPv6 link-local addresses]:IPv4/IPv6: " - "($help)*"{-l=,--label=}"[Container metadata]:label: " - "($help)--log-driver=[Default driver for container logs]:logging driver:__docker_complete_log_drivers" - "($help)*--log-opt=[Log driver specific options]:log driver options:__docker_complete_log_options" - "($help)--mac-address=[Container MAC address]:MAC address: " - "($help)*--mount=[Attach a filesystem mount to the container]:mount: " - "($help)--name=[Container name]:name: " - "($help)--network=[Connect a container to a network]:network mode:(bridge none container host)" - "($help)*--network-alias=[Add network-scoped alias for the container]:alias: " - "($help)--oom-kill-disable[Disable OOM Killer]" - "($help)--oom-score-adj[Tune the host's OOM preferences for containers (accepts -1000 to 1000)]" - "($help)--pids-limit[Tune container pids limit (set -1 for unlimited)]" - "($help -P --publish-all)"{-P,--publish-all}"[Publish all exposed ports]" - "($help)*"{-p=,--publish=}"[Expose a container's port to the host]:port:_ports" - "($help)--pid=[PID namespace to use]:PID namespace:__docker_complete_pid" - "($help)--privileged[Give extended privileges to this container]" - "($help)--read-only[Mount the container's root filesystem as read only]" - "($help)*--security-opt=[Security options]:security option: " - "($help)*--shm-size=[Size of '/dev/shm' (format is '')]:shm size: " - "($help)--stop-signal=[Signal to kill a container]:signal:_signals" - "($help)--stop-timeout=[Timeout (in seconds) to stop a container]:time: " - "($help)*--sysctl=-[sysctl options]:sysctl: " - "($help -t --tty)"{-t,--tty}"[Allocate a pseudo-tty]" - "($help -u --user)"{-u=,--user=}"[Username or UID]:user:_users" - "($help)*--ulimit=[ulimit options]:ulimit: " - "($help)--userns=[Container user namespace]:user namespace:(host)" - "($help)--tmpfs[mount tmpfs]" - "($help)*-v[Bind mount a volume]:volume: " - "($help)--volume-driver=[Optional volume driver for the container]:volume driver:(local)" - "($help)*--volumes-from=[Mount volumes from the specified container]:volume: " - "($help -w --workdir)"{-w=,--workdir=}"[Working directory inside the container]:directory:_directories" - ) - opts_create_run_update=( - "($help)--blkio-weight=[Block IO (relative weight), between 10 and 1000]:Block IO weight:(10 100 500 1000)" - "($help -c --cpu-shares)"{-c=,--cpu-shares=}"[CPU shares (relative weight)]:CPU shares:(0 10 100 200 500 800 1000)" - "($help)--cpu-period=[Limit the CPU CFS (Completely Fair Scheduler) period]:CPU period: " - "($help)--cpu-quota=[Limit the CPU CFS (Completely Fair Scheduler) quota]:CPU quota: " - "($help)--cpu-rt-period=[Limit the CPU real-time period]:CPU real-time period in microseconds: " - "($help)--cpu-rt-runtime=[Limit the CPU real-time runtime]:CPU real-time runtime in microseconds: " - "($help)--cpuset-cpus=[CPUs in which to allow execution]:CPUs: " - "($help)--cpuset-mems=[MEMs in which to allow execution]:MEMs: " - "($help)--kernel-memory=[Kernel memory limit in bytes]:Memory limit: " - "($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)--restart=[Restart policy]:restart policy:(no on-failure always unless-stopped)" - ) - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (attach) - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_attach_exec_run_start \ - "($help)--no-stdin[Do not attach stdin]" \ - "($help)--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]" \ - "($help -):containers:__docker_complete_running_containers" && ret=0 - ;; - (commit) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --author)"{-a=,--author=}"[Author]:author: " \ - "($help)*"{-c=,--change=}"[Apply Dockerfile instruction to the created image]:Dockerfile:_files" \ - "($help -m --message)"{-m=,--message=}"[Commit message]:message: " \ - "($help -p --pause)"{-p,--pause}"[Pause container during commit]" \ - "($help -):container:__docker_complete_containers" \ - "($help -): :__docker_complete_repositories_with_tags" && ret=0 - ;; - (cp) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -L --follow-link)"{-L,--follow-link}"[Always follow symbol link]" \ - "($help -)1:container:->container" \ - "($help -)2:hostpath:_files" && ret=0 - case $state in - (container) - if compset -P "*:"; then - _files && ret=0 - else - __docker_complete_containers -qS ":" && ret=0 - fi - ;; - esac - ;; - (create) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_create_run \ - $opts_create_run_update \ - "($help -): :__docker_complete_images" \ - "($help -):command: _command_names -e" \ - "($help -)*::arguments: _normal" && ret=0 - case $state in - (link) - if compset -P "*:"; then - _wanted alias expl "Alias" compadd -E "" && ret=0 - else - __docker_complete_running_containers -qS ":" && ret=0 - fi - ;; - esac - ;; - (diff) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:containers:__docker_complete_containers" && ret=0 - ;; - (exec) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_attach_exec_run_start \ - "($help -d --detach)"{-d,--detach}"[Detached mode: leave the container running in the background]" \ - "($help)*"{-e=,--env=}"[Set environment variables]:environment variable: " \ - "($help -i --interactive)"{-i,--interactive}"[Keep stdin open even if not attached]" \ - "($help)--privileged[Give extended Linux capabilities to the command]" \ - "($help -t --tty)"{-t,--tty}"[Allocate a pseudo-tty]" \ - "($help -u --user)"{-u=,--user=}"[Username or UID]:user:_users" \ - "($help -w --workdir)"{-w=,--workdir=}"[Working directory inside the container]:directory:_directories" \ - "($help -):containers:__docker_complete_running_containers" \ - "($help -)*::command:->anycommand" && ret=0 - case $state in - (anycommand) - shift 1 words - (( CURRENT-- )) - _normal && ret=0 - ;; - esac - ;; - (export) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -o --output)"{-o=,--output=}"[Write to a file, instead of stdout]:output file:_files" \ - "($help -)*:containers:__docker_complete_containers" && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ - "($help -s --size)"{-s,--size}"[Display total file sizes]" \ - "($help -)*:containers:__docker_complete_containers" && ret=0 - ;; - (kill) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -s --signal)"{-s=,--signal=}"[Signal to send]:signal:_signals" \ - "($help -)*:containers:__docker_complete_running_containers" && ret=0 - ;; - (logs) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--details[Show extra details provided to logs]" \ - "($help -f --follow)"{-f,--follow}"[Follow log output]" \ - "($help -s --since)"{-s=,--since=}"[Show logs since this timestamp]:timestamp: " \ - "($help -t --timestamps)"{-t,--timestamps}"[Show timestamps]" \ - "($help)--tail=[Output the last K lines]:lines:(1 10 20 50 all)" \ - "($help -)*:containers:__docker_complete_containers" && ret=0 - ;; - (ls|list) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all)"{-a,--all}"[Show all containers]" \ - "($help)--before=[Show only container created before...]:containers:__docker_complete_containers" \ - "($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_ps_filters" \ - "($help)--format=[Pretty-print containers using a Go template]:template: " \ - "($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 -s --size)"{-s,--size}"[Display total file sizes]" \ - "($help)--since=[Show only containers created since...]:containers:__docker_complete_containers" && ret=0 - ;; - (pause|unpause) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:containers:__docker_complete_running_containers" && ret=0 - ;; - (port) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)1:containers:__docker_complete_running_containers" \ - "($help -)2:port:_ports" && ret=0 - ;; - (prune) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ - "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 - ;; - (rename) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -):old name:__docker_complete_containers" \ - "($help -):new name: " && ret=0 - ;; - (restart) - _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 - ;; - (rm) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Force removal]" \ - "($help -l --link)"{-l,--link}"[Remove the specified link and not the underlying container]" \ - "($help -v --volumes)"{-v,--volumes}"[Remove the volumes associated to the container]" \ - "($help -)*:containers:->values" && ret=0 - case $state in - (values) - if [[ ${words[(r)-f]} == -f || ${words[(r)--force]} == --force ]]; then - __docker_complete_containers && ret=0 - else - __docker_complete_stopped_containers && ret=0 - fi - ;; - esac - ;; - (run) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_create_run \ - $opts_create_run_update \ - $opts_attach_exec_run_start \ - "($help -d --detach)"{-d,--detach}"[Detached mode: leave the container running in the background]" \ - "($help)--health-cmd=[Command to run to check health]:command: " \ - "($help)--health-interval=[Time between running the check]:time: " \ - "($help)--health-retries=[Consecutive failures needed to report unhealthy]:retries:(1 2 3 4 5)" \ - "($help)--health-timeout=[Maximum time to allow one check to run]:time: " \ - "($help)--no-healthcheck[Disable any container-specified HEALTHCHECK]" \ - "($help)--rm[Remove intermediate containers when it exits]" \ - "($help)--runtime=[Name of the runtime to be used for that container]:runtime:__docker_complete_runtimes" \ - "($help)--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]" \ - "($help)--storage-opt=[Storage driver options for the container]:storage options:->storage-opt" \ - "($help -): :__docker_complete_images" \ - "($help -):command: _command_names -e" \ - "($help -)*::arguments: _normal" && ret=0 - case $state in - (link) - if compset -P "*:"; then - _wanted alias expl "Alias" compadd -E "" && ret=0 - else - __docker_complete_running_containers -qS ":" && ret=0 - fi - ;; - (storage-opt) - if compset -P "*="; then - _message "value" && ret=0 - else - opts=('size') - _describe -t filter-opts "storage options" opts -qS "=" && ret=0 - fi - ;; - esac - ;; - (start) - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_attach_exec_run_start \ - "($help -a --attach)"{-a,--attach}"[Attach container's stdout/stderr and forward all signals]" \ - "($help -i --interactive)"{-i,--interactive}"[Attach container's stdin]" \ - "($help -)*:containers:__docker_complete_stopped_containers" && ret=0 - ;; - (stats) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all)"{-a,--all}"[Show all containers (default shows just running)]" \ - "($help)--format=[Pretty-print images using a Go template]:template: " \ - "($help)--no-stream[Disable streaming stats and only pull the first result]" \ - "($help)--no-trunc[Do not truncate output]" \ - "($help -)*:containers:__docker_complete_running_containers" && ret=0 - ;; - (stop) - _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_running_containers" && ret=0 - ;; - (top) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)1:containers:__docker_complete_running_containers" \ - "($help -)*:: :->ps-arguments" && ret=0 - case $state in - (ps-arguments) - _ps && ret=0 - ;; - esac - ;; - (update) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_create_run_update \ - "($help -)*: :->values" && ret=0 - case $state in - (values) - if [[ ${words[(r)--kernel-memory*]} = (--kernel-memory*) ]]; then - __docker_complete_stopped_containers && ret=0 - else - __docker_complete_containers && ret=0 - fi - ;; - esac - ;; - (wait) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:containers:__docker_complete_running_containers" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_container_commands" && ret=0 - ;; - esac - - return ret -} - -# EO container - -# BO image - -__docker_image_commands() { - local -a _docker_image_subcommands - _docker_image_subcommands=( - "build:Build an image from a Dockerfile" - "history:Show the history of an image" - "import:Import the contents from a tarball to create a filesystem image" - "inspect:Display detailed information on one or more images" - "load:Load an image from a tar archive or STDIN" - "ls:List images" - "prune:Remove unused images" - "pull:Pull an image or a repository from a registry" - "push:Push an image or a repository to a registry" - "rm:Remove one or more images" - "save:Save one or more images to a tar archive (streamed to STDOUT by default)" - "tag:Tag an image into a repository" - ) - _describe -t docker-image-commands "docker image command" _docker_image_subcommands -} - -__docker_image_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (build) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*--add-host=[Add a custom host-to-IP mapping]:host\:ip mapping: " \ - "($help)*--build-arg=[Build-time variables]:=: " \ - "($help)*--cache-from=[Images to consider as cache sources]: :__docker_complete_repositories_with_tags" \ - "($help -c --cpu-shares)"{-c=,--cpu-shares=}"[CPU shares (relative weight)]:CPU shares:(0 10 100 200 500 800 1000)" \ - "($help)--cgroup-parent=[Parent cgroup for the container]:cgroup: " \ - "($help)--compress[Compress the build context using gzip]" \ - "($help)--cpu-period=[Limit the CPU CFS (Completely Fair Scheduler) period]:CPU period: " \ - "($help)--cpu-quota=[Limit the CPU CFS (Completely Fair Scheduler) quota]:CPU quota: " \ - "($help)--cpu-rt-period=[Limit the CPU real-time period]:CPU real-time period in microseconds: " \ - "($help)--cpu-rt-runtime=[Limit the CPU real-time runtime]:CPU real-time runtime in microseconds: " \ - "($help)--cpuset-cpus=[CPUs in which to allow execution]:CPUs: " \ - "($help)--cpuset-mems=[MEMs in which to allow execution]:MEMs: " \ - "($help)--disable-content-trust[Skip image verification]" \ - "($help -f --file)"{-f=,--file=}"[Name of the Dockerfile]:Dockerfile:_files" \ - "($help)--force-rm[Always remove intermediate containers]" \ - "($help)--isolation=[Container isolation technology]:isolation:(default hyperv process)" \ - "($help)*--label=[Set metadata for an image]:label=value: " \ - "($help -m --memory)"{-m=,--memory=}"[Memory limit]:Memory limit: " \ - "($help)--memory-swap=[Total memory limit with swap]:Memory limit: " \ - "($help)--network=[Connect a container to a network]:network mode:(bridge none container host)" \ - "($help)--no-cache[Do not use cache when building the image]" \ - "($help)--pull[Attempt to pull a newer version of the image]" \ - "($help -q --quiet)"{-q,--quiet}"[Suppress verbose build output]" \ - "($help)--rm[Remove intermediate containers after a successful build]" \ - "($help)*--shm-size=[Size of '/dev/shm' (format is '')]:shm size: " \ - "($help)--squash[Squash newly built layers into a single new layer]" \ - "($help -t --tag)*"{-t=,--tag=}"[Repository, name and tag for the image]: :__docker_complete_repositories_with_tags" \ - "($help)*--ulimit=[ulimit options]:ulimit: " \ - "($help)--userns=[Container user namespace]:user namespace:(host)" \ - "($help -):path or URL:_directories" && ret=0 - ;; - (history) - _arguments $(__docker_arguments) \ - $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 -)*: :__docker_complete_images" && ret=0 - ;; - (import) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-c=,--change=}"[Apply Dockerfile instruction to the created image]:Dockerfile:_files" \ - "($help -m --message)"{-m=,--message=}"[Commit message for imported image]:message: " \ - "($help -):URL:(- http:// file://)" \ - "($help -): :__docker_complete_repositories_with_tags" && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ - "($help -)*:images:__docker_complete_images" && ret=0 - ;; - (load) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -i --input)"{-i=,--input=}"[Read from tar archive file]:archive file:_files -g \"*.((tar|TAR)(.gz|.GZ|.Z|.bz2|.lzma|.xz|)|(tbz|tgz|txz))(-.)\"" \ - "($help -q --quiet)"{-q,--quiet}"[Suppress the load output]" && ret=0 - ;; - (ls|list) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all)"{-a,--all}"[Show all images]" \ - "($help)--digests[Show digests]" \ - "($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 -): :__docker_complete_repositories" && ret=0 - ;; - (prune) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all)"{-a,--all}"[Remove all unused images, not just dangling ones]" \ - "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ - "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 - ;; - (pull) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all-tags)"{-a,--all-tags}"[Download all tagged images]" \ - "($help)--disable-content-trust[Skip image verification]" \ - "($help -):name:__docker_search" && ret=0 - ;; - (push) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--disable-content-trust[Skip image signing]" \ - "($help -): :__docker_complete_images" && ret=0 - ;; - (rm) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Force removal]" \ - "($help)--no-prune[Do not delete untagged parents]" \ - "($help -)*: :__docker_complete_images" && ret=0 - ;; - (save) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -o --output)"{-o=,--output=}"[Write to file]:file:_files" \ - "($help -)*: :__docker_complete_images" && ret=0 - ;; - (tag) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -):source:__docker_complete_images"\ - "($help -):destination:__docker_complete_repositories_with_tags" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_container_commands" && ret=0 - ;; - esac - - return ret -} - -# EO image - -# BO network - -__docker_network_complete_ls_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (driver) - __docker_complete_info_plugins Network && ret=0 - ;; - (id) - __docker_complete_networks_ids && ret=0 - ;; - (name) - __docker_complete_networks_names && ret=0 - ;; - (scope) - opts=('global' 'local' 'swarm') - _describe -t scope-filter-opts "Scope filter options" opts && ret=0 - ;; - (type) - opts=('builtin' 'custom') - _describe -t type-filter-opts "Type filter options" opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('driver' 'id' 'label' 'name' 'scope' 'type') - _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_get_networks() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local line s - declare -a lines networks - - type=$1; shift - - lines=(${(f)${:-"$(_call_program commands docker $docker_options network ls)"$'\n'}}) - - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 - lines=(${lines[2,-1]}) - - # Network ID - if [[ $type = (ids|all) ]]; then - for line in $lines; do - s="${line[${begin[NETWORK ID]},${end[NETWORK ID]}]%% ##}" - s="$s:${(l:7:: :::)${${line[${begin[DRIVER]},${end[DRIVER]}]}%% ##}}" - s="$s, ${${line[${begin[SCOPE]},${end[SCOPE]}]}%% ##}" - networks=($networks $s) - done - fi - - # Names - if [[ $type = (names|all) ]]; then - for line in $lines; do - s="${line[${begin[NAME]},${end[NAME]}]%% ##}" - s="$s:${(l:7:: :::)${${line[${begin[DRIVER]},${end[DRIVER]}]}%% ##}}" - s="$s, ${${line[${begin[SCOPE]},${end[SCOPE]}]}%% ##}" - networks=($networks $s) - done - fi - - _describe -t networks-list "networks" networks "$@" && ret=0 - return ret -} - -__docker_complete_networks() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_networks all "$@" -} - -__docker_complete_networks_ids() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_networks ids "$@" -} - -__docker_complete_networks_names() { - [[ $PREFIX = -* ]] && return 1 - __docker_get_networks names "$@" -} - -__docker_network_commands() { - local -a _docker_network_subcommands - _docker_network_subcommands=( - "connect:Connect a container to a network" - "create:Creates a new network with a name specified by the user" - "disconnect:Disconnects a container from a network" - "inspect:Displays detailed information on a network" - "ls:Lists all the networks created by the user" - "prune:Remove all unused networks" - "rm:Deletes one or more networks" - ) - _describe -t docker-network-commands "docker network command" _docker_network_subcommands -} - -__docker_network_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (connect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*--alias=[Add network-scoped alias for the container]:alias: " \ - "($help)--ip=[IPv4 address]:IPv4: " \ - "($help)--ip6=[IPv6 address]:IPv6: " \ - "($help)*--link=[Add a link to another container]:link:->link" \ - "($help)*--link-local-ip=[Add a link-local address for the container]:IPv4/IPv6: " \ - "($help -)1:network:__docker_complete_networks" \ - "($help -)2:containers:__docker_complete_containers" && ret=0 - - case $state in - (link) - if compset -P "*:"; then - _wanted alias expl "Alias" compadd -E "" && ret=0 - else - __docker_complete_running_containers -qS ":" && ret=0 - fi - ;; - esac - ;; - (create) - _arguments $(__docker_arguments) -A '-*' \ - $opts_help \ - "($help)--attachable[Enable manual container attachment]" \ - "($help)*--aux-address[Auxiliary IPv4 or IPv6 addresses used by network driver]:key=IP: " \ - "($help -d --driver)"{-d=,--driver=}"[Driver to manage the Network]:driver:(null host bridge overlay)" \ - "($help)*--gateway=[IPv4 or IPv6 Gateway for the master subnet]:IP: " \ - "($help)--internal[Restricts external access to the network]" \ - "($help)*--ip-range=[Allocate container ip from a sub-range]:IP/mask: " \ - "($help)--ipam-driver=[IP Address Management Driver]:driver:(default)" \ - "($help)*--ipam-opt=[Custom IPAM plugin options]:opt=value: " \ - "($help)--ipv6[Enable IPv6 networking]" \ - "($help)*--label=[Set metadata on a network]:label=value: " \ - "($help)*"{-o=,--opt=}"[Driver specific options]:opt=value: " \ - "($help)*--subnet=[Subnet in CIDR format that represents a network segment]:IP/mask: " \ - "($help -)1:Network Name: " && ret=0 - ;; - (disconnect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)1:network:__docker_complete_networks" \ - "($help -)2:containers:__docker_complete_containers" && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ - "($help)--verbose[Show detailed information]" \ - "($help -)*:network:__docker_complete_networks" && ret=0 - ;; - (ls) - _arguments $(__docker_arguments) \ - $opts_help \ - "($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 - ;; - (prune) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ - "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 - ;; - (rm) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:network:__docker_complete_networks" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_network_commands" && ret=0 - ;; - esac - - return ret -} - -# EO network - -# BO node - -__docker_node_complete_ls_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (id) - __docker_complete_nodes_ids && ret=0 - ;; - (membership) - membership_opts=('accepted' 'pending' 'rejected') - _describe -t membership-opts "membership options" membership_opts && ret=0 - ;; - (name) - __docker_complete_nodes_names && ret=0 - ;; - (role) - role_opts=('manager' 'worker') - _describe -t role-opts "role options" role_opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('id' 'label' 'membership' 'name' 'role') - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_node_complete_ps_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (desired-state) - state_opts=('accepted' 'running' 'shutdown') - _describe -t state-opts "desired state options" state_opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('desired-state' 'id' 'label' 'name') - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_nodes() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local line s - declare -a lines nodes args - - type=$1; shift - filter=$1; shift - [[ $filter != "none" ]] && args=("-f $filter") - - lines=(${(f)${:-"$(_call_program commands docker $docker_options node ls $args)"$'\n'}}) - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 - lines=(${lines[2,-1]}) - - # Node ID - if [[ $type = (ids|all) ]]; then - for line in $lines; do - s="${line[${begin[ID]},${end[ID]}]%% ##}" - nodes=($nodes $s) - done - fi - - # Names - if [[ $type = (names|all) ]]; then - for line in $lines; do - s="${line[${begin[HOSTNAME]},${end[HOSTNAME]}]%% ##}" - nodes=($nodes $s) - done - fi - - _describe -t nodes-list "nodes" nodes "$@" && ret=0 - return ret -} - -__docker_complete_nodes() { - [[ $PREFIX = -* ]] && return 1 - __docker_nodes all none "$@" -} - -__docker_complete_nodes_ids() { - [[ $PREFIX = -* ]] && return 1 - __docker_nodes ids none "$@" -} - -__docker_complete_nodes_names() { - [[ $PREFIX = -* ]] && return 1 - __docker_nodes names none "$@" -} - -__docker_complete_pending_nodes() { - [[ $PREFIX = -* ]] && return 1 - __docker_nodes all "membership=pending" "$@" -} - -__docker_complete_manager_nodes() { - [[ $PREFIX = -* ]] && return 1 - __docker_nodes all "role=manager" "$@" -} - -__docker_complete_worker_nodes() { - [[ $PREFIX = -* ]] && return 1 - __docker_nodes all "role=worker" "$@" -} - -__docker_node_commands() { - local -a _docker_node_subcommands - _docker_node_subcommands=( - "demote:Demote a node as manager in the swarm" - "inspect:Display detailed information on one or more nodes" - "ls:List nodes in the swarm" - "promote:Promote a node as manager in the swarm" - "rm:Remove one or more nodes from the swarm" - "ps:List tasks running on one or more nodes, defaults to current node" - "update:Update a node" - ) - _describe -t docker-node-commands "docker node command" _docker_node_subcommands -} - -__docker_node_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (rm|remove) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Force remove a node from the swarm]" \ - "($help -)*:node:__docker_complete_pending_nodes" && ret=0 - ;; - (demote) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:node:__docker_complete_manager_nodes" && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ - "($help)--pretty[Print the information in a human friendly format]" \ - "($help -)*:node:__docker_complete_nodes" && ret=0 - ;; - (ls|list) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_node_complete_ls_filters" \ - "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 - ;; - (promote) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:node:__docker_complete_worker_nodes" && ret=0 - ;; - (ps) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all)"{-a,--all}"[Display all instances]" \ - "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_node_complete_ps_filters" \ - "($help)--format=[Format the output using the given go template]:template: " \ - "($help)--no-resolve[Do not map IDs to Names]" \ - "($help)--no-trunc[Do not truncate output]" \ - "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" \ - "($help -)*:node:__docker_complete_nodes" && ret=0 - ;; - (update) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--availability=[Availability of the node]:availability:(active pause drain)" \ - "($help)*--label-add=[Add or update a node label]:key=value: " \ - "($help)*--label-rm=[Remove a node label if exists]:label: " \ - "($help)--role=[Role of the node]:role:(manager worker)" \ - "($help -)1:node:__docker_complete_nodes" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_node_commands" && ret=0 - ;; - esac - - return ret -} - -# EO node - -# BO plugin - -__docker_plugin_complete_ls_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (capability) - opts=('authz' 'ipamdriver' 'logdriver' 'metricscollector' 'networkdriver' 'volumedriver') - _describe -t capability-opts "capability options" opts && ret=0 - ;; - (enabled) - opts=('false' 'true') - _describe -t enabled-opts "enabled options" opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('capability' 'enabled') - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_plugins() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local line s - declare -a lines plugins args - - filter=$1; shift - [[ $filter != "none" ]] && args=("-f $filter") - - lines=(${(f)${:-"$(_call_program commands docker $docker_options plugin ls $args)"$'\n'}}) - - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 - lines=(${lines[2,-1]}) - - # Name - for line in $lines; do - s="${line[${begin[NAME]},${end[NAME]}]%% ##}" - s="$s:${(l:7:: :::)${${line[${begin[TAG]},${end[TAG]}]}%% ##}}" - plugins=($plugins $s) - done - - _describe -t plugins-list "plugins" plugins "$@" && ret=0 - return ret -} - -__docker_complete_plugins() { - [[ $PREFIX = -* ]] && return 1 - __docker_plugins none "$@" -} - -__docker_complete_enabled_plugins() { - [[ $PREFIX = -* ]] && return 1 - __docker_plugins enabled=true "$@" -} - -__docker_complete_disabled_plugins() { - [[ $PREFIX = -* ]] && return 1 - __docker_plugins enabled=false "$@" -} - -__docker_plugin_commands() { - local -a _docker_plugin_subcommands - _docker_plugin_subcommands=( - "disable:Disable a plugin" - "enable:Enable a plugin" - "inspect:Return low-level information about a plugin" - "install:Install a plugin" - "ls:List plugins" - "push:Push a plugin" - "rm:Remove a plugin" - "set:Change settings for a plugin" - "upgrade:Upgrade an existing plugin" - ) - _describe -t docker-plugin-commands "docker plugin command" _docker_plugin_subcommands -} - -__docker_plugin_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (disable) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Force the disable of an active plugin]" \ - "($help -)1:plugin:__docker_complete_enabled_plugins" && ret=0 - ;; - (enable) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--timeout=[HTTP client timeout (in seconds)]:timeout: " \ - "($help -)1:plugin:__docker_complete_disabled_plugins" && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given Go template]:template: " \ - "($help -)*:plugin:__docker_complete_plugins" && ret=0 - ;; - (install) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--alias=[Local name for plugin]:alias: " \ - "($help)--disable[Do not enable the plugin on install]" \ - "($help)--disable-content-trust[Skip image verification (default true)]" \ - "($help)--grant-all-permissions[Grant all permissions necessary to run the plugin]" \ - "($help -)1:plugin:__docker_complete_plugins" \ - "($help -)*:key=value: " && ret=0 - ;; - (ls|list) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_plugin_complete_ls_filters" \ - "($help --format)--format=[Format the output using the given Go template]:template: " \ - "($help)--no-trunc[Don't truncate output]" \ - "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 - ;; - (push) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--disable-content-trust[Skip image verification (default true)]" \ - "($help -)1:plugin:__docker_complete_plugins" && ret=0 - ;; - (rm|remove) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Force the removal of an active plugin]" \ - "($help -)*:plugin:__docker_complete_plugins" && ret=0 - ;; - (set) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)1:plugin:__docker_complete_plugins" \ - "($help -)*:key=value: " && ret=0 - ;; - (upgrade) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--disable-content-trust[Skip image verification (default true)]" \ - "($help)--grant-all-permissions[Grant all permissions necessary to run the plugin]" \ - "($help)--skip-remote-check[Do not check if specified remote plugin matches existing plugin image]" \ - "($help -)1:plugin:__docker_complete_plugins" \ - "($help -):remote: " && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_plugin_commands" && ret=0 - ;; - esac - - return ret -} - -# EO plugin - -# BO secret - -__docker_secrets() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local line s - declare -a lines secrets - - type=$1; shift - - lines=(${(f)${:-"$(_call_program commands docker $docker_options secret ls)"$'\n'}}) - - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 - lines=(${lines[2,-1]}) - - # ID - if [[ $type = (ids|all) ]]; then - for line in $lines; do - s="${line[${begin[ID]},${end[ID]}]%% ##}" - secrets=($secrets $s) - done - fi - - # Names - if [[ $type = (names|all) ]]; then - for line in $lines; do - s="${line[${begin[NAME]},${end[NAME]}]%% ##}" - secrets=($secrets $s) - done - fi - - _describe -t secrets-list "secrets" secrets "$@" && ret=0 - return ret -} - -__docker_complete_secrets() { - [[ $PREFIX = -* ]] && return 1 - __docker_secrets all "$@" -} - -__docker_secret_commands() { - local -a _docker_secret_subcommands - _docker_secret_subcommands=( - "create:Create a secret using stdin as content" - "inspect:Display detailed information on one or more secrets" - "ls:List secrets" - "rm:Remove one or more secrets" - ) - _describe -t docker-secret-commands "docker secret command" _docker_secret_subcommands -} - -__docker_secret_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (create) - _arguments $(__docker_arguments) -A '-*' \ - $opts_help \ - "($help)*"{-l=,--label=}"[Secret labels]:label: " \ - "($help -):secret: " && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given Go template]:template: " \ - "($help -)*:secret:__docker_complete_secrets" && ret=0 - ;; - (ls|list) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--format=[Format the output using the given go template]:template: " \ - "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 - ;; - (rm|remove) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:secret:__docker_complete_secrets" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_secret_commands" && ret=0 - ;; - esac - - return ret -} - -# EO secret - -# BO service - -__docker_service_complete_ls_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (id) - __docker_complete_services_ids && ret=0 - ;; - (mode) - opts=('global' 'replicated') - _describe -t mode-opts "mode options" opts && ret=0 - ;; - (name) - __docker_complete_services_names && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('id' 'label' 'mode' 'name') - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_service_complete_ps_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (desired-state) - state_opts=('accepted' 'running' 'shutdown') - _describe -t state-opts "desired state options" state_opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('desired-state' 'id' 'label' 'name') - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_service_complete_placement_pref() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (spread) - opts=('engine.labels' 'node.labels') - _describe -t spread-opts "spread options" opts -qS "." && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('spread') - _describe -t pref-opts "placement pref options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_services() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local line s - declare -a lines services - - type=$1; shift - - lines=(${(f)${:-"$(_call_program commands docker $docker_options service ls)"$'\n'}}) - - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 - lines=(${lines[2,-1]}) - - # Service ID - if [[ $type = (ids|all) ]]; then - for line in $lines; do - s="${line[${begin[ID]},${end[ID]}]%% ##}" - s="$s:${(l:7:: :::)${${line[${begin[IMAGE]},${end[IMAGE]}]}%% ##}}" - services=($services $s) - done - fi - - # Names - if [[ $type = (names|all) ]]; then - for line in $lines; do - s="${line[${begin[NAME]},${end[NAME]}]%% ##}" - s="$s:${(l:7:: :::)${${line[${begin[IMAGE]},${end[IMAGE]}]}%% ##}}" - services=($services $s) - done - fi - - _describe -t services-list "services" services "$@" && ret=0 - return ret -} - -__docker_complete_services() { - [[ $PREFIX = -* ]] && return 1 - __docker_services all "$@" -} - -__docker_complete_services_ids() { - [[ $PREFIX = -* ]] && return 1 - __docker_services ids "$@" -} - -__docker_complete_services_names() { - [[ $PREFIX = -* ]] && return 1 - __docker_services names "$@" -} - -__docker_service_commands() { - local -a _docker_service_subcommands - _docker_service_subcommands=( - "create:Create a new service" - "inspect:Display detailed information on one or more services" - "logs:Fetch the logs of a service or task" - "ls:List services" - "rm:Remove one or more services" - "rollback:Revert changes to a service's configuration" - "scale:Scale one or multiple replicated services" - "ps:List the tasks of a service" - "update:Update a service" - ) - _describe -t docker-service-commands "docker service command" _docker_service_subcommands -} - -__docker_service_subcommand() { - local -a _command_args opts_help opts_create_update - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - opts_create_update=( - "($help)*--constraint=[Placement constraints]:constraint: " - "($help)--endpoint-mode=[Placement constraints]:mode:(dnsrr vip)" - "($help)*"{-e=,--env=}"[Set environment variables]:env: " - "($help)--health-cmd=[Command to run to check health]:command: " - "($help)--health-interval=[Time between running the check]:time: " - "($help)--health-retries=[Consecutive failures needed to report unhealthy]:retries:(1 2 3 4 5)" - "($help)--health-timeout=[Maximum time to allow one check to run]:time: " - "($help)--hostname=[Service container hostname]:hostname: " \ - "($help)--isolation=[Service container isolation mode]:isolation:(default process hyperv)" \ - "($help)*--label=[Service labels]:label: " - "($help)--limit-cpu=[Limit CPUs]:value: " - "($help)--limit-memory=[Limit Memory]:value: " - "($help)--log-driver=[Logging driver for service]:logging driver:__docker_complete_log_drivers" - "($help)*--log-opt=[Logging driver options]:log driver options:__docker_complete_log_options" - "($help)*--mount=[Attach a filesystem mount to the service]:mount: " - "($help)*--network=[Network attachments]:network: " - "($help)--no-healthcheck[Disable any container-specified HEALTHCHECK]" - "($help)--read-only[Mount the container's root filesystem as read only]" - "($help)--replicas=[Number of tasks]:replicas: " - "($help)--reserve-cpu=[Reserve CPUs]:value: " - "($help)--reserve-memory=[Reserve Memory]:value: " - "($help)--restart-condition=[Restart when condition is met]:mode:(any none on-failure)" - "($help)--restart-delay=[Delay between restart attempts]:delay: " - "($help)--restart-max-attempts=[Maximum number of restarts before giving up]:max-attempts: " - "($help)--restart-window=[Window used to evaluate the restart policy]:duration: " - "($help)--rollback-delay=[Delay between task rollbacks]:duration: " - "($help)--rollback-failure-action=[Action on rollback failure]:action:(continue pause)" - "($help)--rollback-max-failure-ratio=[Failure rate to tolerate during a rollback]:failure rate: " - "($help)--rollback-monitor=[Duration after each task rollback to monitor for failure]:duration: " - "($help)--rollback-parallelism=[Maximum number of tasks rolled back simultaneously]:number: " - "($help)*--secret=[Specify secrets to expose to the service]:secret:__docker_complete_secrets" - "($help)--stop-grace-period=[Time to wait before force killing a container]:grace period: " - "($help)--stop-signal=[Signal to stop the container]:signal:_signals" - "($help -t --tty)"{-t,--tty}"[Allocate a pseudo-TTY]" - "($help)--update-delay=[Delay between updates]:delay: " - "($help)--update-failure-action=[Action on update failure]:mode:(continue pause rollback)" - "($help)--update-max-failure-ratio=[Failure rate to tolerate during an update]:fraction: " - "($help)--update-monitor=[Duration after each task update to monitor for failure]:window: " - "($help)--update-parallelism=[Maximum number of tasks updated simultaneously]:number: " - "($help -u --user)"{-u=,--user=}"[Username or UID]:user:_users" - "($help)--with-registry-auth[Send registry authentication details to swarm agents]" - "($help -w --workdir)"{-w=,--workdir=}"[Working directory inside the container]:directory:_directories" - ) - - case "$words[1]" in - (create) - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_create_update \ - "($help)*--container-label=[Container labels]:label: " \ - "($help)*--dns=[Set custom DNS servers]:DNS: " \ - "($help)*--dns-option=[Set DNS options]:DNS option: " \ - "($help)*--dns-search=[Set custom DNS search domains]:DNS search: " \ - "($help)*--env-file=[Read environment variables from a file]:environment file:_files" \ - "($help)--mode=[Service Mode]:mode:(global replicated)" \ - "($help)--name=[Service name]:name: " \ - "($help)*--placement-pref=[Add a placement preference]:pref:__docker_service_complete_placement_pref" \ - "($help)*"{-p=,--publish=}"[Publish a port as a node port]:port: " \ - "($help -): :__docker_complete_images" \ - "($help -):command: _command_names -e" \ - "($help -)*::arguments: _normal" && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ - "($help)--pretty[Print the information in a human friendly format]" \ - "($help -)*:service:__docker_complete_services" && ret=0 - ;; - (logs) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --follow)"{-f,--follow}"[Follow log output]" \ - "($help)--no-resolve[Do not map IDs to Names]" \ - "($help)--no-task-ids[Do not include task IDs]" \ - "($help)--no-trunc[Do not truncate output]" \ - "($help)--since=[Show logs since timestamp]:timestamp: " \ - "($help)--tail=[Number of lines to show from the end of the logs]:lines:(1 10 20 50 all)" \ - "($help -t --timestamps)"{-t,--timestamps}"[Show timestamps]" \ - "($help -)1:service:__docker_complete_services" && ret=0 - ;; - (ls|list) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_service_complete_ls_filters" \ - "($help)--format=[Pretty-print services using a Go template]:template: " \ - "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 - ;; - (rm|remove) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -)*:service:__docker_complete_services" && ret=0 - ;; - (rollback) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -d --detach)"{-d=false,--detach=false}"[Disable detached mode]" \ - "($help -q --quiet)"{-q,--quiet}"[Suppress progress output]" \ - "($help -)*:service:__docker_complete_services" && ret=0 - ;; - (scale) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -d --detach)"{-d=false,--detach=false}"[Disable detached mode]" \ - "($help -)*:service:->values" && ret=0 - case $state in - (values) - if compset -P '*='; then - _message 'replicas' && ret=0 - else - __docker_complete_services -qS "=" - fi - ;; - esac - ;; - (ps) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_service_complete_ps_filters" \ - "($help)--format=[Format the output using the given go template]:template: " \ - "($help)--no-resolve[Do not map IDs to Names]" \ - "($help)--no-trunc[Do not truncate output]" \ - "($help -q --quiet)"{-q,--quiet}"[Only display task IDs]" \ - "($help -)*:service:__docker_complete_services" && ret=0 - ;; - (update) - _arguments $(__docker_arguments) \ - $opts_help \ - $opts_create_update \ - "($help)--arg=[Service command args]:arguments: _normal" \ - "($help)*--container-label-add=[Add or update container labels]:label: " \ - "($help)*--container-label-rm=[Remove a container label by its key]:label: " \ - "($help)*--dns-add=[Add or update custom DNS servers]:DNS: " \ - "($help)*--dns-rm=[Remove custom DNS servers]:DNS: " \ - "($help)*--dns-option-add=[Add or update DNS options]:DNS option: " \ - "($help)*--dns-option-rm=[Remove DNS options]:DNS option: " \ - "($help)*--dns-search-add=[Add or update custom DNS search domains]:DNS search: " \ - "($help)*--dns-search-rm=[Remove DNS search domains]:DNS search: " \ - "($help)--force[Force update]" \ - "($help)*--group-add=[Add additional supplementary user groups to the container]:group:_groups" \ - "($help)*--group-rm=[Remove previously added supplementary user groups from the container]:group:_groups" \ - "($help)--image=[Service image tag]:image:__docker_complete_repositories" \ - "($help)*--placement-pref-add=[Add a placement preference]:pref:__docker_service_complete_placement_pref" \ - "($help)*--placement-pref-rm=[Remove a placement preference]:pref:__docker_service_complete_placement_pref" \ - "($help)*--publish-add=[Add or update a port]:port: " \ - "($help)*--publish-rm=[Remove a port(target-port mandatory)]:port: " \ - "($help)--rollback[Rollback to previous specification]" \ - "($help -)1:service:__docker_complete_services" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_service_commands" && ret=0 - ;; - esac - - return ret -} - -# EO service - -# BO stack - -__docker_stack_complete_ps_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (desired-state) - state_opts=('accepted' 'running' 'shutdown') - _describe -t state-opts "desired state options" state_opts && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('desired-state' 'id' 'name') - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_stack_complete_services_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('id' 'label' 'name') - _describe -t filter-opts "filter options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_stacks() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - local line s - declare -a lines stacks - - lines=(${(f)${:-"$(_call_program commands docker $docker_options stack ls)"$'\n'}}) - - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 - lines=(${lines[2,-1]}) - - # Service NAME - for line in $lines; do - s="${line[${begin[NAME]},${end[NAME]}]%% ##}" - stacks=($stacks $s) - done - - _describe -t stacks-list "stacks" stacks "$@" && ret=0 - return ret -} - -__docker_complete_stacks() { - [[ $PREFIX = -* ]] && return 1 - __docker_stacks "$@" -} - -__docker_stack_commands() { - local -a _docker_stack_subcommands - _docker_stack_subcommands=( - "deploy:Deploy a new stack or update an existing stack" - "ls:List stacks" - "ps:List the tasks in the stack" - "rm:Remove the stack" - "services:List the services in the stack" - ) - _describe -t docker-stack-commands "docker stack command" _docker_stack_subcommands -} - -__docker_stack_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (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 - ;; - (ls|list) - _arguments $(__docker_arguments) \ - $opts_help && ret=0 - ;; - (ps) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all)"{-a,--all}"[Display all tasks]" \ - "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_stack_complete_ps_filters" \ - "($help)--format=[Format the output using the given go template]:template: " \ - "($help)--no-resolve[Do not map IDs to Names]" \ - "($help)--no-trunc[Do not truncate output]" \ - "($help -q --quiet)"{-q,--quiet}"[Only display task IDs]" \ - "($help -):stack:__docker_complete_stacks" && ret=0 - ;; - (rm|remove|down) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -):stack:__docker_complete_stacks" && ret=0 - ;; - (services) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_stack_complete_services_filters" \ - "($help)--format=[Pretty-print services using a Go template]:template: " \ - "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" \ - "($help -):stack:__docker_complete_stacks" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_stack_commands" && ret=0 - ;; - esac - - return ret -} - -# EO stack - -# BO swarm - -__docker_swarm_commands() { - local -a _docker_swarm_subcommands - _docker_swarm_subcommands=( - "init:Initialize a swarm" - "join:Join a swarm as a node and/or manager" - "join-token:Manage join tokens" - "leave:Leave a swarm" - "unlock:Unlock swarm" - "unlock-key:Manage the unlock key" - "update:Update the swarm" - ) - _describe -t docker-swarm-commands "docker swarm command" _docker_swarm_subcommands -} - -__docker_swarm_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (init) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--advertise-addr=[Advertised address]:ip\:port: " \ - "($help)--data-path-addr=[Data path IP or interface]:ip " \ - "($help)--data-path-port=[Data Path Port]:port " \ - "($help)--default-addr-pool=[Default address pool]" \ - "($help)--default-addr-pool-mask-length=[Default address pool subnet mask length]" \ - "($help)--autolock[Enable manager autolocking]" \ - "($help)--availability=[Availability of the node]:availability:(active drain pause)" \ - "($help)--cert-expiry=[Validity period for node certificates]:duration: " \ - "($help)--dispatcher-heartbeat=[Dispatcher heartbeat period]:duration: " \ - "($help)*--external-ca=[Specifications of one or more certificate signing endpoints]:endpoint: " \ - "($help)--force-new-cluster[Force create a new cluster from current state]" \ - "($help)--listen-addr=[Listen address]:ip\:port: " \ - "($help)--max-snapshots[Number of additional Raft snapshots to retain]" \ - "($help)--snapshot-interval[Number of log entries between Raft snapshots]" \ - "($help)--task-history-limit=[Task history retention limit]:limit: " && ret=0 - ;; - (join) - _arguments $(__docker_arguments) -A '-*' \ - $opts_help \ - "($help)--advertise-addr=[Advertised address]:ip\:port: " \ - "($help)--data-path-addr=[Data path IP or interface]:ip " \ - "($help)--availability=[Availability of the node]:availability:(active drain pause)" \ - "($help)--listen-addr=[Listen address]:ip\:port: " \ - "($help)--token=[Token for entry into the swarm]:secret: " \ - "($help -):host\:port: " && ret=0 - ;; - (join-token) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -q --quiet)"{-q,--quiet}"[Only display token]" \ - "($help)--rotate[Rotate join token]" \ - "($help -):role:(manager worker)" && ret=0 - ;; - (leave) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Force this node to leave the swarm, ignoring warnings]" && ret=0 - ;; - (unlock) - _arguments $(__docker_arguments) \ - $opts_help && ret=0 - ;; - (unlock-key) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -q --quiet)"{-q,--quiet}"[Only display token]" \ - "($help)--rotate[Rotate unlock token]" && ret=0 - ;; - (update) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)--autolock[Enable manager autolocking]" \ - "($help)--cert-expiry=[Validity period for node certificates]:duration: " \ - "($help)--dispatcher-heartbeat=[Dispatcher heartbeat period]:duration: " \ - "($help)*--external-ca=[Specifications of one or more certificate signing endpoints]:endpoint: " \ - "($help)--max-snapshots[Number of additional Raft snapshots to retain]" \ - "($help)--snapshot-interval[Number of log entries between Raft snapshots]" \ - "($help)--task-history-limit=[Task history retention limit]:limit: " && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_network_commands" && ret=0 - ;; - esac - - return ret -} - -# EO swarm - -# BO system - -__docker_system_commands() { - local -a _docker_system_subcommands - _docker_system_subcommands=( - "df:Show docker filesystem usage" - "events:Get real time events from the server" - "info:Display system-wide information" - "prune:Remove unused data" - ) - _describe -t docker-system-commands "docker system command" _docker_system_subcommands -} - -__docker_system_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (df) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -v --verbose)"{-v,--verbose}"[Show detailed information on space usage]" && ret=0 - ;; - (events) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_events_filter" \ - "($help)--since=[Events created since this timestamp]:timestamp: " \ - "($help)--until=[Events created until this timestamp]:timestamp: " \ - "($help)--format=[Format the output using the given go template]:template: " && ret=0 - ;; - (info) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " && ret=0 - ;; - (prune) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -a --all)"{-a,--all}"[Remove all unused data, not just dangling ones]" \ - "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ - "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" \ - "($help)--volumes=[Remove all unused volumes]" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_volume_commands" && ret=0 - ;; - esac - - return ret -} - -# EO system - -# BO volume - -__docker_volume_complete_ls_filters() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - - if compset -P '*='; then - case "${${words[-1]%=*}#*=}" in - (dangling) - dangling_opts=('true' 'false') - _describe -t dangling-filter-opts "Dangling Filter Options" dangling_opts && ret=0 - ;; - (driver) - __docker_complete_info_plugins Volume && ret=0 - ;; - (name) - __docker_complete_volumes && ret=0 - ;; - *) - _message 'value' && ret=0 - ;; - esac - else - opts=('dangling' 'driver' 'label' 'name') - _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 - fi - - return ret -} - -__docker_complete_volumes() { - [[ $PREFIX = -* ]] && return 1 - integer ret=1 - declare -a lines volumes - - lines=(${(f)${:-"$(_call_program commands docker $docker_options volume ls)"$'\n'}}) - - # Parse header line to find columns - local i=1 j=1 k header=${lines[1]} - declare -A begin end - while (( j < ${#header} - 1 )); do - i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) - j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) - k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) - begin[${header[$i,$((j-1))]}]=$i - end[${header[$i,$((j-1))]}]=$k - done - end[${header[$i,$((j-1))]}]=-1 - lines=(${lines[2,-1]}) - - # Names - local line s - for line in $lines; do - s="${line[${begin[VOLUME NAME]},${end[VOLUME NAME]}]%% ##}" - s="$s:${(l:7:: :::)${${line[${begin[DRIVER]},${end[DRIVER]}]}%% ##}}" - volumes=($volumes $s) - done - - _describe -t volumes-list "volumes" volumes && ret=0 - return ret -} - -__docker_volume_commands() { - local -a _docker_volume_subcommands - _docker_volume_subcommands=( - "create:Create a volume" - "inspect:Display detailed information on one or more volumes" - "ls:List volumes" - "prune:Remove all unused volumes" - "rm:Remove one or more volumes" - ) - _describe -t docker-volume-commands "docker volume command" _docker_volume_subcommands -} - -__docker_volume_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (create) - _arguments $(__docker_arguments) -A '-*' \ - $opts_help \ - "($help -d --driver)"{-d=,--driver=}"[Volume driver name]:Driver name:(local)" \ - "($help)*--label=[Set metadata for a volume]:label=value: " \ - "($help)*"{-o=,--opt=}"[Driver specific options]:Driver option: " \ - "($help -)1:Volume name: " && ret=0 - ;; - (inspect) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ - "($help -)1:volume:__docker_complete_volumes" && ret=0 - ;; - (ls) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_volume_complete_ls_filters" \ - "($help)--format=[Pretty-print volumes using a Go template]:template: " \ - "($help -q --quiet)"{-q,--quiet}"[Only display volume names]" && ret=0 - ;; - (prune) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 - ;; - (rm) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --force)"{-f,--force}"[Force the removal of one or more volumes]" \ - "($help -):volume:__docker_complete_volumes" && ret=0 - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_volume_commands" && ret=0 - ;; - esac - - return ret -} - -# EO volume - -__docker_caching_policy() { - oldp=( "$1"(Nmh+1) ) # 1 hour - (( $#oldp )) -} - -__docker_commands() { - local cache_policy - integer force_invalidation=0 - - zstyle -s ":completion:${curcontext}:" cache-policy cache_policy - if [[ -z "$cache_policy" ]]; then - zstyle ":completion:${curcontext}:" cache-policy __docker_caching_policy - fi - - if ( (( ! ${+_docker_hide_legacy_commands} )) || _cache_invalid docker_hide_legacy_commands ) \ - && ! _retrieve_cache docker_hide_legacy_commands; - then - _docker_hide_legacy_commands="${DOCKER_HIDE_LEGACY_COMMANDS}" - _store_cache docker_hide_legacy_commands _docker_hide_legacy_commands - fi - - if [[ "${_docker_hide_legacy_commands}" != "${DOCKER_HIDE_LEGACY_COMMANDS}" ]]; then - force_invalidation=1 - _docker_hide_legacy_commands="${DOCKER_HIDE_LEGACY_COMMANDS}" - _store_cache docker_hide_legacy_commands _docker_hide_legacy_commands - fi - - if ( [[ ${+_docker_subcommands} -eq 0 ]] || _cache_invalid docker_subcommands ) \ - && ! _retrieve_cache docker_subcommands || [[ ${force_invalidation} -eq 1 ]]; - then - local -a lines - lines=(${(f)"$(_call_program commands docker 2>&1)"}) - _docker_subcommands=(${${${(M)${lines[$((${lines[(i)*Commands:]} + 1)),-1]}:# *}## #}/ ##/:}) - _docker_subcommands=($_docker_subcommands 'daemon:Enable daemon mode' 'help:Show help for a command') - (( $#_docker_subcommands > 2 )) && _store_cache docker_subcommands _docker_subcommands - fi - _describe -t docker-commands "docker command" _docker_subcommands -} - -__docker_subcommand() { - local -a _command_args opts_help - local expl help="--help" - integer ret=1 - - opts_help=("(: -)--help[Print usage]") - - case "$words[1]" in - (attach|commit|cp|create|diff|exec|export|kill|logs|pause|unpause|port|rename|restart|rm|run|start|stats|stop|top|update|wait) - __docker_container_subcommand && ret=0 - ;; - (build|history|import|load|pull|push|save|tag) - __docker_image_subcommand && ret=0 - ;; - (checkpoint) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_checkpoint_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_checkpoint_subcommand && ret=0 - ;; - esac - ;; - (container) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_container_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_container_subcommand && ret=0 - ;; - esac - ;; - (daemon) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help)*--add-runtime=[Register an additional OCI compatible runtime]:runtime:__docker_complete_runtimes" \ - "($help)*--allow-nondistributable-artifacts=[Push nondistributable artifacts to specified registries]:registry: " \ - "($help)--api-cors-header=[CORS headers in the Engine API]:CORS headers: " \ - "($help)*--authorization-plugin=[Authorization plugins to load]" \ - "($help -b --bridge)"{-b=,--bridge=}"[Attach containers to a network bridge]:bridge:_net_interfaces" \ - "($help)--bip=[Network bridge IP]:IP address: " \ - "($help)--cgroup-parent=[Parent cgroup for all containers]:cgroup: " \ - "($help)--cluster-advertise=[Address or interface name to advertise]:Instance to advertise (host\:port): " \ - "($help)--cluster-store=[URL of the distributed storage backend]:Cluster Store:->cluster-store" \ - "($help)*--cluster-store-opt=[Cluster store options]:Cluster options:->cluster-store-options" \ - "($help)--config-file=[Path to daemon configuration file]:Config File:_files" \ - "($help)--containerd=[Path to containerd socket]:socket:_files -g \"*.sock\"" \ - "($help)--data-root=[Root directory of persisted Docker data]:path:_directories" \ - "($help -D --debug)"{-D,--debug}"[Enable debug mode]" \ - "($help)--default-gateway[Container default gateway IPv4 address]:IPv4 address: " \ - "($help)--default-gateway-v6[Container default gateway IPv6 address]:IPv6 address: " \ - "($help)--default-shm-size=[Default shm size for containers]:size:" \ - "($help)*--default-ulimit=[Default ulimits for containers]:ulimit: " \ - "($help)*--dns=[DNS server to use]:DNS: " \ - "($help)*--dns-opt=[DNS options to use]:DNS option: " \ - "($help)*--dns-search=[DNS search domains to use]:DNS search: " \ - "($help)*--exec-opt=[Runtime execution options]:runtime execution options: " \ - "($help)--exec-root=[Root directory for execution state files]:path:_directories" \ - "($help)--experimental[Enable experimental features]" \ - "($help)--fixed-cidr=[IPv4 subnet for fixed IPs]:IPv4 subnet: " \ - "($help)--fixed-cidr-v6=[IPv6 subnet for fixed IPs]:IPv6 subnet: " \ - "($help -G --group)"{-G=,--group=}"[Group for the unix socket]:group:_groups" \ - "($help -H --host)"{-H=,--host=}"[tcp://host:port to bind/connect to]:host: " \ - "($help)--icc[Enable inter-container communication]" \ - "($help)--init[Run an init inside containers to forward signals and reap processes]" \ - "($help)--init-path=[Path to the docker-init binary]:docker-init binary:_files" \ - "($help)*--insecure-registry=[Enable insecure registry communication]:registry: " \ - "($help)--ip=[Default IP when binding container ports]" \ - "($help)--ip-forward[Enable net.ipv4.ip_forward]" \ - "($help)--ip-masq[Enable IP masquerading]" \ - "($help)--iptables[Enable addition of iptables rules]" \ - "($help)--ipv6[Enable IPv6 networking]" \ - "($help -l --log-level)"{-l=,--log-level=}"[Logging level]:level:(debug info warn error fatal)" \ - "($help)*--label=[Key=value labels]:label: " \ - "($help)--live-restore[Enable live restore of docker when containers are still running]" \ - "($help)--log-driver=[Default driver for container logs]:logging driver:__docker_complete_log_drivers" \ - "($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)--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" \ - "($help)--raw-logs[Full timestamps without ANSI coloring]" \ - "($help)*--registry-mirror=[Preferred Docker registry mirror]:registry mirror: " \ - "($help)--seccomp-profile=[Path to seccomp profile]:path:_files -g \"*.json\"" \ - "($help -s --storage-driver)"{-s=,--storage-driver=}"[Storage driver to use]:driver:(aufs btrfs devicemapper overlay overlay2 vfs zfs)" \ - "($help)--selinux-enabled[Enable selinux support]" \ - "($help)--shutdown-timeout=[Set the shutdown timeout value in seconds]:time: " \ - "($help)*--storage-opt=[Storage driver options]:storage driver options: " \ - "($help)--tls[Use TLS]" \ - "($help)--tlscacert=[Trust certs signed only by this CA]:PEM file:_files -g \"*.(pem|crt)\"" \ - "($help)--tlscert=[Path to TLS certificate file]:PEM file:_files -g \"*.(pem|crt)\"" \ - "($help)--tlskey=[Path to TLS key file]:Key file:_files -g \"*.(pem|key)\"" \ - "($help)--tlsverify[Use TLS and verify the remote]" \ - "($help)--userns-remap=[User/Group setting for user namespaces]:user\:group:->users-groups" \ - "($help)--userland-proxy[Use userland proxy for loopback traffic]" \ - "($help)--userland-proxy-path=[Path to the userland proxy binary]:binary:_files" && ret=0 - - case $state in - (cluster-store) - if compset -P '*://'; then - _message 'host:port' && ret=0 - else - store=('consul' 'etcd' 'zk') - _describe -t cluster-store "Cluster Store" store -qS "://" && ret=0 - fi - ;; - (cluster-store-options) - if compset -P '*='; then - _files && ret=0 - else - opts=('discovery.heartbeat' 'discovery.ttl' 'kv.cacertfile' 'kv.certfile' 'kv.keyfile' 'kv.path') - _describe -t cluster-store-opts "Cluster Store Options" opts -qS "=" && ret=0 - fi - ;; - (users-groups) - if compset -P '*:'; then - _groups && ret=0 - else - _describe -t userns-default "default Docker user management" '(default)' && ret=0 - _users && ret=0 - fi - ;; - esac - ;; - (events|info) - __docker_system_subcommand && ret=0 - ;; - (image) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_image_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_image_subcommand && ret=0 - ;; - esac - ;; - (images) - words[1]='ls' - __docker_image_subcommand && ret=0 - ;; - (inspect) - local state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ - "($help -s --size)"{-s,--size}"[Display total file sizes if the type is container]" \ - "($help)--type=[Return JSON for specified type]:type:(container image network node plugin service volume)" \ - "($help -)*: :->values" && ret=0 - - case $state in - (values) - if [[ ${words[(r)--type=container]} == --type=container ]]; then - __docker_complete_containers && ret=0 - elif [[ ${words[(r)--type=image]} == --type=image ]]; then - __docker_complete_images && ret=0 - elif [[ ${words[(r)--type=network]} == --type=network ]]; then - __docker_complete_networks && ret=0 - elif [[ ${words[(r)--type=node]} == --type=node ]]; then - __docker_complete_nodes && ret=0 - elif [[ ${words[(r)--type=plugin]} == --type=plugin ]]; then - __docker_complete_plugins && ret=0 - elif [[ ${words[(r)--type=service]} == --type=secrets ]]; then - __docker_complete_secrets && ret=0 - elif [[ ${words[(r)--type=service]} == --type=service ]]; then - __docker_complete_services && ret=0 - elif [[ ${words[(r)--type=volume]} == --type=volume ]]; then - __docker_complete_volumes && ret=0 - else - __docker_complete_containers - __docker_complete_images - __docker_complete_networks - __docker_complete_nodes - __docker_complete_plugins - __docker_complete_secrets - __docker_complete_services - __docker_complete_volumes && ret=0 - fi - ;; - esac - ;; - (login) - _arguments $(__docker_arguments) -A '-*' \ - $opts_help \ - "($help -p --password)"{-p=,--password=}"[Password]:password: " \ - "($help)--password-stdin[Read password from stdin]" \ - "($help -u --user)"{-u=,--user=}"[Username]:username: " \ - "($help -)1:server: " && ret=0 - ;; - (logout) - _arguments $(__docker_arguments) -A '-*' \ - $opts_help \ - "($help -)1:server: " && ret=0 - ;; - (network) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_network_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_network_subcommand && ret=0 - ;; - esac - ;; - (node) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_node_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_node_subcommand && ret=0 - ;; - esac - ;; - (plugin) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_plugin_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_plugin_subcommand && ret=0 - ;; - esac - ;; - (ps) - words[1]='ls' - __docker_container_subcommand && ret=0 - ;; - (rmi) - words[1]='rm' - __docker_image_subcommand && ret=0 - ;; - (search) - _arguments $(__docker_arguments) -A '-*' \ - $opts_help \ - "($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_search_filters" \ - "($help)--limit=[Maximum returned search results]:limit:(1 5 10 25 50)" \ - "($help)--no-trunc[Do not truncate output]" \ - "($help -):term: " && ret=0 - ;; - (secret) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_secret_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_secret_subcommand && ret=0 - ;; - esac - ;; - (service) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_service_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_service_subcommand && ret=0 - ;; - esac - ;; - (stack) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_stack_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_stack_subcommand && ret=0 - ;; - esac - ;; - (swarm) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_swarm_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_swarm_subcommand && ret=0 - ;; - esac - ;; - (system) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_system_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_system_subcommand && ret=0 - ;; - esac - ;; - (version) - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " && ret=0 - ;; - (volume) - local curcontext="$curcontext" state - _arguments $(__docker_arguments) \ - $opts_help \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - case $state in - (command) - __docker_volume_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-${words[-1]}: - __docker_volume_subcommand && ret=0 - ;; - esac - ;; - (help) - _arguments $(__docker_arguments) ":subcommand:__docker_commands" && ret=0 - ;; - esac - - return ret -} - -_docker() { - # Support for subservices, which allows for `compdef _docker docker-shell=_docker_containers`. - # Based on /usr/share/zsh/functions/Completion/Unix/_git without support for `ret`. - if [[ $service != docker ]]; then - _call_function - _$service - return - fi - - local curcontext="$curcontext" state line help="-h --help" - integer ret=1 - typeset -A opt_args - - _arguments $(__docker_arguments) -C \ - "(: -)"{-h,--help}"[Print usage]" \ - "($help)--config[Location of client config files]:path:_directories" \ - "($help -D --debug)"{-D,--debug}"[Enable debug mode]" \ - "($help -H --host)"{-H=,--host=}"[tcp://host:port to bind/connect to]:host: " \ - "($help -l --log-level)"{-l=,--log-level=}"[Logging level]:level:(debug info warn error fatal)" \ - "($help)--tls[Use TLS]" \ - "($help)--tlscacert=[Trust certs signed only by this CA]:PEM file:_files -g "*.(pem|crt)"" \ - "($help)--tlscert=[Path to TLS certificate file]:PEM file:_files -g "*.(pem|crt)"" \ - "($help)--tlskey=[Path to TLS key file]:Key file:_files -g "*.(pem|key)"" \ - "($help)--tlsverify[Use TLS and verify the remote]" \ - "($help)--userland-proxy[Use userland proxy for loopback traffic]" \ - "($help -v --version)"{-v,--version}"[Print version information and quit]" \ - "($help -): :->command" \ - "($help -)*:: :->option-or-argument" && ret=0 - - local host=${opt_args[-H]}${opt_args[--host]} - local config=${opt_args[--config]} - local docker_options="${host:+--host $host} ${config:+--config $config}" - - case $state in - (command) - __docker_commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*:*}:docker-$words[1]: - __docker_subcommand && ret=0 - ;; - esac - - return ret -} - -_dockerd() { - integer ret=1 - words[1]='daemon' - __docker_subcommand && ret=0 - return ret -} - -_docker "$@" - -# Local Variables: -# mode: Shell-Script -# sh-indentation: 4 -# indent-tabs-mode: nil -# sh-basic-offset: 4 -# End: -# vim: ft=zsh sw=4 ts=4 et diff --git a/zsh/.oh-my-zsh_old/plugins/doctl/README.md b/zsh/.oh-my-zsh_old/plugins/doctl/README.md deleted file mode 100644 index a81e90b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/doctl/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Doctl - -This plugin provides completion for [Doctl](https://github.com/digitalocean/doctl). - -To use it add doctl to the plugins array in your zshrc file. - -```bash -plugins=(... doctl) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/doctl/doctl.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/doctl/doctl.plugin.zsh deleted file mode 100644 index d23ed08..0000000 --- a/zsh/.oh-my-zsh_old/plugins/doctl/doctl.plugin.zsh +++ /dev/null @@ -1,9 +0,0 @@ -# Autocompletion for doctl, the command line tool for DigitalOcean service -# -# doctl project: https://github.com/digitalocean/doctl -# -# Author: https://github.com/HalisCz - -if [ $commands[doctl] ]; then - source <(doctl completion zsh) -fi diff --git a/zsh/.oh-my-zsh_old/plugins/dotenv/README.md b/zsh/.oh-my-zsh_old/plugins/dotenv/README.md deleted file mode 100644 index cac5524..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dotenv/README.md +++ /dev/null @@ -1,56 +0,0 @@ -# dotenv - -Automatically load your project ENV variables from `.env` file when you `cd` into project root directory. - -Storing configuration in the environment is one of the tenets of a [twelve-factor app](https://www.12factor.net). Anything that is likely to change between deployment environments, such as resource handles for databases or credentials for external services, should be extracted from the code into environment variables. - -## Installation - -Just add the plugin to your `.zshrc`: - -```sh -plugins=(... dotenv) -``` - -## Usage - -Create `.env` file inside your project root directory and put your ENV variables there. - -For example: -```sh -export AWS_S3_TOKEN=d84a83539134f28f412c652b09f9f98eff96c9a -export SECRET_KEY=7c6c72d959416d5aa368a409362ec6e2ac90d7f -export MONGO_URI=mongodb://127.0.0.1:27017 -export PORT=3001 -``` -`export` is optional. This format works as well: -```sh -AWS_S3_TOKEN=d84a83539134f28f412c652b09f9f98eff96c9a -SECRET_KEY=7c6c72d959416d5aa368a409362ec6e2ac90d7f -MONGO_URI=mongodb://127.0.0.1:27017 -PORT=3001 -``` -You can even mix both formats, although it's probably a bad idea. - -### ZSH_DOTENV_FILE - -You can also modify the name of the file to be loaded with the variable `ZSH_DOTENV_FILE`. -If the variable isn't set, the plugin will default to use `.env`. -For example, this will make the plugin look for files named `.dotenv` and load them: - -``` -# in ~/.zshrc, before Oh My Zsh is sourced: -ZSH_DOTENV_FILE=.dotenv -``` - -## Version Control - -**It's strongly recommended to add `.env` file to `.gitignore`**, because usually it contains sensitive information such as your credentials, secret keys, passwords etc. You don't want to commit this file, it's supposed to be local only. - -## Disclaimer - -This plugin only sources the `.env` file. Nothing less, nothing more. It doesn't do any checks. It's designed to be the fastest and simplest option. You're responsible for the `.env` file content. You can put some code (or weird symbols) there, but do it on your own risk. `dotenv` is the basic tool, yet it does the job. - -If you need more advanced and feature-rich ENV management, check out these awesome projects: -* [direnv](https://github.com/direnv/direnv) -* [zsh-autoenv](https://github.com/Tarrasch/zsh-autoenv) diff --git a/zsh/.oh-my-zsh_old/plugins/dotenv/dotenv.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/dotenv/dotenv.plugin.zsh deleted file mode 100644 index 89763d0..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dotenv/dotenv.plugin.zsh +++ /dev/null @@ -1,23 +0,0 @@ -source_env() { - if [[ -f $ZSH_DOTENV_FILE ]]; then - # test .env syntax - zsh -fn $ZSH_DOTENV_FILE || echo "dotenv: error when sourcing '$ZSH_DOTENV_FILE' file" >&2 - - if [[ -o a ]]; then - source $ZSH_DOTENV_FILE - else - set -a - source $ZSH_DOTENV_FILE - set +a - fi - fi -} - -autoload -U add-zsh-hook -add-zsh-hook chpwd source_env - -if [[ -z $ZSH_DOTENV_FILE ]]; then - ZSH_DOTENV_FILE=.env -fi - -source_env diff --git a/zsh/.oh-my-zsh_old/plugins/dotnet/README.md b/zsh/.oh-my-zsh_old/plugins/dotnet/README.md deleted file mode 100644 index 7a6d6a9..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dotnet/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# .NET Core CLI plugin - -This plugin provides completion and useful aliases for [.NET Core CLI](https://dotnet.microsoft.com/). - -To use it, add `dotnet` to the plugins array in your zshrc file. - -``` -plugins=(... dotnet) -``` - -## Aliases - -| Alias | Command | Description | -|-------|--------------|-------------------------------------------------------------------| -| dn | dotnet new | Create a new .NET project or file. | -| dr | dotnet run | Build and run a .NET project output. | -| dt | dotnet test | Run unit tests using the test runner specified in a .NET project. | -| ds | dotnet sln | Modify Visual Studio solution files. | -| da | dotnet add | Add a package or reference to a .NET project. | -| dp | dotnet pack | Create a NuGet package. | -| dng | dotnet nuget | Provides additional NuGet commands. | \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/plugins/dotnet/dotnet.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/dotnet/dotnet.plugin.zsh deleted file mode 100644 index 8b9a45a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/dotnet/dotnet.plugin.zsh +++ /dev/null @@ -1,117 +0,0 @@ -# --------------------------------------------------------------------- # -# Aliases and Completions for .NET Core (https://dotnet.microsoft.com/) # -# Author: Shaun Tabone (https://github.com/xontab) # -# --------------------------------------------------------------------- # - -# Helper function to cache and load completions -local cache_base_path="${ZSH_CACHE_DIR}/dotnet_" -_dotnet_cache_completion() { - local cache="${cache_base_path}$(echo $1)_completion" - if [[ ! -f $cache ]]; then - $2 $cache - fi - - [[ -f $cache ]] && cat $cache -} - -_dotnet_cache_completion_cleanup() { - local cache="${cache_base_path}$(echo $1)_completion" - rm -f $cache -} - -# --------------------------------------------------------------------- # -# dotnet new # -# ALIAS: dn # -# --------------------------------------------------------------------- # -_dotnet_new_completion() { - if [ $commands[dotnet] ]; then - dotnet new -l | tail -n +21 | sed 's/ \+/:/g' | cut -d : -f 2 >$1 - fi -} - -_dotnet_new_completion_cached() { - _dotnet_cache_completion 'new' _dotnet_new_completion -} - -_dotnet_cache_completion_cleanup 'new' - -alias dn='dotnet new' - -# --------------------------------------------------------------------- # -# dotnet # -# --------------------------------------------------------------------- # -_dotnet() { - if [ $CURRENT -eq 2 ]; then - _arguments \ - '--diagnostics[Enable diagnostic output.]' \ - '--help[Show command line help.]' \ - '--info[Display .NET Core information.]' \ - '--list-runtimes[Display the installed runtimes.]' \ - '--list-sdks[Display the installed SDKs.]' \ - '--version[Display .NET Core SDK version in use.]' - - _values \ - 'add[Add a package or reference to a .NET project.]' \ - 'build[Build a .NET project.]' \ - 'build-server[Interact with servers started by a build.]' \ - 'clean[Clean build outputs of a .NET project.]' \ - 'help[Show command line help.]' \ - 'list[List project references of a .NET project.]' \ - 'msbuild[Run Microsoft Build Engine (MSBuild) commands.]' \ - 'new[Create a new .NET project or file.]' \ - 'nuget[Provides additional NuGet commands.]' \ - 'pack[Create a NuGet package.]' \ - 'publish[Publish a .NET project for deployment.]' \ - 'remove[Remove a package or reference from a .NET project.]' \ - 'restore[Restore dependencies specified in a .NET project.]' \ - 'run[Build and run a .NET project output.]' \ - 'sln[Modify Visual Studio solution files.]' \ - 'store[Store the specified assemblies in the runtime package store.]' \ - 'test[Run unit tests using the test runner specified in a .NET project.]' \ - 'tool[Install or manage tools that extend the .NET experience.]' \ - 'vstest[Run Microsoft Test Engine (VSTest) commands.]' \ - 'dev-certs[Create and manage development certificates.]' \ - 'fsi[Start F# Interactive / execute F# scripts.]' \ - 'sql-cache[SQL Server cache command-line tools.]' \ - 'user-secrets[Manage development user secrets.]' \ - 'watch[Start a file watcher that runs a command when files change.]' - return - fi - - if [ $CURRENT -eq 3 ]; then - case ${words[2]} in - "new") - compadd -X ".NET Installed Templates" $(_dotnet_new_completion_cached) - return - ;; - "sln") - _values \ - 'add[Add one or more projects to a solution file.]' \ - 'list[List all projects in a solution file.]' \ - 'remove[Remove one or more projects from a solution file.]' - return - ;; - "nuget") - _values \ - 'delete[Deletes a package from the server.]' \ - 'locals[Clears or lists local NuGet resources such as http requests cache, packages folder, plugin operations cache or machine-wide global packages folder.]' \ - 'push[Pushes a package to the server and publishes it.]' - return - ;; - esac - fi - - _arguments '*::arguments: _normal' -} - -compdef _dotnet dotnet - -# --------------------------------------------------------------------- # -# Other Aliases # -# --------------------------------------------------------------------- # -alias dr='dotnet run' -alias dt='dotnet test' -alias ds='dotnet sln' -alias da='dotnet add' -alias dp='dotnet pack' -alias dng='dotnet nuget' diff --git a/zsh/.oh-my-zsh_old/plugins/droplr/README.md b/zsh/.oh-my-zsh_old/plugins/droplr/README.md deleted file mode 100644 index 6daa254..0000000 --- a/zsh/.oh-my-zsh_old/plugins/droplr/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# droplr - -Use [Droplr](https://droplr.com/) from the command line to upload files and shorten -links. It needs to have [Droplr.app](https://droplr.com/apps) installed and logged -in. MacOS only. - -To use it, add `droplr` to the `$plugins` variable in your zshrc file: - -```zsh -plugins=(... droplr) -``` - -Author: [Fabio Fernandes](https://github.com/fabiofl) - -## Examples - -- Upload a file: `droplr ./path/to/file/` - -- Shorten a link: `droplr https://example.com` diff --git a/zsh/.oh-my-zsh_old/plugins/droplr/droplr.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/droplr/droplr.plugin.zsh deleted file mode 100644 index af0a212..0000000 --- a/zsh/.oh-my-zsh_old/plugins/droplr/droplr.plugin.zsh +++ /dev/null @@ -1,15 +0,0 @@ -# Only compatible with MacOS -[[ "$OSTYPE" == darwin* ]] || return - -droplr() { - if [[ $# -eq 0 ]]; then - echo You need to specify a parameter. >&2 - return 1 - fi - - if [[ "$1" =~ ^https?:// ]]; then - osascript -e 'tell app "Droplr" to shorten "'"$1"'"' - else - open -ga /Applications/Droplr.app "$1" - fi -} diff --git a/zsh/.oh-my-zsh_old/plugins/drush/README.md b/zsh/.oh-my-zsh_old/plugins/drush/README.md deleted file mode 100644 index df7b82b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/drush/README.md +++ /dev/null @@ -1,83 +0,0 @@ -# Drush - -## Description -This plugin offers aliases and functions to make the work with drush easier and more productive. - -To enable it, add the `drush` to your `plugins` array in `~/.zshrc`: - -``` -plugins=(... drush) -``` - -## Aliases -| Alias | Description | Command | -|-------|-----------------------------------------------------------------------|-----------------------------| -| dr | Display drush help | drush | -| drca | Clear all drupal caches. | drush cc all | -| drcb | Clear block cache. | drush cc block | -| drcg | Clear registry cache. | drush cc registry | -| drcj | Clear css-js cache. | drush cc css-js | -| drcm | Clear menu cache. | drush cc menu | -| drcml | Clear module-list cache. | drush cc module-list | -| drcr | Run all cron hooks in all active modules for specified site. | drush core-cron | -| drct | Clear theme-registry cache. | drush cc theme-registry | -| drcv | Clear views cache. (Make sure that the views module is enabled) | drush cc views | -| drdmp | Backup database in a new dump.sql file | drush drush sql-dump --ordered-dump --result-file=dump.sql| -| drf | Display features status | drush features | -| drfr | Revert a feature module on your site. | drush features-revert -y | -| drfu | Update a feature module on your site. | drush features-update -y | -| drfra | Revert all enabled feature module on your site. | drush features-revert-all | -| drif | Flush all derived images. | drush image-flush --all | -| drpm | Show a list of available modules. | drush pm-list --type=module | -| drst | Provides a birds-eye view of the current Drupal installation, if any. | drush core-status | -| drup | Apply any database updates required (as with running update.php). | drush updatedb | -| drups | List any pending database updates. | drush updatedb-status | -| drv | Show drush version. | drush version | -| drvd | Delete a variable. | drush variable-del | -| drvg | Get a list of some or all site variables and values. | drush variable-get | -| drvs | Set a variable. | drush variable-set | - -## Functions - -### dren -Download and enable one or more extensions (modules or themes). -Must be invoked with one or more parameters. e.g.: -`dren devel` or `dren devel module_filter views` - -### drf -Edit drushrc, site alias, and Drupal settings.php files. -Can be invoked with one or without parameters. e.g.: -`drf 1` - -### dris -Disable one or more extensions (modules or themes) -Must be invoked with one or more parameters. e.g.: -`dris devel` or `dris devel module_filter views` - -### drpu -Uninstall one or more modules. -Must be invoked with one or more parameters. e.g.: -`drpu devel` or `drpu devel module_filter views` - -### drnew -Creates a brand new drupal website. -Note: As soon as the installation is complete, drush will print a username and a random password into the terminal: -``` -Installation complete. User name: admin User password: cf7t8yqNEm -``` - -## Additional features - -### Autocomplete -The [completion script for drush](https://github.com/drush-ops/drush/blob/8.0.1/drush.complete.sh) comes enabled with this plugin. -So, it is possible to type a command: -``` -drush sql -``` - -And as soon as the tab key is pressed, the script will display the available commands: -``` -drush sql -sqlc sql-conf sql-create sql-dump sql-query sql-sanitize -sql-cli sql-connect sql-drop sqlq sqlsan sql-sync -``` diff --git a/zsh/.oh-my-zsh_old/plugins/drush/drush.complete.sh b/zsh/.oh-my-zsh_old/plugins/drush/drush.complete.sh deleted file mode 100644 index 38b882e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/drush/drush.complete.sh +++ /dev/null @@ -1,50 +0,0 @@ -# BASH completion script for Drush. -# -# Place this in your /etc/bash_completion.d/ directory or source it from your -# ~/.bash_completion or ~/.bash_profile files. Alternatively, source -# examples/example.bashrc instead, as it will automatically find and source -# this file. -# -# If you're using ZSH instead of BASH, add the following to your ~/.zshrc file -# and source it. -# -# autoload bashcompinit -# bashcompinit -# source /path/to/your/drush.complete.sh - -# Ensure drush is available. -which drush > /dev/null || alias drush &> /dev/null || return - -__drush_ps1() { - f="${TMPDIR:-/tmp/}/drush-env-${USER}/drush-drupal-site-$$" - if [ -f $f ] - then - __DRUPAL_SITE=$(cat "$f") - else - __DRUPAL_SITE="$DRUPAL_SITE" - fi - - # Set DRUSH_PS1_SHOWCOLORHINTS to a non-empty value and define a - # __drush_ps1_colorize_alias() function for color hints in your Drush PS1 - # prompt. See example.prompt.sh for an example implementation. - if [ -n "${__DRUPAL_SITE-}" ] && [ -n "${DRUSH_PS1_SHOWCOLORHINTS-}" ]; then - __drush_ps1_colorize_alias - fi - - [[ -n "$__DRUPAL_SITE" ]] && printf "${1:- (%s)}" "$__DRUPAL_SITE" -} - -# Completion function, uses the "drush complete" command to retrieve -# completions for a specific command line COMP_WORDS. -_drush_completion() { - # Set IFS to newline (locally), since we only use newline separators, and - # need to retain spaces (or not) after completions. - local IFS=$'\n' - # The '< /dev/null' is a work around for a bug in php libedit stdin handling. - # Note that libedit in place of libreadline in some distributions. See: - # https://bugs.launchpad.net/ubuntu/+source/php5/+bug/322214 - COMPREPLY=( $(drush --early=includes/complete.inc "${COMP_WORDS[@]}" < /dev/null 2> /dev/null) ) -} - -# Register our completion function. We include common short aliases for Drush. -complete -o bashdefault -o default -o nospace -F _drush_completion d dr drush drush5 drush6 drush7 drush8 drush.php diff --git a/zsh/.oh-my-zsh_old/plugins/drush/drush.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/drush/drush.plugin.zsh deleted file mode 100644 index 8a20d79..0000000 --- a/zsh/.oh-my-zsh_old/plugins/drush/drush.plugin.zsh +++ /dev/null @@ -1,104 +0,0 @@ -# Drush support. - -function dren() { - drush en $@ -y -} - -function dris() { - drush pm-disable $@ -y -} - -function drpu() { - drush pm-uninstall $@ -y -} - -function drf() { - if [[ $1 == "" ]] then - drush core-config - else - drush core-config --choice=$1 - fi -} - -function drfi() { - if [[ $1 == "fields" ]]; then - drush field-info fields - elif [[ $1 == "types" ]]; then - drush field-info types - else - drush field-info - fi -} - -function drnew() { - - cd ~ - echo "Website's name: " - read WEBSITE_NAME - - HOST=http://$(hostname -i)/ - - if [[ $WEBSITE_NAME == "" ]] then - MINUTES=$(date +%M:%S) - WEBSITE_NAME="Drupal-$MINUTES" - echo "Your website will be named: $WEBSITE_NAME" - fi - - drush dl drupal --drupal-project-rename=$WEBSITE_NAME - - echo "Type your localhost directory: (Leave empty for /var/www/html/)" - read DIRECTORY - - if [[ $DIRECTORY == "" ]] then - DIRECTORY="/var/www/html/" - fi - - echo "Moving to $DIRECTORY$WEBSITE_NAME" - sudo mv $WEBSITE_NAME $DIRECTORY - cd $DIRECTORY$WEBSITE_NAME - - echo "Database's user: " - read DATABASE_USR - echo "Database's password: " - read -s DATABASE_PWD - echo "Database's name for your project: " - read DATABASE - - DB_URL="mysql://$DATABASE_USR:$DATABASE_PWD@localhost/$DATABASE" - drush site-install standard --db-url=$DB_URL --site-name=$WEBSITE_NAME - - open_command $HOST$WEBSITE_NAME - echo "Done" - -} - -# Aliases, sorted alphabetically. -alias dr="drush" -alias drca="drush cc all" # Deprecated for Drush 8 -alias drcb="drush cc block" # Deprecated for Drush 8 -alias drcg="drush cc registry" # Deprecated for Drush 8 -alias drcj="drush cc css-js" -alias drcm="drush cc menu" -alias drcml="drush cc module-list" -alias drcr="drush core-cron" -alias drct="drush cc theme-registry" -alias drcv="drush cc views" -alias drdmp="drush sql-dump --ordered-dump --result-file=dump.sql" -alias drf="drush features" -alias drfr="drush features-revert -y" -alias drfu="drush features-update -y" -alias drfra="drush features-revert-all" -alias drif="drush image-flush --all" -alias drpm="drush pm-list --type=module" -alias drst="drush core-status" -alias drup="drush updatedb" -alias drups="drush updatedb-status" -alias drv="drush version" -alias drvd="drush variable-del" -alias drvg="drush variable-get" -alias drvs="drush variable-set" - -# Enable drush autocomplete support -autoload bashcompinit -bashcompinit -source $(dirname $0)/drush.complete.sh diff --git a/zsh/.oh-my-zsh_old/plugins/eecms/README.md b/zsh/.oh-my-zsh_old/plugins/eecms/README.md deleted file mode 100644 index c538355..0000000 --- a/zsh/.oh-my-zsh_old/plugins/eecms/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# eecms plugin - -This plugin adds auto-completion of console commands for [`eecms`](https://github.com/ExpressionEngine/ExpressionEngine). - -To use it, add `eecms` to the plugins array of your `.zshrc` file: -``` -plugins=(... eecms) -``` - -It also adds the alias `eecms` which finds the eecms file in the current project -and runs it with php. diff --git a/zsh/.oh-my-zsh_old/plugins/eecms/eecms.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/eecms/eecms.plugin.zsh deleted file mode 100644 index ee10fbb..0000000 --- a/zsh/.oh-my-zsh_old/plugins/eecms/eecms.plugin.zsh +++ /dev/null @@ -1,20 +0,0 @@ -# ExpressionEngine CMS basic command completion - -_eecms_console () { - echo "php $(find . -maxdepth 3 -mindepth 1 -name 'eecms' -type f | head -n 1)" -} - -_eecms_get_command_list () { - `_eecms_console` | sed "/Available commands/,/^/d" | sed "s/[[:space:]].*//g" -} - -_eecms () { - compadd `_eecms_get_command_list` -} - -compdef _eecms '`_eecms_console`' -compdef _eecms 'system/ee/eecms' -compdef _eecms eecms - -#Alias -alias eecms='`_eecms_console`' diff --git a/zsh/.oh-my-zsh_old/plugins/emacs/README.md b/zsh/.oh-my-zsh_old/plugins/emacs/README.md deleted file mode 100644 index c8e33b5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emacs/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# Emacs plugin - -This plugin utilizes the Emacs daemon capability, allowing the user to quickly open frames, whether they are opened in a terminal via a ssh connection, or X frames opened on the same host. The plugin also provides some aliases for such operations. - -- You don't have the cost of starting Emacs all the time anymore -- Opening a file is as fast as Emacs does not have anything else to do. -- You can share opened buffered across opened frames. -- Configuration changes made at runtime are applied to all frames. - -**NOTE:** requires Emacs 24 and newer. - -To use it, add emacs to the plugins array in your zshrc file: - -```zsh -plugins=(... emacs) -``` - -## Aliases - -The plugin uses a custom launcher (which we'll call here `$EMACS_LAUNCHER`) that is just a wrapper around [`emacsclient`](https://www.emacswiki.org/emacs/EmacsClient). - -| Alias | Command | Description | -|--------|----------------------------------------------------|----------------------------------------------------------------| -| emacs | `$EMACS_LAUNCHER --no-wait` | Opens a temporary emacsclient frame | -| e | `emacs` | Same as emacs alias | -| te | `$EMACS_LAUNCHER -nw` | Open terminal emacsclient | -| eeval | `$EMACS_LAUNCHER --eval` | Same as `M-x eval` but from outside Emacs | -| eframe | `emacsclient --alternate-editor "" --create-frame` | Create new X frame | -| efile | - | Print the path to the file open in the current buffer | -| ecd | - | Print the directory of the file open in the the current buffer | diff --git a/zsh/.oh-my-zsh_old/plugins/emacs/emacs.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/emacs/emacs.plugin.zsh deleted file mode 100644 index db0ab13..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emacs/emacs.plugin.zsh +++ /dev/null @@ -1,55 +0,0 @@ -# Emacs 23 daemon capability is a killing feature. -# One emacs process handles all your frames whether -# you use a frame opened in a terminal via a ssh connection or X frames -# opened on the same host. - -# Benefits are multiple -# - You don't have the cost of starting Emacs all the time anymore -# - Opening a file is as fast as Emacs does not have anything else to do. -# - You can share opened buffered across opened frames. -# - Configuration changes made at runtime are applied to all frames. - - -if "$ZSH/tools/require_tool.sh" emacsclient 24 2>/dev/null ; then - export EMACS_PLUGIN_LAUNCHER="$ZSH/plugins/emacs/emacsclient.sh" - - # set EDITOR if not already defined. - export EDITOR="${EDITOR:-${EMACS_PLUGIN_LAUNCHER}}" - - alias emacs="$EMACS_PLUGIN_LAUNCHER --no-wait" - alias e=emacs - # open terminal emacsclient - alias te="$EMACS_PLUGIN_LAUNCHER -nw" - - # same than M-x eval but from outside Emacs. - alias eeval="$EMACS_PLUGIN_LAUNCHER --eval" - # create a new X frame - alias eframe='emacsclient --alternate-editor "" --create-frame' - - - # Write to standard output the path to the file - # opened in the current buffer. - function efile { - local cmd="(buffer-file-name (window-buffer))" - "$EMACS_PLUGIN_LAUNCHER" --eval "$cmd" | tr -d \" - } - - # Write to standard output the directory of the file - # opened in the the current buffer - function ecd { - local cmd="(let ((buf-name (buffer-file-name (window-buffer)))) - (if buf-name (file-name-directory buf-name)))" - - local dir="$($EMACS_PLUGIN_LAUNCHER --eval $cmd | tr -d \")" - if [ -n "$dir" ] ;then - echo "$dir" - else - echo "can not deduce current buffer filename." >/dev/stderr - return 1 - fi - } -fi - -## Local Variables: -## mode: sh -## End: diff --git a/zsh/.oh-my-zsh_old/plugins/emacs/emacsclient.sh b/zsh/.oh-my-zsh_old/plugins/emacs/emacsclient.sh deleted file mode 100755 index 0aa8d6f..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emacs/emacsclient.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -_emacsfun() -{ - # get list of emacs frames. - frameslist=`emacsclient --alternate-editor '' --eval '(frame-list)' 2>/dev/null | egrep -o '(frame)+'` - - if [ "$(echo "$frameslist" | sed -n '$=')" -ge 2 ] ;then - # prevent creating another X frame if there is at least one present. - emacsclient --alternate-editor "" "$@" - else - # Create one if there is no X window yet. - emacsclient --alternate-editor "" --create-frame "$@" - fi -} - - -# adopted from https://github.com/davidshepherd7/emacs-read-stdin/blob/master/emacs-read-stdin.sh -# If the second argument is - then write stdin to a tempfile and open the -# tempfile. (first argument will be `--no-wait` passed in by the plugin.zsh) -if [ "$#" -ge "2" -a "$2" = "-" ] -then - tempfile="$(mktemp --tmpdir emacs-stdin-$USER.XXXXXXX 2>/dev/null \ - || mktemp -t emacs-stdin-$USER)" # support BSD mktemp - cat - > "$tempfile" - _emacsfun --no-wait $tempfile -else - _emacsfun "$@" -fi diff --git a/zsh/.oh-my-zsh_old/plugins/ember-cli/README.md b/zsh/.oh-my-zsh_old/plugins/ember-cli/README.md deleted file mode 100644 index b463736..0000000 --- a/zsh/.oh-my-zsh_old/plugins/ember-cli/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# Ember CLI - -**Maintainers:** [BilalBudhani](https://github.com/BilalBudhani), [eubenesa](https://github.com/eubenesa), [scottkidder](https://github.com/scottkidder] - -Ember CLI (https://www.ember-cli.com/) - -### List of Aliases - -Alias | Ember-CLI command ------ | ----------------- -**es** | *ember serve* -**ea** | *ember addon* -**eb** | *ember build* -**ed** | *ember destroy* -**eg** | *ember generate* -**eh** | *ember help* -**ein** | *ember init* -**ei** | *ember install* -**et** | *ember test* -**ets** | *ember test --serve* -**eu** | *ember update* -**ev** | *ember version* diff --git a/zsh/.oh-my-zsh_old/plugins/ember-cli/ember-cli.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/ember-cli/ember-cli.plugin.zsh deleted file mode 100644 index 67842c1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/ember-cli/ember-cli.plugin.zsh +++ /dev/null @@ -1,17 +0,0 @@ -# Ember CLI -# Visit https://www.ember-cli.com/ to view user guide - -alias es='ember serve' -alias ea='ember addon' -alias eb='ember build' -alias ed='ember destroy' -alias eg='ember generate' -alias eh='ember help' -alias ein='ember init' -alias ei='ember install' -alias et='ember test' -alias ets='ember test --serve' -alias eu='ember update' - -# version -alias ev='ember version' diff --git a/zsh/.oh-my-zsh_old/plugins/emoji-clock/README.md b/zsh/.oh-my-zsh_old/plugins/emoji-clock/README.md deleted file mode 100644 index 4934f38..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emoji-clock/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# emoji-clock - -The plugin displays current time as an emoji symbol with half hour accuracy. - -To use it, add `emoji-clock` to the plugins array of your zshrc file: -``` -plugins=(... emoji-clock) -``` - -## Features - -| Function | Description | -|-------------------|----------------------------------------------------------------------| -| `emoji-clock` | Displays current time in clock emoji symbol with half hour accuracy | diff --git a/zsh/.oh-my-zsh_old/plugins/emoji-clock/emoji-clock.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/emoji-clock/emoji-clock.plugin.zsh deleted file mode 100644 index bdd606f..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emoji-clock/emoji-clock.plugin.zsh +++ /dev/null @@ -1,33 +0,0 @@ -# ------------------------------------------------------------------------------ -# FILE: emoji-clock.plugin.zsh -# DESCRIPTION: The current time with half hour accuracy as an emoji symbol. -# Inspired by Andre Torrez' "Put A Burger In Your Shell" -# https://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html -# AUTHOR: Alexis Hildebrandt (afh[at]surryhill.net) -# VERSION: 1.0.0 -# ----------------------------------------------------------------------------- - -function emoji-clock() { - # Add 15 minutes to the current time and save the value as $minutes. - (( minutes = $(date '+%M') + 15 )) - (( hour = $(date '+%I') + minutes / 60 )) - # make sure minutes and hours don't exceed 60 nor 12 respectively - (( minutes %= 60 )); (( hour %= 12 )) - - case $hour in - 0) clock="🕛"; [ $minutes -ge 30 ] && clock="🕧";; - 1) clock="ðŸ•"; [ $minutes -ge 30 ] && clock="🕜";; - 2) clock="🕑"; [ $minutes -ge 30 ] && clock="ðŸ•";; - 3) clock="🕒"; [ $minutes -ge 30 ] && clock="🕞";; - 4) clock="🕓"; [ $minutes -ge 30 ] && clock="🕟";; - 5) clock="🕔"; [ $minutes -ge 30 ] && clock="🕠";; - 6) clock="🕕"; [ $minutes -ge 30 ] && clock="🕡";; - 7) clock="🕖"; [ $minutes -ge 30 ] && clock="🕢";; - 8) clock="🕗"; [ $minutes -ge 30 ] && clock="🕣";; - 9) clock="🕘"; [ $minutes -ge 30 ] && clock="🕤";; - 10) clock="🕙"; [ $minutes -ge 30 ] && clock="🕥";; - 11) clock="🕚"; [ $minutes -ge 30 ] && clock="🕦";; - *) clock="⌛";; - esac - echo $clock -} diff --git a/zsh/.oh-my-zsh_old/plugins/emoji/README.md b/zsh/.oh-my-zsh_old/plugins/emoji/README.md deleted file mode 100644 index 8b8860a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emoji/README.md +++ /dev/null @@ -1,135 +0,0 @@ -# emoji plugin - -Support for conveniently working with Unicode emoji in Zsh. - -## Features - -This plugin provides support for working with Unicode emoji characters in `zsh` using human-readable identifiers. It provides global variables which map emoji names to the actual characters, country names to their flags, and some named groupings of emoji. It also provides associated functions for displaying them. - -#### Variables - -Variable | Description ------------------ | -------------------------------- - $emoji | Maps emoji names to characters - $emoji_flags | Maps country names to flag characters (using region indicators) - $emoji_groups | Named groups of emoji. Keys are group names; values are whitespace-separated lists of character names - -You may define new emoji groups at run time by modifying `$emoji_groups`. The special group name `all` is reserved for use by the plugin. You should not modify `$emoji` or `$emoji_flags`. - -#### Functions - -Function | Description ----------------- | ------------------------------- - random_emoji | Prints a random emoji character - display_emoji | Displays emoji, along with their names - -## Usage and Examples - -To output a specific emoji, use: -``` -$> echo $emoji[] -``` -E.g.: -``` -$> echo $emoji[mouse_face] -``` - -To output a random emoji, use: -``` -$> random_emoji -``` -To output a random emoji from a particular group, use: -``` -$> random_emoji -``` -E.g.: -``` -$> random_emoji fruits -$> random_emoji animals -$> random_emoji vehicles -$> random_emoji faces -``` - -The defined group names can be found with `echo ${(k)emoji_groups}`. - -To list all available emoji with their names, use: -``` -$> display_emoji -$> display_emoji fruits -$> display_emoji animals -$> display_emoji vehicles -$> display_emoji faces -``` - -To use emoji in a prompt: -``` -PROMPT="$emoji[penguin] > "" -PROMPT='$(random_emoji fruits) > ' -surfer=$emoji[surfer] -PROMPT="$surfer > " -``` - -## Technical Details - -The emoji names and codes are sourced from Unicode Technical Report \#51, which provides information on emoji support in Unicode. It can be found at https://www.unicode.org/reports/tr51/index.html. - -The group definitions are added by this OMZ plugin. They are not based on external definitions. (As far as I can tell. -apjanke) - -The values in the `$emoji*` maps are the emoji characters themselves, not escape sequences or other forms that require interpretation. They can be used in any context and do not require escape sequence support from commands like `echo` or `print`. - -The emoji in the main `$emoji` map are standalone character sequences which can all be output on their own, without worrying about combining characters. The values may actually be multi-code-point sequences, instead of a single code point, and may include combining characters in those sequences. But they're arranged so their effects do not extend beyond that sequence. - -The exception to this is the skin tone variation selectors. These are included in the main `$emoji` map because they can be displayed on their own, as well as used as combining characters. (If they follow a character that is not one of the emoji characters they combine with, they are displayed as color swatches.) - - -## Experimental Features - -This defines some additional variables and functions, but these are experimental and subject to change at any time. You shouldn't rely on them being available. They're mostly for the use of emoji plugin developers to help decide what to include in future revisions. - -Variables: - -Variable | Description ------------------ | -------------------------------- - $emoji2 | Auxiliary and combining characters - $emoji_skintone | Skin tone modifiers (from Unicode 8.0) - - -#### Skin Tone Variation Selection - -This includes experimental support for the skin tone Variation Selectors introduced with Unicode 8.0, which let you select different skin tones for emoji involving humans. - -NOTE: This really is experimental. The skin tone selectors are a relatively new feature and may not be supported by all systems. And the support in this plugin is a work in progress. It may not work in all places. In fact, I haven't gotten it to work anywhere yet. -apjanke - -The "variation selectors" are combining characters which change the appearance of the preceding character. A variation selector character can be output immediately following a human emoji to change its skin tone color. You can also output a variation selector on its own to display a color swatch of that skin tone. - -The `$emoji_skintone` associative array maps skin tone IDs to the variation selector characters. To use one, output it immediately following a smiley or other human emoji. - -``` -echo "$emoji[smiling_face_with_open_mouth]$emoji_skintone[4]" -``` - -Note that `$emoji_skintone` is an associative array, and its keys are the *names* of "Fitzpatrick Skin Type" groups, not linear indexes into a normal array. The names are `1_2`, `3`, `4`, `5`, and `6`. (Types 1 and 2 are combined into a single color.) See the [Diversity section in Unicode TR 51](https://www.unicode.org/reports/tr51/index.html#Diversity) for details. - -## TODO - -These are things that could be enhanced in future revisions of the plugin. - -* Incorporate CLDR data for ordering and groupings -* Short :bracket: style names (from gemoji) -* Incorporate `gemoji` data -* Country codes for flags -* ZWJ combining function? - -#### Gemoji support - -The [gemoji project](https://github.com/github/gemoji) seems to be the de facto main source for short names and other emoji-related metadata that isn't included in the official Unicode reports. (I'm saying this just from looking at the google results for "emoji short names" and related searches. -apjanke) - -If this plugin is updated to provide short names, CLDR sorting data, and similar stuff, it should probably be changed to use the Gemoji project, and the `update_emoji.pl` script be rewritten in Ruby so it can use the Gemoji library directly instead of parsing its data files. - -This does *not* mean that it should use Gemoji at run time. None of the `zsh` plugin stuff should call Gemoji or Ruby code. Rather, the "build time" `update_emoji.pl` script should be rewritten to use Gemoji to generate a pure-native-`zsh` character definition file which would be checked in to the repo and can be called by OMZ users without having Gemoji installed. - -#### ZWJ combining function - -One of the newer features of Unicode emoji is the ability to use the "Zero-Width Joiner" character to compose multiple emoji characters in to a single "emoji ligature" glyph. For example, this is [how Apple supports "family" emoji with various genders and skin tones](https://www.unicode.org/reports/tr51/index.html#ZWJ_Sequences). - -These are a pain to write out (and probably worse to read), and it might be convenient to have a couple functions for concisely composing them, if wider support for them appears. diff --git a/zsh/.oh-my-zsh_old/plugins/emoji/emoji-char-definitions.zsh b/zsh/.oh-my-zsh_old/plugins/emoji/emoji-char-definitions.zsh deleted file mode 100644 index 04693da..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emoji/emoji-char-definitions.zsh +++ /dev/null @@ -1,1303 +0,0 @@ - -# emoji-char-definitions.zsh - Emoji character definitions for oh-my-zsh emoji plugin -# -# This file is auto-generated by update_emoji.pl. Do not edit it manually. -# -# This contains the definition for: -# $emoji - which maps character names to Unicode characters -# $emoji_flags - maps country names to Unicode flag characters using region indicators - -# Main emoji -typeset -gAH emoji -# National flags -typeset -gAH emoji_flags -# Combining modifiers -typeset -gAH emoji_mod - -emoji[copyright_sign]=$'\U00A9' -emoji[registered_sign]=$'\U00AE' -emoji[double_exclamation_mark]=$'\U203C' -emoji[exclamation_question_mark]=$'\U2049' -emoji[trade_mark_sign]=$'\U2122' -emoji[information_source]=$'\U2139' -emoji[left_right_arrow]=$'\U2194' -emoji[up_down_arrow]=$'\U2195' -emoji[north_west_arrow]=$'\U2196' -emoji[north_east_arrow]=$'\U2197' -emoji[south_east_arrow]=$'\U2198' -emoji[south_west_arrow]=$'\U2199' -emoji[leftwards_arrow_with_hook]=$'\U21A9' -emoji[rightwards_arrow_with_hook]=$'\U21AA' -emoji[watch]=$'\U231A' -emoji[hourglass]=$'\U231B' -emoji[keyboard]=$'\U2328' -emoji[eject_symbol]=$'\U23CF' -emoji[black_right_pointing_double_triangle]=$'\U23E9' -emoji[black_left_pointing_double_triangle]=$'\U23EA' -emoji[black_up_pointing_double_triangle]=$'\U23EB' -emoji[black_down_pointing_double_triangle]=$'\U23EC' -emoji[black_right_pointing_double_triangle_with_vertical_bar]=$'\U23ED' -emoji[black_left_pointing_double_triangle_with_vertical_bar]=$'\U23EE' -emoji[black_right_pointing_triangle_with_double_vertical_bar]=$'\U23EF' -emoji[alarm_clock]=$'\U23F0' -emoji[stopwatch]=$'\U23F1' -emoji[timer_clock]=$'\U23F2' -emoji[hourglass_with_flowing_sand]=$'\U23F3' -emoji[double_vertical_bar]=$'\U23F8' -emoji[black_square_for_stop]=$'\U23F9' -emoji[black_circle_for_record]=$'\U23FA' -emoji[circled_latin_capital_letter_m]=$'\U24C2' -emoji[black_small_square]=$'\U25AA' -emoji[white_small_square]=$'\U25AB' -emoji[black_right_pointing_triangle]=$'\U25B6' -emoji[black_left_pointing_triangle]=$'\U25C0' -emoji[white_medium_square]=$'\U25FB' -emoji[black_medium_square]=$'\U25FC' -emoji[white_medium_small_square]=$'\U25FD' -emoji[black_medium_small_square]=$'\U25FE' -emoji[black_sun_with_rays]=$'\U2600' -emoji[cloud]=$'\U2601' -emoji[umbrella]=$'\U2602' -emoji[snowman]=$'\U2603' -emoji[comet]=$'\U2604' -emoji[black_telephone]=$'\U260E' -emoji[ballot_box_with_check]=$'\U2611' -emoji[umbrella_with_rain_drops]=$'\U2614' -emoji[hot_beverage]=$'\U2615' -emoji[shamrock]=$'\U2618' -emoji[white_up_pointing_index]=$'\U261D' -emoji[skull_and_crossbones]=$'\U2620' -emoji[radioactive_sign]=$'\U2622' -emoji[biohazard_sign]=$'\U2623' -emoji[orthodox_cross]=$'\U2626' -emoji[star_and_crescent]=$'\U262A' -emoji[peace_symbol]=$'\U262E' -emoji[yin_yang]=$'\U262F' -emoji[wheel_of_dharma]=$'\U2638' -emoji[white_frowning_face]=$'\U2639' -emoji[white_smiling_face]=$'\U263A' -emoji[aries]=$'\U2648' -emoji[taurus]=$'\U2649' -emoji[gemini]=$'\U264A' -emoji[cancer]=$'\U264B' -emoji[leo]=$'\U264C' -emoji[virgo]=$'\U264D' -emoji[libra]=$'\U264E' -emoji[scorpius]=$'\U264F' -emoji[sagittarius]=$'\U2650' -emoji[capricorn]=$'\U2651' -emoji[aquarius]=$'\U2652' -emoji[pisces]=$'\U2653' -emoji[black_spade_suit]=$'\U2660' -emoji[black_club_suit]=$'\U2663' -emoji[black_heart_suit]=$'\U2665' -emoji[black_diamond_suit]=$'\U2666' -emoji[hot_springs]=$'\U2668' -emoji[black_universal_recycling_symbol]=$'\U267B' -emoji[wheelchair_symbol]=$'\U267F' -emoji[hammer_and_pick]=$'\U2692' -emoji[anchor]=$'\U2693' -emoji[crossed_swords]=$'\U2694' -emoji[scales]=$'\U2696' -emoji[alembic]=$'\U2697' -emoji[gear]=$'\U2699' -emoji[atom_symbol]=$'\U269B' -emoji[fleur_de_lis]=$'\U269C' -emoji[warning_sign]=$'\U26A0' -emoji[high_voltage_sign]=$'\U26A1' -emoji[medium_white_circle]=$'\U26AA' -emoji[medium_black_circle]=$'\U26AB' -emoji[coffin]=$'\U26B0' -emoji[funeral_urn]=$'\U26B1' -emoji[soccer_ball]=$'\U26BD' -emoji[baseball]=$'\U26BE' -emoji[snowman_without_snow]=$'\U26C4' -emoji[sun_behind_cloud]=$'\U26C5' -emoji[thunder_cloud_and_rain]=$'\U26C8' -emoji[ophiuchus]=$'\U26CE' -emoji[pick]=$'\U26CF' -emoji[helmet_with_white_cross]=$'\U26D1' -emoji[chains]=$'\U26D3' -emoji[no_entry]=$'\U26D4' -emoji[shinto_shrine]=$'\U26E9' -emoji[church]=$'\U26EA' -emoji[mountain]=$'\U26F0' -emoji[umbrella_on_ground]=$'\U26F1' -emoji[fountain]=$'\U26F2' -emoji[flag_in_hole]=$'\U26F3' -emoji[ferry]=$'\U26F4' -emoji[sailboat]=$'\U26F5' -emoji[skier]=$'\U26F7' -emoji[ice_skate]=$'\U26F8' -emoji[person_with_ball]=$'\U26F9' -emoji[tent]=$'\U26FA' -emoji[fuel_pump]=$'\U26FD' -emoji[black_scissors]=$'\U2702' -emoji[white_heavy_check_mark]=$'\U2705' -emoji[airplane]=$'\U2708' -emoji[envelope]=$'\U2709' -emoji[raised_fist]=$'\U270A' -emoji[raised_hand]=$'\U270B' -emoji[victory_hand]=$'\U270C' -emoji[writing_hand]=$'\U270D' -emoji[pencil]=$'\U270F' -emoji[black_nib]=$'\U2712' -emoji[heavy_check_mark]=$'\U2714' -emoji[heavy_multiplication_x]=$'\U2716' -emoji[latin_cross]=$'\U271D' -emoji[star_of_david]=$'\U2721' -emoji[sparkles]=$'\U2728' -emoji[eight_spoked_asterisk]=$'\U2733' -emoji[eight_pointed_black_star]=$'\U2734' -emoji[snowflake]=$'\U2744' -emoji[sparkle]=$'\U2747' -emoji[cross_mark]=$'\U274C' -emoji[negative_squared_cross_mark]=$'\U274E' -emoji[black_question_mark_ornament]=$'\U2753' -emoji[white_question_mark_ornament]=$'\U2754' -emoji[white_exclamation_mark_ornament]=$'\U2755' -emoji[heavy_exclamation_mark_symbol]=$'\U2757' -emoji[heavy_heart_exclamation_mark_ornament]=$'\U2763' -emoji[heavy_black_heart]=$'\U2764' -emoji[heavy_plus_sign]=$'\U2795' -emoji[heavy_minus_sign]=$'\U2796' -emoji[heavy_division_sign]=$'\U2797' -emoji[black_rightwards_arrow]=$'\U27A1' -emoji[curly_loop]=$'\U27B0' -emoji[double_curly_loop]=$'\U27BF' -emoji[arrow_pointing_rightwards_then_curving_upwards]=$'\U2934' -emoji[arrow_pointing_rightwards_then_curving_downwards]=$'\U2935' -emoji[leftwards_black_arrow]=$'\U2B05' -emoji[upwards_black_arrow]=$'\U2B06' -emoji[downwards_black_arrow]=$'\U2B07' -emoji[black_large_square]=$'\U2B1B' -emoji[white_large_square]=$'\U2B1C' -emoji[white_medium_star]=$'\U2B50' -emoji[heavy_large_circle]=$'\U2B55' -emoji[wavy_dash]=$'\U3030' -emoji[part_alternation_mark]=$'\U303D' -emoji[circled_ideograph_congratulation]=$'\U3297' -emoji[circled_ideograph_secret]=$'\U3299' -emoji[mahjong_tile_red_dragon]=$'\U1F004' -emoji[playing_card_black_joker]=$'\U1F0CF' -emoji[negative_squared_latin_capital_letter_a]=$'\U1F170' -emoji[negative_squared_latin_capital_letter_b]=$'\U1F171' -emoji[negative_squared_latin_capital_letter_o]=$'\U1F17E' -emoji[negative_squared_latin_capital_letter_p]=$'\U1F17F' -emoji[negative_squared_ab]=$'\U1F18E' -emoji[squared_cl]=$'\U1F191' -emoji[squared_cool]=$'\U1F192' -emoji[squared_free]=$'\U1F193' -emoji[squared_id]=$'\U1F194' -emoji[squared_new]=$'\U1F195' -emoji[squared_ng]=$'\U1F196' -emoji[squared_ok]=$'\U1F197' -emoji[squared_sos]=$'\U1F198' -emoji[squared_up_with_exclamation_mark]=$'\U1F199' -emoji[squared_vs]=$'\U1F19A' -emoji[squared_katakana_koko]=$'\U1F201' -emoji[squared_katakana_sa]=$'\U1F202' -emoji[squared_cjk_unified_ideograph_7121]=$'\U1F21A' -emoji[squared_cjk_unified_ideograph_6307]=$'\U1F22F' -emoji[squared_cjk_unified_ideograph_7981]=$'\U1F232' -emoji[squared_cjk_unified_ideograph_7a7a]=$'\U1F233' -emoji[squared_cjk_unified_ideograph_5408]=$'\U1F234' -emoji[squared_cjk_unified_ideograph_6e80]=$'\U1F235' -emoji[squared_cjk_unified_ideograph_6709]=$'\U1F236' -emoji[squared_cjk_unified_ideograph_6708]=$'\U1F237' -emoji[squared_cjk_unified_ideograph_7533]=$'\U1F238' -emoji[squared_cjk_unified_ideograph_5272]=$'\U1F239' -emoji[squared_cjk_unified_ideograph_55b6]=$'\U1F23A' -emoji[circled_ideograph_advantage]=$'\U1F250' -emoji[circled_ideograph_accept]=$'\U1F251' -emoji[cyclone]=$'\U1F300' -emoji[foggy]=$'\U1F301' -emoji[closed_umbrella]=$'\U1F302' -emoji[night_with_stars]=$'\U1F303' -emoji[sunrise_over_mountains]=$'\U1F304' -emoji[sunrise]=$'\U1F305' -emoji[cityscape_at_dusk]=$'\U1F306' -emoji[sunset_over_buildings]=$'\U1F307' -emoji[rainbow]=$'\U1F308' -emoji[bridge_at_night]=$'\U1F309' -emoji[water_wave]=$'\U1F30A' -emoji[volcano]=$'\U1F30B' -emoji[milky_way]=$'\U1F30C' -emoji[earth_globe_europe_africa]=$'\U1F30D' -emoji[earth_globe_americas]=$'\U1F30E' -emoji[earth_globe_asia_australia]=$'\U1F30F' -emoji[globe_with_meridians]=$'\U1F310' -emoji[new_moon_symbol]=$'\U1F311' -emoji[waxing_crescent_moon_symbol]=$'\U1F312' -emoji[first_quarter_moon_symbol]=$'\U1F313' -emoji[waxing_gibbous_moon_symbol]=$'\U1F314' -emoji[full_moon_symbol]=$'\U1F315' -emoji[waning_gibbous_moon_symbol]=$'\U1F316' -emoji[last_quarter_moon_symbol]=$'\U1F317' -emoji[waning_crescent_moon_symbol]=$'\U1F318' -emoji[crescent_moon]=$'\U1F319' -emoji[new_moon_with_face]=$'\U1F31A' -emoji[first_quarter_moon_with_face]=$'\U1F31B' -emoji[last_quarter_moon_with_face]=$'\U1F31C' -emoji[full_moon_with_face]=$'\U1F31D' -emoji[sun_with_face]=$'\U1F31E' -emoji[glowing_star]=$'\U1F31F' -emoji[shooting_star]=$'\U1F320' -emoji[thermometer]=$'\U1F321' -emoji[white_sun_with_small_cloud]=$'\U1F324' -emoji[white_sun_behind_cloud]=$'\U1F325' -emoji[white_sun_behind_cloud_with_rain]=$'\U1F326' -emoji[cloud_with_rain]=$'\U1F327' -emoji[cloud_with_snow]=$'\U1F328' -emoji[cloud_with_lightning]=$'\U1F329' -emoji[cloud_with_tornado]=$'\U1F32A' -emoji[fog]=$'\U1F32B' -emoji[wind_blowing_face]=$'\U1F32C' -emoji[hot_dog]=$'\U1F32D' -emoji[taco]=$'\U1F32E' -emoji[burrito]=$'\U1F32F' -emoji[chestnut]=$'\U1F330' -emoji[seedling]=$'\U1F331' -emoji[evergreen_tree]=$'\U1F332' -emoji[deciduous_tree]=$'\U1F333' -emoji[palm_tree]=$'\U1F334' -emoji[cactus]=$'\U1F335' -emoji[hot_pepper]=$'\U1F336' -emoji[tulip]=$'\U1F337' -emoji[cherry_blossom]=$'\U1F338' -emoji[rose]=$'\U1F339' -emoji[hibiscus]=$'\U1F33A' -emoji[sunflower]=$'\U1F33B' -emoji[blossom]=$'\U1F33C' -emoji[ear_of_maize]=$'\U1F33D' -emoji[ear_of_rice]=$'\U1F33E' -emoji[herb]=$'\U1F33F' -emoji[four_leaf_clover]=$'\U1F340' -emoji[maple_leaf]=$'\U1F341' -emoji[fallen_leaf]=$'\U1F342' -emoji[leaf_fluttering_in_wind]=$'\U1F343' -emoji[mushroom]=$'\U1F344' -emoji[tomato]=$'\U1F345' -emoji[aubergine]=$'\U1F346' -emoji[grapes]=$'\U1F347' -emoji[melon]=$'\U1F348' -emoji[watermelon]=$'\U1F349' -emoji[tangerine]=$'\U1F34A' -emoji[lemon]=$'\U1F34B' -emoji[banana]=$'\U1F34C' -emoji[pineapple]=$'\U1F34D' -emoji[red_apple]=$'\U1F34E' -emoji[green_apple]=$'\U1F34F' -emoji[pear]=$'\U1F350' -emoji[peach]=$'\U1F351' -emoji[cherries]=$'\U1F352' -emoji[strawberry]=$'\U1F353' -emoji[hamburger]=$'\U1F354' -emoji[slice_of_pizza]=$'\U1F355' -emoji[meat_on_bone]=$'\U1F356' -emoji[poultry_leg]=$'\U1F357' -emoji[rice_cracker]=$'\U1F358' -emoji[rice_ball]=$'\U1F359' -emoji[cooked_rice]=$'\U1F35A' -emoji[curry_and_rice]=$'\U1F35B' -emoji[steaming_bowl]=$'\U1F35C' -emoji[spaghetti]=$'\U1F35D' -emoji[bread]=$'\U1F35E' -emoji[french_fries]=$'\U1F35F' -emoji[roasted_sweet_potato]=$'\U1F360' -emoji[dango]=$'\U1F361' -emoji[oden]=$'\U1F362' -emoji[sushi]=$'\U1F363' -emoji[fried_shrimp]=$'\U1F364' -emoji[fish_cake_with_swirl_design]=$'\U1F365' -emoji[soft_ice_cream]=$'\U1F366' -emoji[shaved_ice]=$'\U1F367' -emoji[ice_cream]=$'\U1F368' -emoji[doughnut]=$'\U1F369' -emoji[cookie]=$'\U1F36A' -emoji[chocolate_bar]=$'\U1F36B' -emoji[candy]=$'\U1F36C' -emoji[lollipop]=$'\U1F36D' -emoji[custard]=$'\U1F36E' -emoji[honey_pot]=$'\U1F36F' -emoji[shortcake]=$'\U1F370' -emoji[bento_box]=$'\U1F371' -emoji[pot_of_food]=$'\U1F372' -emoji[cooking]=$'\U1F373' -emoji[fork_and_knife]=$'\U1F374' -emoji[teacup_without_handle]=$'\U1F375' -emoji[sake_bottle_and_cup]=$'\U1F376' -emoji[wine_glass]=$'\U1F377' -emoji[cocktail_glass]=$'\U1F378' -emoji[tropical_drink]=$'\U1F379' -emoji[beer_mug]=$'\U1F37A' -emoji[clinking_beer_mugs]=$'\U1F37B' -emoji[baby_bottle]=$'\U1F37C' -emoji[fork_and_knife_with_plate]=$'\U1F37D' -emoji[bottle_with_popping_cork]=$'\U1F37E' -emoji[popcorn]=$'\U1F37F' -emoji[ribbon]=$'\U1F380' -emoji[wrapped_present]=$'\U1F381' -emoji[birthday_cake]=$'\U1F382' -emoji[jack_o_lantern]=$'\U1F383' -emoji[christmas_tree]=$'\U1F384' -emoji[father_christmas]=$'\U1F385' -emoji[fireworks]=$'\U1F386' -emoji[firework_sparkler]=$'\U1F387' -emoji[balloon]=$'\U1F388' -emoji[party_popper]=$'\U1F389' -emoji[confetti_ball]=$'\U1F38A' -emoji[tanabata_tree]=$'\U1F38B' -emoji[crossed_flags]=$'\U1F38C' -emoji[pine_decoration]=$'\U1F38D' -emoji[japanese_dolls]=$'\U1F38E' -emoji[carp_streamer]=$'\U1F38F' -emoji[wind_chime]=$'\U1F390' -emoji[moon_viewing_ceremony]=$'\U1F391' -emoji[school_satchel]=$'\U1F392' -emoji[graduation_cap]=$'\U1F393' -emoji[military_medal]=$'\U1F396' -emoji[reminder_ribbon]=$'\U1F397' -emoji[studio_microphone]=$'\U1F399' -emoji[level_slider]=$'\U1F39A' -emoji[control_knobs]=$'\U1F39B' -emoji[film_frames]=$'\U1F39E' -emoji[admission_tickets]=$'\U1F39F' -emoji[carousel_horse]=$'\U1F3A0' -emoji[ferris_wheel]=$'\U1F3A1' -emoji[roller_coaster]=$'\U1F3A2' -emoji[fishing_pole_and_fish]=$'\U1F3A3' -emoji[microphone]=$'\U1F3A4' -emoji[movie_camera]=$'\U1F3A5' -emoji[cinema]=$'\U1F3A6' -emoji[headphone]=$'\U1F3A7' -emoji[artist_palette]=$'\U1F3A8' -emoji[top_hat]=$'\U1F3A9' -emoji[circus_tent]=$'\U1F3AA' -emoji[ticket]=$'\U1F3AB' -emoji[clapper_board]=$'\U1F3AC' -emoji[performing_arts]=$'\U1F3AD' -emoji[video_game]=$'\U1F3AE' -emoji[direct_hit]=$'\U1F3AF' -emoji[slot_machine]=$'\U1F3B0' -emoji[billiards]=$'\U1F3B1' -emoji[game_die]=$'\U1F3B2' -emoji[bowling]=$'\U1F3B3' -emoji[flower_playing_cards]=$'\U1F3B4' -emoji[musical_note]=$'\U1F3B5' -emoji[multiple_musical_notes]=$'\U1F3B6' -emoji[saxophone]=$'\U1F3B7' -emoji[guitar]=$'\U1F3B8' -emoji[musical_keyboard]=$'\U1F3B9' -emoji[trumpet]=$'\U1F3BA' -emoji[violin]=$'\U1F3BB' -emoji[musical_score]=$'\U1F3BC' -emoji[running_shirt_with_sash]=$'\U1F3BD' -emoji[tennis_racquet_and_ball]=$'\U1F3BE' -emoji[ski_and_ski_boot]=$'\U1F3BF' -emoji[basketball_and_hoop]=$'\U1F3C0' -emoji[chequered_flag]=$'\U1F3C1' -emoji[snowboarder]=$'\U1F3C2' -emoji[runner]=$'\U1F3C3' -emoji[surfer]=$'\U1F3C4' -emoji[sports_medal]=$'\U1F3C5' -emoji[trophy]=$'\U1F3C6' -emoji[horse_racing]=$'\U1F3C7' -emoji[american_football]=$'\U1F3C8' -emoji[rugby_football]=$'\U1F3C9' -emoji[swimmer]=$'\U1F3CA' -emoji[weight_lifter]=$'\U1F3CB' -emoji[golfer]=$'\U1F3CC' -emoji[racing_motorcycle]=$'\U1F3CD' -emoji[racing_car]=$'\U1F3CE' -emoji[cricket_bat_and_ball]=$'\U1F3CF' -emoji[volleyball]=$'\U1F3D0' -emoji[field_hockey_stick_and_ball]=$'\U1F3D1' -emoji[ice_hockey_stick_and_puck]=$'\U1F3D2' -emoji[table_tennis_paddle_and_ball]=$'\U1F3D3' -emoji[snow_capped_mountain]=$'\U1F3D4' -emoji[camping]=$'\U1F3D5' -emoji[beach_with_umbrella]=$'\U1F3D6' -emoji[building_construction]=$'\U1F3D7' -emoji[house_buildings]=$'\U1F3D8' -emoji[cityscape]=$'\U1F3D9' -emoji[derelict_house_building]=$'\U1F3DA' -emoji[classical_building]=$'\U1F3DB' -emoji[desert]=$'\U1F3DC' -emoji[desert_island]=$'\U1F3DD' -emoji[national_park]=$'\U1F3DE' -emoji[stadium]=$'\U1F3DF' -emoji[house_building]=$'\U1F3E0' -emoji[house_with_garden]=$'\U1F3E1' -emoji[office_building]=$'\U1F3E2' -emoji[japanese_post_office]=$'\U1F3E3' -emoji[european_post_office]=$'\U1F3E4' -emoji[hospital]=$'\U1F3E5' -emoji[bank]=$'\U1F3E6' -emoji[automated_teller_machine]=$'\U1F3E7' -emoji[hotel]=$'\U1F3E8' -emoji[love_hotel]=$'\U1F3E9' -emoji[convenience_store]=$'\U1F3EA' -emoji[school]=$'\U1F3EB' -emoji[department_store]=$'\U1F3EC' -emoji[factory]=$'\U1F3ED' -emoji[izakaya_lantern]=$'\U1F3EE' -emoji[japanese_castle]=$'\U1F3EF' -emoji[european_castle]=$'\U1F3F0' -emoji[waving_white_flag]=$'\U1F3F3' -emoji[waving_black_flag]=$'\U1F3F4' -emoji[rosette]=$'\U1F3F5' -emoji[label]=$'\U1F3F7' -emoji[badminton_racquet_and_shuttlecock]=$'\U1F3F8' -emoji[bow_and_arrow]=$'\U1F3F9' -emoji[amphora]=$'\U1F3FA' -emoji[emoji_modifier_fitzpatrick_type_1_2]=$'\U1F3FB' -emoji_mod[emoji_modifier_fitzpatrick_type_1_2]=$'\U1F3FB' -emoji[emoji_modifier_fitzpatrick_type_3]=$'\U1F3FC' -emoji_mod[emoji_modifier_fitzpatrick_type_3]=$'\U1F3FC' -emoji[emoji_modifier_fitzpatrick_type_4]=$'\U1F3FD' -emoji_mod[emoji_modifier_fitzpatrick_type_4]=$'\U1F3FD' -emoji[emoji_modifier_fitzpatrick_type_5]=$'\U1F3FE' -emoji_mod[emoji_modifier_fitzpatrick_type_5]=$'\U1F3FE' -emoji[emoji_modifier_fitzpatrick_type_6]=$'\U1F3FF' -emoji_mod[emoji_modifier_fitzpatrick_type_6]=$'\U1F3FF' -emoji[rat]=$'\U1F400' -emoji[mouse]=$'\U1F401' -emoji[ox]=$'\U1F402' -emoji[water_buffalo]=$'\U1F403' -emoji[cow]=$'\U1F404' -emoji[tiger]=$'\U1F405' -emoji[leopard]=$'\U1F406' -emoji[rabbit]=$'\U1F407' -emoji[cat]=$'\U1F408' -emoji[dragon]=$'\U1F409' -emoji[crocodile]=$'\U1F40A' -emoji[whale]=$'\U1F40B' -emoji[snail]=$'\U1F40C' -emoji[snake]=$'\U1F40D' -emoji[horse]=$'\U1F40E' -emoji[ram]=$'\U1F40F' -emoji[goat]=$'\U1F410' -emoji[sheep]=$'\U1F411' -emoji[monkey]=$'\U1F412' -emoji[rooster]=$'\U1F413' -emoji[chicken]=$'\U1F414' -emoji[dog]=$'\U1F415' -emoji[pig]=$'\U1F416' -emoji[boar]=$'\U1F417' -emoji[elephant]=$'\U1F418' -emoji[octopus]=$'\U1F419' -emoji[spiral_shell]=$'\U1F41A' -emoji[bug]=$'\U1F41B' -emoji[ant]=$'\U1F41C' -emoji[honeybee]=$'\U1F41D' -emoji[lady_beetle]=$'\U1F41E' -emoji[fish]=$'\U1F41F' -emoji[tropical_fish]=$'\U1F420' -emoji[blowfish]=$'\U1F421' -emoji[turtle]=$'\U1F422' -emoji[hatching_chick]=$'\U1F423' -emoji[baby_chick]=$'\U1F424' -emoji[front_facing_baby_chick]=$'\U1F425' -emoji[bird]=$'\U1F426' -emoji[penguin]=$'\U1F427' -emoji[koala]=$'\U1F428' -emoji[poodle]=$'\U1F429' -emoji[dromedary_camel]=$'\U1F42A' -emoji[bactrian_camel]=$'\U1F42B' -emoji[dolphin]=$'\U1F42C' -emoji[mouse_face]=$'\U1F42D' -emoji[cow_face]=$'\U1F42E' -emoji[tiger_face]=$'\U1F42F' -emoji[rabbit_face]=$'\U1F430' -emoji[cat_face]=$'\U1F431' -emoji[dragon_face]=$'\U1F432' -emoji[spouting_whale]=$'\U1F433' -emoji[horse_face]=$'\U1F434' -emoji[monkey_face]=$'\U1F435' -emoji[dog_face]=$'\U1F436' -emoji[pig_face]=$'\U1F437' -emoji[frog_face]=$'\U1F438' -emoji[hamster_face]=$'\U1F439' -emoji[wolf_face]=$'\U1F43A' -emoji[bear_face]=$'\U1F43B' -emoji[panda_face]=$'\U1F43C' -emoji[pig_nose]=$'\U1F43D' -emoji[paw_prints]=$'\U1F43E' -emoji[chipmunk]=$'\U1F43F' -emoji[eyes]=$'\U1F440' -emoji[eye]=$'\U1F441' -emoji[ear]=$'\U1F442' -emoji[nose]=$'\U1F443' -emoji[mouth]=$'\U1F444' -emoji[tongue]=$'\U1F445' -emoji[white_up_pointing_backhand_index]=$'\U1F446' -emoji[white_down_pointing_backhand_index]=$'\U1F447' -emoji[white_left_pointing_backhand_index]=$'\U1F448' -emoji[white_right_pointing_backhand_index]=$'\U1F449' -emoji[fisted_hand_sign]=$'\U1F44A' -emoji[waving_hand_sign]=$'\U1F44B' -emoji[ok_hand_sign]=$'\U1F44C' -emoji[thumbs_up_sign]=$'\U1F44D' -emoji[thumbs_down_sign]=$'\U1F44E' -emoji[clapping_hands_sign]=$'\U1F44F' -emoji[open_hands_sign]=$'\U1F450' -emoji[crown]=$'\U1F451' -emoji[womans_hat]=$'\U1F452' -emoji[eyeglasses]=$'\U1F453' -emoji[necktie]=$'\U1F454' -emoji[t_shirt]=$'\U1F455' -emoji[jeans]=$'\U1F456' -emoji[dress]=$'\U1F457' -emoji[kimono]=$'\U1F458' -emoji[bikini]=$'\U1F459' -emoji[womans_clothes]=$'\U1F45A' -emoji[purse]=$'\U1F45B' -emoji[handbag]=$'\U1F45C' -emoji[pouch]=$'\U1F45D' -emoji[mans_shoe]=$'\U1F45E' -emoji[athletic_shoe]=$'\U1F45F' -emoji[high_heeled_shoe]=$'\U1F460' -emoji[womans_sandal]=$'\U1F461' -emoji[womans_boots]=$'\U1F462' -emoji[footprints]=$'\U1F463' -emoji[bust_in_silhouette]=$'\U1F464' -emoji[busts_in_silhouette]=$'\U1F465' -emoji[boy]=$'\U1F466' -emoji[girl]=$'\U1F467' -emoji[man]=$'\U1F468' -emoji[woman]=$'\U1F469' -emoji[family]=$'\U1F46A' -emoji[man_and_woman_holding_hands]=$'\U1F46B' -emoji[two_men_holding_hands]=$'\U1F46C' -emoji[two_women_holding_hands]=$'\U1F46D' -emoji[police_officer]=$'\U1F46E' -emoji[woman_with_bunny_ears]=$'\U1F46F' -emoji[bride_with_veil]=$'\U1F470' -emoji[person_with_blond_hair]=$'\U1F471' -emoji[man_with_gua_pi_mao]=$'\U1F472' -emoji[man_with_turban]=$'\U1F473' -emoji[older_man]=$'\U1F474' -emoji[older_woman]=$'\U1F475' -emoji[baby]=$'\U1F476' -emoji[construction_worker]=$'\U1F477' -emoji[princess]=$'\U1F478' -emoji[japanese_ogre]=$'\U1F479' -emoji[japanese_goblin]=$'\U1F47A' -emoji[ghost]=$'\U1F47B' -emoji[baby_angel]=$'\U1F47C' -emoji[extraterrestrial_alien]=$'\U1F47D' -emoji[alien_monster]=$'\U1F47E' -emoji[imp]=$'\U1F47F' -emoji[skull]=$'\U1F480' -emoji[information_desk_person]=$'\U1F481' -emoji[guardsman]=$'\U1F482' -emoji[dancer]=$'\U1F483' -emoji[lipstick]=$'\U1F484' -emoji[nail_polish]=$'\U1F485' -emoji[face_massage]=$'\U1F486' -emoji[haircut]=$'\U1F487' -emoji[barber_pole]=$'\U1F488' -emoji[syringe]=$'\U1F489' -emoji[pill]=$'\U1F48A' -emoji[kiss_mark]=$'\U1F48B' -emoji[love_letter]=$'\U1F48C' -emoji[ring]=$'\U1F48D' -emoji[gem_stone]=$'\U1F48E' -emoji[kiss]=$'\U1F48F' -emoji[bouquet]=$'\U1F490' -emoji[couple_with_heart]=$'\U1F491' -emoji[wedding]=$'\U1F492' -emoji[beating_heart]=$'\U1F493' -emoji[broken_heart]=$'\U1F494' -emoji[two_hearts]=$'\U1F495' -emoji[sparkling_heart]=$'\U1F496' -emoji[growing_heart]=$'\U1F497' -emoji[heart_with_arrow]=$'\U1F498' -emoji[blue_heart]=$'\U1F499' -emoji[green_heart]=$'\U1F49A' -emoji[yellow_heart]=$'\U1F49B' -emoji[purple_heart]=$'\U1F49C' -emoji[heart_with_ribbon]=$'\U1F49D' -emoji[revolving_hearts]=$'\U1F49E' -emoji[heart_decoration]=$'\U1F49F' -emoji[diamond_shape_with_a_dot_inside]=$'\U1F4A0' -emoji[electric_light_bulb]=$'\U1F4A1' -emoji[anger_symbol]=$'\U1F4A2' -emoji[bomb]=$'\U1F4A3' -emoji[sleeping_symbol]=$'\U1F4A4' -emoji[collision_symbol]=$'\U1F4A5' -emoji[splashing_sweat_symbol]=$'\U1F4A6' -emoji[droplet]=$'\U1F4A7' -emoji[dash_symbol]=$'\U1F4A8' -emoji[pile_of_poo]=$'\U1F4A9' -emoji[flexed_biceps]=$'\U1F4AA' -emoji[dizzy_symbol]=$'\U1F4AB' -emoji[speech_balloon]=$'\U1F4AC' -emoji[thought_balloon]=$'\U1F4AD' -emoji[white_flower]=$'\U1F4AE' -emoji[hundred_points_symbol]=$'\U1F4AF' -emoji[money_bag]=$'\U1F4B0' -emoji[currency_exchange]=$'\U1F4B1' -emoji[heavy_dollar_sign]=$'\U1F4B2' -emoji[credit_card]=$'\U1F4B3' -emoji[banknote_with_yen_sign]=$'\U1F4B4' -emoji[banknote_with_dollar_sign]=$'\U1F4B5' -emoji[banknote_with_euro_sign]=$'\U1F4B6' -emoji[banknote_with_pound_sign]=$'\U1F4B7' -emoji[money_with_wings]=$'\U1F4B8' -emoji[chart_with_upwards_trend_and_yen_sign]=$'\U1F4B9' -emoji[seat]=$'\U1F4BA' -emoji[personal_computer]=$'\U1F4BB' -emoji[briefcase]=$'\U1F4BC' -emoji[minidisc]=$'\U1F4BD' -emoji[floppy_disk]=$'\U1F4BE' -emoji[optical_disc]=$'\U1F4BF' -emoji[dvd]=$'\U1F4C0' -emoji[file_folder]=$'\U1F4C1' -emoji[open_file_folder]=$'\U1F4C2' -emoji[page_with_curl]=$'\U1F4C3' -emoji[page_facing_up]=$'\U1F4C4' -emoji[calendar]=$'\U1F4C5' -emoji[tear_off_calendar]=$'\U1F4C6' -emoji[card_index]=$'\U1F4C7' -emoji[chart_with_upwards_trend]=$'\U1F4C8' -emoji[chart_with_downwards_trend]=$'\U1F4C9' -emoji[bar_chart]=$'\U1F4CA' -emoji[clipboard]=$'\U1F4CB' -emoji[pushpin]=$'\U1F4CC' -emoji[round_pushpin]=$'\U1F4CD' -emoji[paperclip]=$'\U1F4CE' -emoji[straight_ruler]=$'\U1F4CF' -emoji[triangular_ruler]=$'\U1F4D0' -emoji[bookmark_tabs]=$'\U1F4D1' -emoji[ledger]=$'\U1F4D2' -emoji[notebook]=$'\U1F4D3' -emoji[notebook_with_decorative_cover]=$'\U1F4D4' -emoji[closed_book]=$'\U1F4D5' -emoji[open_book]=$'\U1F4D6' -emoji[green_book]=$'\U1F4D7' -emoji[blue_book]=$'\U1F4D8' -emoji[orange_book]=$'\U1F4D9' -emoji[books]=$'\U1F4DA' -emoji[name_badge]=$'\U1F4DB' -emoji[scroll]=$'\U1F4DC' -emoji[memo]=$'\U1F4DD' -emoji[telephone_receiver]=$'\U1F4DE' -emoji[pager]=$'\U1F4DF' -emoji[fax_machine]=$'\U1F4E0' -emoji[satellite_antenna]=$'\U1F4E1' -emoji[public_address_loudspeaker]=$'\U1F4E2' -emoji[cheering_megaphone]=$'\U1F4E3' -emoji[outbox_tray]=$'\U1F4E4' -emoji[inbox_tray]=$'\U1F4E5' -emoji[package]=$'\U1F4E6' -emoji[e_mail_symbol]=$'\U1F4E7' -emoji[incoming_envelope]=$'\U1F4E8' -emoji[envelope_with_downwards_arrow_above]=$'\U1F4E9' -emoji[closed_mailbox_with_lowered_flag]=$'\U1F4EA' -emoji[closed_mailbox_with_raised_flag]=$'\U1F4EB' -emoji[open_mailbox_with_raised_flag]=$'\U1F4EC' -emoji[open_mailbox_with_lowered_flag]=$'\U1F4ED' -emoji[postbox]=$'\U1F4EE' -emoji[postal_horn]=$'\U1F4EF' -emoji[newspaper]=$'\U1F4F0' -emoji[mobile_phone]=$'\U1F4F1' -emoji[mobile_phone_with_rightwards_arrow_at_left]=$'\U1F4F2' -emoji[vibration_mode]=$'\U1F4F3' -emoji[mobile_phone_off]=$'\U1F4F4' -emoji[no_mobile_phones]=$'\U1F4F5' -emoji[antenna_with_bars]=$'\U1F4F6' -emoji[camera]=$'\U1F4F7' -emoji[camera_with_flash]=$'\U1F4F8' -emoji[video_camera]=$'\U1F4F9' -emoji[television]=$'\U1F4FA' -emoji[radio]=$'\U1F4FB' -emoji[videocassette]=$'\U1F4FC' -emoji[film_projector]=$'\U1F4FD' -emoji[prayer_beads]=$'\U1F4FF' -emoji[twisted_rightwards_arrows]=$'\U1F500' -emoji[clockwise_rightwards_and_leftwards_open_circle_arrows]=$'\U1F501' -emoji[clockwise_rightwards_and_leftwards_open_circle_arrows_with_circled_one_overlay]=$'\U1F502' -emoji[clockwise_downwards_and_upwards_open_circle_arrows]=$'\U1F503' -emoji[anticlockwise_downwards_and_upwards_open_circle_arrows]=$'\U1F504' -emoji[low_brightness_symbol]=$'\U1F505' -emoji[high_brightness_symbol]=$'\U1F506' -emoji[speaker_with_cancellation_stroke]=$'\U1F507' -emoji[speaker]=$'\U1F508' -emoji[speaker_with_one_sound_wave]=$'\U1F509' -emoji[speaker_with_three_sound_waves]=$'\U1F50A' -emoji[battery]=$'\U1F50B' -emoji[electric_plug]=$'\U1F50C' -emoji[left_pointing_magnifying_glass]=$'\U1F50D' -emoji[right_pointing_magnifying_glass]=$'\U1F50E' -emoji[lock_with_ink_pen]=$'\U1F50F' -emoji[closed_lock_with_key]=$'\U1F510' -emoji[key]=$'\U1F511' -emoji[lock]=$'\U1F512' -emoji[open_lock]=$'\U1F513' -emoji[bell]=$'\U1F514' -emoji[bell_with_cancellation_stroke]=$'\U1F515' -emoji[bookmark]=$'\U1F516' -emoji[link_symbol]=$'\U1F517' -emoji[radio_button]=$'\U1F518' -emoji[back_with_leftwards_arrow_above]=$'\U1F519' -emoji[end_with_leftwards_arrow_above]=$'\U1F51A' -emoji[on_with_exclamation_mark_with_left_right_arrow_above]=$'\U1F51B' -emoji[soon_with_rightwards_arrow_above]=$'\U1F51C' -emoji[top_with_upwards_arrow_above]=$'\U1F51D' -emoji[no_one_under_eighteen_symbol]=$'\U1F51E' -emoji[keycap_ten]=$'\U1F51F' -emoji[input_symbol_for_latin_capital_letters]=$'\U1F520' -emoji[input_symbol_for_latin_small_letters]=$'\U1F521' -emoji[input_symbol_for_numbers]=$'\U1F522' -emoji[input_symbol_for_symbols]=$'\U1F523' -emoji[input_symbol_for_latin_letters]=$'\U1F524' -emoji[fire]=$'\U1F525' -emoji[electric_torch]=$'\U1F526' -emoji[wrench]=$'\U1F527' -emoji[hammer]=$'\U1F528' -emoji[nut_and_bolt]=$'\U1F529' -emoji[hocho]=$'\U1F52A' -emoji[pistol]=$'\U1F52B' -emoji[microscope]=$'\U1F52C' -emoji[telescope]=$'\U1F52D' -emoji[crystal_ball]=$'\U1F52E' -emoji[six_pointed_star_with_middle_dot]=$'\U1F52F' -emoji[japanese_symbol_for_beginner]=$'\U1F530' -emoji[trident_emblem]=$'\U1F531' -emoji[black_square_button]=$'\U1F532' -emoji[white_square_button]=$'\U1F533' -emoji[large_red_circle]=$'\U1F534' -emoji[large_blue_circle]=$'\U1F535' -emoji[large_orange_diamond]=$'\U1F536' -emoji[large_blue_diamond]=$'\U1F537' -emoji[small_orange_diamond]=$'\U1F538' -emoji[small_blue_diamond]=$'\U1F539' -emoji[up_pointing_red_triangle]=$'\U1F53A' -emoji[down_pointing_red_triangle]=$'\U1F53B' -emoji[up_pointing_small_red_triangle]=$'\U1F53C' -emoji[down_pointing_small_red_triangle]=$'\U1F53D' -emoji[om_symbol]=$'\U1F549' -emoji[dove_of_peace]=$'\U1F54A' -emoji[kaaba]=$'\U1F54B' -emoji[mosque]=$'\U1F54C' -emoji[synagogue]=$'\U1F54D' -emoji[menorah_with_nine_branches]=$'\U1F54E' -emoji[clock_face_one_oclock]=$'\U1F550' -emoji[clock_face_two_oclock]=$'\U1F551' -emoji[clock_face_three_oclock]=$'\U1F552' -emoji[clock_face_four_oclock]=$'\U1F553' -emoji[clock_face_five_oclock]=$'\U1F554' -emoji[clock_face_six_oclock]=$'\U1F555' -emoji[clock_face_seven_oclock]=$'\U1F556' -emoji[clock_face_eight_oclock]=$'\U1F557' -emoji[clock_face_nine_oclock]=$'\U1F558' -emoji[clock_face_ten_oclock]=$'\U1F559' -emoji[clock_face_eleven_oclock]=$'\U1F55A' -emoji[clock_face_twelve_oclock]=$'\U1F55B' -emoji[clock_face_one_thirty]=$'\U1F55C' -emoji[clock_face_two_thirty]=$'\U1F55D' -emoji[clock_face_three_thirty]=$'\U1F55E' -emoji[clock_face_four_thirty]=$'\U1F55F' -emoji[clock_face_five_thirty]=$'\U1F560' -emoji[clock_face_six_thirty]=$'\U1F561' -emoji[clock_face_seven_thirty]=$'\U1F562' -emoji[clock_face_eight_thirty]=$'\U1F563' -emoji[clock_face_nine_thirty]=$'\U1F564' -emoji[clock_face_ten_thirty]=$'\U1F565' -emoji[clock_face_eleven_thirty]=$'\U1F566' -emoji[clock_face_twelve_thirty]=$'\U1F567' -emoji[candle]=$'\U1F56F' -emoji[mantelpiece_clock]=$'\U1F570' -emoji[hole]=$'\U1F573' -emoji[man_in_business_suit_levitating]=$'\U1F574' -emoji[sleuth_or_spy]=$'\U1F575' -emoji[dark_sunglasses]=$'\U1F576' -emoji[spider]=$'\U1F577' -emoji[spider_web]=$'\U1F578' -emoji[joystick]=$'\U1F579' -emoji[linked_paperclips]=$'\U1F587' -emoji[lower_left_ballpoint_pen]=$'\U1F58A' -emoji[lower_left_fountain_pen]=$'\U1F58B' -emoji[lower_left_paintbrush]=$'\U1F58C' -emoji[lower_left_crayon]=$'\U1F58D' -emoji[raised_hand_with_fingers_splayed]=$'\U1F590' -emoji[reversed_hand_with_middle_finger_extended]=$'\U1F595' -emoji[raised_hand_with_part_between_middle_and_ring_fingers]=$'\U1F596' -emoji[desktop_computer]=$'\U1F5A5' -emoji[printer]=$'\U1F5A8' -emoji[three_button_mouse]=$'\U1F5B1' -emoji[trackball]=$'\U1F5B2' -emoji[frame_with_picture]=$'\U1F5BC' -emoji[card_index_dividers]=$'\U1F5C2' -emoji[card_file_box]=$'\U1F5C3' -emoji[file_cabinet]=$'\U1F5C4' -emoji[wastebasket]=$'\U1F5D1' -emoji[spiral_note_pad]=$'\U1F5D2' -emoji[spiral_calendar_pad]=$'\U1F5D3' -emoji[compression]=$'\U1F5DC' -emoji[old_key]=$'\U1F5DD' -emoji[rolled_up_newspaper]=$'\U1F5DE' -emoji[dagger_knife]=$'\U1F5E1' -emoji[speaking_head_in_silhouette]=$'\U1F5E3' -emoji[right_anger_bubble]=$'\U1F5EF' -emoji[ballot_box_with_ballot]=$'\U1F5F3' -emoji[world_map]=$'\U1F5FA' -emoji[mount_fuji]=$'\U1F5FB' -emoji[tokyo_tower]=$'\U1F5FC' -emoji[statue_of_liberty]=$'\U1F5FD' -emoji[silhouette_of_japan]=$'\U1F5FE' -emoji[moyai]=$'\U1F5FF' -emoji[grinning_face]=$'\U1F600' -emoji[grinning_face_with_smiling_eyes]=$'\U1F601' -emoji[face_with_tears_of_joy]=$'\U1F602' -emoji[smiling_face_with_open_mouth]=$'\U1F603' -emoji[smiling_face_with_open_mouth_and_smiling_eyes]=$'\U1F604' -emoji[smiling_face_with_open_mouth_and_cold_sweat]=$'\U1F605' -emoji[smiling_face_with_open_mouth_and_tightly_closed_eyes]=$'\U1F606' -emoji[smiling_face_with_halo]=$'\U1F607' -emoji[smiling_face_with_horns]=$'\U1F608' -emoji[winking_face]=$'\U1F609' -emoji[smiling_face_with_smiling_eyes]=$'\U1F60A' -emoji[face_savouring_delicious_food]=$'\U1F60B' -emoji[relieved_face]=$'\U1F60C' -emoji[smiling_face_with_heart_shaped_eyes]=$'\U1F60D' -emoji[smiling_face_with_sunglasses]=$'\U1F60E' -emoji[smirking_face]=$'\U1F60F' -emoji[neutral_face]=$'\U1F610' -emoji[expressionless_face]=$'\U1F611' -emoji[unamused_face]=$'\U1F612' -emoji[face_with_cold_sweat]=$'\U1F613' -emoji[pensive_face]=$'\U1F614' -emoji[confused_face]=$'\U1F615' -emoji[confounded_face]=$'\U1F616' -emoji[kissing_face]=$'\U1F617' -emoji[face_throwing_a_kiss]=$'\U1F618' -emoji[kissing_face_with_smiling_eyes]=$'\U1F619' -emoji[kissing_face_with_closed_eyes]=$'\U1F61A' -emoji[face_with_stuck_out_tongue]=$'\U1F61B' -emoji[face_with_stuck_out_tongue_and_winking_eye]=$'\U1F61C' -emoji[face_with_stuck_out_tongue_and_tightly_closed_eyes]=$'\U1F61D' -emoji[disappointed_face]=$'\U1F61E' -emoji[worried_face]=$'\U1F61F' -emoji[angry_face]=$'\U1F620' -emoji[pouting_face]=$'\U1F621' -emoji[crying_face]=$'\U1F622' -emoji[persevering_face]=$'\U1F623' -emoji[face_with_look_of_triumph]=$'\U1F624' -emoji[disappointed_but_relieved_face]=$'\U1F625' -emoji[frowning_face_with_open_mouth]=$'\U1F626' -emoji[anguished_face]=$'\U1F627' -emoji[fearful_face]=$'\U1F628' -emoji[weary_face]=$'\U1F629' -emoji[sleepy_face]=$'\U1F62A' -emoji[tired_face]=$'\U1F62B' -emoji[grimacing_face]=$'\U1F62C' -emoji[loudly_crying_face]=$'\U1F62D' -emoji[face_with_open_mouth]=$'\U1F62E' -emoji[hushed_face]=$'\U1F62F' -emoji[face_with_open_mouth_and_cold_sweat]=$'\U1F630' -emoji[face_screaming_in_fear]=$'\U1F631' -emoji[astonished_face]=$'\U1F632' -emoji[flushed_face]=$'\U1F633' -emoji[sleeping_face]=$'\U1F634' -emoji[dizzy_face]=$'\U1F635' -emoji[face_without_mouth]=$'\U1F636' -emoji[face_with_medical_mask]=$'\U1F637' -emoji[grinning_cat_face_with_smiling_eyes]=$'\U1F638' -emoji[cat_face_with_tears_of_joy]=$'\U1F639' -emoji[smiling_cat_face_with_open_mouth]=$'\U1F63A' -emoji[smiling_cat_face_with_heart_shaped_eyes]=$'\U1F63B' -emoji[cat_face_with_wry_smile]=$'\U1F63C' -emoji[kissing_cat_face_with_closed_eyes]=$'\U1F63D' -emoji[pouting_cat_face]=$'\U1F63E' -emoji[crying_cat_face]=$'\U1F63F' -emoji[weary_cat_face]=$'\U1F640' -emoji[slightly_frowning_face]=$'\U1F641' -emoji[slightly_smiling_face]=$'\U1F642' -emoji[upside_down_face]=$'\U1F643' -emoji[face_with_rolling_eyes]=$'\U1F644' -emoji[face_with_no_good_gesture]=$'\U1F645' -emoji[face_with_ok_gesture]=$'\U1F646' -emoji[person_bowing_deeply]=$'\U1F647' -emoji[see_no_evil_monkey]=$'\U1F648' -emoji[hear_no_evil_monkey]=$'\U1F649' -emoji[speak_no_evil_monkey]=$'\U1F64A' -emoji[happy_person_raising_one_hand]=$'\U1F64B' -emoji[person_raising_both_hands_in_celebration]=$'\U1F64C' -emoji[person_frowning]=$'\U1F64D' -emoji[person_with_pouting_face]=$'\U1F64E' -emoji[person_with_folded_hands]=$'\U1F64F' -emoji[rocket]=$'\U1F680' -emoji[helicopter]=$'\U1F681' -emoji[steam_locomotive]=$'\U1F682' -emoji[railway_car]=$'\U1F683' -emoji[high_speed_train]=$'\U1F684' -emoji[high_speed_train_with_bullet_nose]=$'\U1F685' -emoji[train]=$'\U1F686' -emoji[metro]=$'\U1F687' -emoji[light_rail]=$'\U1F688' -emoji[station]=$'\U1F689' -emoji[tram]=$'\U1F68A' -emoji[tram_car]=$'\U1F68B' -emoji[bus]=$'\U1F68C' -emoji[oncoming_bus]=$'\U1F68D' -emoji[trolleybus]=$'\U1F68E' -emoji[bus_stop]=$'\U1F68F' -emoji[minibus]=$'\U1F690' -emoji[ambulance]=$'\U1F691' -emoji[fire_engine]=$'\U1F692' -emoji[police_car]=$'\U1F693' -emoji[oncoming_police_car]=$'\U1F694' -emoji[taxi]=$'\U1F695' -emoji[oncoming_taxi]=$'\U1F696' -emoji[automobile]=$'\U1F697' -emoji[oncoming_automobile]=$'\U1F698' -emoji[recreational_vehicle]=$'\U1F699' -emoji[delivery_truck]=$'\U1F69A' -emoji[articulated_lorry]=$'\U1F69B' -emoji[tractor]=$'\U1F69C' -emoji[monorail]=$'\U1F69D' -emoji[mountain_railway]=$'\U1F69E' -emoji[suspension_railway]=$'\U1F69F' -emoji[mountain_cableway]=$'\U1F6A0' -emoji[aerial_tramway]=$'\U1F6A1' -emoji[ship]=$'\U1F6A2' -emoji[rowboat]=$'\U1F6A3' -emoji[speedboat]=$'\U1F6A4' -emoji[horizontal_traffic_light]=$'\U1F6A5' -emoji[vertical_traffic_light]=$'\U1F6A6' -emoji[construction_sign]=$'\U1F6A7' -emoji[police_cars_revolving_light]=$'\U1F6A8' -emoji[triangular_flag_on_post]=$'\U1F6A9' -emoji[door]=$'\U1F6AA' -emoji[no_entry_sign]=$'\U1F6AB' -emoji[smoking_symbol]=$'\U1F6AC' -emoji[no_smoking_symbol]=$'\U1F6AD' -emoji[put_litter_in_its_place_symbol]=$'\U1F6AE' -emoji[do_not_litter_symbol]=$'\U1F6AF' -emoji[potable_water_symbol]=$'\U1F6B0' -emoji[non_potable_water_symbol]=$'\U1F6B1' -emoji[bicycle]=$'\U1F6B2' -emoji[no_bicycles]=$'\U1F6B3' -emoji[bicyclist]=$'\U1F6B4' -emoji[mountain_bicyclist]=$'\U1F6B5' -emoji[pedestrian]=$'\U1F6B6' -emoji[no_pedestrians]=$'\U1F6B7' -emoji[children_crossing]=$'\U1F6B8' -emoji[mens_symbol]=$'\U1F6B9' -emoji[womens_symbol]=$'\U1F6BA' -emoji[restroom]=$'\U1F6BB' -emoji[baby_symbol]=$'\U1F6BC' -emoji[toilet]=$'\U1F6BD' -emoji[water_closet]=$'\U1F6BE' -emoji[shower]=$'\U1F6BF' -emoji[bath]=$'\U1F6C0' -emoji[bathtub]=$'\U1F6C1' -emoji[passport_control]=$'\U1F6C2' -emoji[customs]=$'\U1F6C3' -emoji[baggage_claim]=$'\U1F6C4' -emoji[left_luggage]=$'\U1F6C5' -emoji[couch_and_lamp]=$'\U1F6CB' -emoji[sleeping_accommodation]=$'\U1F6CC' -emoji[shopping_bags]=$'\U1F6CD' -emoji[bellhop_bell]=$'\U1F6CE' -emoji[bed]=$'\U1F6CF' -emoji[place_of_worship]=$'\U1F6D0' -emoji[hammer_and_wrench]=$'\U1F6E0' -emoji[shield]=$'\U1F6E1' -emoji[oil_drum]=$'\U1F6E2' -emoji[motorway]=$'\U1F6E3' -emoji[railway_track]=$'\U1F6E4' -emoji[motor_boat]=$'\U1F6E5' -emoji[small_airplane]=$'\U1F6E9' -emoji[airplane_departure]=$'\U1F6EB' -emoji[airplane_arriving]=$'\U1F6EC' -emoji[satellite]=$'\U1F6F0' -emoji[passenger_ship]=$'\U1F6F3' -emoji[zipper_mouth_face]=$'\U1F910' -emoji[money_mouth_face]=$'\U1F911' -emoji[face_with_thermometer]=$'\U1F912' -emoji[nerd_face]=$'\U1F913' -emoji[thinking_face]=$'\U1F914' -emoji[face_with_head_bandage]=$'\U1F915' -emoji[robot_face]=$'\U1F916' -emoji[hugging_face]=$'\U1F917' -emoji[sign_of_the_horns]=$'\U1F918' -emoji[crab]=$'\U1F980' -emoji[lion_face]=$'\U1F981' -emoji[scorpion]=$'\U1F982' -emoji[turkey]=$'\U1F983' -emoji[unicorn_face]=$'\U1F984' -emoji[cheese_wedge]=$'\U1F9C0' -emoji[keycap_number_sign]=$'\U0023\U20E3' -emoji[keycap_asterisk]=$'\U002A\U20E3' -emoji[keycap_digit_zero]=$'\U0030\U20E3' -emoji[keycap_digit_one]=$'\U0031\U20E3' -emoji[keycap_digit_two]=$'\U0032\U20E3' -emoji[keycap_digit_three]=$'\U0033\U20E3' -emoji[keycap_digit_four]=$'\U0034\U20E3' -emoji[keycap_digit_five]=$'\U0035\U20E3' -emoji[keycap_digit_six]=$'\U0036\U20E3' -emoji[keycap_digit_seven]=$'\U0037\U20E3' -emoji[keycap_digit_eight]=$'\U0038\U20E3' -emoji[keycap_digit_nine]=$'\U0039\U20E3' -emoji_flags[Ascension_Island]=$'\U1F1E6\U1F1E8' -emoji_flags[Andorra]=$'\U1F1E6\U1F1E9' -emoji_flags[United_Arab_Emirates]=$'\U1F1E6\U1F1EA' -emoji_flags[Afghanistan]=$'\U1F1E6\U1F1EB' -emoji_flags[Antigua___Barbuda]=$'\U1F1E6\U1F1EC' -emoji_flags[Anguilla]=$'\U1F1E6\U1F1EE' -emoji_flags[Albania]=$'\U1F1E6\U1F1F1' -emoji_flags[Armenia]=$'\U1F1E6\U1F1F2' -emoji_flags[Angola]=$'\U1F1E6\U1F1F4' -emoji_flags[Antarctica]=$'\U1F1E6\U1F1F6' -emoji_flags[Argentina]=$'\U1F1E6\U1F1F7' -emoji_flags[American_Samoa]=$'\U1F1E6\U1F1F8' -emoji_flags[Austria]=$'\U1F1E6\U1F1F9' -emoji_flags[Australia]=$'\U1F1E6\U1F1FA' -emoji_flags[Aruba]=$'\U1F1E6\U1F1FC' -emoji_flags[Ã_land_Islands]=$'\U1F1E6\U1F1FD' -emoji_flags[Azerbaijan]=$'\U1F1E6\U1F1FF' -emoji_flags[Bosnia___Herzegovina]=$'\U1F1E7\U1F1E6' -emoji_flags[Barbados]=$'\U1F1E7\U1F1E7' -emoji_flags[Bangladesh]=$'\U1F1E7\U1F1E9' -emoji_flags[Belgium]=$'\U1F1E7\U1F1EA' -emoji_flags[Burkina_Faso]=$'\U1F1E7\U1F1EB' -emoji_flags[Bulgaria]=$'\U1F1E7\U1F1EC' -emoji_flags[Bahrain]=$'\U1F1E7\U1F1ED' -emoji_flags[Burundi]=$'\U1F1E7\U1F1EE' -emoji_flags[Benin]=$'\U1F1E7\U1F1EF' -emoji_flags[St__BarthÃ_lemy]=$'\U1F1E7\U1F1F1' -emoji_flags[Bermuda]=$'\U1F1E7\U1F1F2' -emoji_flags[Brunei]=$'\U1F1E7\U1F1F3' -emoji_flags[Bolivia]=$'\U1F1E7\U1F1F4' -emoji_flags[Caribbean_Netherlands]=$'\U1F1E7\U1F1F6' -emoji_flags[Brazil]=$'\U1F1E7\U1F1F7' -emoji_flags[Bahamas]=$'\U1F1E7\U1F1F8' -emoji_flags[Bhutan]=$'\U1F1E7\U1F1F9' -emoji_flags[Bouvet_Island]=$'\U1F1E7\U1F1FB' -emoji_flags[Botswana]=$'\U1F1E7\U1F1FC' -emoji_flags[Belarus]=$'\U1F1E7\U1F1FE' -emoji_flags[Belize]=$'\U1F1E7\U1F1FF' -emoji_flags[Canada]=$'\U1F1E8\U1F1E6' -emoji_flags[Cocos__Islands]=$'\U1F1E8\U1F1E8' -emoji_flags[Congo___Kinshasa]=$'\U1F1E8\U1F1E9' -emoji_flags[Central_African_Republic]=$'\U1F1E8\U1F1EB' -emoji_flags[Congo___Brazzaville]=$'\U1F1E8\U1F1EC' -emoji_flags[Switzerland]=$'\U1F1E8\U1F1ED' -emoji_flags[CÃ_te_dâ__Ivoire]=$'\U1F1E8\U1F1EE' -emoji_flags[Cook_Islands]=$'\U1F1E8\U1F1F0' -emoji_flags[Chile]=$'\U1F1E8\U1F1F1' -emoji_flags[Cameroon]=$'\U1F1E8\U1F1F2' -emoji_flags[China]=$'\U1F1E8\U1F1F3' -emoji_flags[Colombia]=$'\U1F1E8\U1F1F4' -emoji_flags[Clipperton_Island]=$'\U1F1E8\U1F1F5' -emoji_flags[Costa_Rica]=$'\U1F1E8\U1F1F7' -emoji_flags[Cuba]=$'\U1F1E8\U1F1FA' -emoji_flags[Cape_Verde]=$'\U1F1E8\U1F1FB' -emoji_flags[CuraÃ_ao]=$'\U1F1E8\U1F1FC' -emoji_flags[Christmas_Island]=$'\U1F1E8\U1F1FD' -emoji_flags[Cyprus]=$'\U1F1E8\U1F1FE' -emoji_flags[Czech_Republic]=$'\U1F1E8\U1F1FF' -emoji_flags[Germany]=$'\U1F1E9\U1F1EA' -emoji_flags[Diego_Garcia]=$'\U1F1E9\U1F1EC' -emoji_flags[Djibouti]=$'\U1F1E9\U1F1EF' -emoji_flags[Denmark]=$'\U1F1E9\U1F1F0' -emoji_flags[Dominica]=$'\U1F1E9\U1F1F2' -emoji_flags[Dominican_Republic]=$'\U1F1E9\U1F1F4' -emoji_flags[Algeria]=$'\U1F1E9\U1F1FF' -emoji_flags[Ceuta___Melilla]=$'\U1F1EA\U1F1E6' -emoji_flags[Ecuador]=$'\U1F1EA\U1F1E8' -emoji_flags[Estonia]=$'\U1F1EA\U1F1EA' -emoji_flags[Egypt]=$'\U1F1EA\U1F1EC' -emoji_flags[Western_Sahara]=$'\U1F1EA\U1F1ED' -emoji_flags[Eritrea]=$'\U1F1EA\U1F1F7' -emoji_flags[Spain]=$'\U1F1EA\U1F1F8' -emoji_flags[Ethiopia]=$'\U1F1EA\U1F1F9' -emoji_flags[European_Union]=$'\U1F1EA\U1F1FA' -emoji_flags[Finland]=$'\U1F1EB\U1F1EE' -emoji_flags[Fiji]=$'\U1F1EB\U1F1EF' -emoji_flags[Falkland_Islands]=$'\U1F1EB\U1F1F0' -emoji_flags[Micronesia]=$'\U1F1EB\U1F1F2' -emoji_flags[Faroe_Islands]=$'\U1F1EB\U1F1F4' -emoji_flags[France]=$'\U1F1EB\U1F1F7' -emoji_flags[Gabon]=$'\U1F1EC\U1F1E6' -emoji_flags[United_Kingdom]=$'\U1F1EC\U1F1E7' -emoji_flags[Grenada]=$'\U1F1EC\U1F1E9' -emoji_flags[Georgia]=$'\U1F1EC\U1F1EA' -emoji_flags[French_Guiana]=$'\U1F1EC\U1F1EB' -emoji_flags[Guernsey]=$'\U1F1EC\U1F1EC' -emoji_flags[Ghana]=$'\U1F1EC\U1F1ED' -emoji_flags[Gibraltar]=$'\U1F1EC\U1F1EE' -emoji_flags[Greenland]=$'\U1F1EC\U1F1F1' -emoji_flags[Gambia]=$'\U1F1EC\U1F1F2' -emoji_flags[Guinea]=$'\U1F1EC\U1F1F3' -emoji_flags[Guadeloupe]=$'\U1F1EC\U1F1F5' -emoji_flags[Equatorial_Guinea]=$'\U1F1EC\U1F1F6' -emoji_flags[Greece]=$'\U1F1EC\U1F1F7' -emoji_flags[South_Georgia___South_Sandwich_Islands]=$'\U1F1EC\U1F1F8' -emoji_flags[Guatemala]=$'\U1F1EC\U1F1F9' -emoji_flags[Guam]=$'\U1F1EC\U1F1FA' -emoji_flags[Guinea_Bissau]=$'\U1F1EC\U1F1FC' -emoji_flags[Guyana]=$'\U1F1EC\U1F1FE' -emoji_flags[Hong_Kong]=$'\U1F1ED\U1F1F0' -emoji_flags[Heard___McDonald_Islands]=$'\U1F1ED\U1F1F2' -emoji_flags[Honduras]=$'\U1F1ED\U1F1F3' -emoji_flags[Croatia]=$'\U1F1ED\U1F1F7' -emoji_flags[Haiti]=$'\U1F1ED\U1F1F9' -emoji_flags[Hungary]=$'\U1F1ED\U1F1FA' -emoji_flags[Canary_Islands]=$'\U1F1EE\U1F1E8' -emoji_flags[Indonesia]=$'\U1F1EE\U1F1E9' -emoji_flags[Ireland]=$'\U1F1EE\U1F1EA' -emoji_flags[Israel]=$'\U1F1EE\U1F1F1' -emoji_flags[Isle_of_Man]=$'\U1F1EE\U1F1F2' -emoji_flags[India]=$'\U1F1EE\U1F1F3' -emoji_flags[British_Indian_Ocean_Territory]=$'\U1F1EE\U1F1F4' -emoji_flags[Iraq]=$'\U1F1EE\U1F1F6' -emoji_flags[Iran]=$'\U1F1EE\U1F1F7' -emoji_flags[Iceland]=$'\U1F1EE\U1F1F8' -emoji_flags[Italy]=$'\U1F1EE\U1F1F9' -emoji_flags[Jersey]=$'\U1F1EF\U1F1EA' -emoji_flags[Jamaica]=$'\U1F1EF\U1F1F2' -emoji_flags[Jordan]=$'\U1F1EF\U1F1F4' -emoji_flags[Japan]=$'\U1F1EF\U1F1F5' -emoji_flags[Kenya]=$'\U1F1F0\U1F1EA' -emoji_flags[Kyrgyzstan]=$'\U1F1F0\U1F1EC' -emoji_flags[Cambodia]=$'\U1F1F0\U1F1ED' -emoji_flags[Kiribati]=$'\U1F1F0\U1F1EE' -emoji_flags[Comoros]=$'\U1F1F0\U1F1F2' -emoji_flags[St__Kitts___Nevis]=$'\U1F1F0\U1F1F3' -emoji_flags[North_Korea]=$'\U1F1F0\U1F1F5' -emoji_flags[South_Korea]=$'\U1F1F0\U1F1F7' -emoji_flags[Kuwait]=$'\U1F1F0\U1F1FC' -emoji_flags[Cayman_Islands]=$'\U1F1F0\U1F1FE' -emoji_flags[Kazakhstan]=$'\U1F1F0\U1F1FF' -emoji_flags[Laos]=$'\U1F1F1\U1F1E6' -emoji_flags[Lebanon]=$'\U1F1F1\U1F1E7' -emoji_flags[St__Lucia]=$'\U1F1F1\U1F1E8' -emoji_flags[Liechtenstein]=$'\U1F1F1\U1F1EE' -emoji_flags[Sri_Lanka]=$'\U1F1F1\U1F1F0' -emoji_flags[Liberia]=$'\U1F1F1\U1F1F7' -emoji_flags[Lesotho]=$'\U1F1F1\U1F1F8' -emoji_flags[Lithuania]=$'\U1F1F1\U1F1F9' -emoji_flags[Luxembourg]=$'\U1F1F1\U1F1FA' -emoji_flags[Latvia]=$'\U1F1F1\U1F1FB' -emoji_flags[Libya]=$'\U1F1F1\U1F1FE' -emoji_flags[Morocco]=$'\U1F1F2\U1F1E6' -emoji_flags[Monaco]=$'\U1F1F2\U1F1E8' -emoji_flags[Moldova]=$'\U1F1F2\U1F1E9' -emoji_flags[Montenegro]=$'\U1F1F2\U1F1EA' -emoji_flags[St__Martin]=$'\U1F1F2\U1F1EB' -emoji_flags[Madagascar]=$'\U1F1F2\U1F1EC' -emoji_flags[Marshall_Islands]=$'\U1F1F2\U1F1ED' -emoji_flags[Macedonia]=$'\U1F1F2\U1F1F0' -emoji_flags[Mali]=$'\U1F1F2\U1F1F1' -emoji_flags[Myanmar]=$'\U1F1F2\U1F1F2' -emoji_flags[Mongolia]=$'\U1F1F2\U1F1F3' -emoji_flags[Macau]=$'\U1F1F2\U1F1F4' -emoji_flags[Northern_Mariana_Islands]=$'\U1F1F2\U1F1F5' -emoji_flags[Martinique]=$'\U1F1F2\U1F1F6' -emoji_flags[Mauritania]=$'\U1F1F2\U1F1F7' -emoji_flags[Montserrat]=$'\U1F1F2\U1F1F8' -emoji_flags[Malta]=$'\U1F1F2\U1F1F9' -emoji_flags[Mauritius]=$'\U1F1F2\U1F1FA' -emoji_flags[Maldives]=$'\U1F1F2\U1F1FB' -emoji_flags[Malawi]=$'\U1F1F2\U1F1FC' -emoji_flags[Mexico]=$'\U1F1F2\U1F1FD' -emoji_flags[Malaysia]=$'\U1F1F2\U1F1FE' -emoji_flags[Mozambique]=$'\U1F1F2\U1F1FF' -emoji_flags[Namibia]=$'\U1F1F3\U1F1E6' -emoji_flags[New_Caledonia]=$'\U1F1F3\U1F1E8' -emoji_flags[Niger]=$'\U1F1F3\U1F1EA' -emoji_flags[Norfolk_Island]=$'\U1F1F3\U1F1EB' -emoji_flags[Nigeria]=$'\U1F1F3\U1F1EC' -emoji_flags[Nicaragua]=$'\U1F1F3\U1F1EE' -emoji_flags[Netherlands]=$'\U1F1F3\U1F1F1' -emoji_flags[Norway]=$'\U1F1F3\U1F1F4' -emoji_flags[Nepal]=$'\U1F1F3\U1F1F5' -emoji_flags[Nauru]=$'\U1F1F3\U1F1F7' -emoji_flags[Niue]=$'\U1F1F3\U1F1FA' -emoji_flags[New_Zealand]=$'\U1F1F3\U1F1FF' -emoji_flags[Oman]=$'\U1F1F4\U1F1F2' -emoji_flags[Panama]=$'\U1F1F5\U1F1E6' -emoji_flags[Peru]=$'\U1F1F5\U1F1EA' -emoji_flags[French_Polynesia]=$'\U1F1F5\U1F1EB' -emoji_flags[Papua_New_Guinea]=$'\U1F1F5\U1F1EC' -emoji_flags[Philippines]=$'\U1F1F5\U1F1ED' -emoji_flags[Pakistan]=$'\U1F1F5\U1F1F0' -emoji_flags[Poland]=$'\U1F1F5\U1F1F1' -emoji_flags[St__Pierre___Miquelon]=$'\U1F1F5\U1F1F2' -emoji_flags[Pitcairn_Islands]=$'\U1F1F5\U1F1F3' -emoji_flags[Puerto_Rico]=$'\U1F1F5\U1F1F7' -emoji_flags[Palestinian_Territories]=$'\U1F1F5\U1F1F8' -emoji_flags[Portugal]=$'\U1F1F5\U1F1F9' -emoji_flags[Palau]=$'\U1F1F5\U1F1FC' -emoji_flags[Paraguay]=$'\U1F1F5\U1F1FE' -emoji_flags[Qatar]=$'\U1F1F6\U1F1E6' -emoji_flags[RÃ_union]=$'\U1F1F7\U1F1EA' -emoji_flags[Romania]=$'\U1F1F7\U1F1F4' -emoji_flags[Serbia]=$'\U1F1F7\U1F1F8' -emoji_flags[Russia]=$'\U1F1F7\U1F1FA' -emoji_flags[Rwanda]=$'\U1F1F7\U1F1FC' -emoji_flags[Saudi_Arabia]=$'\U1F1F8\U1F1E6' -emoji_flags[Solomon_Islands]=$'\U1F1F8\U1F1E7' -emoji_flags[Seychelles]=$'\U1F1F8\U1F1E8' -emoji_flags[Sudan]=$'\U1F1F8\U1F1E9' -emoji_flags[Sweden]=$'\U1F1F8\U1F1EA' -emoji_flags[Singapore]=$'\U1F1F8\U1F1EC' -emoji_flags[St__Helena]=$'\U1F1F8\U1F1ED' -emoji_flags[Slovenia]=$'\U1F1F8\U1F1EE' -emoji_flags[Svalbard___Jan_Mayen]=$'\U1F1F8\U1F1EF' -emoji_flags[Slovakia]=$'\U1F1F8\U1F1F0' -emoji_flags[Sierra_Leone]=$'\U1F1F8\U1F1F1' -emoji_flags[San_Marino]=$'\U1F1F8\U1F1F2' -emoji_flags[Senegal]=$'\U1F1F8\U1F1F3' -emoji_flags[Somalia]=$'\U1F1F8\U1F1F4' -emoji_flags[Suriname]=$'\U1F1F8\U1F1F7' -emoji_flags[South_Sudan]=$'\U1F1F8\U1F1F8' -emoji_flags[SÃ_o_TomÃ____PrÃ_ncipe]=$'\U1F1F8\U1F1F9' -emoji_flags[El_Salvador]=$'\U1F1F8\U1F1FB' -emoji_flags[Sint_Maarten]=$'\U1F1F8\U1F1FD' -emoji_flags[Syria]=$'\U1F1F8\U1F1FE' -emoji_flags[Swaziland]=$'\U1F1F8\U1F1FF' -emoji_flags[Tristan_da_Cunha]=$'\U1F1F9\U1F1E6' -emoji_flags[Turks___Caicos_Islands]=$'\U1F1F9\U1F1E8' -emoji_flags[Chad]=$'\U1F1F9\U1F1E9' -emoji_flags[French_Southern_Territories]=$'\U1F1F9\U1F1EB' -emoji_flags[Togo]=$'\U1F1F9\U1F1EC' -emoji_flags[Thailand]=$'\U1F1F9\U1F1ED' -emoji_flags[Tajikistan]=$'\U1F1F9\U1F1EF' -emoji_flags[Tokelau]=$'\U1F1F9\U1F1F0' -emoji_flags[Timor_Leste]=$'\U1F1F9\U1F1F1' -emoji_flags[Turkmenistan]=$'\U1F1F9\U1F1F2' -emoji_flags[Tunisia]=$'\U1F1F9\U1F1F3' -emoji_flags[Tonga]=$'\U1F1F9\U1F1F4' -emoji_flags[Turkey]=$'\U1F1F9\U1F1F7' -emoji_flags[Trinidad___Tobago]=$'\U1F1F9\U1F1F9' -emoji_flags[Tuvalu]=$'\U1F1F9\U1F1FB' -emoji_flags[Taiwan]=$'\U1F1F9\U1F1FC' -emoji_flags[Tanzania]=$'\U1F1F9\U1F1FF' -emoji_flags[Ukraine]=$'\U1F1FA\U1F1E6' -emoji_flags[Uganda]=$'\U1F1FA\U1F1EC' -emoji_flags[U_S__Outlying_Islands]=$'\U1F1FA\U1F1F2' -emoji_flags[United_States]=$'\U1F1FA\U1F1F8' -emoji_flags[Uruguay]=$'\U1F1FA\U1F1FE' -emoji_flags[Uzbekistan]=$'\U1F1FA\U1F1FF' -emoji_flags[Vatican_City]=$'\U1F1FB\U1F1E6' -emoji_flags[St__Vincent___Grenadines]=$'\U1F1FB\U1F1E8' -emoji_flags[Venezuela]=$'\U1F1FB\U1F1EA' -emoji_flags[British_Virgin_Islands]=$'\U1F1FB\U1F1EC' -emoji_flags[U_S__Virgin_Islands]=$'\U1F1FB\U1F1EE' -emoji_flags[Vietnam]=$'\U1F1FB\U1F1F3' -emoji_flags[Vanuatu]=$'\U1F1FB\U1F1FA' -emoji_flags[Wallis___Futuna]=$'\U1F1FC\U1F1EB' -emoji_flags[Samoa]=$'\U1F1FC\U1F1F8' -emoji_flags[Kosovo]=$'\U1F1FD\U1F1F0' -emoji_flags[Yemen]=$'\U1F1FE\U1F1EA' -emoji_flags[Mayotte]=$'\U1F1FE\U1F1F9' -emoji_flags[South_Africa]=$'\U1F1FF\U1F1E6' -emoji_flags[Zambia]=$'\U1F1FF\U1F1F2' -emoji_flags[Zimbabwe]=$'\U1F1FF\U1F1FC' - diff --git a/zsh/.oh-my-zsh_old/plugins/emoji/emoji-data.txt b/zsh/.oh-my-zsh_old/plugins/emoji/emoji-data.txt deleted file mode 100644 index 2d6d64e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emoji/emoji-data.txt +++ /dev/null @@ -1,1308 +0,0 @@ -# DRAFT emoji-data.txt -# For details about the format and other information, see /../../../reports/tr51/index.html#Data_Files. -# -# Format: Code ; Default_Emoji_Style ; Emoji_Level ; Emoji_Modifier_Status ; Emoji_Sources # Comment -# -# Field 1 — Default_Emoji_Style: -# text: default text presentation -# emoji: default emoji presentation -# Field 2 — Emoji_Level: -# L1: level 1 emoji -# L2: level 2 emoji -# NA: not applicable -# Field 3 — Emoji_Modifier_Status: -# modifier: an emoji modifier -# primary: a primary emoji modifier base -# secondary: a secondary emoji modifier base -# none: not applicable -# Field 4 — Emoji_Sources: -# one or more values from {z, a, j, w, x} -# see the key in https://www.unicode.org/draft/reports/tr51/tr51.html#Major_Sources -# NA: not applicable -# Comment — currently contains the version where the character was first encoded, -# followed by: -# - a character name in uppercase (for a single character), -# - a keycap name, -# - an associated flag, where is associated with value unicode region code -# -00A9 ; text ; L1 ; none ; j # V1.1 (©) COPYRIGHT SIGN -00AE ; text ; L1 ; none ; j # V1.1 (®) REGISTERED SIGN -203C ; text ; L1 ; none ; a j # V1.1 (‼) DOUBLE EXCLAMATION MARK -2049 ; text ; L1 ; none ; a j # V3.0 (â‰) EXCLAMATION QUESTION MARK -2122 ; text ; L1 ; none ; j # V1.1 (â„¢) TRADE MARK SIGN -2139 ; text ; L1 ; none ; j # V3.0 (ℹ) INFORMATION SOURCE -2194 ; text ; L1 ; none ; z j # V1.1 (↔) LEFT RIGHT ARROW -2195 ; text ; L1 ; none ; z j # V1.1 (↕) UP DOWN ARROW -2196 ; text ; L1 ; none ; j # V1.1 (↖) NORTH WEST ARROW -2197 ; text ; L1 ; none ; j # V1.1 (↗) NORTH EAST ARROW -2198 ; text ; L1 ; none ; j # V1.1 (↘) SOUTH EAST ARROW -2199 ; text ; L1 ; none ; j # V1.1 (↙) SOUTH WEST ARROW -21A9 ; text ; L1 ; none ; j # V1.1 (↩) LEFTWARDS ARROW WITH HOOK -21AA ; text ; L1 ; none ; j # V1.1 (↪) RIGHTWARDS ARROW WITH HOOK -231A ; emoji ; L1 ; none ; j # V1.1 (⌚) WATCH -231B ; emoji ; L1 ; none ; j # V1.1 (⌛) HOURGLASS -2328 ; text ; L2 ; none ; x # V1.1 (⌨) KEYBOARD -23CF ; text ; L2 ; none ; x # V4.0 (â) EJECT SYMBOL -23E9 ; emoji ; L1 ; none ; j w # V6.0 (â©) BLACK RIGHT-POINTING DOUBLE TRIANGLE -23EA ; emoji ; L1 ; none ; j w # V6.0 (âª) BLACK LEFT-POINTING DOUBLE TRIANGLE -23EB ; emoji ; L1 ; none ; j # V6.0 (â«) BLACK UP-POINTING DOUBLE TRIANGLE -23EC ; emoji ; L1 ; none ; j # V6.0 (â¬) BLACK DOWN-POINTING DOUBLE TRIANGLE -23ED ; text ; L2 ; none ; w # V6.0 (â­) BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR -23EE ; text ; L2 ; none ; w # V6.0 (â®) BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR -23EF ; text ; L2 ; none ; x # V6.0 (â¯) BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR -23F0 ; emoji ; L1 ; none ; j # V6.0 (â°) ALARM CLOCK -23F1 ; text ; L2 ; none ; x # V6.0 (â±) STOPWATCH -23F2 ; text ; L2 ; none ; x # V6.0 (â²) TIMER CLOCK -23F3 ; emoji ; L1 ; none ; j w # V6.0 (â³) HOURGLASS WITH FLOWING SAND -23F8 ; text ; L2 ; none ; w # V7.0 (â¸) DOUBLE VERTICAL BAR -23F9 ; text ; L2 ; none ; w # V7.0 (â¹) BLACK SQUARE FOR STOP -23FA ; text ; L2 ; none ; w # V7.0 (âº) BLACK CIRCLE FOR RECORD -24C2 ; text ; L1 ; none ; j # V1.1 (â“‚) CIRCLED LATIN CAPITAL LETTER M -25AA ; text ; L1 ; none ; j w # V1.1 (â–ª) BLACK SMALL SQUARE -25AB ; text ; L1 ; none ; j # V1.1 (â–«) WHITE SMALL SQUARE -25B6 ; text ; L1 ; none ; a j w # V1.1 (â–¶) BLACK RIGHT-POINTING TRIANGLE -25C0 ; text ; L1 ; none ; a j w # V1.1 (â—€) BLACK LEFT-POINTING TRIANGLE -25FB ; text ; L1 ; none ; j # V3.2 (â—») WHITE MEDIUM SQUARE -25FC ; text ; L1 ; none ; j w # V3.2 (â—¼) BLACK MEDIUM SQUARE -25FD ; emoji ; L1 ; none ; j # V3.2 (â—½) WHITE MEDIUM SMALL SQUARE -25FE ; emoji ; L1 ; none ; j w # V3.2 (â—¾) BLACK MEDIUM SMALL SQUARE -2600 ; text ; L1 ; none ; a j # V1.1 (☀) BLACK SUN WITH RAYS -2601 ; text ; L1 ; none ; a j w # V1.1 (â˜) CLOUD -2602 ; text ; L2 ; none ; a # V1.1 (☂) UMBRELLA -2603 ; text ; L2 ; none ; a # V1.1 (☃) SNOWMAN -2604 ; text ; L2 ; none ; x # V1.1 (☄) COMET -260E ; text ; L1 ; none ; z a j # V1.1 (☎) BLACK TELEPHONE -2611 ; text ; L1 ; none ; j w # V1.1 (☑) BALLOT BOX WITH CHECK -2614 ; emoji ; L1 ; none ; a j # V4.0 (☔) UMBRELLA WITH RAIN DROPS -2615 ; emoji ; L1 ; none ; j # V4.0 (☕) HOT BEVERAGE -2618 ; text ; L2 ; none ; x # V4.1 (☘) SHAMROCK -261D ; text ; L1 ; secondary ; j w # V1.1 (â˜) WHITE UP POINTING INDEX -2620 ; text ; L2 ; none ; x # V1.1 (☠) SKULL AND CROSSBONES -2622 ; text ; L2 ; none ; x # V1.1 (☢) RADIOACTIVE SIGN -2623 ; text ; L2 ; none ; x # V1.1 (☣) BIOHAZARD SIGN -2626 ; text ; L2 ; none ; x # V1.1 (☦) ORTHODOX CROSS -262A ; text ; L2 ; none ; w # V1.1 (☪) STAR AND CRESCENT -262E ; text ; L2 ; none ; x # V1.1 (☮) PEACE SYMBOL -262F ; text ; L2 ; none ; w # V1.1 (☯) YIN YANG -2638 ; text ; L2 ; none ; w # V1.1 (☸) WHEEL OF DHARMA -2639 ; text ; L2 ; secondary ; w # V1.1 (☹) WHITE FROWNING FACE -263A ; text ; L1 ; secondary ; j w # V1.1 (☺) WHITE SMILING FACE -2648 ; emoji ; L1 ; none ; j w # V1.1 (♈) ARIES -2649 ; emoji ; L1 ; none ; j w # V1.1 (♉) TAURUS -264A ; emoji ; L1 ; none ; j w # V1.1 (♊) GEMINI -264B ; emoji ; L1 ; none ; j w # V1.1 (♋) CANCER -264C ; emoji ; L1 ; none ; j w # V1.1 (♌) LEO -264D ; emoji ; L1 ; none ; j w # V1.1 (â™) VIRGO -264E ; emoji ; L1 ; none ; j w # V1.1 (♎) LIBRA -264F ; emoji ; L1 ; none ; j w # V1.1 (â™) SCORPIUS -2650 ; emoji ; L1 ; none ; j w # V1.1 (â™) SAGITTARIUS -2651 ; emoji ; L1 ; none ; j w # V1.1 (♑) CAPRICORN -2652 ; emoji ; L1 ; none ; j w # V1.1 (â™’) AQUARIUS -2653 ; emoji ; L1 ; none ; j w # V1.1 (♓) PISCES -2660 ; text ; L1 ; none ; z a j # V1.1 (â™ ) BLACK SPADE SUIT -2663 ; text ; L1 ; none ; z a j # V1.1 (♣) BLACK CLUB SUIT -2665 ; text ; L1 ; none ; z a j # V1.1 (♥) BLACK HEART SUIT -2666 ; text ; L1 ; none ; z a j # V1.1 (♦) BLACK DIAMOND SUIT -2668 ; text ; L1 ; none ; a j # V1.1 (♨) HOT SPRINGS -267B ; text ; L1 ; none ; j # V3.2 (â™») BLACK UNIVERSAL RECYCLING SYMBOL -267F ; emoji ; L1 ; none ; j w # V4.1 (♿) WHEELCHAIR SYMBOL -2692 ; text ; L2 ; none ; x # V4.1 (âš’) HAMMER AND PICK -2693 ; emoji ; L1 ; none ; a j # V4.1 (âš“) ANCHOR -2694 ; text ; L2 ; none ; x # V4.1 (âš”) CROSSED SWORDS -2696 ; text ; L2 ; none ; x # V4.1 (âš–) SCALES -2697 ; text ; L2 ; none ; x # V4.1 (âš—) ALEMBIC -2699 ; text ; L2 ; none ; x # V4.1 (âš™) GEAR -269B ; text ; L2 ; none ; x # V4.1 (âš›) ATOM SYMBOL -269C ; text ; L2 ; none ; x # V4.1 (âšœ) FLEUR-DE-LIS -26A0 ; text ; L1 ; none ; j # V4.0 (âš ) WARNING SIGN -26A1 ; emoji ; L1 ; none ; a j # V4.0 (âš¡) HIGH VOLTAGE SIGN -26AA ; emoji ; L1 ; none ; j # V4.1 (⚪) MEDIUM WHITE CIRCLE -26AB ; emoji ; L1 ; none ; j w # V4.1 (âš«) MEDIUM BLACK CIRCLE -26B0 ; text ; L2 ; none ; x # V4.1 (âš°) COFFIN -26B1 ; text ; L2 ; none ; x # V4.1 (âš±) FUNERAL URN -26BD ; emoji ; L1 ; none ; j # V5.2 (âš½) SOCCER BALL -26BE ; emoji ; L1 ; none ; a j # V5.2 (âš¾) BASEBALL -26C4 ; emoji ; L1 ; none ; a j # V5.2 (⛄) SNOWMAN WITHOUT SNOW -26C5 ; emoji ; L1 ; none ; a j # V5.2 (â›…) SUN BEHIND CLOUD -26C8 ; text ; L2 ; none ; a # V5.2 (⛈) THUNDER CLOUD AND RAIN -26CE ; emoji ; L1 ; none ; a j # V6.0 (⛎) OPHIUCHUS -26CF ; text ; L2 ; none ; a # V5.2 (â›) PICK -26D1 ; text ; L2 ; none ; a # V5.2 (⛑) HELMET WITH WHITE CROSS -26D3 ; text ; L2 ; none ; a # V5.2 (⛓) CHAINS -26D4 ; emoji ; L1 ; none ; a j # V5.2 (â›”) NO ENTRY -26E9 ; text ; L2 ; none ; a # V5.2 (⛩) SHINTO SHRINE -26EA ; emoji ; L1 ; none ; a j # V5.2 (⛪) CHURCH -26F0 ; text ; L2 ; none ; a # V5.2 (â›°) MOUNTAIN -26F1 ; text ; L2 ; none ; a # V5.2 (â›±) UMBRELLA ON GROUND -26F2 ; emoji ; L1 ; none ; a j # V5.2 (⛲) FOUNTAIN -26F3 ; emoji ; L1 ; none ; a j w # V5.2 (⛳) FLAG IN HOLE -26F4 ; text ; L2 ; none ; a # V5.2 (â›´) FERRY -26F5 ; emoji ; L1 ; none ; a j # V5.2 (⛵) SAILBOAT -26F7 ; text ; L2 ; none ; a w # V5.2 (â›·) SKIER -26F8 ; text ; L2 ; none ; a # V5.2 (⛸) ICE SKATE -26F9 ; text ; L2 ; none ; a # V5.2 (⛹) PERSON WITH BALL -26FA ; emoji ; L1 ; none ; a j # V5.2 (⛺) TENT -26FD ; emoji ; L1 ; none ; a j # V5.2 (⛽) FUEL PUMP -2702 ; text ; L1 ; none ; z j w # V1.1 (✂) BLACK SCISSORS -2705 ; emoji ; L1 ; none ; j # V6.0 (✅) WHITE HEAVY CHECK MARK -2708 ; text ; L1 ; none ; z a j w # V1.1 (✈) AIRPLANE -2709 ; text ; L1 ; none ; z j # V1.1 (✉) ENVELOPE -270A ; emoji ; L1 ; secondary ; j # V6.0 (✊) RAISED FIST -270B ; emoji ; L1 ; secondary ; j # V6.0 (✋) RAISED HAND -270C ; text ; L1 ; secondary ; z j w # V1.1 (✌) VICTORY HAND -270D ; text ; L2 ; secondary ; z w # V1.1 (âœ) WRITING HAND -270F ; text ; L1 ; none ; z j # V1.1 (âœ) PENCIL -2712 ; text ; L1 ; none ; z j # V1.1 (✒) BLACK NIB -2714 ; text ; L1 ; none ; z j w # V1.1 (✔) HEAVY CHECK MARK -2716 ; text ; L1 ; none ; z j # V1.1 (✖) HEAVY MULTIPLICATION X -271D ; text ; L2 ; none ; w # V1.1 (âœ) LATIN CROSS -2721 ; text ; L2 ; none ; w # V1.1 (✡) STAR OF DAVID -2728 ; emoji ; L1 ; none ; j # V6.0 (✨) SPARKLES -2733 ; text ; L1 ; none ; z j # V1.1 (✳) EIGHT SPOKED ASTERISK -2734 ; text ; L1 ; none ; z j # V1.1 (✴) EIGHT POINTED BLACK STAR -2744 ; text ; L1 ; none ; z j w # V1.1 (â„) SNOWFLAKE -2747 ; text ; L1 ; none ; z j # V1.1 (â‡) SPARKLE -274C ; emoji ; L1 ; none ; j # V6.0 (âŒ) CROSS MARK -274E ; emoji ; L1 ; none ; j # V6.0 (âŽ) NEGATIVE SQUARED CROSS MARK -2753 ; emoji ; L1 ; none ; j w # V6.0 (â“) BLACK QUESTION MARK ORNAMENT -2754 ; emoji ; L1 ; none ; j # V6.0 (â”) WHITE QUESTION MARK ORNAMENT -2755 ; emoji ; L1 ; none ; j # V6.0 (â•) WHITE EXCLAMATION MARK ORNAMENT -2757 ; emoji ; L1 ; none ; j # V5.2 (â—) HEAVY EXCLAMATION MARK SYMBOL -2763 ; text ; L2 ; none ; z # V1.1 (â£) HEAVY HEART EXCLAMATION MARK ORNAMENT -2764 ; text ; L1 ; none ; z j # V1.1 (â¤) HEAVY BLACK HEART -2795 ; emoji ; L1 ; none ; j # V6.0 (âž•) HEAVY PLUS SIGN -2796 ; emoji ; L1 ; none ; j # V6.0 (âž–) HEAVY MINUS SIGN -2797 ; emoji ; L1 ; none ; j # V6.0 (âž—) HEAVY DIVISION SIGN -27A1 ; text ; L1 ; none ; z a j # V1.1 (âž¡) BLACK RIGHTWARDS ARROW -27B0 ; emoji ; L1 ; none ; j # V6.0 (âž°) CURLY LOOP -27BF ; emoji ; L1 ; none ; x # V6.0 (âž¿) DOUBLE CURLY LOOP -2934 ; text ; L1 ; none ; j # V3.2 (⤴) ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS -2935 ; text ; L1 ; none ; j # V3.2 (⤵) ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS -2B05 ; text ; L1 ; none ; a j # V4.0 (⬅) LEFTWARDS BLACK ARROW -2B06 ; text ; L1 ; none ; a j # V4.0 (⬆) UPWARDS BLACK ARROW -2B07 ; text ; L1 ; none ; a j # V4.0 (⬇) DOWNWARDS BLACK ARROW -2B1B ; emoji ; L1 ; none ; a j w # V5.1 (⬛) BLACK LARGE SQUARE -2B1C ; emoji ; L1 ; none ; j w # V5.1 (⬜) WHITE LARGE SQUARE -2B50 ; emoji ; L1 ; none ; j # V5.1 (â­) WHITE MEDIUM STAR -2B55 ; emoji ; L1 ; none ; j # V5.2 (â­•) HEAVY LARGE CIRCLE -3030 ; text ; L1 ; none ; j # V1.1 (〰) WAVY DASH -303D ; text ; L1 ; none ; j # V3.2 (〽) PART ALTERNATION MARK -3297 ; text ; L1 ; none ; j # V1.1 (㊗) CIRCLED IDEOGRAPH CONGRATULATION -3299 ; text ; L1 ; none ; a j # V1.1 (㊙) CIRCLED IDEOGRAPH SECRET -1F004 ; emoji ; L1 ; none ; j # V5.1 (🀄) MAHJONG TILE RED DRAGON -1F0CF ; emoji ; L1 ; none ; j # V6.0 (ðŸƒ) PLAYING CARD BLACK JOKER -1F170 ; text ; L1 ; none ; j # V6.0 (🅰) NEGATIVE SQUARED LATIN CAPITAL LETTER A -1F171 ; text ; L1 ; none ; j # V6.0 (🅱) NEGATIVE SQUARED LATIN CAPITAL LETTER B -1F17E ; text ; L1 ; none ; j # V6.0 (🅾) NEGATIVE SQUARED LATIN CAPITAL LETTER O -1F17F ; text ; L1 ; none ; a j # V5.2 (🅿) NEGATIVE SQUARED LATIN CAPITAL LETTER P -1F18E ; emoji ; L1 ; none ; j # V6.0 (🆎) NEGATIVE SQUARED AB -1F191 ; emoji ; L1 ; none ; j # V6.0 (🆑) SQUARED CL -1F192 ; emoji ; L1 ; none ; j # V6.0 (🆒) SQUARED COOL -1F193 ; emoji ; L1 ; none ; j # V6.0 (🆓) SQUARED FREE -1F194 ; emoji ; L1 ; none ; j # V6.0 (🆔) SQUARED ID -1F195 ; emoji ; L1 ; none ; j # V6.0 (🆕) SQUARED NEW -1F196 ; emoji ; L1 ; none ; j # V6.0 (🆖) SQUARED NG -1F197 ; emoji ; L1 ; none ; j # V6.0 (🆗) SQUARED OK -1F198 ; emoji ; L1 ; none ; j # V6.0 (🆘) SQUARED SOS -1F199 ; emoji ; L1 ; none ; j # V6.0 (🆙) SQUARED UP WITH EXCLAMATION MARK -1F19A ; emoji ; L1 ; none ; j # V6.0 (🆚) SQUARED VS -1F201 ; emoji ; L1 ; none ; j # V6.0 (ðŸˆ) SQUARED KATAKANA KOKO -1F202 ; text ; L1 ; none ; j # V6.0 (🈂) SQUARED KATAKANA SA -1F21A ; emoji ; L1 ; none ; a j # V5.2 (🈚) SQUARED CJK UNIFIED IDEOGRAPH-7121 -1F22F ; emoji ; L1 ; none ; a j # V5.2 (🈯) SQUARED CJK UNIFIED IDEOGRAPH-6307 -1F232 ; emoji ; L1 ; none ; j # V6.0 (🈲) SQUARED CJK UNIFIED IDEOGRAPH-7981 -1F233 ; emoji ; L1 ; none ; j # V6.0 (🈳) SQUARED CJK UNIFIED IDEOGRAPH-7A7A -1F234 ; emoji ; L1 ; none ; j # V6.0 (🈴) SQUARED CJK UNIFIED IDEOGRAPH-5408 -1F235 ; emoji ; L1 ; none ; j # V6.0 (🈵) SQUARED CJK UNIFIED IDEOGRAPH-6E80 -1F236 ; emoji ; L1 ; none ; j # V6.0 (🈶) SQUARED CJK UNIFIED IDEOGRAPH-6709 -1F237 ; text ; L1 ; none ; j # V6.0 (🈷) SQUARED CJK UNIFIED IDEOGRAPH-6708 -1F238 ; emoji ; L1 ; none ; j # V6.0 (🈸) SQUARED CJK UNIFIED IDEOGRAPH-7533 -1F239 ; emoji ; L1 ; none ; j # V6.0 (🈹) SQUARED CJK UNIFIED IDEOGRAPH-5272 -1F23A ; emoji ; L1 ; none ; j # V6.0 (🈺) SQUARED CJK UNIFIED IDEOGRAPH-55B6 -1F250 ; emoji ; L1 ; none ; j # V6.0 (ðŸ‰) CIRCLED IDEOGRAPH ADVANTAGE -1F251 ; emoji ; L1 ; none ; j # V6.0 (🉑) CIRCLED IDEOGRAPH ACCEPT -1F300 ; emoji ; L1 ; none ; j # V6.0 (🌀) CYCLONE -1F301 ; emoji ; L1 ; none ; j # V6.0 (ðŸŒ) FOGGY -1F302 ; emoji ; L1 ; none ; j # V6.0 (🌂) CLOSED UMBRELLA -1F303 ; emoji ; L1 ; none ; j # V6.0 (🌃) NIGHT WITH STARS -1F304 ; emoji ; L1 ; none ; j # V6.0 (🌄) SUNRISE OVER MOUNTAINS -1F305 ; emoji ; L1 ; none ; j # V6.0 (🌅) SUNRISE -1F306 ; emoji ; L1 ; none ; j # V6.0 (🌆) CITYSCAPE AT DUSK -1F307 ; emoji ; L1 ; none ; j # V6.0 (🌇) SUNSET OVER BUILDINGS -1F308 ; emoji ; L1 ; none ; j # V6.0 (🌈) RAINBOW -1F309 ; emoji ; L1 ; none ; j # V6.0 (🌉) BRIDGE AT NIGHT -1F30A ; emoji ; L1 ; none ; j # V6.0 (🌊) WATER WAVE -1F30B ; emoji ; L1 ; none ; j # V6.0 (🌋) VOLCANO -1F30C ; emoji ; L1 ; none ; j # V6.0 (🌌) MILKY WAY -1F30D ; emoji ; L1 ; none ; w # V6.0 (ðŸŒ) EARTH GLOBE EUROPE-AFRICA -1F30E ; emoji ; L1 ; none ; w # V6.0 (🌎) EARTH GLOBE AMERICAS -1F30F ; emoji ; L1 ; none ; j w # V6.0 (ðŸŒ) EARTH GLOBE ASIA-AUSTRALIA -1F310 ; emoji ; L1 ; none ; x # V6.0 (ðŸŒ) GLOBE WITH MERIDIANS -1F311 ; emoji ; L1 ; none ; j # V6.0 (🌑) NEW MOON SYMBOL -1F312 ; emoji ; L1 ; none ; x # V6.0 (🌒) WAXING CRESCENT MOON SYMBOL -1F313 ; emoji ; L1 ; none ; j # V6.0 (🌓) FIRST QUARTER MOON SYMBOL -1F314 ; emoji ; L1 ; none ; j # V6.0 (🌔) WAXING GIBBOUS MOON SYMBOL -1F315 ; emoji ; L1 ; none ; j w # V6.0 (🌕) FULL MOON SYMBOL -1F316 ; emoji ; L1 ; none ; x # V6.0 (🌖) WANING GIBBOUS MOON SYMBOL -1F317 ; emoji ; L1 ; none ; x # V6.0 (🌗) LAST QUARTER MOON SYMBOL -1F318 ; emoji ; L1 ; none ; x # V6.0 (🌘) WANING CRESCENT MOON SYMBOL -1F319 ; emoji ; L1 ; none ; j # V6.0 (🌙) CRESCENT MOON -1F31A ; emoji ; L1 ; none ; x # V6.0 (🌚) NEW MOON WITH FACE -1F31B ; emoji ; L1 ; none ; j # V6.0 (🌛) FIRST QUARTER MOON WITH FACE -1F31C ; emoji ; L1 ; none ; w # V6.0 (🌜) LAST QUARTER MOON WITH FACE -1F31D ; emoji ; L1 ; none ; x # V6.0 (ðŸŒ) FULL MOON WITH FACE -1F31E ; emoji ; L1 ; none ; x # V6.0 (🌞) SUN WITH FACE -1F31F ; emoji ; L1 ; none ; j # V6.0 (🌟) GLOWING STAR -1F320 ; emoji ; L1 ; none ; j # V6.0 (🌠) SHOOTING STAR -1F321 ; text ; L2 ; none ; w # V7.0 (🌡) THERMOMETER -1F324 ; text ; L2 ; none ; w # V7.0 (🌤) WHITE SUN WITH SMALL CLOUD -1F325 ; text ; L2 ; none ; w # V7.0 (🌥) WHITE SUN BEHIND CLOUD -1F326 ; text ; L2 ; none ; w # V7.0 (🌦) WHITE SUN BEHIND CLOUD WITH RAIN -1F327 ; text ; L2 ; none ; w # V7.0 (🌧) CLOUD WITH RAIN -1F328 ; text ; L2 ; none ; w # V7.0 (🌨) CLOUD WITH SNOW -1F329 ; text ; L2 ; none ; w # V7.0 (🌩) CLOUD WITH LIGHTNING -1F32A ; text ; L2 ; none ; w # V7.0 (🌪) CLOUD WITH TORNADO -1F32B ; text ; L2 ; none ; w # V7.0 (🌫) FOG -1F32C ; text ; L2 ; none ; w # V7.0 (🌬) WIND BLOWING FACE -1F32D ; emoji ; L2 ; none ; x # V8.0 (🌭) HOT DOG -1F32E ; emoji ; L2 ; none ; x # V8.0 (🌮) TACO -1F32F ; emoji ; L2 ; none ; x # V8.0 (🌯) BURRITO -1F330 ; emoji ; L1 ; none ; j # V6.0 (🌰) CHESTNUT -1F331 ; emoji ; L1 ; none ; j # V6.0 (🌱) SEEDLING -1F332 ; emoji ; L1 ; none ; x # V6.0 (🌲) EVERGREEN TREE -1F333 ; emoji ; L1 ; none ; x # V6.0 (🌳) DECIDUOUS TREE -1F334 ; emoji ; L1 ; none ; j # V6.0 (🌴) PALM TREE -1F335 ; emoji ; L1 ; none ; j # V6.0 (🌵) CACTUS -1F336 ; text ; L2 ; none ; w # V7.0 (🌶) HOT PEPPER -1F337 ; emoji ; L1 ; none ; j # V6.0 (🌷) TULIP -1F338 ; emoji ; L1 ; none ; j # V6.0 (🌸) CHERRY BLOSSOM -1F339 ; emoji ; L1 ; none ; j # V6.0 (🌹) ROSE -1F33A ; emoji ; L1 ; none ; j # V6.0 (🌺) HIBISCUS -1F33B ; emoji ; L1 ; none ; j # V6.0 (🌻) SUNFLOWER -1F33C ; emoji ; L1 ; none ; j # V6.0 (🌼) BLOSSOM -1F33D ; emoji ; L1 ; none ; j # V6.0 (🌽) EAR OF MAIZE -1F33E ; emoji ; L1 ; none ; j # V6.0 (🌾) EAR OF RICE -1F33F ; emoji ; L1 ; none ; j # V6.0 (🌿) HERB -1F340 ; emoji ; L1 ; none ; j # V6.0 (ðŸ€) FOUR LEAF CLOVER -1F341 ; emoji ; L1 ; none ; j # V6.0 (ðŸ) MAPLE LEAF -1F342 ; emoji ; L1 ; none ; j # V6.0 (ðŸ‚) FALLEN LEAF -1F343 ; emoji ; L1 ; none ; j # V6.0 (ðŸƒ) LEAF FLUTTERING IN WIND -1F344 ; emoji ; L1 ; none ; j # V6.0 (ðŸ„) MUSHROOM -1F345 ; emoji ; L1 ; none ; j # V6.0 (ðŸ…) TOMATO -1F346 ; emoji ; L1 ; none ; j # V6.0 (ðŸ†) AUBERGINE -1F347 ; emoji ; L1 ; none ; j # V6.0 (ðŸ‡) GRAPES -1F348 ; emoji ; L1 ; none ; j # V6.0 (ðŸˆ) MELON -1F349 ; emoji ; L1 ; none ; j # V6.0 (ðŸ‰) WATERMELON -1F34A ; emoji ; L1 ; none ; j # V6.0 (ðŸŠ) TANGERINE -1F34B ; emoji ; L1 ; none ; x # V6.0 (ðŸ‹) LEMON -1F34C ; emoji ; L1 ; none ; j # V6.0 (ðŸŒ) BANANA -1F34D ; emoji ; L1 ; none ; j # V6.0 (ðŸ) PINEAPPLE -1F34E ; emoji ; L1 ; none ; j # V6.0 (ðŸŽ) RED APPLE -1F34F ; emoji ; L1 ; none ; j # V6.0 (ðŸ) GREEN APPLE -1F350 ; emoji ; L1 ; none ; x # V6.0 (ðŸ) PEAR -1F351 ; emoji ; L1 ; none ; j # V6.0 (ðŸ‘) PEACH -1F352 ; emoji ; L1 ; none ; j # V6.0 (ðŸ’) CHERRIES -1F353 ; emoji ; L1 ; none ; j # V6.0 (ðŸ“) STRAWBERRY -1F354 ; emoji ; L1 ; none ; j # V6.0 (ðŸ”) HAMBURGER -1F355 ; emoji ; L1 ; none ; j # V6.0 (ðŸ•) SLICE OF PIZZA -1F356 ; emoji ; L1 ; none ; j # V6.0 (ðŸ–) MEAT ON BONE -1F357 ; emoji ; L1 ; none ; j # V6.0 (ðŸ—) POULTRY LEG -1F358 ; emoji ; L1 ; none ; j # V6.0 (ðŸ˜) RICE CRACKER -1F359 ; emoji ; L1 ; none ; j # V6.0 (ðŸ™) RICE BALL -1F35A ; emoji ; L1 ; none ; j # V6.0 (ðŸš) COOKED RICE -1F35B ; emoji ; L1 ; none ; j # V6.0 (ðŸ›) CURRY AND RICE -1F35C ; emoji ; L1 ; none ; j # V6.0 (ðŸœ) STEAMING BOWL -1F35D ; emoji ; L1 ; none ; j # V6.0 (ðŸ) SPAGHETTI -1F35E ; emoji ; L1 ; none ; j # V6.0 (ðŸž) BREAD -1F35F ; emoji ; L1 ; none ; j # V6.0 (ðŸŸ) FRENCH FRIES -1F360 ; emoji ; L1 ; none ; j # V6.0 (ðŸ ) ROASTED SWEET POTATO -1F361 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¡) DANGO -1F362 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¢) ODEN -1F363 ; emoji ; L1 ; none ; j # V6.0 (ðŸ£) SUSHI -1F364 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¤) FRIED SHRIMP -1F365 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¥) FISH CAKE WITH SWIRL DESIGN -1F366 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¦) SOFT ICE CREAM -1F367 ; emoji ; L1 ; none ; j # V6.0 (ðŸ§) SHAVED ICE -1F368 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¨) ICE CREAM -1F369 ; emoji ; L1 ; none ; j # V6.0 (ðŸ©) DOUGHNUT -1F36A ; emoji ; L1 ; none ; j # V6.0 (ðŸª) COOKIE -1F36B ; emoji ; L1 ; none ; j # V6.0 (ðŸ«) CHOCOLATE BAR -1F36C ; emoji ; L1 ; none ; j # V6.0 (ðŸ¬) CANDY -1F36D ; emoji ; L1 ; none ; j # V6.0 (ðŸ­) LOLLIPOP -1F36E ; emoji ; L1 ; none ; j # V6.0 (ðŸ®) CUSTARD -1F36F ; emoji ; L1 ; none ; j # V6.0 (ðŸ¯) HONEY POT -1F370 ; emoji ; L1 ; none ; j # V6.0 (ðŸ°) SHORTCAKE -1F371 ; emoji ; L1 ; none ; j # V6.0 (ðŸ±) BENTO BOX -1F372 ; emoji ; L1 ; none ; j # V6.0 (ðŸ²) POT OF FOOD -1F373 ; emoji ; L1 ; none ; j # V6.0 (ðŸ³) COOKING -1F374 ; emoji ; L1 ; none ; j # V6.0 (ðŸ´) FORK AND KNIFE -1F375 ; emoji ; L1 ; none ; j # V6.0 (ðŸµ) TEACUP WITHOUT HANDLE -1F376 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¶) SAKE BOTTLE AND CUP -1F377 ; emoji ; L1 ; none ; j # V6.0 (ðŸ·) WINE GLASS -1F378 ; emoji ; L1 ; none ; j w # V6.0 (ðŸ¸) COCKTAIL GLASS -1F379 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¹) TROPICAL DRINK -1F37A ; emoji ; L1 ; none ; j # V6.0 (ðŸº) BEER MUG -1F37B ; emoji ; L1 ; none ; j # V6.0 (ðŸ») CLINKING BEER MUGS -1F37C ; emoji ; L1 ; none ; x # V6.0 (ðŸ¼) BABY BOTTLE -1F37D ; text ; L2 ; none ; w # V7.0 (ðŸ½) FORK AND KNIFE WITH PLATE -1F37E ; emoji ; L2 ; none ; x # V8.0 (ðŸ¾) BOTTLE WITH POPPING CORK -1F37F ; emoji ; L2 ; none ; x # V8.0 (ðŸ¿) POPCORN -1F380 ; emoji ; L1 ; none ; j # V6.0 (🎀) RIBBON -1F381 ; emoji ; L1 ; none ; j # V6.0 (ðŸŽ) WRAPPED PRESENT -1F382 ; emoji ; L1 ; none ; j # V6.0 (🎂) BIRTHDAY CAKE -1F383 ; emoji ; L1 ; none ; j # V6.0 (🎃) JACK-O-LANTERN -1F384 ; emoji ; L1 ; none ; j # V6.0 (🎄) CHRISTMAS TREE -1F385 ; emoji ; L1 ; primary ; j # V6.0 (🎅) FATHER CHRISTMAS -1F386 ; emoji ; L1 ; none ; j # V6.0 (🎆) FIREWORKS -1F387 ; emoji ; L1 ; none ; j # V6.0 (🎇) FIREWORK SPARKLER -1F388 ; emoji ; L1 ; none ; j # V6.0 (🎈) BALLOON -1F389 ; emoji ; L1 ; none ; j # V6.0 (🎉) PARTY POPPER -1F38A ; emoji ; L1 ; none ; j # V6.0 (🎊) CONFETTI BALL -1F38B ; emoji ; L1 ; none ; j # V6.0 (🎋) TANABATA TREE -1F38C ; emoji ; L1 ; none ; j # V6.0 (🎌) CROSSED FLAGS -1F38D ; emoji ; L1 ; none ; j # V6.0 (ðŸŽ) PINE DECORATION -1F38E ; emoji ; L1 ; none ; j # V6.0 (🎎) JAPANESE DOLLS -1F38F ; emoji ; L1 ; none ; j # V6.0 (ðŸŽ) CARP STREAMER -1F390 ; emoji ; L1 ; none ; j # V6.0 (ðŸŽ) WIND CHIME -1F391 ; emoji ; L1 ; none ; j # V6.0 (🎑) MOON VIEWING CEREMONY -1F392 ; emoji ; L1 ; none ; j # V6.0 (🎒) SCHOOL SATCHEL -1F393 ; emoji ; L1 ; none ; j w # V6.0 (🎓) GRADUATION CAP -1F396 ; text ; L2 ; none ; w # V7.0 (🎖) MILITARY MEDAL -1F397 ; text ; L2 ; none ; w # V7.0 (🎗) REMINDER RIBBON -1F399 ; text ; L2 ; none ; w # V7.0 (🎙) STUDIO MICROPHONE -1F39A ; text ; L2 ; none ; w # V7.0 (🎚) LEVEL SLIDER -1F39B ; text ; L2 ; none ; w # V7.0 (🎛) CONTROL KNOBS -1F39E ; text ; L2 ; none ; w # V7.0 (🎞) FILM FRAMES -1F39F ; text ; L2 ; none ; w # V7.0 (🎟) ADMISSION TICKETS -1F3A0 ; emoji ; L1 ; none ; j # V6.0 (🎠) CAROUSEL HORSE -1F3A1 ; emoji ; L1 ; none ; j # V6.0 (🎡) FERRIS WHEEL -1F3A2 ; emoji ; L1 ; none ; j # V6.0 (🎢) ROLLER COASTER -1F3A3 ; emoji ; L1 ; none ; j # V6.0 (🎣) FISHING POLE AND FISH -1F3A4 ; emoji ; L1 ; none ; j # V6.0 (🎤) MICROPHONE -1F3A5 ; emoji ; L1 ; none ; j # V6.0 (🎥) MOVIE CAMERA -1F3A6 ; emoji ; L1 ; none ; j # V6.0 (🎦) CINEMA -1F3A7 ; emoji ; L1 ; none ; j w # V6.0 (🎧) HEADPHONE -1F3A8 ; emoji ; L1 ; none ; j # V6.0 (🎨) ARTIST PALETTE -1F3A9 ; emoji ; L1 ; none ; j # V6.0 (🎩) TOP HAT -1F3AA ; emoji ; L1 ; none ; j # V6.0 (🎪) CIRCUS TENT -1F3AB ; emoji ; L1 ; none ; j # V6.0 (🎫) TICKET -1F3AC ; emoji ; L1 ; none ; j w # V6.0 (🎬) CLAPPER BOARD -1F3AD ; emoji ; L1 ; none ; j w # V6.0 (🎭) PERFORMING ARTS -1F3AE ; emoji ; L1 ; none ; j w # V6.0 (🎮) VIDEO GAME -1F3AF ; emoji ; L1 ; none ; j # V6.0 (🎯) DIRECT HIT -1F3B0 ; emoji ; L1 ; none ; j # V6.0 (🎰) SLOT MACHINE -1F3B1 ; emoji ; L1 ; none ; j # V6.0 (🎱) BILLIARDS -1F3B2 ; emoji ; L1 ; none ; j # V6.0 (🎲) GAME DIE -1F3B3 ; emoji ; L1 ; none ; j # V6.0 (🎳) BOWLING -1F3B4 ; emoji ; L1 ; none ; j # V6.0 (🎴) FLOWER PLAYING CARDS -1F3B5 ; emoji ; L1 ; none ; j # V6.0 (🎵) MUSICAL NOTE -1F3B6 ; emoji ; L1 ; none ; j # V6.0 (🎶) MULTIPLE MUSICAL NOTES -1F3B7 ; emoji ; L1 ; none ; j # V6.0 (🎷) SAXOPHONE -1F3B8 ; emoji ; L1 ; none ; j # V6.0 (🎸) GUITAR -1F3B9 ; emoji ; L1 ; none ; j # V6.0 (🎹) MUSICAL KEYBOARD -1F3BA ; emoji ; L1 ; none ; j # V6.0 (🎺) TRUMPET -1F3BB ; emoji ; L1 ; none ; j # V6.0 (🎻) VIOLIN -1F3BC ; emoji ; L1 ; none ; j # V6.0 (🎼) MUSICAL SCORE -1F3BD ; emoji ; L1 ; none ; j # V6.0 (🎽) RUNNING SHIRT WITH SASH -1F3BE ; emoji ; L1 ; none ; j # V6.0 (🎾) TENNIS RACQUET AND BALL -1F3BF ; emoji ; L1 ; none ; j # V6.0 (🎿) SKI AND SKI BOOT -1F3C0 ; emoji ; L1 ; none ; j # V6.0 (ðŸ€) BASKETBALL AND HOOP -1F3C1 ; emoji ; L1 ; none ; j # V6.0 (ðŸ) CHEQUERED FLAG -1F3C2 ; emoji ; L1 ; secondary ; j w # V6.0 (ðŸ‚) SNOWBOARDER -1F3C3 ; emoji ; L1 ; secondary ; j # V6.0 (ðŸƒ) RUNNER -1F3C4 ; emoji ; L1 ; secondary ; j w # V6.0 (ðŸ„) SURFER -1F3C5 ; emoji ; L2 ; none ; x # V7.0 (ðŸ…) SPORTS MEDAL -1F3C6 ; emoji ; L1 ; none ; j w # V6.0 (ðŸ†) TROPHY -1F3C7 ; emoji ; L1 ; secondary ; x # V6.0 (ðŸ‡) HORSE RACING -1F3C8 ; emoji ; L1 ; none ; j # V6.0 (ðŸˆ) AMERICAN FOOTBALL -1F3C9 ; emoji ; L1 ; none ; x # V6.0 (ðŸ‰) RUGBY FOOTBALL -1F3CA ; emoji ; L1 ; secondary ; j w # V6.0 (ðŸŠ) SWIMMER -1F3CB ; text ; L2 ; none ; w # V7.0 (ðŸ‹) WEIGHT LIFTER -1F3CC ; text ; L2 ; none ; w # V7.0 (ðŸŒ) GOLFER -1F3CD ; text ; L2 ; none ; w # V7.0 (ðŸ) RACING MOTORCYCLE -1F3CE ; text ; L2 ; none ; w # V7.0 (ðŸŽ) RACING CAR -1F3CF ; emoji ; L2 ; none ; x # V8.0 (ðŸ) CRICKET BAT AND BALL -1F3D0 ; emoji ; L2 ; none ; x # V8.0 (ðŸ) VOLLEYBALL -1F3D1 ; emoji ; L2 ; none ; x # V8.0 (ðŸ‘) FIELD HOCKEY STICK AND BALL -1F3D2 ; emoji ; L2 ; none ; x # V8.0 (ðŸ’) ICE HOCKEY STICK AND PUCK -1F3D3 ; emoji ; L2 ; none ; x # V8.0 (ðŸ“) TABLE TENNIS PADDLE AND BALL -1F3D4 ; text ; L2 ; none ; w # V7.0 (ðŸ”) SNOW CAPPED MOUNTAIN -1F3D5 ; text ; L2 ; none ; w # V7.0 (ðŸ•) CAMPING -1F3D6 ; text ; L2 ; none ; w # V7.0 (ðŸ–) BEACH WITH UMBRELLA -1F3D7 ; text ; L2 ; none ; w # V7.0 (ðŸ—) BUILDING CONSTRUCTION -1F3D8 ; text ; L2 ; none ; w # V7.0 (ðŸ˜) HOUSE BUILDINGS -1F3D9 ; text ; L2 ; none ; w # V7.0 (ðŸ™) CITYSCAPE -1F3DA ; text ; L2 ; none ; w # V7.0 (ðŸš) DERELICT HOUSE BUILDING -1F3DB ; text ; L2 ; none ; w # V7.0 (ðŸ›) CLASSICAL BUILDING -1F3DC ; text ; L2 ; none ; w # V7.0 (ðŸœ) DESERT -1F3DD ; text ; L2 ; none ; w # V7.0 (ðŸ) DESERT ISLAND -1F3DE ; text ; L2 ; none ; w # V7.0 (ðŸž) NATIONAL PARK -1F3DF ; text ; L2 ; none ; w # V7.0 (ðŸŸ) STADIUM -1F3E0 ; emoji ; L1 ; none ; j w # V6.0 (ðŸ ) HOUSE BUILDING -1F3E1 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¡) HOUSE WITH GARDEN -1F3E2 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¢) OFFICE BUILDING -1F3E3 ; emoji ; L1 ; none ; j # V6.0 (ðŸ£) JAPANESE POST OFFICE -1F3E4 ; emoji ; L1 ; none ; x # V6.0 (ðŸ¤) EUROPEAN POST OFFICE -1F3E5 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¥) HOSPITAL -1F3E6 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¦) BANK -1F3E7 ; emoji ; L1 ; none ; j # V6.0 (ðŸ§) AUTOMATED TELLER MACHINE -1F3E8 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¨) HOTEL -1F3E9 ; emoji ; L1 ; none ; j # V6.0 (ðŸ©) LOVE HOTEL -1F3EA ; emoji ; L1 ; none ; j # V6.0 (ðŸª) CONVENIENCE STORE -1F3EB ; emoji ; L1 ; none ; j # V6.0 (ðŸ«) SCHOOL -1F3EC ; emoji ; L1 ; none ; j # V6.0 (ðŸ¬) DEPARTMENT STORE -1F3ED ; emoji ; L1 ; none ; j w # V6.0 (ðŸ­) FACTORY -1F3EE ; emoji ; L1 ; none ; j # V6.0 (ðŸ®) IZAKAYA LANTERN -1F3EF ; emoji ; L1 ; none ; j # V6.0 (ðŸ¯) JAPANESE CASTLE -1F3F0 ; emoji ; L1 ; none ; j # V6.0 (ðŸ°) EUROPEAN CASTLE -1F3F3 ; text ; L2 ; none ; w # V7.0 (ðŸ³) WAVING WHITE FLAG -1F3F4 ; emoji ; L2 ; none ; x # V7.0 (ðŸ´) WAVING BLACK FLAG -1F3F5 ; text ; L2 ; none ; w # V7.0 (ðŸµ) ROSETTE -1F3F7 ; text ; L2 ; none ; w # V7.0 (ðŸ·) LABEL -1F3F8 ; emoji ; L2 ; none ; x # V8.0 (ðŸ¸) BADMINTON RACQUET AND SHUTTLECOCK -1F3F9 ; emoji ; L2 ; none ; x # V8.0 (ðŸ¹) BOW AND ARROW -1F3FA ; emoji ; L2 ; none ; x # V8.0 (ðŸº) AMPHORA -1F3FB ; emoji ; L2 ; modifier ; x # V8.0 (ðŸ») EMOJI MODIFIER FITZPATRICK TYPE-1-2 -1F3FC ; emoji ; L2 ; modifier ; x # V8.0 (ðŸ¼) EMOJI MODIFIER FITZPATRICK TYPE-3 -1F3FD ; emoji ; L2 ; modifier ; x # V8.0 (ðŸ½) EMOJI MODIFIER FITZPATRICK TYPE-4 -1F3FE ; emoji ; L2 ; modifier ; x # V8.0 (ðŸ¾) EMOJI MODIFIER FITZPATRICK TYPE-5 -1F3FF ; emoji ; L2 ; modifier ; x # V8.0 (ðŸ¿) EMOJI MODIFIER FITZPATRICK TYPE-6 -1F400 ; emoji ; L1 ; none ; x # V6.0 (ðŸ€) RAT -1F401 ; emoji ; L1 ; none ; x # V6.0 (ðŸ) MOUSE -1F402 ; emoji ; L1 ; none ; x # V6.0 (ðŸ‚) OX -1F403 ; emoji ; L1 ; none ; x # V6.0 (ðŸƒ) WATER BUFFALO -1F404 ; emoji ; L1 ; none ; x # V6.0 (ðŸ„) COW -1F405 ; emoji ; L1 ; none ; x # V6.0 (ðŸ…) TIGER -1F406 ; emoji ; L1 ; none ; x # V6.0 (ðŸ†) LEOPARD -1F407 ; emoji ; L1 ; none ; x # V6.0 (ðŸ‡) RABBIT -1F408 ; emoji ; L1 ; none ; w # V6.0 (ðŸˆ) CAT -1F409 ; emoji ; L1 ; none ; x # V6.0 (ðŸ‰) DRAGON -1F40A ; emoji ; L1 ; none ; x # V6.0 (ðŸŠ) CROCODILE -1F40B ; emoji ; L1 ; none ; x # V6.0 (ðŸ‹) WHALE -1F40C ; emoji ; L1 ; none ; j # V6.0 (ðŸŒ) SNAIL -1F40D ; emoji ; L1 ; none ; j # V6.0 (ðŸ) SNAKE -1F40E ; emoji ; L1 ; none ; j # V6.0 (ðŸŽ) HORSE -1F40F ; emoji ; L1 ; none ; x # V6.0 (ðŸ) RAM -1F410 ; emoji ; L1 ; none ; x # V6.0 (ðŸ) GOAT -1F411 ; emoji ; L1 ; none ; j # V6.0 (ðŸ‘) SHEEP -1F412 ; emoji ; L1 ; none ; j # V6.0 (ðŸ’) MONKEY -1F413 ; emoji ; L1 ; none ; x # V6.0 (ðŸ“) ROOSTER -1F414 ; emoji ; L1 ; none ; j # V6.0 (ðŸ”) CHICKEN -1F415 ; emoji ; L1 ; none ; w # V6.0 (ðŸ•) DOG -1F416 ; emoji ; L1 ; none ; x # V6.0 (ðŸ–) PIG -1F417 ; emoji ; L1 ; none ; j # V6.0 (ðŸ—) BOAR -1F418 ; emoji ; L1 ; none ; j # V6.0 (ðŸ˜) ELEPHANT -1F419 ; emoji ; L1 ; none ; j # V6.0 (ðŸ™) OCTOPUS -1F41A ; emoji ; L1 ; none ; j # V6.0 (ðŸš) SPIRAL SHELL -1F41B ; emoji ; L1 ; none ; j # V6.0 (ðŸ›) BUG -1F41C ; emoji ; L1 ; none ; j # V6.0 (ðŸœ) ANT -1F41D ; emoji ; L1 ; none ; j # V6.0 (ðŸ) HONEYBEE -1F41E ; emoji ; L1 ; none ; j # V6.0 (ðŸž) LADY BEETLE -1F41F ; emoji ; L1 ; none ; j w # V6.0 (ðŸŸ) FISH -1F420 ; emoji ; L1 ; none ; j # V6.0 (ðŸ ) TROPICAL FISH -1F421 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¡) BLOWFISH -1F422 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¢) TURTLE -1F423 ; emoji ; L1 ; none ; j # V6.0 (ðŸ£) HATCHING CHICK -1F424 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¤) BABY CHICK -1F425 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¥) FRONT-FACING BABY CHICK -1F426 ; emoji ; L1 ; none ; j w # V6.0 (ðŸ¦) BIRD -1F427 ; emoji ; L1 ; none ; j # V6.0 (ðŸ§) PENGUIN -1F428 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¨) KOALA -1F429 ; emoji ; L1 ; none ; j # V6.0 (ðŸ©) POODLE -1F42A ; emoji ; L1 ; none ; x # V6.0 (ðŸª) DROMEDARY CAMEL -1F42B ; emoji ; L1 ; none ; j # V6.0 (ðŸ«) BACTRIAN CAMEL -1F42C ; emoji ; L1 ; none ; j # V6.0 (ðŸ¬) DOLPHIN -1F42D ; emoji ; L1 ; none ; j # V6.0 (ðŸ­) MOUSE FACE -1F42E ; emoji ; L1 ; none ; j # V6.0 (ðŸ®) COW FACE -1F42F ; emoji ; L1 ; none ; j # V6.0 (ðŸ¯) TIGER FACE -1F430 ; emoji ; L1 ; none ; j # V6.0 (ðŸ°) RABBIT FACE -1F431 ; emoji ; L1 ; none ; j # V6.0 (ðŸ±) CAT FACE -1F432 ; emoji ; L1 ; none ; j # V6.0 (ðŸ²) DRAGON FACE -1F433 ; emoji ; L1 ; none ; j # V6.0 (ðŸ³) SPOUTING WHALE -1F434 ; emoji ; L1 ; none ; j # V6.0 (ðŸ´) HORSE FACE -1F435 ; emoji ; L1 ; none ; j # V6.0 (ðŸµ) MONKEY FACE -1F436 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¶) DOG FACE -1F437 ; emoji ; L1 ; none ; j # V6.0 (ðŸ·) PIG FACE -1F438 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¸) FROG FACE -1F439 ; emoji ; L1 ; none ; j # V6.0 (ðŸ¹) HAMSTER FACE -1F43A ; emoji ; L1 ; none ; j # V6.0 (ðŸº) WOLF FACE -1F43B ; emoji ; L1 ; none ; j # V6.0 (ðŸ») BEAR FACE -1F43C ; emoji ; L1 ; none ; j # V6.0 (ðŸ¼) PANDA FACE -1F43D ; emoji ; L1 ; none ; j # V6.0 (ðŸ½) PIG NOSE -1F43E ; emoji ; L1 ; none ; j # V6.0 (ðŸ¾) PAW PRINTS -1F43F ; text ; L2 ; none ; w # V7.0 (ðŸ¿) CHIPMUNK -1F440 ; emoji ; L1 ; none ; j # V6.0 (👀) EYES -1F441 ; text ; L2 ; none ; w # V7.0 (ðŸ‘) EYE -1F442 ; emoji ; L1 ; secondary ; j w # V6.0 (👂) EAR -1F443 ; emoji ; L1 ; secondary ; j # V6.0 (👃) NOSE -1F444 ; emoji ; L1 ; none ; j # V6.0 (👄) MOUTH -1F445 ; emoji ; L1 ; none ; j # V6.0 (👅) TONGUE -1F446 ; emoji ; L1 ; secondary ; j w # V6.0 (👆) WHITE UP POINTING BACKHAND INDEX -1F447 ; emoji ; L1 ; secondary ; j w # V6.0 (👇) WHITE DOWN POINTING BACKHAND INDEX -1F448 ; emoji ; L1 ; secondary ; j w # V6.0 (👈) WHITE LEFT POINTING BACKHAND INDEX -1F449 ; emoji ; L1 ; secondary ; j w # V6.0 (👉) WHITE RIGHT POINTING BACKHAND INDEX -1F44A ; emoji ; L1 ; secondary ; j # V6.0 (👊) FISTED HAND SIGN -1F44B ; emoji ; L1 ; secondary ; j # V6.0 (👋) WAVING HAND SIGN -1F44C ; emoji ; L1 ; secondary ; j # V6.0 (👌) OK HAND SIGN -1F44D ; emoji ; L1 ; secondary ; j w # V6.0 (ðŸ‘) THUMBS UP SIGN -1F44E ; emoji ; L1 ; secondary ; j w # V6.0 (👎) THUMBS DOWN SIGN -1F44F ; emoji ; L1 ; secondary ; j # V6.0 (ðŸ‘) CLAPPING HANDS SIGN -1F450 ; emoji ; L1 ; secondary ; j # V6.0 (ðŸ‘) OPEN HANDS SIGN -1F451 ; emoji ; L1 ; none ; j # V6.0 (👑) CROWN -1F452 ; emoji ; L1 ; none ; j # V6.0 (👒) WOMANS HAT -1F453 ; emoji ; L1 ; none ; j w # V6.0 (👓) EYEGLASSES -1F454 ; emoji ; L1 ; none ; j # V6.0 (👔) NECKTIE -1F455 ; emoji ; L1 ; none ; j # V6.0 (👕) T-SHIRT -1F456 ; emoji ; L1 ; none ; j # V6.0 (👖) JEANS -1F457 ; emoji ; L1 ; none ; j # V6.0 (👗) DRESS -1F458 ; emoji ; L1 ; none ; j # V6.0 (👘) KIMONO -1F459 ; emoji ; L1 ; none ; j # V6.0 (👙) BIKINI -1F45A ; emoji ; L1 ; none ; j # V6.0 (👚) WOMANS CLOTHES -1F45B ; emoji ; L1 ; none ; j # V6.0 (👛) PURSE -1F45C ; emoji ; L1 ; none ; j # V6.0 (👜) HANDBAG -1F45D ; emoji ; L1 ; none ; j # V6.0 (ðŸ‘) POUCH -1F45E ; emoji ; L1 ; none ; j # V6.0 (👞) MANS SHOE -1F45F ; emoji ; L1 ; none ; j # V6.0 (👟) ATHLETIC SHOE -1F460 ; emoji ; L1 ; none ; j # V6.0 (👠) HIGH-HEELED SHOE -1F461 ; emoji ; L1 ; none ; j # V6.0 (👡) WOMANS SANDAL -1F462 ; emoji ; L1 ; none ; j # V6.0 (👢) WOMANS BOOTS -1F463 ; emoji ; L1 ; none ; j # V6.0 (👣) FOOTPRINTS -1F464 ; emoji ; L1 ; none ; j # V6.0 (👤) BUST IN SILHOUETTE -1F465 ; emoji ; L1 ; none ; x # V6.0 (👥) BUSTS IN SILHOUETTE -1F466 ; emoji ; L1 ; primary ; j # V6.0 (👦) BOY -1F467 ; emoji ; L1 ; primary ; j # V6.0 (👧) GIRL -1F468 ; emoji ; L1 ; primary ; j # V6.0 (👨) MAN -1F469 ; emoji ; L1 ; primary ; j # V6.0 (👩) WOMAN -1F46A ; emoji ; L1 ; none ; j w # V6.0 (👪) FAMILY -1F46B ; emoji ; L1 ; none ; j # V6.0 (👫) MAN AND WOMAN HOLDING HANDS -1F46C ; emoji ; L1 ; none ; x # V6.0 (👬) TWO MEN HOLDING HANDS -1F46D ; emoji ; L1 ; none ; x # V6.0 (👭) TWO WOMEN HOLDING HANDS -1F46E ; emoji ; L1 ; primary ; j # V6.0 (👮) POLICE OFFICER -1F46F ; emoji ; L1 ; none ; j # V6.0 (👯) WOMAN WITH BUNNY EARS -1F470 ; emoji ; L1 ; primary ; j # V6.0 (👰) BRIDE WITH VEIL -1F471 ; emoji ; L1 ; primary ; j # V6.0 (👱) PERSON WITH BLOND HAIR -1F472 ; emoji ; L1 ; primary ; j # V6.0 (👲) MAN WITH GUA PI MAO -1F473 ; emoji ; L1 ; primary ; j # V6.0 (👳) MAN WITH TURBAN -1F474 ; emoji ; L1 ; primary ; j # V6.0 (👴) OLDER MAN -1F475 ; emoji ; L1 ; primary ; j # V6.0 (👵) OLDER WOMAN -1F476 ; emoji ; L1 ; primary ; j # V6.0 (👶) BABY -1F477 ; emoji ; L1 ; primary ; j # V6.0 (👷) CONSTRUCTION WORKER -1F478 ; emoji ; L1 ; primary ; j # V6.0 (👸) PRINCESS -1F479 ; emoji ; L1 ; none ; j # V6.0 (👹) JAPANESE OGRE -1F47A ; emoji ; L1 ; none ; j # V6.0 (👺) JAPANESE GOBLIN -1F47B ; emoji ; L1 ; none ; j # V6.0 (👻) GHOST -1F47C ; emoji ; L1 ; primary ; j # V6.0 (👼) BABY ANGEL -1F47D ; emoji ; L1 ; none ; j w # V6.0 (👽) EXTRATERRESTRIAL ALIEN -1F47E ; emoji ; L1 ; none ; j # V6.0 (👾) ALIEN MONSTER -1F47F ; emoji ; L1 ; secondary ; j # V6.0 (👿) IMP -1F480 ; emoji ; L1 ; none ; j # V6.0 (💀) SKULL -1F481 ; emoji ; L1 ; primary ; j # V6.0 (ðŸ’) INFORMATION DESK PERSON -1F482 ; emoji ; L1 ; primary ; j # V6.0 (💂) GUARDSMAN -1F483 ; emoji ; L1 ; secondary ; j # V6.0 (💃) DANCER -1F484 ; emoji ; L1 ; none ; j # V6.0 (💄) LIPSTICK -1F485 ; emoji ; L1 ; secondary ; j # V6.0 (💅) NAIL POLISH -1F486 ; emoji ; L1 ; primary ; j # V6.0 (💆) FACE MASSAGE -1F487 ; emoji ; L1 ; primary ; j # V6.0 (💇) HAIRCUT -1F488 ; emoji ; L1 ; none ; j # V6.0 (💈) BARBER POLE -1F489 ; emoji ; L1 ; none ; j # V6.0 (💉) SYRINGE -1F48A ; emoji ; L1 ; none ; j # V6.0 (💊) PILL -1F48B ; emoji ; L1 ; none ; j # V6.0 (💋) KISS MARK -1F48C ; emoji ; L1 ; none ; j # V6.0 (💌) LOVE LETTER -1F48D ; emoji ; L1 ; none ; j # V6.0 (ðŸ’) RING -1F48E ; emoji ; L1 ; none ; j # V6.0 (💎) GEM STONE -1F48F ; emoji ; L1 ; none ; j # V6.0 (ðŸ’) KISS -1F490 ; emoji ; L1 ; none ; j # V6.0 (ðŸ’) BOUQUET -1F491 ; emoji ; L1 ; none ; j # V6.0 (💑) COUPLE WITH HEART -1F492 ; emoji ; L1 ; none ; j # V6.0 (💒) WEDDING -1F493 ; emoji ; L1 ; none ; j # V6.0 (💓) BEATING HEART -1F494 ; emoji ; L1 ; none ; j # V6.0 (💔) BROKEN HEART -1F495 ; emoji ; L1 ; none ; j # V6.0 (💕) TWO HEARTS -1F496 ; emoji ; L1 ; none ; j # V6.0 (💖) SPARKLING HEART -1F497 ; emoji ; L1 ; none ; j # V6.0 (💗) GROWING HEART -1F498 ; emoji ; L1 ; none ; j # V6.0 (💘) HEART WITH ARROW -1F499 ; emoji ; L1 ; none ; j # V6.0 (💙) BLUE HEART -1F49A ; emoji ; L1 ; none ; j # V6.0 (💚) GREEN HEART -1F49B ; emoji ; L1 ; none ; j # V6.0 (💛) YELLOW HEART -1F49C ; emoji ; L1 ; none ; j # V6.0 (💜) PURPLE HEART -1F49D ; emoji ; L1 ; none ; j # V6.0 (ðŸ’) HEART WITH RIBBON -1F49E ; emoji ; L1 ; none ; j # V6.0 (💞) REVOLVING HEARTS -1F49F ; emoji ; L1 ; none ; j # V6.0 (💟) HEART DECORATION -1F4A0 ; emoji ; L1 ; none ; j # V6.0 (💠) DIAMOND SHAPE WITH A DOT INSIDE -1F4A1 ; emoji ; L1 ; none ; j # V6.0 (💡) ELECTRIC LIGHT BULB -1F4A2 ; emoji ; L1 ; none ; j # V6.0 (💢) ANGER SYMBOL -1F4A3 ; emoji ; L1 ; none ; j w # V6.0 (💣) BOMB -1F4A4 ; emoji ; L1 ; none ; j # V6.0 (💤) SLEEPING SYMBOL -1F4A5 ; emoji ; L1 ; none ; j # V6.0 (💥) COLLISION SYMBOL -1F4A6 ; emoji ; L1 ; none ; j # V6.0 (💦) SPLASHING SWEAT SYMBOL -1F4A7 ; emoji ; L1 ; none ; j # V6.0 (💧) DROPLET -1F4A8 ; emoji ; L1 ; none ; j # V6.0 (💨) DASH SYMBOL -1F4A9 ; emoji ; L1 ; none ; j # V6.0 (💩) PILE OF POO -1F4AA ; emoji ; L1 ; secondary ; j # V6.0 (💪) FLEXED BICEPS -1F4AB ; emoji ; L1 ; none ; j # V6.0 (💫) DIZZY SYMBOL -1F4AC ; emoji ; L1 ; none ; j # V6.0 (💬) SPEECH BALLOON -1F4AD ; emoji ; L1 ; none ; x # V6.0 (💭) THOUGHT BALLOON -1F4AE ; emoji ; L1 ; none ; j # V6.0 (💮) WHITE FLOWER -1F4AF ; emoji ; L1 ; none ; j # V6.0 (💯) HUNDRED POINTS SYMBOL -1F4B0 ; emoji ; L1 ; none ; j w # V6.0 (💰) MONEY BAG -1F4B1 ; emoji ; L1 ; none ; j # V6.0 (💱) CURRENCY EXCHANGE -1F4B2 ; emoji ; L1 ; none ; j # V6.0 (💲) HEAVY DOLLAR SIGN -1F4B3 ; emoji ; L1 ; none ; j w # V6.0 (💳) CREDIT CARD -1F4B4 ; emoji ; L1 ; none ; j # V6.0 (💴) BANKNOTE WITH YEN SIGN -1F4B5 ; emoji ; L1 ; none ; j # V6.0 (💵) BANKNOTE WITH DOLLAR SIGN -1F4B6 ; emoji ; L1 ; none ; x # V6.0 (💶) BANKNOTE WITH EURO SIGN -1F4B7 ; emoji ; L1 ; none ; x # V6.0 (💷) BANKNOTE WITH POUND SIGN -1F4B8 ; emoji ; L1 ; none ; j # V6.0 (💸) MONEY WITH WINGS -1F4B9 ; emoji ; L1 ; none ; j # V6.0 (💹) CHART WITH UPWARDS TREND AND YEN SIGN -1F4BA ; emoji ; L1 ; none ; j # V6.0 (💺) SEAT -1F4BB ; emoji ; L1 ; none ; j w # V6.0 (💻) PERSONAL COMPUTER -1F4BC ; emoji ; L1 ; none ; j # V6.0 (💼) BRIEFCASE -1F4BD ; emoji ; L1 ; none ; j # V6.0 (💽) MINIDISC -1F4BE ; emoji ; L1 ; none ; j # V6.0 (💾) FLOPPY DISK -1F4BF ; emoji ; L1 ; none ; j w # V6.0 (💿) OPTICAL DISC -1F4C0 ; emoji ; L1 ; none ; j # V6.0 (📀) DVD -1F4C1 ; emoji ; L1 ; none ; j # V6.0 (ðŸ“) FILE FOLDER -1F4C2 ; emoji ; L1 ; none ; j # V6.0 (📂) OPEN FILE FOLDER -1F4C3 ; emoji ; L1 ; none ; j # V6.0 (📃) PAGE WITH CURL -1F4C4 ; emoji ; L1 ; none ; j # V6.0 (📄) PAGE FACING UP -1F4C5 ; emoji ; L1 ; none ; j # V6.0 (📅) CALENDAR -1F4C6 ; emoji ; L1 ; none ; j # V6.0 (📆) TEAR-OFF CALENDAR -1F4C7 ; emoji ; L1 ; none ; j # V6.0 (📇) CARD INDEX -1F4C8 ; emoji ; L1 ; none ; j # V6.0 (📈) CHART WITH UPWARDS TREND -1F4C9 ; emoji ; L1 ; none ; j # V6.0 (📉) CHART WITH DOWNWARDS TREND -1F4CA ; emoji ; L1 ; none ; j # V6.0 (📊) BAR CHART -1F4CB ; emoji ; L1 ; none ; j w # V6.0 (📋) CLIPBOARD -1F4CC ; emoji ; L1 ; none ; j # V6.0 (📌) PUSHPIN -1F4CD ; emoji ; L1 ; none ; j # V6.0 (ðŸ“) ROUND PUSHPIN -1F4CE ; emoji ; L1 ; none ; j # V6.0 (📎) PAPERCLIP -1F4CF ; emoji ; L1 ; none ; j # V6.0 (ðŸ“) STRAIGHT RULER -1F4D0 ; emoji ; L1 ; none ; j # V6.0 (ðŸ“) TRIANGULAR RULER -1F4D1 ; emoji ; L1 ; none ; j # V6.0 (📑) BOOKMARK TABS -1F4D2 ; emoji ; L1 ; none ; j # V6.0 (📒) LEDGER -1F4D3 ; emoji ; L1 ; none ; j # V6.0 (📓) NOTEBOOK -1F4D4 ; emoji ; L1 ; none ; j # V6.0 (📔) NOTEBOOK WITH DECORATIVE COVER -1F4D5 ; emoji ; L1 ; none ; j # V6.0 (📕) CLOSED BOOK -1F4D6 ; emoji ; L1 ; none ; j # V6.0 (📖) OPEN BOOK -1F4D7 ; emoji ; L1 ; none ; j # V6.0 (📗) GREEN BOOK -1F4D8 ; emoji ; L1 ; none ; j # V6.0 (📘) BLUE BOOK -1F4D9 ; emoji ; L1 ; none ; j # V6.0 (📙) ORANGE BOOK -1F4DA ; emoji ; L1 ; none ; j w # V6.0 (📚) BOOKS -1F4DB ; emoji ; L1 ; none ; j # V6.0 (📛) NAME BADGE -1F4DC ; emoji ; L1 ; none ; j # V6.0 (📜) SCROLL -1F4DD ; emoji ; L1 ; none ; j # V6.0 (ðŸ“) MEMO -1F4DE ; emoji ; L1 ; none ; j # V6.0 (📞) TELEPHONE RECEIVER -1F4DF ; emoji ; L1 ; none ; j w # V6.0 (📟) PAGER -1F4E0 ; emoji ; L1 ; none ; j # V6.0 (📠) FAX MACHINE -1F4E1 ; emoji ; L1 ; none ; j # V6.0 (📡) SATELLITE ANTENNA -1F4E2 ; emoji ; L1 ; none ; j # V6.0 (📢) PUBLIC ADDRESS LOUDSPEAKER -1F4E3 ; emoji ; L1 ; none ; j # V6.0 (📣) CHEERING MEGAPHONE -1F4E4 ; emoji ; L1 ; none ; j w # V6.0 (📤) OUTBOX TRAY -1F4E5 ; emoji ; L1 ; none ; j w # V6.0 (📥) INBOX TRAY -1F4E6 ; emoji ; L1 ; none ; j w # V6.0 (📦) PACKAGE -1F4E7 ; emoji ; L1 ; none ; j # V6.0 (📧) E-MAIL SYMBOL -1F4E8 ; emoji ; L1 ; none ; j # V6.0 (📨) INCOMING ENVELOPE -1F4E9 ; emoji ; L1 ; none ; j # V6.0 (📩) ENVELOPE WITH DOWNWARDS ARROW ABOVE -1F4EA ; emoji ; L1 ; none ; j w # V6.0 (📪) CLOSED MAILBOX WITH LOWERED FLAG -1F4EB ; emoji ; L1 ; none ; j w # V6.0 (📫) CLOSED MAILBOX WITH RAISED FLAG -1F4EC ; emoji ; L1 ; none ; w # V6.0 (📬) OPEN MAILBOX WITH RAISED FLAG -1F4ED ; emoji ; L1 ; none ; w # V6.0 (📭) OPEN MAILBOX WITH LOWERED FLAG -1F4EE ; emoji ; L1 ; none ; j # V6.0 (📮) POSTBOX -1F4EF ; emoji ; L1 ; none ; x # V6.0 (📯) POSTAL HORN -1F4F0 ; emoji ; L1 ; none ; j # V6.0 (📰) NEWSPAPER -1F4F1 ; emoji ; L1 ; none ; j # V6.0 (📱) MOBILE PHONE -1F4F2 ; emoji ; L1 ; none ; j # V6.0 (📲) MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT -1F4F3 ; emoji ; L1 ; none ; j # V6.0 (📳) VIBRATION MODE -1F4F4 ; emoji ; L1 ; none ; j # V6.0 (📴) MOBILE PHONE OFF -1F4F5 ; emoji ; L1 ; none ; x # V6.0 (📵) NO MOBILE PHONES -1F4F6 ; emoji ; L1 ; none ; j # V6.0 (📶) ANTENNA WITH BARS -1F4F7 ; emoji ; L1 ; none ; j w # V6.0 (📷) CAMERA -1F4F8 ; emoji ; L2 ; none ; x # V7.0 (📸) CAMERA WITH FLASH -1F4F9 ; emoji ; L1 ; none ; j w # V6.0 (📹) VIDEO CAMERA -1F4FA ; emoji ; L1 ; none ; j w # V6.0 (📺) TELEVISION -1F4FB ; emoji ; L1 ; none ; j w # V6.0 (📻) RADIO -1F4FC ; emoji ; L1 ; none ; j # V6.0 (📼) VIDEOCASSETTE -1F4FD ; text ; L2 ; none ; w # V7.0 (📽) FILM PROJECTOR -1F4FF ; emoji ; L2 ; none ; x # V8.0 (📿) PRAYER BEADS -1F500 ; emoji ; L1 ; none ; x # V6.0 (🔀) TWISTED RIGHTWARDS ARROWS -1F501 ; emoji ; L1 ; none ; x # V6.0 (ðŸ”) CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS -1F502 ; emoji ; L1 ; none ; x # V6.0 (🔂) CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY -1F503 ; emoji ; L1 ; none ; j # V6.0 (🔃) CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS -1F504 ; emoji ; L1 ; none ; x # V6.0 (🔄) ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS -1F505 ; emoji ; L1 ; none ; x # V6.0 (🔅) LOW BRIGHTNESS SYMBOL -1F506 ; emoji ; L1 ; none ; x # V6.0 (🔆) HIGH BRIGHTNESS SYMBOL -1F507 ; emoji ; L1 ; none ; x # V6.0 (🔇) SPEAKER WITH CANCELLATION STROKE -1F508 ; emoji ; L1 ; none ; w # V6.0 (🔈) SPEAKER -1F509 ; emoji ; L1 ; none ; x # V6.0 (🔉) SPEAKER WITH ONE SOUND WAVE -1F50A ; emoji ; L1 ; none ; j # V6.0 (🔊) SPEAKER WITH THREE SOUND WAVES -1F50B ; emoji ; L1 ; none ; j # V6.0 (🔋) BATTERY -1F50C ; emoji ; L1 ; none ; j # V6.0 (🔌) ELECTRIC PLUG -1F50D ; emoji ; L1 ; none ; j w # V6.0 (ðŸ”) LEFT-POINTING MAGNIFYING GLASS -1F50E ; emoji ; L1 ; none ; j # V6.0 (🔎) RIGHT-POINTING MAGNIFYING GLASS -1F50F ; emoji ; L1 ; none ; j # V6.0 (ðŸ”) LOCK WITH INK PEN -1F510 ; emoji ; L1 ; none ; j # V6.0 (ðŸ”) CLOSED LOCK WITH KEY -1F511 ; emoji ; L1 ; none ; j # V6.0 (🔑) KEY -1F512 ; emoji ; L1 ; none ; j w # V6.0 (🔒) LOCK -1F513 ; emoji ; L1 ; none ; j w # V6.0 (🔓) OPEN LOCK -1F514 ; emoji ; L1 ; none ; j # V6.0 (🔔) BELL -1F515 ; emoji ; L1 ; none ; x # V6.0 (🔕) BELL WITH CANCELLATION STROKE -1F516 ; emoji ; L1 ; none ; j # V6.0 (🔖) BOOKMARK -1F517 ; emoji ; L1 ; none ; j # V6.0 (🔗) LINK SYMBOL -1F518 ; emoji ; L1 ; none ; j # V6.0 (🔘) RADIO BUTTON -1F519 ; emoji ; L1 ; none ; j # V6.0 (🔙) BACK WITH LEFTWARDS ARROW ABOVE -1F51A ; emoji ; L1 ; none ; j # V6.0 (🔚) END WITH LEFTWARDS ARROW ABOVE -1F51B ; emoji ; L1 ; none ; j # V6.0 (🔛) ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE -1F51C ; emoji ; L1 ; none ; j # V6.0 (🔜) SOON WITH RIGHTWARDS ARROW ABOVE -1F51D ; emoji ; L1 ; none ; j # V6.0 (ðŸ”) TOP WITH UPWARDS ARROW ABOVE -1F51E ; emoji ; L1 ; none ; j # V6.0 (🔞) NO ONE UNDER EIGHTEEN SYMBOL -1F51F ; emoji ; L1 ; none ; j # V6.0 (🔟) KEYCAP TEN -1F520 ; emoji ; L1 ; none ; j # V6.0 (🔠) INPUT SYMBOL FOR LATIN CAPITAL LETTERS -1F521 ; emoji ; L1 ; none ; j # V6.0 (🔡) INPUT SYMBOL FOR LATIN SMALL LETTERS -1F522 ; emoji ; L1 ; none ; j # V6.0 (🔢) INPUT SYMBOL FOR NUMBERS -1F523 ; emoji ; L1 ; none ; j # V6.0 (🔣) INPUT SYMBOL FOR SYMBOLS -1F524 ; emoji ; L1 ; none ; j # V6.0 (🔤) INPUT SYMBOL FOR LATIN LETTERS -1F525 ; emoji ; L1 ; none ; j # V6.0 (🔥) FIRE -1F526 ; emoji ; L1 ; none ; j # V6.0 (🔦) ELECTRIC TORCH -1F527 ; emoji ; L1 ; none ; j # V6.0 (🔧) WRENCH -1F528 ; emoji ; L1 ; none ; j # V6.0 (🔨) HAMMER -1F529 ; emoji ; L1 ; none ; j # V6.0 (🔩) NUT AND BOLT -1F52A ; emoji ; L1 ; none ; j # V6.0 (🔪) HOCHO -1F52B ; emoji ; L1 ; none ; j # V6.0 (🔫) PISTOL -1F52C ; emoji ; L1 ; none ; x # V6.0 (🔬) MICROSCOPE -1F52D ; emoji ; L1 ; none ; x # V6.0 (🔭) TELESCOPE -1F52E ; emoji ; L1 ; none ; j # V6.0 (🔮) CRYSTAL BALL -1F52F ; emoji ; L1 ; none ; j # V6.0 (🔯) SIX POINTED STAR WITH MIDDLE DOT -1F530 ; emoji ; L1 ; none ; j # V6.0 (🔰) JAPANESE SYMBOL FOR BEGINNER -1F531 ; emoji ; L1 ; none ; j # V6.0 (🔱) TRIDENT EMBLEM -1F532 ; emoji ; L1 ; none ; j # V6.0 (🔲) BLACK SQUARE BUTTON -1F533 ; emoji ; L1 ; none ; j # V6.0 (🔳) WHITE SQUARE BUTTON -1F534 ; emoji ; L1 ; none ; j # V6.0 (🔴) LARGE RED CIRCLE -1F535 ; emoji ; L1 ; none ; j # V6.0 (🔵) LARGE BLUE CIRCLE -1F536 ; emoji ; L1 ; none ; j # V6.0 (🔶) LARGE ORANGE DIAMOND -1F537 ; emoji ; L1 ; none ; j # V6.0 (🔷) LARGE BLUE DIAMOND -1F538 ; emoji ; L1 ; none ; j # V6.0 (🔸) SMALL ORANGE DIAMOND -1F539 ; emoji ; L1 ; none ; j # V6.0 (🔹) SMALL BLUE DIAMOND -1F53A ; emoji ; L1 ; none ; j # V6.0 (🔺) UP-POINTING RED TRIANGLE -1F53B ; emoji ; L1 ; none ; j # V6.0 (🔻) DOWN-POINTING RED TRIANGLE -1F53C ; emoji ; L1 ; none ; j # V6.0 (🔼) UP-POINTING SMALL RED TRIANGLE -1F53D ; emoji ; L1 ; none ; j # V6.0 (🔽) DOWN-POINTING SMALL RED TRIANGLE -1F549 ; text ; L2 ; none ; w # V7.0 (🕉) OM SYMBOL -1F54A ; text ; L2 ; none ; w # V7.0 (🕊) DOVE OF PEACE -1F54B ; emoji ; L2 ; none ; x # V8.0 (🕋) KAABA -1F54C ; emoji ; L2 ; none ; x # V8.0 (🕌) MOSQUE -1F54D ; emoji ; L2 ; none ; x # V8.0 (ðŸ•) SYNAGOGUE -1F54E ; emoji ; L2 ; none ; x # V8.0 (🕎) MENORAH WITH NINE BRANCHES -1F550 ; emoji ; L1 ; none ; j w # V6.0 (ðŸ•) CLOCK FACE ONE OCLOCK -1F551 ; emoji ; L1 ; none ; j w # V6.0 (🕑) CLOCK FACE TWO OCLOCK -1F552 ; emoji ; L1 ; none ; j w # V6.0 (🕒) CLOCK FACE THREE OCLOCK -1F553 ; emoji ; L1 ; none ; j w # V6.0 (🕓) CLOCK FACE FOUR OCLOCK -1F554 ; emoji ; L1 ; none ; j w # V6.0 (🕔) CLOCK FACE FIVE OCLOCK -1F555 ; emoji ; L1 ; none ; j w # V6.0 (🕕) CLOCK FACE SIX OCLOCK -1F556 ; emoji ; L1 ; none ; j w # V6.0 (🕖) CLOCK FACE SEVEN OCLOCK -1F557 ; emoji ; L1 ; none ; j w # V6.0 (🕗) CLOCK FACE EIGHT OCLOCK -1F558 ; emoji ; L1 ; none ; j w # V6.0 (🕘) CLOCK FACE NINE OCLOCK -1F559 ; emoji ; L1 ; none ; j w # V6.0 (🕙) CLOCK FACE TEN OCLOCK -1F55A ; emoji ; L1 ; none ; j w # V6.0 (🕚) CLOCK FACE ELEVEN OCLOCK -1F55B ; emoji ; L1 ; none ; j w # V6.0 (🕛) CLOCK FACE TWELVE OCLOCK -1F55C ; emoji ; L1 ; none ; w # V6.0 (🕜) CLOCK FACE ONE-THIRTY -1F55D ; emoji ; L1 ; none ; w # V6.0 (ðŸ•) CLOCK FACE TWO-THIRTY -1F55E ; emoji ; L1 ; none ; w # V6.0 (🕞) CLOCK FACE THREE-THIRTY -1F55F ; emoji ; L1 ; none ; w # V6.0 (🕟) CLOCK FACE FOUR-THIRTY -1F560 ; emoji ; L1 ; none ; w # V6.0 (🕠) CLOCK FACE FIVE-THIRTY -1F561 ; emoji ; L1 ; none ; w # V6.0 (🕡) CLOCK FACE SIX-THIRTY -1F562 ; emoji ; L1 ; none ; w # V6.0 (🕢) CLOCK FACE SEVEN-THIRTY -1F563 ; emoji ; L1 ; none ; w # V6.0 (🕣) CLOCK FACE EIGHT-THIRTY -1F564 ; emoji ; L1 ; none ; w # V6.0 (🕤) CLOCK FACE NINE-THIRTY -1F565 ; emoji ; L1 ; none ; w # V6.0 (🕥) CLOCK FACE TEN-THIRTY -1F566 ; emoji ; L1 ; none ; w # V6.0 (🕦) CLOCK FACE ELEVEN-THIRTY -1F567 ; emoji ; L1 ; none ; w # V6.0 (🕧) CLOCK FACE TWELVE-THIRTY -1F56F ; text ; L2 ; none ; w # V7.0 (🕯) CANDLE -1F570 ; text ; L2 ; none ; w # V7.0 (🕰) MANTELPIECE CLOCK -1F573 ; text ; L2 ; none ; w # V7.0 (🕳) HOLE -1F574 ; text ; L2 ; none ; w # V7.0 (🕴) MAN IN BUSINESS SUIT LEVITATING -1F575 ; text ; L2 ; none ; w # V7.0 (🕵) SLEUTH OR SPY -1F576 ; text ; L2 ; none ; w # V7.0 (🕶) DARK SUNGLASSES -1F577 ; text ; L2 ; none ; w # V7.0 (🕷) SPIDER -1F578 ; text ; L2 ; none ; w # V7.0 (🕸) SPIDER WEB -1F579 ; text ; L2 ; none ; w # V7.0 (🕹) JOYSTICK -1F587 ; text ; L2 ; none ; w # V7.0 (🖇) LINKED PAPERCLIPS -1F58A ; text ; L2 ; none ; w # V7.0 (🖊) LOWER LEFT BALLPOINT PEN -1F58B ; text ; L2 ; none ; w # V7.0 (🖋) LOWER LEFT FOUNTAIN PEN -1F58C ; text ; L2 ; none ; w # V7.0 (🖌) LOWER LEFT PAINTBRUSH -1F58D ; text ; L2 ; none ; w # V7.0 (ðŸ–) LOWER LEFT CRAYON -1F590 ; text ; L2 ; secondary ; w # V7.0 (ðŸ–) RAISED HAND WITH FINGERS SPLAYED -1F595 ; emoji ; L2 ; secondary ; x # V7.0 (🖕) REVERSED HAND WITH MIDDLE FINGER EXTENDED -1F596 ; emoji ; L2 ; secondary ; x # V7.0 (🖖) RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS -1F5A5 ; text ; L2 ; none ; w # V7.0 (🖥) DESKTOP COMPUTER -1F5A8 ; text ; L2 ; none ; w # V7.0 (🖨) PRINTER -1F5B1 ; text ; L2 ; none ; w # V7.0 (🖱) THREE BUTTON MOUSE -1F5B2 ; text ; L2 ; none ; w # V7.0 (🖲) TRACKBALL -1F5BC ; text ; L2 ; none ; w # V7.0 (🖼) FRAME WITH PICTURE -1F5C2 ; text ; L2 ; none ; w # V7.0 (🗂) CARD INDEX DIVIDERS -1F5C3 ; text ; L2 ; none ; w # V7.0 (🗃) CARD FILE BOX -1F5C4 ; text ; L2 ; none ; w # V7.0 (🗄) FILE CABINET -1F5D1 ; text ; L2 ; none ; w # V7.0 (🗑) WASTEBASKET -1F5D2 ; text ; L2 ; none ; w # V7.0 (🗒) SPIRAL NOTE PAD -1F5D3 ; text ; L2 ; none ; w # V7.0 (🗓) SPIRAL CALENDAR PAD -1F5DC ; text ; L2 ; none ; w # V7.0 (🗜) COMPRESSION -1F5DD ; text ; L2 ; none ; w # V7.0 (ðŸ—) OLD KEY -1F5DE ; text ; L2 ; none ; w # V7.0 (🗞) ROLLED-UP NEWSPAPER -1F5E1 ; text ; L2 ; none ; w # V7.0 (🗡) DAGGER KNIFE -1F5E3 ; text ; L2 ; none ; w # V7.0 (🗣) SPEAKING HEAD IN SILHOUETTE -1F5EF ; text ; L2 ; none ; w # V7.0 (🗯) RIGHT ANGER BUBBLE -1F5F3 ; text ; L2 ; none ; w # V7.0 (🗳) BALLOT BOX WITH BALLOT -1F5FA ; text ; L2 ; none ; w # V7.0 (🗺) WORLD MAP -1F5FB ; emoji ; L1 ; none ; j # V6.0 (🗻) MOUNT FUJI -1F5FC ; emoji ; L1 ; none ; j # V6.0 (🗼) TOKYO TOWER -1F5FD ; emoji ; L1 ; none ; j # V6.0 (🗽) STATUE OF LIBERTY -1F5FE ; emoji ; L1 ; none ; j # V6.0 (🗾) SILHOUETTE OF JAPAN -1F5FF ; emoji ; L1 ; none ; j # V6.0 (🗿) MOYAI -1F600 ; emoji ; L1 ; secondary ; x # V6.1 (😀) GRINNING FACE -1F601 ; emoji ; L1 ; secondary ; j # V6.0 (ðŸ˜) GRINNING FACE WITH SMILING EYES -1F602 ; emoji ; L1 ; secondary ; j # V6.0 (😂) FACE WITH TEARS OF JOY -1F603 ; emoji ; L1 ; secondary ; j # V6.0 (😃) SMILING FACE WITH OPEN MOUTH -1F604 ; emoji ; L1 ; secondary ; j # V6.0 (😄) SMILING FACE WITH OPEN MOUTH AND SMILING EYES -1F605 ; emoji ; L1 ; secondary ; j # V6.0 (😅) SMILING FACE WITH OPEN MOUTH AND COLD SWEAT -1F606 ; emoji ; L1 ; secondary ; j # V6.0 (😆) SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES -1F607 ; emoji ; L1 ; secondary ; x # V6.0 (😇) SMILING FACE WITH HALO -1F608 ; emoji ; L1 ; secondary ; x # V6.0 (😈) SMILING FACE WITH HORNS -1F609 ; emoji ; L1 ; secondary ; j # V6.0 (😉) WINKING FACE -1F60A ; emoji ; L1 ; secondary ; j # V6.0 (😊) SMILING FACE WITH SMILING EYES -1F60B ; emoji ; L1 ; secondary ; j # V6.0 (😋) FACE SAVOURING DELICIOUS FOOD -1F60C ; emoji ; L1 ; secondary ; j # V6.0 (😌) RELIEVED FACE -1F60D ; emoji ; L1 ; secondary ; j # V6.0 (ðŸ˜) SMILING FACE WITH HEART-SHAPED EYES -1F60E ; emoji ; L1 ; secondary ; x # V6.0 (😎) SMILING FACE WITH SUNGLASSES -1F60F ; emoji ; L1 ; secondary ; j # V6.0 (ðŸ˜) SMIRKING FACE -1F610 ; emoji ; L1 ; secondary ; w # V6.0 (ðŸ˜) NEUTRAL FACE -1F611 ; emoji ; L1 ; secondary ; x # V6.1 (😑) EXPRESSIONLESS FACE -1F612 ; emoji ; L1 ; secondary ; j # V6.0 (😒) UNAMUSED FACE -1F613 ; emoji ; L1 ; secondary ; j # V6.0 (😓) FACE WITH COLD SWEAT -1F614 ; emoji ; L1 ; secondary ; j # V6.0 (😔) PENSIVE FACE -1F615 ; emoji ; L1 ; secondary ; x # V6.1 (😕) CONFUSED FACE -1F616 ; emoji ; L1 ; secondary ; j # V6.0 (😖) CONFOUNDED FACE -1F617 ; emoji ; L1 ; secondary ; x # V6.1 (😗) KISSING FACE -1F618 ; emoji ; L1 ; secondary ; j # V6.0 (😘) FACE THROWING A KISS -1F619 ; emoji ; L1 ; secondary ; x # V6.1 (😙) KISSING FACE WITH SMILING EYES -1F61A ; emoji ; L1 ; secondary ; j # V6.0 (😚) KISSING FACE WITH CLOSED EYES -1F61B ; emoji ; L1 ; secondary ; x # V6.1 (😛) FACE WITH STUCK-OUT TONGUE -1F61C ; emoji ; L1 ; secondary ; j # V6.0 (😜) FACE WITH STUCK-OUT TONGUE AND WINKING EYE -1F61D ; emoji ; L1 ; secondary ; j # V6.0 (ðŸ˜) FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES -1F61E ; emoji ; L1 ; secondary ; j # V6.0 (😞) DISAPPOINTED FACE -1F61F ; emoji ; L1 ; secondary ; x # V6.1 (😟) WORRIED FACE -1F620 ; emoji ; L1 ; secondary ; j # V6.0 (😠) ANGRY FACE -1F621 ; emoji ; L1 ; secondary ; j # V6.0 (😡) POUTING FACE -1F622 ; emoji ; L1 ; secondary ; j # V6.0 (😢) CRYING FACE -1F623 ; emoji ; L1 ; secondary ; j # V6.0 (😣) PERSEVERING FACE -1F624 ; emoji ; L1 ; secondary ; j # V6.0 (😤) FACE WITH LOOK OF TRIUMPH -1F625 ; emoji ; L1 ; secondary ; j # V6.0 (😥) DISAPPOINTED BUT RELIEVED FACE -1F626 ; emoji ; L1 ; secondary ; x # V6.1 (😦) FROWNING FACE WITH OPEN MOUTH -1F627 ; emoji ; L1 ; secondary ; x # V6.1 (😧) ANGUISHED FACE -1F628 ; emoji ; L1 ; secondary ; j # V6.0 (😨) FEARFUL FACE -1F629 ; emoji ; L1 ; secondary ; j # V6.0 (😩) WEARY FACE -1F62A ; emoji ; L1 ; secondary ; j # V6.0 (😪) SLEEPY FACE -1F62B ; emoji ; L1 ; secondary ; j # V6.0 (😫) TIRED FACE -1F62C ; emoji ; L1 ; secondary ; x # V6.1 (😬) GRIMACING FACE -1F62D ; emoji ; L1 ; secondary ; j # V6.0 (😭) LOUDLY CRYING FACE -1F62E ; emoji ; L1 ; secondary ; x # V6.1 (😮) FACE WITH OPEN MOUTH -1F62F ; emoji ; L1 ; secondary ; x # V6.1 (😯) HUSHED FACE -1F630 ; emoji ; L1 ; secondary ; j # V6.0 (😰) FACE WITH OPEN MOUTH AND COLD SWEAT -1F631 ; emoji ; L1 ; secondary ; j # V6.0 (😱) FACE SCREAMING IN FEAR -1F632 ; emoji ; L1 ; secondary ; j # V6.0 (😲) ASTONISHED FACE -1F633 ; emoji ; L1 ; secondary ; j # V6.0 (😳) FLUSHED FACE -1F634 ; emoji ; L1 ; secondary ; x # V6.1 (😴) SLEEPING FACE -1F635 ; emoji ; L1 ; secondary ; j # V6.0 (😵) DIZZY FACE -1F636 ; emoji ; L1 ; secondary ; x # V6.0 (😶) FACE WITHOUT MOUTH -1F637 ; emoji ; L1 ; secondary ; j # V6.0 (😷) FACE WITH MEDICAL MASK -1F638 ; emoji ; L1 ; none ; j # V6.0 (😸) GRINNING CAT FACE WITH SMILING EYES -1F639 ; emoji ; L1 ; none ; j # V6.0 (😹) CAT FACE WITH TEARS OF JOY -1F63A ; emoji ; L1 ; none ; j # V6.0 (😺) SMILING CAT FACE WITH OPEN MOUTH -1F63B ; emoji ; L1 ; none ; j # V6.0 (😻) SMILING CAT FACE WITH HEART-SHAPED EYES -1F63C ; emoji ; L1 ; none ; j # V6.0 (😼) CAT FACE WITH WRY SMILE -1F63D ; emoji ; L1 ; none ; j # V6.0 (😽) KISSING CAT FACE WITH CLOSED EYES -1F63E ; emoji ; L1 ; none ; j # V6.0 (😾) POUTING CAT FACE -1F63F ; emoji ; L1 ; none ; j # V6.0 (😿) CRYING CAT FACE -1F640 ; emoji ; L1 ; none ; j # V6.0 (🙀) WEARY CAT FACE -1F641 ; emoji ; L2 ; secondary ; x # V7.0 (ðŸ™) SLIGHTLY FROWNING FACE -1F642 ; emoji ; L2 ; secondary ; x # V7.0 (🙂) SLIGHTLY SMILING FACE -1F643 ; emoji ; L2 ; secondary ; x # V8.0 (🙃) UPSIDE-DOWN FACE -1F644 ; emoji ; L2 ; secondary ; x # V8.0 (🙄) FACE WITH ROLLING EYES -1F645 ; emoji ; L1 ; primary ; j # V6.0 (🙅) FACE WITH NO GOOD GESTURE -1F646 ; emoji ; L1 ; primary ; j # V6.0 (🙆) FACE WITH OK GESTURE -1F647 ; emoji ; L1 ; primary ; j # V6.0 (🙇) PERSON BOWING DEEPLY -1F648 ; emoji ; L1 ; none ; j # V6.0 (🙈) SEE-NO-EVIL MONKEY -1F649 ; emoji ; L1 ; none ; j # V6.0 (🙉) HEAR-NO-EVIL MONKEY -1F64A ; emoji ; L1 ; none ; j # V6.0 (🙊) SPEAK-NO-EVIL MONKEY -1F64B ; emoji ; L1 ; primary ; j # V6.0 (🙋) HAPPY PERSON RAISING ONE HAND -1F64C ; emoji ; L1 ; secondary ; j # V6.0 (🙌) PERSON RAISING BOTH HANDS IN CELEBRATION -1F64D ; emoji ; L1 ; primary ; j # V6.0 (ðŸ™) PERSON FROWNING -1F64E ; emoji ; L1 ; primary ; j # V6.0 (🙎) PERSON WITH POUTING FACE -1F64F ; emoji ; L1 ; secondary ; j # V6.0 (ðŸ™) PERSON WITH FOLDED HANDS -1F680 ; emoji ; L1 ; none ; j # V6.0 (🚀) ROCKET -1F681 ; emoji ; L1 ; none ; x # V6.0 (ðŸš) HELICOPTER -1F682 ; emoji ; L1 ; none ; x # V6.0 (🚂) STEAM LOCOMOTIVE -1F683 ; emoji ; L1 ; none ; j # V6.0 (🚃) RAILWAY CAR -1F684 ; emoji ; L1 ; none ; j # V6.0 (🚄) HIGH-SPEED TRAIN -1F685 ; emoji ; L1 ; none ; j # V6.0 (🚅) HIGH-SPEED TRAIN WITH BULLET NOSE -1F686 ; emoji ; L1 ; none ; x # V6.0 (🚆) TRAIN -1F687 ; emoji ; L1 ; none ; j w # V6.0 (🚇) METRO -1F688 ; emoji ; L1 ; none ; x # V6.0 (🚈) LIGHT RAIL -1F689 ; emoji ; L1 ; none ; j # V6.0 (🚉) STATION -1F68A ; emoji ; L1 ; none ; x # V6.0 (🚊) TRAM -1F68B ; emoji ; L1 ; none ; x # V6.0 (🚋) TRAM CAR -1F68C ; emoji ; L1 ; none ; j # V6.0 (🚌) BUS -1F68D ; emoji ; L1 ; none ; w # V6.0 (ðŸš) ONCOMING BUS -1F68E ; emoji ; L1 ; none ; x # V6.0 (🚎) TROLLEYBUS -1F68F ; emoji ; L1 ; none ; j # V6.0 (ðŸš) BUS STOP -1F690 ; emoji ; L1 ; none ; x # V6.0 (ðŸš) MINIBUS -1F691 ; emoji ; L1 ; none ; j w # V6.0 (🚑) AMBULANCE -1F692 ; emoji ; L1 ; none ; j # V6.0 (🚒) FIRE ENGINE -1F693 ; emoji ; L1 ; none ; j # V6.0 (🚓) POLICE CAR -1F694 ; emoji ; L1 ; none ; w # V6.0 (🚔) ONCOMING POLICE CAR -1F695 ; emoji ; L1 ; none ; j # V6.0 (🚕) TAXI -1F696 ; emoji ; L1 ; none ; x # V6.0 (🚖) ONCOMING TAXI -1F697 ; emoji ; L1 ; none ; j # V6.0 (🚗) AUTOMOBILE -1F698 ; emoji ; L1 ; none ; w # V6.0 (🚘) ONCOMING AUTOMOBILE -1F699 ; emoji ; L1 ; none ; j # V6.0 (🚙) RECREATIONAL VEHICLE -1F69A ; emoji ; L1 ; none ; j # V6.0 (🚚) DELIVERY TRUCK -1F69B ; emoji ; L1 ; none ; x # V6.0 (🚛) ARTICULATED LORRY -1F69C ; emoji ; L1 ; none ; x # V6.0 (🚜) TRACTOR -1F69D ; emoji ; L1 ; none ; x # V6.0 (ðŸš) MONORAIL -1F69E ; emoji ; L1 ; none ; x # V6.0 (🚞) MOUNTAIN RAILWAY -1F69F ; emoji ; L1 ; none ; x # V6.0 (🚟) SUSPENSION RAILWAY -1F6A0 ; emoji ; L1 ; none ; x # V6.0 (🚠) MOUNTAIN CABLEWAY -1F6A1 ; emoji ; L1 ; none ; x # V6.0 (🚡) AERIAL TRAMWAY -1F6A2 ; emoji ; L1 ; none ; j # V6.0 (🚢) SHIP -1F6A3 ; emoji ; L1 ; secondary ; x # V6.0 (🚣) ROWBOAT -1F6A4 ; emoji ; L1 ; none ; j # V6.0 (🚤) SPEEDBOAT -1F6A5 ; emoji ; L1 ; none ; j # V6.0 (🚥) HORIZONTAL TRAFFIC LIGHT -1F6A6 ; emoji ; L1 ; none ; x # V6.0 (🚦) VERTICAL TRAFFIC LIGHT -1F6A7 ; emoji ; L1 ; none ; j # V6.0 (🚧) CONSTRUCTION SIGN -1F6A8 ; emoji ; L1 ; none ; j # V6.0 (🚨) POLICE CARS REVOLVING LIGHT -1F6A9 ; emoji ; L1 ; none ; j # V6.0 (🚩) TRIANGULAR FLAG ON POST -1F6AA ; emoji ; L1 ; none ; j # V6.0 (🚪) DOOR -1F6AB ; emoji ; L1 ; none ; j # V6.0 (🚫) NO ENTRY SIGN -1F6AC ; emoji ; L1 ; none ; j # V6.0 (🚬) SMOKING SYMBOL -1F6AD ; emoji ; L1 ; none ; j w # V6.0 (🚭) NO SMOKING SYMBOL -1F6AE ; emoji ; L1 ; none ; x # V6.0 (🚮) PUT LITTER IN ITS PLACE SYMBOL -1F6AF ; emoji ; L1 ; none ; x # V6.0 (🚯) DO NOT LITTER SYMBOL -1F6B0 ; emoji ; L1 ; none ; x # V6.0 (🚰) POTABLE WATER SYMBOL -1F6B1 ; emoji ; L1 ; none ; x # V6.0 (🚱) NON-POTABLE WATER SYMBOL -1F6B2 ; emoji ; L1 ; none ; j w # V6.0 (🚲) BICYCLE -1F6B3 ; emoji ; L1 ; none ; x # V6.0 (🚳) NO BICYCLES -1F6B4 ; emoji ; L1 ; secondary ; x # V6.0 (🚴) BICYCLIST -1F6B5 ; emoji ; L1 ; secondary ; x # V6.0 (🚵) MOUNTAIN BICYCLIST -1F6B6 ; emoji ; L1 ; secondary ; j # V6.0 (🚶) PEDESTRIAN -1F6B7 ; emoji ; L1 ; none ; x # V6.0 (🚷) NO PEDESTRIANS -1F6B8 ; emoji ; L1 ; none ; x # V6.0 (🚸) CHILDREN CROSSING -1F6B9 ; emoji ; L1 ; none ; j w # V6.0 (🚹) MENS SYMBOL -1F6BA ; emoji ; L1 ; none ; j w # V6.0 (🚺) WOMENS SYMBOL -1F6BB ; emoji ; L1 ; none ; j # V6.0 (🚻) RESTROOM -1F6BC ; emoji ; L1 ; none ; j w # V6.0 (🚼) BABY SYMBOL -1F6BD ; emoji ; L1 ; none ; j # V6.0 (🚽) TOILET -1F6BE ; emoji ; L1 ; none ; j # V6.0 (🚾) WATER CLOSET -1F6BF ; emoji ; L1 ; none ; x # V6.0 (🚿) SHOWER -1F6C0 ; emoji ; L1 ; secondary ; j # V6.0 (🛀) BATH -1F6C1 ; emoji ; L1 ; none ; x # V6.0 (ðŸ›) BATHTUB -1F6C2 ; emoji ; L1 ; none ; x # V6.0 (🛂) PASSPORT CONTROL -1F6C3 ; emoji ; L1 ; none ; x # V6.0 (🛃) CUSTOMS -1F6C4 ; emoji ; L1 ; none ; x # V6.0 (🛄) BAGGAGE CLAIM -1F6C5 ; emoji ; L1 ; none ; x # V6.0 (🛅) LEFT LUGGAGE -1F6CB ; text ; L2 ; none ; w # V7.0 (🛋) COUCH AND LAMP -1F6CC ; emoji ; L2 ; none ; x # V7.0 (🛌) SLEEPING ACCOMMODATION -1F6CD ; text ; L2 ; none ; w # V7.0 (ðŸ›) SHOPPING BAGS -1F6CE ; text ; L2 ; none ; w # V7.0 (🛎) BELLHOP BELL -1F6CF ; text ; L2 ; none ; w # V7.0 (ðŸ›) BED -1F6D0 ; emoji ; L2 ; none ; x # V8.0 (ðŸ›) PLACE OF WORSHIP -1F6E0 ; text ; L2 ; none ; w # V7.0 (🛠) HAMMER AND WRENCH -1F6E1 ; text ; L2 ; none ; w # V7.0 (🛡) SHIELD -1F6E2 ; text ; L2 ; none ; w # V7.0 (🛢) OIL DRUM -1F6E3 ; text ; L2 ; none ; w # V7.0 (🛣) MOTORWAY -1F6E4 ; text ; L2 ; none ; w # V7.0 (🛤) RAILWAY TRACK -1F6E5 ; text ; L2 ; none ; w # V7.0 (🛥) MOTOR BOAT -1F6E9 ; text ; L2 ; none ; w # V7.0 (🛩) SMALL AIRPLANE -1F6EB ; emoji ; L2 ; none ; x # V7.0 (🛫) AIRPLANE DEPARTURE -1F6EC ; emoji ; L2 ; none ; x # V7.0 (🛬) AIRPLANE ARRIVING -1F6F0 ; text ; L2 ; none ; w # V7.0 (🛰) SATELLITE -1F6F3 ; text ; L2 ; none ; w # V7.0 (🛳) PASSENGER SHIP -1F910 ; emoji ; L2 ; secondary ; x # V8.0 (ðŸ¤) ZIPPER-MOUTH FACE -1F911 ; emoji ; L2 ; secondary ; x # V8.0 (🤑) MONEY-MOUTH FACE -1F912 ; emoji ; L2 ; secondary ; x # V8.0 (🤒) FACE WITH THERMOMETER -1F913 ; emoji ; L2 ; secondary ; x # V8.0 (🤓) NERD FACE -1F914 ; emoji ; L2 ; secondary ; x # V8.0 (🤔) THINKING FACE -1F915 ; emoji ; L2 ; secondary ; x # V8.0 (🤕) FACE WITH HEAD-BANDAGE -1F916 ; emoji ; L2 ; none ; x # V8.0 (🤖) ROBOT FACE -1F917 ; emoji ; L2 ; secondary ; x # V8.0 (🤗) HUGGING FACE -1F918 ; emoji ; L2 ; secondary ; x # V8.0 (🤘) SIGN OF THE HORNS -1F980 ; emoji ; L2 ; none ; x # V8.0 (🦀) CRAB -1F981 ; emoji ; L2 ; none ; x # V8.0 (ðŸ¦) LION FACE -1F982 ; emoji ; L2 ; none ; x # V8.0 (🦂) SCORPION -1F983 ; emoji ; L2 ; none ; x # V8.0 (🦃) TURKEY -1F984 ; emoji ; L2 ; none ; x # V8.0 (🦄) UNICORN FACE -1F9C0 ; emoji ; L2 ; none ; x # V8.0 (🧀) CHEESE WEDGE -0023 20E3 ; text ; L1 ; none ; j # V3.0 (#⃣) keycap NUMBER SIGN -002A 20E3 ; text ; L2 ; none ; x # V3.0 (*⃣) keycap ASTERISK -0030 20E3 ; text ; L1 ; none ; j # V3.0 (0⃣) keycap DIGIT ZERO -0031 20E3 ; text ; L1 ; none ; j # V3.0 (1⃣) keycap DIGIT ONE -0032 20E3 ; text ; L1 ; none ; j # V3.0 (2⃣) keycap DIGIT TWO -0033 20E3 ; text ; L1 ; none ; j # V3.0 (3⃣) keycap DIGIT THREE -0034 20E3 ; text ; L1 ; none ; j # V3.0 (4⃣) keycap DIGIT FOUR -0035 20E3 ; text ; L1 ; none ; j # V3.0 (5⃣) keycap DIGIT FIVE -0036 20E3 ; text ; L1 ; none ; j # V3.0 (6⃣) keycap DIGIT SIX -0037 20E3 ; text ; L1 ; none ; j # V3.0 (7⃣) keycap DIGIT SEVEN -0038 20E3 ; text ; L1 ; none ; j # V3.0 (8⃣) keycap DIGIT EIGHT -0039 20E3 ; text ; L1 ; none ; j # V3.0 (9⃣) keycap DIGIT NINE -1F1E6 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇦🇨) flag for Ascension Island -1F1E6 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇦🇩) flag for Andorra -1F1E6 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇦🇪) flag for United Arab Emirates -1F1E6 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇦🇫) flag for Afghanistan -1F1E6 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇦🇬) flag for Antigua & Barbuda -1F1E6 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇦🇮) flag for Anguilla -1F1E6 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇦🇱) flag for Albania -1F1E6 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇦🇲) flag for Armenia -1F1E6 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇦🇴) flag for Angola -1F1E6 1F1F6 ; emoji ; L2 ; none ; x # V6.0 (🇦🇶) flag for Antarctica -1F1E6 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇦🇷) flag for Argentina -1F1E6 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇦🇸) flag for American Samoa -1F1E6 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇦🇹) flag for Austria -1F1E6 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇦🇺) flag for Australia -1F1E6 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇦🇼) flag for Aruba -1F1E6 1F1FD ; emoji ; L2 ; none ; x # V6.0 (🇦🇽) flag for Ã…land Islands -1F1E6 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇦🇿) flag for Azerbaijan -1F1E7 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇧🇦) flag for Bosnia & Herzegovina -1F1E7 1F1E7 ; emoji ; L2 ; none ; x # V6.0 (🇧🇧) flag for Barbados -1F1E7 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇧🇩) flag for Bangladesh -1F1E7 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇧🇪) flag for Belgium -1F1E7 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇧🇫) flag for Burkina Faso -1F1E7 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇧🇬) flag for Bulgaria -1F1E7 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇧🇭) flag for Bahrain -1F1E7 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇧🇮) flag for Burundi -1F1E7 1F1EF ; emoji ; L2 ; none ; x # V6.0 (🇧🇯) flag for Benin -1F1E7 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇧🇱) flag for St. Barthélemy -1F1E7 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇧🇲) flag for Bermuda -1F1E7 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇧🇳) flag for Brunei -1F1E7 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇧🇴) flag for Bolivia -1F1E7 1F1F6 ; emoji ; L2 ; none ; x # V6.0 (🇧🇶) flag for Caribbean Netherlands -1F1E7 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇧🇷) flag for Brazil -1F1E7 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇧🇸) flag for Bahamas -1F1E7 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇧🇹) flag for Bhutan -1F1E7 1F1FB ; emoji ; L2 ; none ; x # V6.0 (🇧🇻) flag for Bouvet Island -1F1E7 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇧🇼) flag for Botswana -1F1E7 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇧🇾) flag for Belarus -1F1E7 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇧🇿) flag for Belize -1F1E8 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇨🇦) flag for Canada -1F1E8 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇨🇨) flag for Cocos Islands -1F1E8 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇨🇩) flag for Congo - Kinshasa -1F1E8 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇨🇫) flag for Central African Republic -1F1E8 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇨🇬) flag for Congo - Brazzaville -1F1E8 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇨🇭) flag for Switzerland -1F1E8 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇨🇮) flag for Côte d’Ivoire -1F1E8 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇨🇰) flag for Cook Islands -1F1E8 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇨🇱) flag for Chile -1F1E8 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇨🇲) flag for Cameroon -1F1E8 1F1F3 ; emoji ; L1 ; none ; j # V6.0 (🇨🇳) flag for China -1F1E8 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇨🇴) flag for Colombia -1F1E8 1F1F5 ; emoji ; L2 ; none ; x # V6.0 (🇨🇵) flag for Clipperton Island -1F1E8 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇨🇷) flag for Costa Rica -1F1E8 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇨🇺) flag for Cuba -1F1E8 1F1FB ; emoji ; L2 ; none ; x # V6.0 (🇨🇻) flag for Cape Verde -1F1E8 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇨🇼) flag for Curaçao -1F1E8 1F1FD ; emoji ; L2 ; none ; x # V6.0 (🇨🇽) flag for Christmas Island -1F1E8 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇨🇾) flag for Cyprus -1F1E8 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇨🇿) flag for Czech Republic -1F1E9 1F1EA ; emoji ; L1 ; none ; j # V6.0 (🇩🇪) flag for Germany -1F1E9 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇩🇬) flag for Diego Garcia -1F1E9 1F1EF ; emoji ; L2 ; none ; x # V6.0 (🇩🇯) flag for Djibouti -1F1E9 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇩🇰) flag for Denmark -1F1E9 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇩🇲) flag for Dominica -1F1E9 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇩🇴) flag for Dominican Republic -1F1E9 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇩🇿) flag for Algeria -1F1EA 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇪🇦) flag for Ceuta & Melilla -1F1EA 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇪🇨) flag for Ecuador -1F1EA 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇪🇪) flag for Estonia -1F1EA 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇪🇬) flag for Egypt -1F1EA 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇪🇭) flag for Western Sahara -1F1EA 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇪🇷) flag for Eritrea -1F1EA 1F1F8 ; emoji ; L1 ; none ; j # V6.0 (🇪🇸) flag for Spain -1F1EA 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇪🇹) flag for Ethiopia -1F1EA 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇪🇺) flag for European Union -1F1EB 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇫🇮) flag for Finland -1F1EB 1F1EF ; emoji ; L2 ; none ; x # V6.0 (🇫🇯) flag for Fiji -1F1EB 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇫🇰) flag for Falkland Islands -1F1EB 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇫🇲) flag for Micronesia -1F1EB 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇫🇴) flag for Faroe Islands -1F1EB 1F1F7 ; emoji ; L1 ; none ; j # V6.0 (🇫🇷) flag for France -1F1EC 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇬🇦) flag for Gabon -1F1EC 1F1E7 ; emoji ; L1 ; none ; j # V6.0 (🇬🇧) flag for United Kingdom -1F1EC 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇬🇩) flag for Grenada -1F1EC 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇬🇪) flag for Georgia -1F1EC 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇬🇫) flag for French Guiana -1F1EC 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇬🇬) flag for Guernsey -1F1EC 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇬🇭) flag for Ghana -1F1EC 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇬🇮) flag for Gibraltar -1F1EC 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇬🇱) flag for Greenland -1F1EC 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇬🇲) flag for Gambia -1F1EC 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇬🇳) flag for Guinea -1F1EC 1F1F5 ; emoji ; L2 ; none ; x # V6.0 (🇬🇵) flag for Guadeloupe -1F1EC 1F1F6 ; emoji ; L2 ; none ; x # V6.0 (🇬🇶) flag for Equatorial Guinea -1F1EC 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇬🇷) flag for Greece -1F1EC 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇬🇸) flag for South Georgia & South Sandwich Islands -1F1EC 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇬🇹) flag for Guatemala -1F1EC 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇬🇺) flag for Guam -1F1EC 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇬🇼) flag for Guinea-Bissau -1F1EC 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇬🇾) flag for Guyana -1F1ED 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇭🇰) flag for Hong Kong -1F1ED 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇭🇲) flag for Heard & McDonald Islands -1F1ED 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇭🇳) flag for Honduras -1F1ED 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇭🇷) flag for Croatia -1F1ED 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇭🇹) flag for Haiti -1F1ED 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇭🇺) flag for Hungary -1F1EE 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇮🇨) flag for Canary Islands -1F1EE 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇮🇩) flag for Indonesia -1F1EE 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇮🇪) flag for Ireland -1F1EE 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇮🇱) flag for Israel -1F1EE 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇮🇲) flag for Isle of Man -1F1EE 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇮🇳) flag for India -1F1EE 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇮🇴) flag for British Indian Ocean Territory -1F1EE 1F1F6 ; emoji ; L2 ; none ; x # V6.0 (🇮🇶) flag for Iraq -1F1EE 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇮🇷) flag for Iran -1F1EE 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇮🇸) flag for Iceland -1F1EE 1F1F9 ; emoji ; L1 ; none ; j # V6.0 (🇮🇹) flag for Italy -1F1EF 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇯🇪) flag for Jersey -1F1EF 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇯🇲) flag for Jamaica -1F1EF 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇯🇴) flag for Jordan -1F1EF 1F1F5 ; emoji ; L1 ; none ; j # V6.0 (🇯🇵) flag for Japan -1F1F0 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇰🇪) flag for Kenya -1F1F0 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇰🇬) flag for Kyrgyzstan -1F1F0 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇰🇭) flag for Cambodia -1F1F0 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇰🇮) flag for Kiribati -1F1F0 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇰🇲) flag for Comoros -1F1F0 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇰🇳) flag for St. Kitts & Nevis -1F1F0 1F1F5 ; emoji ; L2 ; none ; x # V6.0 (🇰🇵) flag for North Korea -1F1F0 1F1F7 ; emoji ; L1 ; none ; j # V6.0 (🇰🇷) flag for South Korea -1F1F0 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇰🇼) flag for Kuwait -1F1F0 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇰🇾) flag for Cayman Islands -1F1F0 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇰🇿) flag for Kazakhstan -1F1F1 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇱🇦) flag for Laos -1F1F1 1F1E7 ; emoji ; L2 ; none ; x # V6.0 (🇱🇧) flag for Lebanon -1F1F1 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇱🇨) flag for St. Lucia -1F1F1 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇱🇮) flag for Liechtenstein -1F1F1 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇱🇰) flag for Sri Lanka -1F1F1 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇱🇷) flag for Liberia -1F1F1 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇱🇸) flag for Lesotho -1F1F1 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇱🇹) flag for Lithuania -1F1F1 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇱🇺) flag for Luxembourg -1F1F1 1F1FB ; emoji ; L2 ; none ; x # V6.0 (🇱🇻) flag for Latvia -1F1F1 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇱🇾) flag for Libya -1F1F2 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇲🇦) flag for Morocco -1F1F2 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇲🇨) flag for Monaco -1F1F2 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇲🇩) flag for Moldova -1F1F2 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇲🇪) flag for Montenegro -1F1F2 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇲🇫) flag for St. Martin -1F1F2 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇲🇬) flag for Madagascar -1F1F2 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇲🇭) flag for Marshall Islands -1F1F2 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇲🇰) flag for Macedonia -1F1F2 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇲🇱) flag for Mali -1F1F2 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇲🇲) flag for Myanmar -1F1F2 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇲🇳) flag for Mongolia -1F1F2 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇲🇴) flag for Macau -1F1F2 1F1F5 ; emoji ; L2 ; none ; x # V6.0 (🇲🇵) flag for Northern Mariana Islands -1F1F2 1F1F6 ; emoji ; L2 ; none ; x # V6.0 (🇲🇶) flag for Martinique -1F1F2 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇲🇷) flag for Mauritania -1F1F2 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇲🇸) flag for Montserrat -1F1F2 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇲🇹) flag for Malta -1F1F2 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇲🇺) flag for Mauritius -1F1F2 1F1FB ; emoji ; L2 ; none ; x # V6.0 (🇲🇻) flag for Maldives -1F1F2 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇲🇼) flag for Malawi -1F1F2 1F1FD ; emoji ; L2 ; none ; x # V6.0 (🇲🇽) flag for Mexico -1F1F2 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇲🇾) flag for Malaysia -1F1F2 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇲🇿) flag for Mozambique -1F1F3 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇳🇦) flag for Namibia -1F1F3 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇳🇨) flag for New Caledonia -1F1F3 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇳🇪) flag for Niger -1F1F3 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇳🇫) flag for Norfolk Island -1F1F3 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇳🇬) flag for Nigeria -1F1F3 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇳🇮) flag for Nicaragua -1F1F3 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇳🇱) flag for Netherlands -1F1F3 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇳🇴) flag for Norway -1F1F3 1F1F5 ; emoji ; L2 ; none ; x # V6.0 (🇳🇵) flag for Nepal -1F1F3 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇳🇷) flag for Nauru -1F1F3 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇳🇺) flag for Niue -1F1F3 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇳🇿) flag for New Zealand -1F1F4 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇴🇲) flag for Oman -1F1F5 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇵🇦) flag for Panama -1F1F5 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇵🇪) flag for Peru -1F1F5 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇵🇫) flag for French Polynesia -1F1F5 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇵🇬) flag for Papua New Guinea -1F1F5 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇵🇭) flag for Philippines -1F1F5 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇵🇰) flag for Pakistan -1F1F5 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇵🇱) flag for Poland -1F1F5 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇵🇲) flag for St. Pierre & Miquelon -1F1F5 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇵🇳) flag for Pitcairn Islands -1F1F5 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇵🇷) flag for Puerto Rico -1F1F5 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇵🇸) flag for Palestinian Territories -1F1F5 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇵🇹) flag for Portugal -1F1F5 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇵🇼) flag for Palau -1F1F5 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇵🇾) flag for Paraguay -1F1F6 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇶🇦) flag for Qatar -1F1F7 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇷🇪) flag for Réunion -1F1F7 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇷🇴) flag for Romania -1F1F7 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇷🇸) flag for Serbia -1F1F7 1F1FA ; emoji ; L1 ; none ; j # V6.0 (🇷🇺) flag for Russia -1F1F7 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇷🇼) flag for Rwanda -1F1F8 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇸🇦) flag for Saudi Arabia -1F1F8 1F1E7 ; emoji ; L2 ; none ; x # V6.0 (🇸🇧) flag for Solomon Islands -1F1F8 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇸🇨) flag for Seychelles -1F1F8 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇸🇩) flag for Sudan -1F1F8 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇸🇪) flag for Sweden -1F1F8 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇸🇬) flag for Singapore -1F1F8 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇸🇭) flag for St. Helena -1F1F8 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇸🇮) flag for Slovenia -1F1F8 1F1EF ; emoji ; L2 ; none ; x # V6.0 (🇸🇯) flag for Svalbard & Jan Mayen -1F1F8 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇸🇰) flag for Slovakia -1F1F8 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇸🇱) flag for Sierra Leone -1F1F8 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇸🇲) flag for San Marino -1F1F8 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇸🇳) flag for Senegal -1F1F8 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇸🇴) flag for Somalia -1F1F8 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇸🇷) flag for Suriname -1F1F8 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇸🇸) flag for South Sudan -1F1F8 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇸🇹) flag for São Tomé & Príncipe -1F1F8 1F1FB ; emoji ; L2 ; none ; x # V6.0 (🇸🇻) flag for El Salvador -1F1F8 1F1FD ; emoji ; L2 ; none ; x # V6.0 (🇸🇽) flag for Sint Maarten -1F1F8 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇸🇾) flag for Syria -1F1F8 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇸🇿) flag for Swaziland -1F1F9 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇹🇦) flag for Tristan da Cunha -1F1F9 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇹🇨) flag for Turks & Caicos Islands -1F1F9 1F1E9 ; emoji ; L2 ; none ; x # V6.0 (🇹🇩) flag for Chad -1F1F9 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇹🇫) flag for French Southern Territories -1F1F9 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇹🇬) flag for Togo -1F1F9 1F1ED ; emoji ; L2 ; none ; x # V6.0 (🇹🇭) flag for Thailand -1F1F9 1F1EF ; emoji ; L2 ; none ; x # V6.0 (🇹🇯) flag for Tajikistan -1F1F9 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇹🇰) flag for Tokelau -1F1F9 1F1F1 ; emoji ; L2 ; none ; x # V6.0 (🇹🇱) flag for Timor-Leste -1F1F9 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇹🇲) flag for Turkmenistan -1F1F9 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇹🇳) flag for Tunisia -1F1F9 1F1F4 ; emoji ; L2 ; none ; x # V6.0 (🇹🇴) flag for Tonga -1F1F9 1F1F7 ; emoji ; L2 ; none ; x # V6.0 (🇹🇷) flag for Turkey -1F1F9 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇹🇹) flag for Trinidad & Tobago -1F1F9 1F1FB ; emoji ; L2 ; none ; x # V6.0 (🇹🇻) flag for Tuvalu -1F1F9 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇹🇼) flag for Taiwan -1F1F9 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇹🇿) flag for Tanzania -1F1FA 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇺🇦) flag for Ukraine -1F1FA 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇺🇬) flag for Uganda -1F1FA 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇺🇲) flag for U.S. Outlying Islands -1F1FA 1F1F8 ; emoji ; L1 ; none ; j # V6.0 (🇺🇸) flag for United States -1F1FA 1F1FE ; emoji ; L2 ; none ; x # V6.0 (🇺🇾) flag for Uruguay -1F1FA 1F1FF ; emoji ; L2 ; none ; x # V6.0 (🇺🇿) flag for Uzbekistan -1F1FB 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇻🇦) flag for Vatican City -1F1FB 1F1E8 ; emoji ; L2 ; none ; x # V6.0 (🇻🇨) flag for St. Vincent & Grenadines -1F1FB 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇻🇪) flag for Venezuela -1F1FB 1F1EC ; emoji ; L2 ; none ; x # V6.0 (🇻🇬) flag for British Virgin Islands -1F1FB 1F1EE ; emoji ; L2 ; none ; x # V6.0 (🇻🇮) flag for U.S. Virgin Islands -1F1FB 1F1F3 ; emoji ; L2 ; none ; x # V6.0 (🇻🇳) flag for Vietnam -1F1FB 1F1FA ; emoji ; L2 ; none ; x # V6.0 (🇻🇺) flag for Vanuatu -1F1FC 1F1EB ; emoji ; L2 ; none ; x # V6.0 (🇼🇫) flag for Wallis & Futuna -1F1FC 1F1F8 ; emoji ; L2 ; none ; x # V6.0 (🇼🇸) flag for Samoa -1F1FD 1F1F0 ; emoji ; L2 ; none ; x # V6.0 (🇽🇰) flag for Kosovo -1F1FE 1F1EA ; emoji ; L2 ; none ; x # V6.0 (🇾🇪) flag for Yemen -1F1FE 1F1F9 ; emoji ; L2 ; none ; x # V6.0 (🇾🇹) flag for Mayotte -1F1FF 1F1E6 ; emoji ; L2 ; none ; x # V6.0 (🇿🇦) flag for South Africa -1F1FF 1F1F2 ; emoji ; L2 ; none ; x # V6.0 (🇿🇲) flag for Zambia -1F1FF 1F1FC ; emoji ; L2 ; none ; x # V6.0 (🇿🇼) flag for Zimbabwe diff --git a/zsh/.oh-my-zsh_old/plugins/emoji/emoji.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/emoji/emoji.plugin.zsh deleted file mode 100644 index 7876f1c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emoji/emoji.plugin.zsh +++ /dev/null @@ -1,288 +0,0 @@ -# emoji plugin -# -# Makes emoji support available within ZSH -# -# See the README for documentation. - -_omz_emoji_plugin_dir="${0:h}" - -() { - -local LC_ALL=en_US.UTF-8 - -typeset -gAH emoji_groups -typeset -gAH emoji_con -typeset -gAH emoji2 -typeset -gAH emoji_skintone - -source "$_omz_emoji_plugin_dir/emoji-char-definitions.zsh" -unset _omz_emoji_plugin_dir - -# These additional emoji are not in the definition file, but are useful in conjunction with it - -# This is a combinin character that can be placed after any other character to surround -# it in a "keycap" symbol. -# The digits 0-9 are already in the emoji table as keycap_digit_, keycap_ten, etc. -# It's unclear whether this should be in the $emoji array, because those characters are all ones -# which can be displayed on their own. -#emoji[combining_enclosing_keycap]="\U20E3" - -emoji[regional_indicator_symbol_letter_d_regional_indicator_symbol_letter_e]=$'\xF0\x9F\x87\xA9\xF0\x9F\x87\xAA' -emoji[regional_indicator_symbol_letter_g_regional_indicator_symbol_letter_b]=$'\xF0\x9F\x87\xAC\xF0\x9F\x87\xA7' -emoji[regional_indicator_symbol_letter_c_regional_indicator_symbol_letter_n]=$'\xF0\x9F\x87\xA8\xF0\x9F\x87\xB3' -emoji[regional_indicator_symbol_letter_j_regional_indicator_symbol_letter_p]=$'\xF0\x9F\x87\xAF\xF0\x9F\x87\xB5' -emoji[regional_indicator_symbol_letter_k_regional_indicator_symbol_letter_r]=$'\xF0\x9F\x87\xB0\xF0\x9F\x87\xB7' -emoji[regional_indicator_symbol_letter_f_regional_indicator_symbol_letter_r]=$'\xF0\x9F\x87\xAB\xF0\x9F\x87\xB7' -emoji[regional_indicator_symbol_letter_e_regional_indicator_symbol_letter_s]=$'\xF0\x9F\x87\xAA\xF0\x9F\x87\xB8' -emoji[regional_indicator_symbol_letter_i_regional_indicator_symbol_letter_t]=$'\xF0\x9F\x87\xAE\xF0\x9F\x87\xB9' -emoji[regional_indicator_symbol_letter_u_regional_indicator_symbol_letter_s]=$'\xF0\x9F\x87\xBA\xF0\x9F\x87\xB8' -emoji[regional_indicator_symbol_letter_r_regional_indicator_symbol_letter_u]=$'\xF0\x9F\x87\xB7\xF0\x9F\x87\xBA' - -# Nonstandard alias names -emoji[vulcan_salute]=$'\U1F596' - - -# Emoji combining and auxiliary characters - -# "Variation Selectors" for controlling text vs emoji style presentation -# These apply to the immediately preceding character -emoji2[text_style]=$'\UFE0E' -emoji2[emoji_style]=$'\UFE0F' -# Joiner that indicates a single combined-form glyph (ligature) should be used -emoji2[zero_width_joiner]=$'\U200D' -# Skin tone modifiers -emoji2[emoji_modifier_fitzpatrick_type_1_2]=$'\U1F3FB' -emoji2[emoji_modifier_fitzpatrick_type_3]=$'\U1F3FC' -emoji2[emoji_modifier_fitzpatrick_type_4]=$'\U1F3FD' -emoji2[emoji_modifier_fitzpatrick_type_5]=$'\U1F3FE' -emoji2[emoji_modifier_fitzpatrick_type_6]=$'\U1F3FF' -# Various other combining characters. (Incomplete list; I selected ones that sound useful) -emoji2[combining_enclosing_circle]=$'\U20DD' -emoji2[combining_enclosing_square]=$'\U20DE' -emoji2[combining_enclosing_diamond]=$'\U20DF' -emoji2[combining_enclosing_circle_backslash]=$'\U20E0' -emoji2[combining_enclosing_screen]=$'\U20E2' -emoji2[combining_enclosing_keycap]=$'\U20E3' -emoji2[combining_enclosing_upward_pointing_triangle]=$'\U20E4' - -# Easier access to skin tone modifiers -emoji_skintone[1_2]=$'\U1F3FB' -emoji_skintone[3]=$'\U1F3FC' -emoji_skintone[4]=$'\U1F3FD' -emoji_skintone[5]=$'\U1F3FE' -emoji_skintone[6]=$'\U1F3FF' - -# Emoji groups -# These are stored in a single associative array, $emoji_groups, to avoid cluttering up the global -# namespace, and to allow adding additional group definitions at run time. -# The keys are the group names, and the values are whitespace-separated lists of emoji character names. - -emoji_groups[fruits]=" - tomato - aubergine - grapes - melon - watermelon - tangerine - banana - pineapple - red_apple - green_apple - peach - cherries - strawberry - lemon - pear -" - -emoji_groups[vehicles]=" - airplane - rocket - railway_car - high_speed_train - high_speed_train_with_bullet_nose - bus - ambulance - fire_engine - police_car - taxi - automobile - recreational_vehicle - delivery_truck - ship - speedboat - bicycle - helicopter - steam_locomotive - train - light_rail - tram - oncoming_bus - trolleybus - minibus - oncoming_police_car - oncoming_taxi - oncoming_automobile - articulated_lorry - tractor - monorail - mountain_railway - suspension_railway - mountain_cableway - aerial_tramway - rowboat - bicyclist - mountain_bicyclist - sailboat -" - -emoji_groups[animals]=" - snail - snake - horse - sheep - monkey - chicken - boar - elephant - octopus - spiral_shell - bug - ant - honeybee - lady_beetle - fish - tropical_fish - blowfish - turtle - hatching_chick - baby_chick - front_facing_baby_chick - bird - penguin - koala - poodle - bactrian_camel - dolphin - mouse_face - cow_face - tiger_face - rabbit_face - cat_face - dragon_face - spouting_whale - horse_face - monkey_face - dog_face - pig_face - frog_face - hamster_face - wolf_face - bear_face - panda_face - rat - mouse - ox - water_buffalo - cow - tiger - leopard - rabbit - cat - dragon - crocodile - whale - ram - goat - rooster - dog - pig - dromedary_camel -" - -emoji_groups[faces]=" - grinning_face_with_smiling_eyes - face_with_tears_of_joy - smiling_face_with_open_mouth - smiling_face_with_open_mouth_and_smiling_eyes - smiling_face_with_open_mouth_and_cold_sweat - smiling_face_with_open_mouth_and_tightly_closed_eyes - winking_face - smiling_face_with_smiling_eyes - face_savouring_delicious_food - relieved_face - smiling_face_with_heart_shaped_eyes - smirking_face - unamused_face - face_with_cold_sweat - pensive_face - confounded_face - face_throwing_a_kiss - kissing_face_with_closed_eyes - face_with_stuck_out_tongue_and_winking_eye - face_with_stuck_out_tongue_and_tightly_closed_eyes - disappointed_face - angry_face - pouting_face - crying_face - persevering_face - face_with_look_of_triumph - disappointed_but_relieved_face - fearful_face - weary_face - sleepy_face - tired_face - loudly_crying_face - face_with_open_mouth_and_cold_sweat - face_screaming_in_fear - astonished_face - flushed_face - dizzy_face - face_with_medical_mask -" - -} - -# Prints a random emoji character -# -# random_emoji [group] -# -function random_emoji() { - local group=$1 - local names - if [[ -z "$group" || "$group" == "all" ]]; then - names=(${(k)emoji}) - else - names=(${=emoji_groups[$group]}) - fi - local list_size=${#names} - [[ $list_size -eq 0 ]] && return 1 - local random_index=$(( ( RANDOM % $list_size ) + 1 )) - local name=${names[$random_index]} - echo ${emoji[$name]} -} - -# Displays a listing of emoji with their names -# -# display_emoji [group] -# -function display_emoji() { - local group=$1 - local names - if [[ -z "$group" || "$group" == "all" ]]; then - names=(${(k)emoji}) - else - names=(${=emoji_groups[$group]}) - fi - # The extra spaces in output here are a hack for readability, since some - # terminals treat these emoji chars as single-width. - for i in $names; do - printf '%s ' "$emoji[$i]" - done - print - for i in $names; do - echo "${emoji[$i]} = $i" - done -} - - diff --git a/zsh/.oh-my-zsh_old/plugins/emoji/update_emoji.pl b/zsh/.oh-my-zsh_old/plugins/emoji/update_emoji.pl deleted file mode 100644 index 8034052..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emoji/update_emoji.pl +++ /dev/null @@ -1,113 +0,0 @@ -#!/usr/bin/perl -w -# -# update_emoji.pl -# -# This script generates the emoji.plugin.zsh emoji definitions from the Unicode -# character data for the emoji characters. -# -# The data file can be found at https://unicode.org/Public/emoji/latest/emoji-data.txt -# as referenced in Unicode TR51 (https://www.unicode.org/reports/tr51/index.html). -# -# This is known to work with the data file from version 1.0. It may not work with later -# versions if the format changes. In particular, this reads line comments to get the -# emoji character name and unicode version. -# -# Country names have punctuation and other non-letter characters removed from their name, -# to avoid possible complications with having to escape the strings when using them as -# array subscripts. The definition file seems to use some combining characters like accents -# that get stripped during this process. - -use strict; -use warnings; -use 5.010; -use autodie; - -use Path::Class; -use File::Copy; - -# Parse definitions out of the data file and convert -sub process_emoji_data_file { - my ( $infile, $outfilename ) = @_; - my $file = file($infile); - my $outfile = file($outfilename); - my $outfilebase = $outfile->basename(); - my $tempfilename = "$outfilename.tmp"; - my $tempfile = file($tempfilename); - my $outfh = $tempfile->openw(); - $outfh->print(" -# $outfilebase - Emoji character definitions for oh-my-zsh emoji plugin -# -# This file is auto-generated by update_emoji.pl. Do not edit it manually. -# -# This contains the definition for: -# \$emoji - which maps character names to Unicode characters -# \$emoji_flags - maps country names to Unicode flag characters using region indicators - -# Main emoji -typeset -gAH emoji -# National flags -typeset -gAH emoji_flags -# Combining modifiers -typeset -gAH emoji_mod - -"); - - my $fh = $file->openr(); - my $line_num = 0; - while ( my $line = $fh->getline() ) { - $line_num++; - $_ = $line; - # Skip all-comment lines (from the header) and blank lines - # (But don't strip comments on normal lines; we need to parse those for - # the emoji names.) - next if /^\s*#/ or /^\s*$/; - - if (/^(\S.*?\S)\s*;\s*(\w+)\s*;\s*(\w+)\s*;\s*(\w+)\s*;\s*(\w.*?)\s*#\s*V(\S+)\s\(.*?\)\s*(\w.*\S)\s*$/) { - my ($code, $style, $level, $modifier_status, $sources, $version, $keycap_name) - = ($1, $2, $3, $4, $5, $6, $7); - #print "code=$code style=$style level=$level modifier_status=$modifier_status sources=$sources version=$version name=$keycap_name\n"; - my @code_points = split /\s+/, $code; - my @sources = split /\s+/, $sources; - - my $flag_country = ""; - if ( $keycap_name =~ /^flag for (\S.*?)\s*$/) { - $flag_country = $1; - } - - my $zsh_code = join '', map { "\\U$_" } @code_points; - # Convert keycap names to valid associative array names that do not require any - # quoting. Works fine for most stuff, but is clumsy for flags. - my $omz_name = lc($keycap_name); - $omz_name =~ s/[^A-Za-z0-9]/_/g; - my $zsh_flag_country = $flag_country; - $zsh_flag_country =~ s/[^\p{Letter}]/_/g; - if ($flag_country) { - $outfh->print("emoji_flags[$zsh_flag_country]=\$'$zsh_code'\n"); - } else { - $outfh->print("emoji[$omz_name]=\$'$zsh_code'\n"); - } - # Modifiers are included in both the main set and their separate map, - # because they have a standalone representation as a color swatch. - if ( $modifier_status eq "modifier" ) { - $outfh->print("emoji_mod[$omz_name]=\$'$zsh_code'\n"); - } - } else { - die "Failed parsing line $line_num: '$_'"; - } - } - $fh->close(); - $outfh->print("\n"); - $outfh->close(); - - move($tempfilename, $outfilename) - or die "Failed moving temp file to $outfilename: $!"; -} - -my $datafile = "emoji-data.txt"; -my $zsh_def_file = "emoji-char-definitions.zsh"; -process_emoji_data_file($datafile, $zsh_def_file); - -print "Updated definition file $zsh_def_file\n"; - - - diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/README.md b/zsh/.oh-my-zsh_old/plugins/emotty/README.md deleted file mode 100644 index ee57170..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# emotty plugin - -This plugin returns an emoji for the current $TTY number so it can be used -in a prompt. - -To use it, add emotty to the plugins array in your zshrc file: -``` -plugins=(... emotty) -``` - -**NOTE:** it requires the [emoji plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji). - -## Usage - -The function `emotty` displays an emoji from the current character set (default: `emoji`), based -on the number associated to the `$TTY`. - -There are different sets of emoji characters available, to choose a different -set, set `$emotty_set` to the name of the set you would like to use, e.g.: -``` -emotty_set=nature -``` - -### Character Sets - -- emoji -- loral -- love -- nature -- stellar -- zodiac - -Use the `display_emotty` function to list the emojis in the current character set, or -the character set passed as the first argument. For example: - -``` -$ display_emotty zodiac - -``` diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/emotty.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/emotty/emotty.plugin.zsh deleted file mode 100644 index e288b5c..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/emotty.plugin.zsh +++ /dev/null @@ -1,50 +0,0 @@ -# ------------------------------------------------------------------------------ -# FILE: emotty.plugin.zsh -# DESCRIPTION: Return an emoji for the current $TTY number. -# AUTHOR: Alexis Hildebrandt (afh[at]surryhill.net) -# VERSION: 1.0.0 -# DEPENDS: emoji plugin -# -# There are different sets of emoji characters available, to choose a different -# set export emotty_set to the name of the set you would like to use, e.g.: -# % export emotty_set=nature -# ------------------------------------------------------------------------------ - -typeset -gAH _emotty_sets -local _emotty_plugin_dir="${0:h}" -source "$_emotty_plugin_dir/emotty_stellar_set.zsh" -source "$_emotty_plugin_dir/emotty_floral_set.zsh" -source "$_emotty_plugin_dir/emotty_zodiac_set.zsh" -source "$_emotty_plugin_dir/emotty_nature_set.zsh" -source "$_emotty_plugin_dir/emotty_emoji_set.zsh" -source "$_emotty_plugin_dir/emotty_love_set.zsh" -unset _emotty_plugin_dir - -emotty_default_set=emoji - -function emotty() { - # Use emotty set defined by user, fallback to default - local emotty=${_emotty_sets[${emotty_set:-$emotty_default_set}]} - - # Parse tty number via prompt expansion. %l equals: - # - N if tty = /dev/ttyN - # - pts/N if tty = /dev/pts/N - local tty = ${${(%):-%l}##pts/} - # Normalize it to an emotty set index - (( tty = (tty % ${#${=emotty}}) + 1 )) - - local character_name=${${=emotty}[tty]} - echo "${emoji[${character_name}]}${emoji2[emoji_style]}" -} - -function display_emotty() { - local name=${1:-$emotty_set} - echo $name - for i in ${=_emotty_sets[$name]}; do - printf "${emoji[$i]}${emoji2[emoji_style]} " - done - print - for i in ${=_emotty_sets[$name]}; do - print "${emoji[$i]}${emoji2[emoji_style]} = $i" - done -} diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_emoji_set.zsh b/zsh/.oh-my-zsh_old/plugins/emotty/emotty_emoji_set.zsh deleted file mode 100644 index 00e3171..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_emoji_set.zsh +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env zsh -# vim:ft=zsh ts=2 sw=2 sts=2 - -_emotty_sets[emoji]=" - crystal_ball - ghost - jack_o_lantern - see_no_evil_monkey - hear_no_evil_monkey - speak_no_evil_monkey - smiling_cat_face_with_open_mouth - extraterrestrial_alien - rocket - billiards - bomb - pill - japanese_symbol_for_beginner - direct_hit - cyclone - diamond_shape_with_a_dot_inside - sparkle - eight_spoked_asterisk - eight_pointed_black_star - " diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_floral_set.zsh b/zsh/.oh-my-zsh_old/plugins/emotty/emotty_floral_set.zsh deleted file mode 100644 index f761fea..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_floral_set.zsh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env zsh -# vim:ft=zsh ts=2 sw=2 sts=2 - -_emotty_sets[floral]=" - hibiscus - cherry_blossom - blossom - sunflower - bouquet - tulip - rose - four_leaf_clover - seedling - herb - palm_tree - evergreen_tree - deciduous_tree - " diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_love_set.zsh b/zsh/.oh-my-zsh_old/plugins/emotty/emotty_love_set.zsh deleted file mode 100644 index 8f19e69..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_love_set.zsh +++ /dev/null @@ -1,34 +0,0 @@ -#!/usr/bin/env zsh -# vim:ft=zsh ts=2 sw=2 sts=2 - -# Note: The heavy_black_heart emoji requires $emoji2[emoji_style] -# to be rendered as the emoji red heart. -_emotty_sets[love]=" - green_heart - blue_heart - purple_heart - yellow_heart - heavy_black_heart - broken_heart - heart_with_arrow - heart_with_ribbon - sparkling_heart - two_hearts - revolving_hearts - growing_heart - beating_heart - heart_decoration - couple_with_heart - kiss - man_and_woman_holding_hands - two_women_holding_hands - two_men_holding_hands - kiss_mark - smiling_face_with_heart_shaped_eyes - kissing_face - face_throwing_a_kiss - kissing_face_with_smiling_eyes - kissing_face_with_closed_eyes - smiling_cat_face_with_heart_shaped_eyes - kissing_cat_face_with_closed_eyes - " diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_nature_set.zsh b/zsh/.oh-my-zsh_old/plugins/emotty/emotty_nature_set.zsh deleted file mode 100644 index 8dab4c1..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_nature_set.zsh +++ /dev/null @@ -1,58 +0,0 @@ -#!/usr/bin/env zsh -# vim:ft=zsh ts=2 sw=2 sts=2 - -_emotty_sets[nature]=" - mouse_face - hamster_face - rabbit_face - dog_face - cat_face - tiger_face - bear_face - monkey_face - koala - panda_face - chicken - baby_chick - bird - penguin - cow_face - pig_face - frog_face - boar - wolf_face - horse_face - snail - bug - ant - honeybee - lady_beetle - spouting_whale - dolphin - octopus - fish - tropical_fish - snake - turtle - lemon - tangerine - peach - mushroom - tomato - strawberry - red_apple - cherries - grapes - aubergine - watermelon - banana - pineapple - melon - pear - green_apple - ear_of_maize - sunflower - seedling - herb - four_leaf_clover - " diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_stellar_set.zsh b/zsh/.oh-my-zsh_old/plugins/emotty/emotty_stellar_set.zsh deleted file mode 100644 index 8e7e610..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_stellar_set.zsh +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env zsh -# vim:ft=zsh ts=2 sw=2 sts=2 - -# NOTE: The following emoji show as $'character' in the title -# white_medium_star -# sparkles -# dizzy_symbol - -_emotty_sets[stellar]=" - full_moon_symbol - waning_gibbous_moon_symbol - waning_crescent_moon_symbol - last_quarter_moon_symbol - new_moon_symbol - new_moon_with_face - waxing_crescent_moon_symbol - first_quarter_moon_symbol - waxing_gibbous_moon_symbol - full_moon_with_face - sun_with_face - glowing_star - crescent_moon - first_quarter_moon_with_face - last_quarter_moon_with_face - " diff --git a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_zodiac_set.zsh b/zsh/.oh-my-zsh_old/plugins/emotty/emotty_zodiac_set.zsh deleted file mode 100644 index bde6e3d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/emotty/emotty_zodiac_set.zsh +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env zsh -# vim:ft=zsh ts=2 sw=2 sts=2 - -_emotty_sets[zodiac]=" - aries - taurus - gemini - cancer - leo - virgo - libra - scorpius - sagittarius - capricorn - aquarius - pisces - rat - ox - tiger - rabbit - dragon - snake - horse - goat - monkey - rooster - dog - pig - " diff --git a/zsh/.oh-my-zsh_old/plugins/encode64/README.md b/zsh/.oh-my-zsh_old/plugins/encode64/README.md deleted file mode 100644 index 66fc7cb..0000000 --- a/zsh/.oh-my-zsh_old/plugins/encode64/README.md +++ /dev/null @@ -1,69 +0,0 @@ -# encode64 - -Alias plugin for encoding or decoding using `base64` command - -## Functions and Aliases - -| Function | Alias | Description | -| ---------- | ----- | ------------------------------ | -| `encode64` | `e64` | Encodes given data to base64 | -| `decode64` | `d64` | Decodes given data from base64 | - -## Enabling plugin - -1. Edit your `.zshrc` file and add `encode64` to the list of plugins: - - ```sh - plugins=( - # ...other enabled plugins - encode64 - ) - ``` - -2. Restart your terminal session or restart the shell: - - ```sh - exec zsh - ``` - -## Usage and examples - -### Encoding - -- From parameter - - ```console - $ encode64 "oh-my-zsh" - b2gtbXktenNo - $ e64 "oh-my-zsh" - b2gtbXktenNo - ``` - -- From piping - - ```console - $ echo "oh-my-zsh" | encode64 - b2gtbXktenNo== - $ echo "oh-my-zsh" | e64 - b2gtbXktenNo== - ``` - -### Decoding - -- From parameter - - ```console - $ decode64 b2gtbXktenNo - oh-my-zsh% - $ d64 b2gtbXktenNo - oh-my-zsh% - ``` - -- From piping - - ```console - $ echo "b2gtbXktenNoCg==" | decode64 - oh-my-zsh - $ echo "b2gtbXktenNoCg==" | decode64 - oh-my-zsh - ``` diff --git a/zsh/.oh-my-zsh_old/plugins/encode64/encode64.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/encode64/encode64.plugin.zsh deleted file mode 100644 index 979e067..0000000 --- a/zsh/.oh-my-zsh_old/plugins/encode64/encode64.plugin.zsh +++ /dev/null @@ -1,17 +0,0 @@ -encode64() { - if [[ $# -eq 0 ]]; then - cat | base64 - else - printf '%s' $1 | base64 - fi -} - -decode64() { - if [[ $# -eq 0 ]]; then - cat | base64 --decode - else - printf '%s' $1 | base64 --decode - fi -} -alias e64=encode64 -alias d64=decode64 diff --git a/zsh/.oh-my-zsh_old/plugins/extract/README.md b/zsh/.oh-my-zsh_old/plugins/extract/README.md deleted file mode 100644 index 81e8e1d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/extract/README.md +++ /dev/null @@ -1,56 +0,0 @@ -# extract plugin - -This plugin defines a function called `extract` that extracts the archive file -you pass it, and it supports a wide variety of archive filetypes. - -This way you don't have to know what specific command extracts a file, you just -do `extract ` and the function takes care of the rest. - -To use it, add `extract` to the plugins array in your zshrc file: - -```zsh -plugins=(... extract) -``` - -## Supported file extensions - -| Extension | Description | -|:------------------|:-------------------------------------| -| `7z` | 7zip file | -| `Z` | Z archive (LZW) | -| `apk` | Android app file | -| `aar` | Android library file | -| `bz2` | Bzip2 file | -| `deb` | Debian package | -| `gz` | Gzip file | -| `ipsw` | iOS firmware file | -| `jar` | Java Archive | -| `lrz` | LRZ archive | -| `lz4` | LZ4 archive | -| `lzma` | LZMA archive | -| `rar` | WinRAR archive | -| `rpm` | RPM package | -| `sublime-package` | Sublime Text package | -| `tar` | Tarball | -| `tar.bz2` | Tarball with bzip2 compression | -| `tar.gz` | Tarball with gzip compression | -| `tar.lrz` | Tarball with lrzip compression | -| `tar.lz` | Tarball with lzip compression | -| `tar.lz4` | Tarball with lz4 compression | -| `tar.xz` | Tarball with lzma2 compression | -| `tar.zma` | Tarball with lzma compression | -| `tar.zst` | Tarball with zstd compression | -| `tbz` | Tarball with bzip compression | -| `tbz2` | Tarball with bzip2 compression | -| `tgz` | Tarball with gzip compression | -| `tlz` | Tarball with lzma compression | -| `txz` | Tarball with lzma2 compression | -| `tzst` | Tarball with zstd compression | -| `war` | Web Application archive (Java-based) | -| `xpi` | Mozilla XPI module file | -| `xz` | LZMA2 archive | -| `zip` | Zip archive | -| `zst` | Zstandard file (zstd) | - -See [list of archive formats](https://en.wikipedia.org/wiki/List_of_archive_formats) for -more information regarding archive formats. diff --git a/zsh/.oh-my-zsh_old/plugins/extract/_extract b/zsh/.oh-my-zsh_old/plugins/extract/_extract deleted file mode 100644 index 1a263a7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/extract/_extract +++ /dev/null @@ -1,7 +0,0 @@ -#compdef extract -#autoload - -_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)(-.)'" \ - && return 0 diff --git a/zsh/.oh-my-zsh_old/plugins/extract/extract.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/extract/extract.plugin.zsh deleted file mode 100644 index a5594b8..0000000 --- a/zsh/.oh-my-zsh_old/plugins/extract/extract.plugin.zsh +++ /dev/null @@ -1,82 +0,0 @@ -alias x=extract - -extract() { - local remove_archive - local success - local extract_dir - - if (( $# == 0 )); then - cat <<-'EOF' >&2 - Usage: extract [-option] [file ...] - - Options: - -r, --remove Remove archive after unpacking. - EOF - fi - - remove_archive=1 - if [[ "$1" == "-r" ]] || [[ "$1" == "--remove" ]]; then - remove_archive=0 - shift - fi - - while (( $# > 0 )); do - if [[ ! -f "$1" ]]; then - echo "extract: '$1' is not a valid file" >&2 - shift - continue - fi - - success=0 - extract_dir="${1:t:r}" - case "${1:l}" in - (*.tar.gz|*.tgz) (( $+commands[pigz] )) && { pigz -dc "$1" | tar xv } || tar zxvf "$1" ;; - (*.tar.bz2|*.tbz|*.tbz2) tar xvjf "$1" ;; - (*.tar.xz|*.txz) - tar --xz --help &> /dev/null \ - && tar --xz -xvf "$1" \ - || xzcat "$1" | tar xvf - ;; - (*.tar.zma|*.tlz) - tar --lzma --help &> /dev/null \ - && tar --lzma -xvf "$1" \ - || lzcat "$1" | tar xvf - ;; - (*.tar.zst|*.tzst) - tar --zstd --help &> /dev/null \ - && tar --zstd -xvf "$1" \ - || zstdcat "$1" | tar xvf - ;; - (*.tar) tar xvf "$1" ;; - (*.tar.lz) (( $+commands[lzip] )) && tar xvf "$1" ;; - (*.tar.lz4) lz4 -c -d "$1" | tar xvf - ;; - (*.tar.lrz) (( $+commands[lrzuntar] )) && lrzuntar "$1" ;; - (*.gz) (( $+commands[pigz] )) && pigz -dk "$1" || gunzip -k "$1" ;; - (*.bz2) bunzip2 "$1" ;; - (*.xz) unxz "$1" ;; - (*.lrz) (( $+commands[lrunzip] )) && lrunzip "$1" ;; - (*.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 ;; - (*.rar) unrar x -ad "$1" ;; - (*.rpm) mkdir "$extract_dir" && cd "$extract_dir" && rpm2cpio "../$1" | cpio --quiet -id && cd .. ;; - (*.7z) 7za x "$1" ;; - (*.deb) - mkdir -p "$extract_dir/control" - mkdir -p "$extract_dir/data" - cd "$extract_dir"; ar vx "../${1}" > /dev/null - cd control; tar xzvf ../control.tar.gz - cd ../data; extract ../data.tar.* - cd ..; rm *.tar.* debian-binary - cd .. - ;; - (*.zst) unzstd "$1" ;; - (*) - echo "extract: '$1' cannot be extracted" >&2 - success=1 - ;; - esac - - (( success = $success > 0 ? $success : $? )) - (( $success == 0 )) && (( $remove_archive == 0 )) && rm "$1" - shift - done -} diff --git a/zsh/.oh-my-zsh_old/plugins/fabric/README.md b/zsh/.oh-my-zsh_old/plugins/fabric/README.md deleted file mode 100644 index cf0fa81..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fabric/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Fabric - -This plugin provides completion for [Fabric](https://www.fabfile.org/). - -To use it add fabric to the plugins array in your zshrc file. - -```bash -plugins=(... fabric) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/fabric/_fab b/zsh/.oh-my-zsh_old/plugins/fabric/_fab deleted file mode 100644 index 9102dad..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fabric/_fab +++ /dev/null @@ -1,69 +0,0 @@ -#compdef fab -#autoload - -local curcontext=$curcontext state line -declare -A opt_args - -declare -a target_list -target_list=("${(@f)$(fab -l 2>/dev/null | awk '{ - if (NF == 0 || NR == 1) next - if (NF < 2) print $1 - else { - docstring=substr($0, index($0,$2)) - gsub(":", "\\:", docstring) - print $1":"docstring - } -}')}") - -_fab_targets() { - [[ -n "$target_list" ]] || return - _describe -t commands "fabric targets" target_list -} - -output_levels=( - 'status: Status messages, i.e. noting when Fabric is done running, if the user used a keyboard interrupt, or when servers are disconnected from. These messages are almost always relevant and rarely verbose.' - 'aborts: Abort messages. Like status messages, these should really only be turned off when using Fabric as a library, and possibly not even then. Note that even if this output group is turned off, aborts will still occur – there just won’t be any output about why Fabric aborted!' - 'warnings: Warning messages. These are often turned off when one expects a given operation to fail, such as when using grep to test existence of text in a file. If paired with setting env.warn_only to True, this can result in fully silent warnings when remote programs fail. As with aborts, this setting does not control actual warning behavior, only whether warning messages are printed or hidden.' - 'running: Printouts of commands being executed or files transferred, e.g. [myserver] run: ls /var/www. Also controls printing of tasks being run, e.g. [myserver] Executing task ''foo''.' - 'stdout: Local, or remote, stdout, i.e. non-error output from commands.' - 'stderr: Local, or remote, stderr, i.e. error-related output from commands.' - 'user: User-generated output, i.e. local output printed by fabfile code via use of the fastprint or puts functions.' -) - -_arguments -w -S -C \ - '(-)'{-h,--help}'[show this help message and exit]: :->noargs' \ - '(-)'{-V,--version}'[show program''s version number and exit]: :->noargs' \ - '(-)--list[print list of possible commands and exit]: :->noargs' \ - '(-)--shortlist[print non-verbose list of possible commands and exit]: :->noargs' \ - '(--reject-unknown-hosts)--reject-unknown-hosts[reject unknown hosts]' \ - '(--no-pty)--no-pty[do not use pseudo-terminal in run/sudo]' \ - "(-d+ --display=-)"{-d+,--display=-}"[print detailed info about a given command]: :_fab_targets" \ - '(-D --disable-known-hosts)'{-D,--disable-known-hosts}'[do not load user known_hosts file]' \ - '(-r --reject-unknown-hosts)'{-r,--reject-unknown-hosts}'[reject unknown hosts]' \ - '(-u+ --user=-)'{-u+,--user=-}'[username to use when connecting to remote hosts]: :' \ - '(-p+ --password=-)'{-p+,--password=-}'[password for use with authentication and/or sudo]: :' \ - '(-H+ --hosts=-)'{-H+,--hosts=-}'[comma separated list of hosts to operate on]: :' \ - '(-R+ --roles=-)'{-R+,--roles=-}'[comma separated list of roles to operate on]: :' \ - '(-a --no-agent)'{-a,--no-agent}'[don''t use the running SSH agent]' \ - '(-k --no-keys)'{-k,--no-keys}'[don''t load private key files from ~/.ssh/]' \ - '(-w --warn-only)'{-w,--warn-only}'[warn instead of abort, when commands fail]' \ - '-i+[path to SSH private key file. May be repeated]: :_files' \ - "(-f+ --fabfile=)"{-f+,--fabfile=}"[Python module file to import]: :_files -g *.py" \ - '(-c+ --config=-)'{-c+,--config=-}'[specify location of config file to use]: :_files' \ - '(-s+ --shell=-)'{-s+,--shell=-}'[specify a new shell, defaults to ''/bin/bash -l -c'']: :' \ - '(--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels' \ - '(--show=-)--show=-[comma-separated list of output levels to show]: :->levels' \ - '*::: :->subcmds' && return 0 - -if [[ CURRENT -ge 1 ]]; then - case $state in - noargs) - _message "nothing to complete";; - levels) - _describe -t commands "output levels" output_levels;; - *) - _fab_targets;; - esac - - return -fi diff --git a/zsh/.oh-my-zsh_old/plugins/fabric/fabric.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/fabric/fabric.plugin.zsh deleted file mode 100644 index e69de29..0000000 diff --git a/zsh/.oh-my-zsh_old/plugins/fancy-ctrl-z/README.md b/zsh/.oh-my-zsh_old/plugins/fancy-ctrl-z/README.md deleted file mode 100644 index f1b1dfa..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fancy-ctrl-z/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Use Ctrl-Z to switch back to Vim - -I frequently need to execute random commands in my shell. To achieve it I pause -Vim by pressing Ctrl-z, type command and press fg to switch back to Vim. -The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back -to Vim. I could not find a solution, so I developed one on my own that -works wonderfully with ZSH. - -Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/ - -Credits: -- original idea by @sheerun -- added to OMZ by @mbologna - diff --git a/zsh/.oh-my-zsh_old/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh deleted file mode 100644 index 8ab2979..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh +++ /dev/null @@ -1,12 +0,0 @@ -fancy-ctrl-z () { - if [[ $#BUFFER -eq 0 ]]; then - BUFFER="fg" - zle accept-line - else - zle push-input - zle clear-screen - fi -} -zle -N fancy-ctrl-z -bindkey '^Z' fancy-ctrl-z - diff --git a/zsh/.oh-my-zsh_old/plugins/fasd/README.md b/zsh/.oh-my-zsh_old/plugins/fasd/README.md deleted file mode 100644 index a5c74e5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fasd/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# fasd - -[`Fasd`](https://github.com/clvv/fasd) (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. - -To use it, add `fasd` to the plugins array in your zshrc file: - -```zsh -plugins=(... fasd) -``` - -## Installation - -Please find detailed installation guide [`here`](https://github.com/clvv/fasd#install) - -## Aliases - -| Alias | Command | Description | -|-------|-------------------------------------------|-------------------------------------------------------------| -| v | `fasd -f -e "$EDITOR"` | List frequent/recent files matching the given filename. | -| o | `fasd -a -e xdg-open` | List frequent/recent files and directories matching. | -| j | `fasd_cd -d -i` | cd with interactive selection | diff --git a/zsh/.oh-my-zsh_old/plugins/fasd/fasd.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/fasd/fasd.plugin.zsh deleted file mode 100644 index ec2e518..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fasd/fasd.plugin.zsh +++ /dev/null @@ -1,12 +0,0 @@ -if [ $commands[fasd] ]; then # check if fasd is installed - fasd_cache="${ZSH_CACHE_DIR}/fasd-init-cache" - if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then - fasd --init auto >| "$fasd_cache" - fi - source "$fasd_cache" - unset fasd_cache - - alias v='f -e "$EDITOR"' - alias o='a -e xdg-open' - alias j='zz' -fi diff --git a/zsh/.oh-my-zsh_old/plugins/fastfile/README.md b/zsh/.oh-my-zsh_old/plugins/fastfile/README.md deleted file mode 100644 index 37f5b2f..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fastfile/README.md +++ /dev/null @@ -1,84 +0,0 @@ -# Fastfile plugin - -This plugin adds a way to reference certain files or folders used frequently using -a global alias or shortcut. - -To use it, add `fastfile` to the plugins array in your zshrc file: -```zsh -plugins=(... fastfile) -``` - -## Usage - -Example: you access folder `/code/project/backend/database` very frequently. - -First, generate a shortcut with the name `pjdb`: -```zsh -$ fastfile pjdb /code/project/backend/database -``` - -Next time you want to access it, use `§pjdb`. For example: -```zsh -$ cd §pjdb -$ subl §pjdb -``` -where § is the fastfile prefix (see [below](#options) for how to change). - -**Note:** shortcuts with spaces in the name are assigned a global alias -where the spaces have been substituted with underscores (`_`). For example: -a shortcut named `"hello world"` corresponds with `§hello_world`. - - -## Functions - -- `fastfile `: generate a shortcut. - -- `fastfile_print `: prints a shortcut, with the format - ` -> `. - -- `fastfile_ls`: lists all shortcuts. - -- `fastfile_rm `: remove a shortcut. - -- `fastfile_sync`: generates the global aliases for the shortcuts. - - -### Internal functions - -- `fastfile_resolv `: resolves the location of the shortcut - file, i.e., the file in the fastfile directory where the shortcut path - is stored. - -- `fastfile_get `: get the real path of the shortcut. - - -## Aliases - -| Alias | Function | -|--------|------------------| -| ff | `fastfile` | -| ffp | `fastfile_print` | -| ffrm | `fastfile_rm` | -| ffls | `fastfile_ls` | -| ffsync | `fastfile_sync` | - - -## Options - -These are options you can set to change certain parts of the plugin. To change -them, add `=` to your zshrc file, before Oh My Zsh is sourced. -For example: `fastfile_var_prefix='@'`. - -- `fastfile_var_prefix`: prefix for the global aliases created. Controls the prefix of the - created global aliases. - **Default:** `§` (section sign), easy to type in a german keyboard via the combination - [`⇧ Shift`+`3`](https://en.wikipedia.org/wiki/German_keyboard_layout#/media/File:KB_Germany.svg), - or using `⌥ Option`+`6` in macOS. - -- `fastfile_dir`: directory where the fastfile shortcuts are stored. Needs to end - with a trailing slash. - **Default:** `$HOME/.fastfile/`. - -## Author - -- [Karolin Varner](https://github.com/koraa) diff --git a/zsh/.oh-my-zsh_old/plugins/fastfile/fastfile.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/fastfile/fastfile.plugin.zsh deleted file mode 100644 index a4229e4..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fastfile/fastfile.plugin.zsh +++ /dev/null @@ -1,127 +0,0 @@ -########################### -# Settings - -# These can be overwritten any time. -# If they are not set yet, they will be -# overwritten with their default values - -default fastfile_dir "${HOME}/.fastfile/" -default fastfile_var_prefix "§" - -########################### -# Impl - -# -# Generate a shortcut -# -# Arguments: -# 1. name - The name of the shortcut (default: name of the file) -# 2. file - The file or directory to make the shortcut for -# STDOUT: -# => fastfle_print -# -function fastfile() { - test "$2" || 2="." - file=$(readlink -f "$2") - - test "$1" || 1="$(basename "$file")" - name=$(echo "$1" | tr " " "_") - - - mkdir -p "${fastfile_dir}" - echo "$file" > "$(fastfile_resolv "$name")" - - fastfile_sync - fastfile_print "$name" -} - -# -# Resolve the location of a shortcut file (the database file, where the value is written!) -# -# Arguments: -# 1. name - The name of the shortcut -# STDOUT: -# The path to the shortcut file -# -function fastfile_resolv() { - echo "${fastfile_dir}${1}" -} - -# -# Get the real path of a shortcut -# -# Arguments: -# 1. name - The name of the shortcut -# STDOUT: -# The path -# -function fastfile_get() { - cat "$(fastfile_resolv "$1")" -} - -# -# Print a shortcut -# -# Arguments: -# 1. name - The name of the shortcut -# STDOUT: -# Name and value of the shortcut -# -function fastfile_print() { - echo "${fastfile_var_prefix}${1} -> $(fastfile_get "$1")" -} - -# -# List all shortcuts -# -# STDOUT: -# (=> fastfle_print) for each shortcut -# -function fastfile_ls() { - for f in "${fastfile_dir}"/*; do - file=`basename "$f"` # To enable simpler handeling of spaces in file names - varkey=`echo "$file" | tr " " "_"` - - # Special format for colums - echo "${fastfile_var_prefix}${varkey}|->|$(fastfile_get "$file")" - done | column -t -s "|" -} - -# -# Remove a shortcut -# -# Arguments: -# 1. name - The name of the shortcut (default: name of the file) -# STDOUT: -# => fastfle_print -# -function fastfile_rm() { - fastfile_print "$1" - rm "$(fastfile_resolv "$1")" -} - -# -# Generate the aliases for the shortcuts -# -function fastfile_sync() { - for f in "${fastfile_dir}"/*; do - file=`basename "$f"` # To enable simpler handeling of spaces in file names - varkey=`echo "$file" | tr " " "_"` - - alias -g "${fastfile_var_prefix}${varkey}"="'$(fastfile_get "$file")'" - done -} - -################################## -# Shortcuts - -alias ff=fastfile -alias ffp=fastfile_print -alias ffrm=fastfile_rm -alias ffls=fastfile_ls -alias ffsync=fastfile_sync - -################################## -# Init - -fastfile_sync diff --git a/zsh/.oh-my-zsh_old/plugins/fbterm/README.md b/zsh/.oh-my-zsh_old/plugins/fbterm/README.md deleted file mode 100644 index eec33d7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fbterm/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# fbterm - -This plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm) -if on a real TTY (`/dev/tty*`). - -To use it, add fbterm to the plugins array of your zshrc file: -``` -plugins=(... fbterm) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/fbterm/fbterm.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/fbterm/fbterm.plugin.zsh deleted file mode 100644 index bc25320..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fbterm/fbterm.plugin.zsh +++ /dev/null @@ -1,7 +0,0 @@ -# start fbterm automatically in /dev/tty* - -if (( ${+commands[fbterm]} )); then - if [[ "$TTY" = /dev/tty* ]] ; then - fbterm && exit - fi -fi diff --git a/zsh/.oh-my-zsh_old/plugins/fd/README.md b/zsh/.oh-my-zsh_old/plugins/fd/README.md deleted file mode 100644 index aabd624..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fd/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# fd - -This plugin adds completion for the file search tool [`fd`](https://github.com/sharkdp/fd), also known as `fd-find`. - -To use it, add `fd` to the plugins array in your zshrc file: - -```zsh -plugins=(... fd) -``` - -Completion is taken from the fd release [`7.3.0`](https://github.com/sharkdp/fd/releases/tag/v7.3.0). - -Updated on Febrary 13th, 2019. diff --git a/zsh/.oh-my-zsh_old/plugins/fd/_fd b/zsh/.oh-my-zsh_old/plugins/fd/_fd deleted file mode 100644 index 7a4c387..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fd/_fd +++ /dev/null @@ -1,83 +0,0 @@ -#compdef fd fdfind - -autoload -U is-at-least - -_fd() { - typeset -A opt_args - typeset -a _arguments_options - local ret=1 - - if is-at-least 5.2; then - _arguments_options=(-s -S -C) - else - _arguments_options=(-s -C) - fi - - local context curcontext="$curcontext" state line - _arguments "${_arguments_options[@]}" \ -'-d+[Set maximum search depth (default: none)]' \ -'--max-depth=[Set maximum search depth (default: none)]' \ -'--maxdepth=[See --max-depth]' \ -'*-t+[Filter by type: file (f), directory (d), symlink (l), -executable (x), empty (e)]: :(f file d directory l symlink x executable e empty)' \ -'*--type=[Filter by type: file (f), directory (d), symlink (l), -executable (x), empty (e)]: :(f file d directory l symlink x executable e empty)' \ -'*-e+[Filter by file extension]' \ -'*--extension=[Filter by file extension]' \ -'-x+[Execute a command for each search result]' \ -'--exec=[Execute a command for each search result]' \ -'(-x --exec)-X+[Execute a command with all search results at once]' \ -'(-x --exec)--exec-batch=[Execute a command with all search results at once]' \ -'*-E+[Exclude entries that match the given glob pattern]' \ -'*--exclude=[Exclude entries that match the given glob pattern]' \ -'*--ignore-file=[Add a custom ignore-file in .gitignore format]' \ -'-c+[When to use colors: never, *auto*, always]: :(never auto always)' \ -'--color=[When to use colors: never, *auto*, always]: :(never auto always)' \ -'-j+[Set number of threads to use for searching & executing]' \ -'--threads=[Set number of threads to use for searching & executing]' \ -'*-S+[Limit results based on the size of files.]' \ -'*--size=[Limit results based on the size of files.]' \ -'--max-buffer-time=[the time (in ms) to buffer, before streaming to the console]' \ -'--changed-within=[Filter by file modification time (newer than)]' \ -'--changed-before=[Filter by file modification time (older than)]' \ -'*--search-path=[(hidden)]' \ -'-H[Search hidden files and directories]' \ -'--hidden[Search hidden files and directories]' \ -'-I[Do not respect .(git|fd)ignore files]' \ -'--no-ignore[Do not respect .(git|fd)ignore files]' \ -'--no-ignore-vcs[Do not respect .gitignore files]' \ -'*-u[Alias for no-ignore and/or hidden]' \ -'-s[Case-sensitive search (default: smart case)]' \ -'--case-sensitive[Case-sensitive search (default: smart case)]' \ -'-i[Case-insensitive search (default: smart case)]' \ -'--ignore-case[Case-insensitive search (default: smart case)]' \ -'-F[Treat the pattern as a literal string]' \ -'--fixed-strings[Treat the pattern as a literal string]' \ -'-a[Show absolute instead of relative paths]' \ -'--absolute-path[Show absolute instead of relative paths]' \ -'-L[Follow symbolic links]' \ -'--follow[Follow symbolic links]' \ -'-p[Search full path (default: file-/dirname only)]' \ -'--full-path[Search full path (default: file-/dirname only)]' \ -'-0[Separate results by the null character]' \ -'--print0[Separate results by the null character]' \ -'--show-errors[Enable display of filesystem errors]' \ -'-h[Prints help information]' \ -'--help[Prints help information]' \ -'-V[Prints version information]' \ -'--version[Prints version information]' \ -'::pattern -- the search pattern, a regular expression (optional):_files' \ -'::path -- the root directory for the filesystem search (optional):_files' \ -&& ret=0 - -} - -(( $+functions[_fd_commands] )) || -_fd_commands() { - local commands; commands=( - - ) - _describe -t commands 'fd commands' commands "$@" -} - -_fd "$@" diff --git a/zsh/.oh-my-zsh_old/plugins/fedora/README.md b/zsh/.oh-my-zsh_old/plugins/fedora/README.md deleted file mode 100644 index 85d8d7d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fedora/README.md +++ /dev/null @@ -1 +0,0 @@ -The fedora plugin is deprecated. Use the [dnf plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf) instead. diff --git a/zsh/.oh-my-zsh_old/plugins/fedora/fedora.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/fedora/fedora.plugin.zsh deleted file mode 120000 index 16a2143..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fedora/fedora.plugin.zsh +++ /dev/null @@ -1 +0,0 @@ -../dnf/dnf.plugin.zsh \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/plugins/firewalld/README.md b/zsh/.oh-my-zsh_old/plugins/firewalld/README.md deleted file mode 100644 index 8b5bc74..0000000 --- a/zsh/.oh-my-zsh_old/plugins/firewalld/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# FirewallD Plugin - -This plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array. - -```zsh -plugins=(... firewalld) -``` - -## Aliases - -| Alias | Command | Description | -| :---- | :----------------------------------------- | :--------------------------- | -| fw | `sudo firewall-cmd` | Shorthand | -| fwr | `sudo firewall-cmd --reload` | Reload current configuration | -| fwp | `sudo firewall-cmd --permanent` | Create permanent rule | -| fwrp | `sudo firewall-cmd --runtime-to-permanent` | Save current configuration | - -## Functions - -| Function | Description | -| :------- | :--------------------------------------------------------- | -| fwl | Lists configuration from all active zones and direct rules | diff --git a/zsh/.oh-my-zsh_old/plugins/firewalld/firewalld.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/firewalld/firewalld.plugin.zsh deleted file mode 100644 index 5b10906..0000000 --- a/zsh/.oh-my-zsh_old/plugins/firewalld/firewalld.plugin.zsh +++ /dev/null @@ -1,17 +0,0 @@ -alias fw="sudo firewall-cmd" -alias fwp="sudo firewall-cmd --permanent" -alias fwr="sudo firewall-cmd --reload" -alias fwrp="sudo firewall-cmd --runtime-to-permanent" - -function fwl () { - # converts output to zsh array () - # @f flag split on new line - zones=("${(@f)$(sudo firewall-cmd --get-active-zones | grep -v 'interfaces\|sources')}") - - for i in $zones; do - sudo firewall-cmd --zone $i --list-all - done - - echo 'Direct Rules:' - sudo firewall-cmd --direct --get-all-rules -} diff --git a/zsh/.oh-my-zsh_old/plugins/flutter/README.md b/zsh/.oh-my-zsh_old/plugins/flutter/README.md deleted file mode 100644 index be41914..0000000 --- a/zsh/.oh-my-zsh_old/plugins/flutter/README.md +++ /dev/null @@ -1,21 +0,0 @@ -## Flutter plugin - -The Flutter plugin provides completion and useful aliases - -To use it, add flutter to the plugins array of your zshrc file: - -``` -plugins=(... flutter) -``` - -## Aliases - -| Alias | Command | Description | -| :--------- | :--------------------- | :------------------------------------------------------------------------- | -| `fl` | `flutter` | Shorthand for flutter command | -| `flr` | `flutter run` | Runs flutter app | -| `fldoc` | `flutter doctor` | Runs flutter doctor | -| `flb` | `flutter build` | Build flutter application | -| `flattach` | `flutter attach` | Attaches flutter to a running flutter application with enabled observatory | -| `flget` | `flutter packages get` | Installs dependencies | -| `flc` | `flutter clean` | Cleans flutter porject | diff --git a/zsh/.oh-my-zsh_old/plugins/flutter/_flutter b/zsh/.oh-my-zsh_old/plugins/flutter/_flutter deleted file mode 100644 index ab6ce42..0000000 --- a/zsh/.oh-my-zsh_old/plugins/flutter/_flutter +++ /dev/null @@ -1,37 +0,0 @@ -#compdef flutter -#autoload - -local -a _1st_arguments -_1st_arguments=( - "analyze":"Analyze the project's Dart code." - "assemble":"Assemble and build flutter resources." - "attach":"Attach to a running application." - "build":"Flutter build commands." - "channel":"List or switch flutter channels." - "clean":"Delete the build/ and .dart_tool/ directories." - "config":"Configure Flutter settings." - "create":"Create a new Flutter project." - "devices":"List all connected devices." - "doctor":"Show information about the installed tooling." - "drive":"Runs Flutter Driver tests for the current project." - "emulators":"List, launch and create emulators." - "format":" Format one or more dart files." - "help":"Display help information for flutter." - "install":"Install a Flutter app on an attached device." - "logs":"Show log output for running Flutter apps." - "make-host-app-editable":"Moves host apps from generated directories to non-generated directories so that they can be edited by developers." - "precache":"Populates the Flutter tool's cache of binary artifacts." - "pub":"Commands for managing Flutter packages." - "run":"Run your Flutter app on an attached device." - "screenshot":"Take a screenshot from a connected device." - "test":"Run Flutter unit tests for the current project." - "upgrade":"Upgrade your copy of Flutter." - "version":"List or switch flutter versions." -) - -_arguments -C '*:: :->subcmds' - -if (( CURRENT == 1 )); then - _describe -t commands "flutter command" _1st_arguments - return -fi diff --git a/zsh/.oh-my-zsh_old/plugins/flutter/flutter.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/flutter/flutter.plugin.zsh deleted file mode 100644 index 01c4c9f..0000000 --- a/zsh/.oh-my-zsh_old/plugins/flutter/flutter.plugin.zsh +++ /dev/null @@ -1,7 +0,0 @@ -alias fl="flutter" -alias flr="flutter run" -alias fldoc="flutter doctor" -alias flb="flutter build" -alias flattach="flutter attach" -alias flget="flutter packages get" -alias flc="flutter clean" diff --git a/zsh/.oh-my-zsh_old/plugins/forklift/README.md b/zsh/.oh-my-zsh_old/plugins/forklift/README.md deleted file mode 100644 index 6c4ce1e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/forklift/README.md +++ /dev/null @@ -1,15 +0,0 @@ -## forklift - -Plugin for ForkLift, an FTP application for OS X. - -### Requirements - -* [ForkLift](https://binarynights.com/) - -### Usage - -fl [*file_or_folder*] - -* If `fl` is called without arguments then the current folder is opened in ForkLift. This is equivalent to `fl .`. - -* If `fl` is called with a directory as the argument, then that directory is opened in ForkLift. If called with a non-directory file as the argument, then the file's parent directory is opened. diff --git a/zsh/.oh-my-zsh_old/plugins/forklift/forklift.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/forklift/forklift.plugin.zsh deleted file mode 100644 index 274c4a8..0000000 --- a/zsh/.oh-my-zsh_old/plugins/forklift/forklift.plugin.zsh +++ /dev/null @@ -1,107 +0,0 @@ -# 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 -# -# Usage: -# fl [] -# -# Opens specified directory or current working directory in ForkLift.app -# -# Notes: -# It assumes Shift+Cmd+G launches go to folder panel and Cmd+N opens new -# app window. -# -# https://gist.github.com/3313481 -function fl { - if [ ! -z "$1" ]; then - DIR=$1 - if [ ! -d "$DIR" ]; then - DIR=$(dirname $DIR) - fi - if [ "$DIR" != "." ]; then - PWD=`cd "$DIR";pwd` - fi - fi - osascript 2>&1 1>/dev/null <&1` - local _STATUS=`echo $_OUTPUT | grep "use --repo"` - if [ "$_STATUS" = "" ]; then - local _EDITED=`fossil changes` - local _EDITED_SYM="$ZSH_THEME_FOSSIL_PROMPT_CLEAN" - local _BRANCH=`echo $_OUTPUT | grep "* " | sed 's/* //g'` - - if [ "$_EDITED" != "" ]; then - _EDITED_SYM="$ZSH_THEME_FOSSIL_PROMPT_DIRTY" - fi - - echo "$ZSH_THEME_FOSSIL_PROMPT_PREFIX" \ - "$_BRANCH" \ - "$ZSH_THEME_FOSSIL_PROMPT_SUFFIX" \ - "$_EDITED_SYM"\ - "%{$reset_color%}" - fi -} - -function _fossil_get_command_list () { - fossil help -a | grep -v "Usage|Common|This is" -} - -function _fossil () { - local context state state_descr line - typeset -A opt_args - - _arguments \ - '1: :->command'\ - '2: :->subcommand' - - case $state in - command) - local _OUTPUT=`fossil branch 2>&1 | grep "use --repo"` - if [ "$_OUTPUT" = "" ]; then - compadd `_fossil_get_command_list` - else - compadd clone init import help version - fi - ;; - subcommand) - if [ "$words[2]" = "help" ]; then - compadd `_fossil_get_command_list` - else - compcall -D - fi - ;; - esac -} - -function _fossil_prompt () { - local current=`echo $PROMPT $RPROMPT | grep fossil` - - if [ "$_FOSSIL_PROMPT" = "" -o "$current" = "" ]; then - local _prompt=${PROMPT} - local _rprompt=${RPROMPT} - - local is_prompt=`echo $PROMPT | grep git` - - if [ "$is_prompt" = "" ]; then - export RPROMPT="$_rprompt"'$(fossil_prompt_info)' - else - export PROMPT="$_prompt"'$(fossil_prompt_info) ' - fi - - _FOSSIL_PROMPT="1" - fi -} - -compdef _fossil fossil - -autoload -U add-zsh-hook - -add-zsh-hook precmd _fossil_prompt diff --git a/zsh/.oh-my-zsh_old/plugins/frontend-search/README.md b/zsh/.oh-my-zsh_old/plugins/frontend-search/README.md deleted file mode 100644 index ddcb3d7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/frontend-search/README.md +++ /dev/null @@ -1,74 +0,0 @@ -## Introduction - -> Searches for your frontend web development made easier - -## Installation - -Open your `~/.zshrc` file and enable the `frontend-search` plugin: - -```zsh - -plugins=( ... frontend-search) - -``` - -## Usage - -You can use the frontend-search plugin in these two forms: - -- `frontend [more terms if you want]` -- ` [more terms if you want]` - -For example, these two are equivalent: - -```zsh -$ angular dependency injection -# Will turn into ... -$ frontend angular dependency injection -``` - -Available search contexts are: - -| context | URL | -| ------------- | --------------------------------------------------------------------------- | -| angular | `https://angular.io/?search=` | -| angularjs | `https://google.com/search?as_sitesearch=angularjs.org&as_q=` | -| bem | `https://google.com/search?as_sitesearch=bem.info&as_q=` | -| bootsnipp | `https://bootsnipp.com/search?q=` | -| bundlephobia | `https://bundlephobia.com/result?p=` | -| caniuse | `https://caniuse.com/#search=` | -| codepen | `https://codepen.io/search?q=` | -| compassdoc | `http://compass-style.org/search?q=` | -| cssflow | `http://www.cssflow.com/search?q=` | -| dartlang | `https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:` | -| emberjs | `https://www.google.com/search?as_sitesearch=emberjs.com/&as_q=` | -| flowtype | `https://google.com/search?as_sitesearch=flow.org/en/docs/&as_q=` | -| fontello | `http://fontello.com/#search=` | -| github | `https://github.com/search?q=` | -| html5please | `https://html5please.com/#` | -| jestjs | `https://www.google.com/search?as_sitesearch=jestjs.io&as_q=` | -| jquery | `https://api.jquery.com/?s=` | -| lodash | `https://devdocs.io/lodash/index#` | -| mdn | `https://developer.mozilla.org/search?q=` | -| nodejs | `https://www.google.com/search?as_sitesearch=nodejs.org/en/docs/&as_q=` | -| npmjs | `https://www.npmjs.com/search?q=` | -| qunit | `https://api.qunitjs.com/?s=` | -| reactjs | `https://google.com/search?as_sitesearch=facebook.github.io/react&as_q=` | -| smacss | `https://google.com/search?as_sitesearch=smacss.com&as_q=` | -| stackoverflow | `https://stackoverflow.com/search?q=` | -| typescript | `https://google.com/search?as_sitesearch=www.typescriptlang.org/docs&as_q=` | -| unheap | `http://www.unheap.com/?s=` | -| vuejs | `https://www.google.com/search?as_sitesearch=vuejs.org&as_q=` | - -If you want to have another context, open an Issue and tell us! - -## Fallback search behaviour - -The plugin will use Google as a fallback if the docs site for a search context does not have a search function. You can set the fallback search engine to DuckDuckGo by setting `FRONTEND_SEARCH_FALLBACK='duckduckgo'` in your `~/.zshrc` file before Oh My Zsh is sourced. - -## Author - -**Wilson Mendes (willmendesneto)** - -- -- diff --git a/zsh/.oh-my-zsh_old/plugins/frontend-search/_frontend-search.sh b/zsh/.oh-my-zsh_old/plugins/frontend-search/_frontend-search.sh deleted file mode 100644 index c59640e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/frontend-search/_frontend-search.sh +++ /dev/null @@ -1,157 +0,0 @@ -#compdef frontend - -zstyle ':completion:*:descriptions' format '%B%d%b' -zstyle ':completion::complete:frontend:*:commands' group-name commands -zstyle ':completion::complete:frontend:*:frontend_points' group-name frontend_points -zstyle ':completion::complete:frontend::' list-grouped - -zmodload zsh/mapfile - -function _frontend() { - local CONFIG=$HOME/.frontend-search - local ret=1 - - local -a commands - local -a frontend_points - - frontend_points=( "${(f)mapfile[$CONFIG]//$HOME/~}" ) - - commands=( - 'angular: Search in Angular.io website' - 'angularjs: Search in docs.angularjs.org website' - 'bem: Search in BEM website' - 'bootsnipp: Search in bootsnipp website' - 'bundlephobia: Search in Bundlephobia website' - 'caniuse: Search in Can I Use website' - 'codepen: Search in codepen website' - 'compassdoc: Search in COMPASS website' - 'cssflow: Search in cssflow website' - 'dartlang: Search in Dart website' - 'emberjs: Search in Ember website' - 'flowtype: Search in Flowtype website' - 'fontello: Search in fontello website' - 'github: Search in GitHub website' - 'html5please: Search in HTML5 Please website' - 'jestjs: Search in Jest website' - 'jquery: Search in jQuery website' - 'lodash: Search in Lo-Dash website' - 'mdn: Search in MDN website' - 'nodejs: Search in NodeJS website' - 'npmjs: Search in NPMJS website' - 'qunit: Search in Qunit website' - 'reactjs: Search in React website' - 'smacss: Search in SMACSS website' - 'stackoverflow: Search in StackOverflow website' - 'typescript: Search in TypeScript website' - 'unheap: Search in unheap website' - 'vuejs: Search in VueJS website' - ) - - _arguments -C \ - '1: :->first_arg' \ - '2: :->second_arg' && ret=0 - - case $state in - first_arg) - _describe -t frontend_points "Warp points" frontend_points && ret=0 - _describe -t commands "Commands" commands && ret=0 - ;; - second_arg) - case $words[2] in - jquery) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - mdn) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - compassdoc) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - html5please) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - caniuse) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - dartlang) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - lodash) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - qunit) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - fontello) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - github) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - bootsnipp) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - cssflow) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - codepen) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - unheap) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - bem) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - smacss) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - angularjs) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - reactjs) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - emberjs) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - stackoverflow) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - npmjs) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - bundlephobia) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - flowtype) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - typescript) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - vuejs) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - nodejs) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - jestjs) - _describe -t points "Warp points" frontend_points && ret=0 - ;; - esac - ;; - esac - - return $ret -} - -_frontend "$@" - -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et diff --git a/zsh/.oh-my-zsh_old/plugins/frontend-search/frontend-search.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/frontend-search/frontend-search.plugin.zsh deleted file mode 100644 index ed19280..0000000 --- a/zsh/.oh-my-zsh_old/plugins/frontend-search/frontend-search.plugin.zsh +++ /dev/null @@ -1,116 +0,0 @@ -alias angular='frontend angular' -alias angularjs='frontend angularjs' -alias bem='frontend bem' -alias bootsnipp='frontend bootsnipp' -alias bundlephobia='frontend bundlephobia' -alias caniuse='frontend caniuse' -alias codepen='frontend codepen' -alias compassdoc='frontend compassdoc' -alias cssflow='frontend cssflow' -alias dartlang='frontend dartlang' -alias emberjs='frontend emberjs' -alias flowtype='frontend flowtype' -alias fontello='frontend fontello' -alias github='frontend github' -alias html5please='frontend html5please' -alias jestjs='frontend jestjs' -alias jquery='frontend jquery' -alias lodash='frontend lodash' -alias mdn='frontend mdn' -alias nodejs='frontend nodejs' -alias npmjs='frontend npmjs' -alias qunit='frontend qunit' -alias reactjs='frontend reactjs' -alias smacss='frontend smacss' -alias stackoverflow='frontend stackoverflow' -alias typescript='frontend typescript' -alias unheap='frontend unheap' -alias vuejs='frontend vuejs' - -function _frontend_fallback() { - local url - if [[ "$FRONTEND_SEARCH_FALLBACK" == duckduckgo ]]; then - url="https://duckduckgo.com/?sites=$1&q=" - else - url="https://google.com/search?as_sitesearch=$1&as_q=" - fi - - echo "$url" -} - -function frontend() { - emulate -L zsh - - # define search context URLS - typeset -A urls - urls=( - angular 'https://angular.io/?search=' - angularjs $(_frontend_fallback 'angularjs.org') - bem $(_frontend_fallback 'bem.info') - bootsnipp 'https://bootsnipp.com/search?q=' - bundlephobia 'https://bundlephobia.com/result?p=' - caniuse 'https://caniuse.com/#search=' - codepen 'https://codepen.io/search?q=' - compassdoc 'http://compass-style.org/search?q=' - cssflow 'http://www.cssflow.com/search?q=' - dartlang 'https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:' - emberjs $(_frontend_fallback 'emberjs.com/') - flowtype $(_frontend_fallback 'flow.org/en/docs/') - fontello 'http://fontello.com/#search=' - github 'https://github.com/search?q=' - html5please 'https://html5please.com/#' - jestjs $(_frontend_fallback 'jestjs.io') - jquery 'https://api.jquery.com/?s=' - lodash 'https://devdocs.io/lodash/index#' - mdn 'https://developer.mozilla.org/search?q=' - nodejs $(_frontend_fallback 'nodejs.org/en/docs/') - npmjs 'https://www.npmjs.com/search?q=' - qunit 'https://api.qunitjs.com/?s=' - reactjs $(_frontend_fallback 'reactjs.org/') - smacss $(_frontend_fallback 'smacss.com') - stackoverflow 'https://stackoverflow.com/search?q=' - typescript $(_frontend_fallback 'www.typescriptlang.org/docs') - unheap 'http://www.unheap.com/?s=' - vuejs $(_frontend_fallback 'vuejs.org') - ) - - # show help for command list - if [[ $# -lt 2 ]] - then - print -P "Usage: frontend %Ucontext%u %Uterm%u [...%Umore%u] (or just: %Ucontext%u %Uterm%u [...%Umore%u])" - print -P "" - print -P "%Uterm%u and what follows is what will be searched for in the %Ucontext%u website," - print -P "and %Ucontext%u is one of the following:" - print -P "" - print -P " angular, angularjs, bem, bootsnipp, caniuse, codepen, compassdoc, cssflow," - print -P " dartlang, emberjs, fontello, flowtype, github, html5please, jestjs, jquery, lodash," - print -P " mdn, npmjs, nodejs, qunit, reactjs, smacss, stackoverflow, unheap, vuejs, bundlephobia" - print -P "" - print -P "For example: frontend npmjs mocha (or just: npmjs mocha)." - print -P "" - return 1 - fi - - # check whether the search context is supported - if [[ -z "$urls[$1]" ]] - then - echo "Search context \"$1\" currently not supported." - echo "" - echo "Valid contexts are:" - echo "" - echo " angular, angularjs, bem, bootsnipp, caniuse, codepen, compassdoc, cssflow," - echo " dartlang, emberjs, fontello, github, html5please, jest, jquery, lodash," - echo " mdn, npmjs, nodejs, qunit, reactjs, smacss, stackoverflow, unheap, vuejs, bundlephobia" - echo "" - return 1 - fi - - # build search url: - # join arguments passed with '%20', then append to search context URL - # TODO substitute for proper urlencode method - url="${urls[$1]}${(j:%20:)@[2,-1]}" - - echo "Opening $url ..." - - open_command "$url" -} diff --git a/zsh/.oh-my-zsh_old/plugins/fzf/README.md b/zsh/.oh-my-zsh_old/plugins/fzf/README.md deleted file mode 100644 index b3a4343..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fzf/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# fzf - -This plugin enables [junegunn's fzf](https://github.com/junegunn/fzf) fuzzy auto-completion and key bindings - -```zsh -# Set fzf installation directory path -export FZF_BASE=/path/to/fzf/install/dir - -# Uncomment the following line to disable fuzzy completion -# export DISABLE_FZF_AUTO_COMPLETION="true" - -# Uncomment the following line to disable key bindings (CTRL-T, CTRL-R, ALT-C) -# export DISABLE_FZF_KEY_BINDINGS="true" - -plugins=( - ... - fzf -) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/fzf/fzf.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/fzf/fzf.plugin.zsh deleted file mode 100644 index c8aefd7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/fzf/fzf.plugin.zsh +++ /dev/null @@ -1,99 +0,0 @@ -function setup_using_base_dir() { - # Declare all variables local not no mess with outside env in any way - local fzf_base - local fzf_shell - local fzfdirs - local dir - - test -d "${FZF_BASE}" && fzf_base="${FZF_BASE}" - - if [[ -z "${fzf_base}" ]]; then - fzfdirs=( - "${HOME}/.fzf" - "/usr/local/opt/fzf" - "/usr/share/fzf" - "/usr/local/share/examples/fzf" - ) - for dir in ${fzfdirs}; do - if [[ -d "${dir}" ]]; then - fzf_base="${dir}" - break - fi - done - - if [[ -z "${fzf_base}" ]]; then - if (( ${+commands[brew]} )) && dir="$(brew --prefix fzf 2>/dev/null)"; then - if [[ -d "${dir}" ]]; then - fzf_base="${dir}" - fi - fi - fi - fi - - if [[ -d "${fzf_base}" ]]; then - # Fix fzf shell directory for Archlinux package - if [[ ! -d "${fzf_base}/shell" ]] && [[ -f /etc/arch-release ]]; 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 [[ ! "$DISABLE_FZF_AUTO_COMPLETION" == "true" ]]; then - [[ $- == *i* ]] && 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 - else - return 1 - 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 - return 1 - fi - - # NOTE: There is no need to configure PATH for debian package, all binaries - # are installed to /usr/bin by default - - # Determine completion file path: first bullseye/sid, then buster/stretch - local completions="/usr/share/doc/fzf/examples/completion.zsh" - [[ -f "$completions" ]] || completions="/usr/share/zsh/vendor-completions/_fzf" - - 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 - fi - - # Key bindings - if [[ ! "$DISABLE_FZF_KEY_BINDINGS" == "true" ]]; then - source $key_bindings - fi - - 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 -} - -# 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 - -unset -f setup_using_debian_package setup_using_base_dir indicate_error diff --git a/zsh/.oh-my-zsh_old/plugins/gas/README.md b/zsh/.oh-my-zsh_old/plugins/gas/README.md deleted file mode 100644 index cd8800e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gas/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Gas plugin - -This plugin adds autocompletion for the [gas](http://walle.github.com/gas) command, -a utility to manage Git authors. - -To use it, add `gas` to the plugins array of your zshrc file: -```zsh -plugins=(... gas) -``` diff --git a/zsh/.oh-my-zsh_old/plugins/gas/_gas b/zsh/.oh-my-zsh_old/plugins/gas/_gas deleted file mode 100644 index 23e6d99..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gas/_gas +++ /dev/null @@ -1,39 +0,0 @@ -#compdef gas - -local curcontext="$curcontext" state line cmds ret=1 - -_arguments -C \ - '(- 1 *)'{-v,--version}'[display version information]' \ - '(-h|--help)'{-h,--help}'[show help information]' \ - '1: :->cmds' \ - '*: :->args' && ret=0 - -case $state in - cmds) - cmds=( - "version:Prints Gas's version" - "use:Uses author" - "ssh:Creates a new ssh key for an existing gas author" - "show:Shows your current user" - "list:Lists your authors" - "import:Imports current user to gasconfig" - "help:Describe available tasks or one specific task" - "delete:Deletes author" - "add:Adds author to gasconfig" - ) - _describe -t commands 'gas command' cmds && ret=0 - ;; - args) - case $line[1] in - (use|delete) - VERSION=$(gas -v) - if [[ $VERSION == <1->.*.* ]] || [[ $VERSION == 0.<2->.* ]] || [[ $VERSION == 0.1.<6-> ]] then - _values -S , 'authors' $(cat ~/.gas/gas.authors | sed -n -e 's/^.*\[\(.*\)\]/\1/p') && ret=0 - else - _values -S , 'authors' $(cat ~/.gas | sed -n -e 's/^\[\(.*\)\]/\1/p') && ret=0 - fi - esac - ;; -esac - -return ret diff --git a/zsh/.oh-my-zsh_old/plugins/gatsby/README.md b/zsh/.oh-my-zsh_old/plugins/gatsby/README.md deleted file mode 100644 index 36846a2..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gatsby/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# gatsby autocomplete plugin - -* Adds autocomplete options for all gatsby commands. - -## Requirements - -In order to make this work, you will need to have gatsby set up in your path. diff --git a/zsh/.oh-my-zsh_old/plugins/gatsby/_gatsby b/zsh/.oh-my-zsh_old/plugins/gatsby/_gatsby deleted file mode 100644 index 66eb02f..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gatsby/_gatsby +++ /dev/null @@ -1,24 +0,0 @@ -#compdef gatsby -#autoload - -# in order to make this work, you will need to have gatsby -# https://www.gatsbyjs.org/ - -local -a _1st_arguments -_1st_arguments=( -'develop:Start development server. Watches files, rebuilds, and hot reloads if something changes' -'build:Build a Gatsby project.' -'serve:Serve previously built Gatsby site.' -'info:Get environment information for debugging and issue reporting' -'clean:Wipe the local gatsby environment including built assets and cache' -'repl:Get a node repl with context of Gatsby environment, see (add docs link here)' -'new: [rootPath] [starter] Create new Gatsby project.' -'telemetry:Enable or disable Gatsby anonymous analytics collection.' -) - -_arguments -C '*:: :->subcmds' && return 0 - -if (( CURRENT == 1 )); then - _describe -t commands "gatsby subcommand" _1st_arguments - return -fi diff --git a/zsh/.oh-my-zsh_old/plugins/gb/README.md b/zsh/.oh-my-zsh_old/plugins/gb/README.md deleted file mode 100644 index 822c29a..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gb/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# `gb` plugin - -> A project based build tool for the Go programming language. - -See https://getgb.io for the full `gb` documentation - -* * * * - -- Adds completion support for all `gb` commands. -- Also supports completion for the [`gb-vendor` plugin](https://godoc.org/github.com/constabulary/gb/cmd/gb-vendor). - -To use it, add `gb` to your plugins array: -```sh -plugins=(... gb) -``` - -## Caveats - -The `git` plugin defines an alias `gb` that usually conflicts with the `gb` program. -If you're having trouble with it, remove it by adding `unalias gb` at the end of your -zshrc file. diff --git a/zsh/.oh-my-zsh_old/plugins/gb/_gb b/zsh/.oh-my-zsh_old/plugins/gb/_gb deleted file mode 100644 index 8148adf..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gb/_gb +++ /dev/null @@ -1,111 +0,0 @@ -#compdef gb -#autoload - -_gb () { - local ret=1 state - _arguments -C ':command:->command' '*::options:->options' && ret=0 - - case $state in - (command) - local -a subcommands - subcommands=( - "build:build a package" - "doc:show documentation for a package or symbol" - "env:print project environment variables" - "generate:generate Go files by processing source" - "help:displays the help" - "info:info returns information about this project" - "list:list the packages named by the importpaths" - "test:test packages" - "vendor:manage your vendored dependencies" - ) - _describe -t subcommands 'gb subcommands' subcommands && ret=0 - ;; - (options) - case $line[1] in - (build) - _arguments \ - -f'[ignore cached packages]' \ - -F'[do not cache packages]' \ - -q'[decreases verbosity]' \ - -P'[the number of build jobs to run in parallel]' \ - -R'[sets the base of the project root search path]' \ - -dotfile'[output a dot formatted file of the build steps]' \ - -ldflags'["flag list" arguments to pass to the linker]' \ - -gcflags'["arg list" arguments to pass to the compiler]' \ - -race'[enable data race detection]' \ - -tags'["tag list" additional build tags]' - ;; - (list) - _arguments \ - -f'[alternate format for the list, using the syntax of package template]' \ - -s'[read format template from STDIN]' \ - -json'[prints output in structured JSON format]' - ;; - (test) - _arguments \ - -v'[print output from test subprocess]' \ - -ldflags'["flag list" arguments to pass to the linker]' \ - -gcflags'["arg list" arguments to pass to the compiler]' \ - -race'[enable data race detection]' \ - -tags'["tag list" additional build tags]' - ;; - (vendor) - _gb-vendor - esac - ;; - esac - - return ret -} - -_gb-vendor () { - local curcontext="$curcontext" state line - _arguments -C ':command:->command' '*::options:->options' - - case $state in - (command) - local -a subcommands - subcommands=( - 'delete:deletes a local dependency' - 'fetch:fetch a remote dependency' - 'list:lists dependencies, one per line' - 'purge:remove all unreferenced dependencies' - 'restore:restore dependencies from the manifest' - 'update:update a local dependency' - ) - _describe -t subcommands 'gb vendor subcommands' subcommands && ret=0 - ;; - (options) - case $line[1] in - (delete) - _arguments \ - -all'[remove all dependencies]' - ;; - (fetch) - _arguments \ - -branch'[fetch from a particular branch]' \ - -no-recurse'[do not fetch recursively]' \ - -tag'[fetch the specified tag]' \ - -revision'[fetch the specific revision from the branch (if supplied)]' \ - -precaire'[allow the use of insecure protocols]' \ - ;; - (list) - _arguments \ - -f'[controls the template used for printing each manifest entry]' - ;; - (restore) - _arguments \ - -precaire'[allow the use of insecure protocols]' - ;; - (update) - _arguments \ - -all'[update all dependencies in the manifest or supply a given dependency]' \ - -precaire'[allow the use of insecure protocols]' - ;; - esac - ;; - esac -} - -_gb diff --git a/zsh/.oh-my-zsh_old/plugins/gcloud/README.md b/zsh/.oh-my-zsh_old/plugins/gcloud/README.md deleted file mode 100644 index e7ce0e0..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gcloud/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# gcloud - -This plugin provides completion support for the -[Google Cloud SDK CLI](https://cloud.google.com/sdk/gcloud/). - -To use it, add `gcloud` to the plugins array in your zshrc file. - -```zsh -plugins=(... gcloud) -``` - -It relies on you having installed the SDK using one of the supported options -listed [here](https://cloud.google.com/sdk/install). - -## Plugin Options - -* Set `CLOUDSDK_HOME` in your `zshrc` file before you load oh-my-zsh if you have -your GCloud SDK installed in a non-standard location. The plugin will use this -as the base for your SDK if it finds it set already. - -* If you do not have a `python2` in your `PATH` you'll also need to set the -`CLOUDSDK_PYTHON` environment variable at the end of your `.zshrc`. This is -used by the SDK to call a compatible interpreter when you run one of the -SDK commands. diff --git a/zsh/.oh-my-zsh_old/plugins/gcloud/gcloud.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/gcloud/gcloud.plugin.zsh deleted file mode 100644 index c7aebe6..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gcloud/gcloud.plugin.zsh +++ /dev/null @@ -1,33 +0,0 @@ -##################################################### -# gcloud plugin for oh-my-zsh # -# Author: Ian Chesal (github.com/ianchesal) # -##################################################### - -if [[ -z "${CLOUDSDK_HOME}" ]]; then - search_locations=( - "$HOME/google-cloud-sdk" - "/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk" - "/usr/share/google-cloud-sdk" - "/snap/google-cloud-sdk/current" - "/usr/lib64/google-cloud-sdk/" - "/opt/google-cloud-sdk" - ) - - for gcloud_sdk_location in $search_locations; do - if [[ -d "${gcloud_sdk_location}" ]]; then - CLOUDSDK_HOME="${gcloud_sdk_location}" - break - fi - done -fi - -if (( ${+CLOUDSDK_HOME} )); then - if (( ! $+commands[gcloud] )); then - # Only source this if GCloud isn't already on the path - if [[ -f "${CLOUDSDK_HOME}/path.zsh.inc" ]]; then - source "${CLOUDSDK_HOME}/path.zsh.inc" - fi - fi - source "${CLOUDSDK_HOME}/completion.zsh.inc" - export CLOUDSDK_HOME -fi diff --git a/zsh/.oh-my-zsh_old/plugins/geeknote/README.md b/zsh/.oh-my-zsh_old/plugins/geeknote/README.md deleted file mode 100644 index 3f23531..0000000 --- a/zsh/.oh-my-zsh_old/plugins/geeknote/README.md +++ /dev/null @@ -1,12 +0,0 @@ -## ZSH-Geeknote - -[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for oh-my-zsh. - -Plugins provides: - -- auto completion of commands and their options -- alias `gn` - -You can find information how to install Geeknote and it's available commands on the [project website](http://www.geeknote.me/). - -Maintainer : Ján KoÅ¡Äo ([@s7anley](https://twitter.com/s7anley)) diff --git a/zsh/.oh-my-zsh_old/plugins/geeknote/_geeknote b/zsh/.oh-my-zsh_old/plugins/geeknote/_geeknote deleted file mode 100644 index cf1a187..0000000 --- a/zsh/.oh-my-zsh_old/plugins/geeknote/_geeknote +++ /dev/null @@ -1,136 +0,0 @@ -#compdef geeknote -# --------------- ------------------------------------------------------------ -# Name : _geeknote -# Synopsis : zsh completion for geeknote -# Author : Ján KoÅ¡Äo <3k.stanley@gmail.com> -# HomePage : http://www.geeknote.me -# Version : 0.1 -# Tag : [ shell, zsh, completion, evernote ] -# Copyright : © 2014 by Ján KoÅ¡Äo, -# Released under current GPL license. -# --------------- ------------------------------------------------------------ - -local -a _1st_arguments -_1st_arguments=( - 'login' - 'logout' - 'settings' - 'create' - 'edit' - 'find' - 'show' - 'remove' - 'notebook-list' - 'notebook-create' - 'notebook-edit' - 'tag-list' - 'tag-create' - 'tag-edit' - 'tag-remove' - 'gnsync' - 'user' -) - -_arguments '*:: :->command' - -if (( CURRENT == 1 )); then - _describe -t commands "geeknote command" _1st_arguments - return -fi - -local -a _command_args -case "$words[1]" in - user) - _command_args=( - '(--full)--full' \ - ) - ;; - logout) - _command_args=( - '(--force)--force' \ - ) - ;; - settings) - _command_args=( - '(--editor)--editor' \ - ) - ;; - create) - _command_args=( - '(-t|--title)'{-t,--title}'[note title]' \ - '(-c|--content)'{-c,--content}'[note content]' \ - '(-tg|--tags)'{-tg,--tags}'[one tag or the list of tags which will be added to the note]' \ - '(-nb|--notebook)'{-nb,--notebook}'[name of notebook where to save note]' \ - ) - ;; - edit) - _command_args=( - '(-n|--note)'{-n,--note}'[name or ID from the previous search of a note to edit]' \ - '(-t|--title)'{-t,--title}'[note title]' \ - '(-c|--content)'{-c,--content}'[note content]' \ - '(-tg|--tags)'{-tg,--tags}'[one tag or the list of tags which will be added to the note]' \ - '(-nb|--notebook)'{-nb,--notebook}'[name of notebook where to save note]' \ - ) - ;; - remove) - _command_args=( - '(-n|--note)'{-n,--note}'[name or ID from the previous search of a note to edit]' \ - '(--force)--force' \ - ) - ;; - show) - _command_args=( - '(-n|--note)'{-n,--note}'[name or ID from the previous search of a note to edit]' \ - ) - ;; - find) - _command_args=( - '(-s|--search)'{-s,--search}'[text to search]' \ - '(-tg|--tags)'{-tg,--tags}'[notes with which tag/tags to search]' \ - '(-nb|--notebook)'{-nb,--notebook}'[in which notebook search the note]' \ - '(-d|--date)'{-d,--date}'[date in format dd.mm.yyyy or date range dd.mm.yyyy-dd.mm.yyyy]' \ - '(-cn|--count)'{-cn,--count}'[how many notes show in the result list]' \ - '(-uo|--url-only)'{-uo,--url-only}'[add direct url of each note in results to Evernote web-version]' \ - '(-ee|--exact-entry)'{-ee,--exact-entry}'[search for exact entry of the request]' \ - '(-cs|--content-search)'{-cs,--content-search}'[search by content, not by title]' \ - ) - ;; - notebook-create) - _command_args=( - '(-t|--title)'{-t,--title}'[notebook title]' \ - ) - ;; - notebook-edit) - _command_args=( - '(-nb|--notebook)'{-nb,--notebook}'[name of notebook to rename]' \ - '(-t|--title)'{-t,--title}'[new notebook title]' \ - ) - ;; - notebook-remove) - _command_args=( - '(-nb|--notebook)'{-nb,--notebook}'[name of notebook to remove]' \ - '(--force)--force' \ - ) - ;; - tag-create) - _command_args=( - '(-t|--title)'{-t,--title}'[title of tag]' \ - ) - ;; - tag-edit) - _command_args=( - '(-tgn|--tagname)'{-tgn,--tagname}'[tag to edit]' \ - '(-t|--title)'{-t,--title}'[new tag name]' \ - ) - ;; - tag-remove) - _command_args=( - '(-tgn|--tagname)'{-tgn,--tagname}'[tag to remove]' \ - '(--force)--force' \ - ) - ;; - esac - -_arguments \ - $_command_args \ - && return 0 diff --git a/zsh/.oh-my-zsh_old/plugins/geeknote/geeknote.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/geeknote/geeknote.plugin.zsh deleted file mode 100644 index 8126d26..0000000 --- a/zsh/.oh-my-zsh_old/plugins/geeknote/geeknote.plugin.zsh +++ /dev/null @@ -1,2 +0,0 @@ -#Alias -alias gn='geeknote' diff --git a/zsh/.oh-my-zsh_old/plugins/gem/README.md b/zsh/.oh-my-zsh_old/plugins/gem/README.md deleted file mode 100644 index decd87b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gem/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Gem plugin - -This plugin adds completions and aliases for [Gem](https://rubygems.org/). The completions include the common `gem` subcommands as well as the installed gems in the current directory. - -To use it, add `gem` to the plugins array in your zshrc file: - -```zsh -plugins=(... gem) -``` - -## Aliases - -| Alias | Command | Description | -|----------------------|-------------------------------|--------------------------------------------| -| gemb | `gem build *.gemspec` | Build a gem from a gemspec | -| gemp | `gem push *.gem` | Push a gem up to the gem server | -| gemy [gem] [version] | `gem yank [gem] -v [version]` | Remove a pushed gem version from the index | diff --git a/zsh/.oh-my-zsh_old/plugins/gem/_gem b/zsh/.oh-my-zsh_old/plugins/gem/_gem deleted file mode 100644 index 92feebe..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gem/_gem +++ /dev/null @@ -1,72 +0,0 @@ -#compdef gem -#autoload - -# gem zsh completion, based on homebrew completion - -_gem_installed() { - installed_gems=(${(f)"$(gem list --local --no-versions)"}) -} - -local -a _1st_arguments - -_1st_arguments=( - 'build:Build a gem from a gemspec' - 'cert:Manage RubyGems certificates and signing settings' - 'check:Check a gem repository for added or missing files' - 'cleanup:Clean up old versions of installed gems in the local repository' - 'contents:Display the contents of the installed gems' - 'dependency:Show the dependencies of an installed gem' - 'environment:Display information about the RubyGems environment' - 'fetch:Download a gem and place it in the current directory' - 'generate_index:Generates the index files for a gem server directory' - 'help:Provide help on the `gem` command' - 'install:Install a gem into the local repository' - 'list:Display gems whose name starts with STRING' - 'lock:Generate a lockdown list of gems' - 'mirror:Mirror all gem files (requires rubygems-mirror)' - 'outdated:Display all gems that need updates' - 'owner:Manage gem owners on RubyGems.org.' - 'pristine:Restores installed gems to pristine condition from files located in the gem cache' - 'push:Push a gem up to RubyGems.org' - 'query:Query gem information in local or remote repositories' - 'rdoc:Generates RDoc for pre-installed gems' - 'search:Display all gems whose name contains STRING' - 'server:Documentation and gem repository HTTP server' - 'sources:Manage the sources and cache file RubyGems uses to search for gems' - 'specification:Display gem specification (in yaml)' - 'stale:List gems along with access times' - 'uninstall:Uninstall gems from the local repository' - 'unpack:Unpack an installed gem to the current directory' - 'update:Update installed gems to the latest version' - 'which:Find the location of a library file you can require' - 'yank:Remove a specific gem version release from RubyGems.org' -) - -local expl -local -a gems installed_gems - -_arguments \ - '(-v --version)'{-v,--version}'[show version]' \ - '(-h --help)'{-h,--help}'[show help]' \ - '*:: :->subcmds' && return 0 - -if (( CURRENT == 1 )); then - _describe -t commands "gem subcommand" _1st_arguments - return -fi - -case "$words[1]" in - build) - _files -g "*.gemspec" - ;; - install) - _files ;; - list) - if [[ "$state" == forms ]]; then - _gem_installed - _requested installed_gems expl 'installed gems' compadd -a installed_gems - fi ;; - uninstall|update) - _gem_installed - _wanted installed_gems expl 'installed gems' compadd -a installed_gems ;; -esac diff --git a/zsh/.oh-my-zsh_old/plugins/gem/gem.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/gem/gem.plugin.zsh deleted file mode 100644 index 938f5c9..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gem/gem.plugin.zsh +++ /dev/null @@ -1,7 +0,0 @@ -alias gemb="gem build *.gemspec" -alias gemp="gem push *.gem" - -# gemy GEM 0.0.0 = gem yank GEM -v 0.0.0 -function gemy { - gem yank $1 -v $2 -} \ No newline at end of file diff --git a/zsh/.oh-my-zsh_old/plugins/git-auto-fetch/README.md b/zsh/.oh-my-zsh_old/plugins/git-auto-fetch/README.md deleted file mode 100644 index 35f3c2f..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-auto-fetch/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Git auto-fetch - -Automatically fetches all changes from all remotes while you are working in git-initialized directory. - -#### Usage - -Add `git-auto-fetch` to the plugins array in your zshrc file: - -```shell -plugins=(... git-auto-fetch) -``` - -Every time you launch a command in your shell all remotes will be fetched in background. -By default autofetch will be triggered only if last fetch was done at least 60 seconds ago. -You can change fetch interval in your .zshrc: -``` -GIT_AUTO_FETCH_INTERVAL=1200 #in seconds -``` -Log of `git fetch --all` will be saved into `.git/FETCH_LOG` - - -#### Toggle auto fetch per folder -If you are using mobile connection or for any other reason you can disable git-auto-fetch for any folder: - -```shell -$ cd to/your/project -$ git-auto-fetch -disabled -$ git-auto-fetch -enabled -``` diff --git a/zsh/.oh-my-zsh_old/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh deleted file mode 100644 index 5c42c21..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh +++ /dev/null @@ -1,36 +0,0 @@ -GIT_AUTO_FETCH_INTERVAL=${GIT_AUTO_FETCH_INTERVAL:=60} - -function git-fetch-all { - (`command git rev-parse --is-inside-work-tree 2>/dev/null` && - dir=`command git rev-parse --git-dir` && - [[ ! -f $dir/NO_AUTO_FETCH ]] && - (( `date +%s` - `date -r $dir/FETCH_LOG +%s 2>/dev/null || echo 0` > $GIT_AUTO_FETCH_INTERVAL )) && - GIT_SSH_COMMAND="command ssh -o BatchMode=yes" \ - command git fetch --all 2>/dev/null &>! $dir/FETCH_LOG &) -} - -function git-auto-fetch { - `command git rev-parse --is-inside-work-tree 2>/dev/null` || return - guard="`command git rev-parse --git-dir`/NO_AUTO_FETCH" - - (rm $guard 2>/dev/null && - echo "${fg_bold[green]}enabled${reset_color}") || - (touch $guard && - echo "${fg_bold[red]}disabled${reset_color}") -} - -# Override zle-line-init if it exists -if (( $+functions[zle-line-init] )); then - eval "override-git-auto-fetch-$(declare -f zle-line-init)" - - function zle-line-init () { - git-fetch-all - override-git-auto-fetch-zle-line-init - } -else - function zle-line-init () { - git-fetch-all - } -fi - -zle -N zle-line-init diff --git a/zsh/.oh-my-zsh_old/plugins/git-escape-magic/README.md b/zsh/.oh-my-zsh_old/plugins/git-escape-magic/README.md deleted file mode 100644 index 7fefed3..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-escape-magic/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Git Escape Magic - -This plugin is copied from the original at -https://github.com/knu/zsh-git-escape-magic. All credit for the -functionality enabled by this plugin should go to @knu. - -An excerpt from that project's readme explains its purpose. - -> It eliminates the need for manually escaping those meta-characters. The zle function it provides is context aware and recognizes the characteristics of each subcommand of git. Every time you type one of these meta-characters on a git command line, it automatically escapes the meta-character with a backslash as necessary and as appropriate. - -## Usage - -To use this plugin, add it to your list of plugins in your `.zshrc` file. - -**NOTE**: If you use url-quote-magic, it must be included before this -plugin runs to prevent any conflicts. diff --git a/zsh/.oh-my-zsh_old/plugins/git-escape-magic/git-escape-magic b/zsh/.oh-my-zsh_old/plugins/git-escape-magic/git-escape-magic deleted file mode 100644 index 94a8d7b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-escape-magic/git-escape-magic +++ /dev/null @@ -1,135 +0,0 @@ -# -*- mode: sh -*- -# -# git-escape-magic - zle tweak for git command line arguments -# -# Copyright (c) 2011, 2012, 2014 Akinori MUSHA -# Licensed under the 2-clause BSD license. -# -# This tweak eliminates the need for manually escaping shell -# meta-characters such as [~^{}] that are used for specifying a git -# object (commit or tree). Every time you type one of these -# characters on a git command line, it is automatically escaped with a -# backslash as necessary and as appropriate. -# -# If you want to use this with url-quote-magic, make sure to enable it -# first. -# -# Usage: -# autoload -Uz git-escape-magic -# git-escape-magic -# - -git-escape-magic.self-insert() { - emulate -L zsh - setopt extendedglob - local self_insert_function - zstyle -s ':git-escape-magic' self-insert-function self_insert_function - - if [[ "$KEYS" == [{}~^]* ]] && { - local qkey="${(q)KEYS}" - [[ "$KEYS" != "$qkey" ]] - } && { - local lbuf="$LBUFFER$qkey" - [[ "${(Q)LBUFFER}$KEYS" == "${(Q)lbuf}" ]] - } && { - local -a words - words=("${(@Q)${(z)lbuf}}") - [[ "$words[(i)(*/|)git(|-[^/]##)]" -le $#words ]] - } - then - local i - i="$words[(I)([;(){\&]|\&[\&\!]|\|\||[=<>]\(*)]" - if [[ $i -gt 0 ]]; then - shift $((i-1)) words - if [[ "$words[1]" == [\=\<\>]\(* ]]; then - words[1]="${words[1]#[=<>]\(}" - else - [[ "$words[1]" == \; && $words[2] == (then|else|elif|do) ]] && shift words - shift words - fi - fi - while [[ "$words[1]" == (if|while|until|\!) ]]; do - shift words - done - while [[ "$words[1]" == [A-Za-z_][A-Za-z0-9_]#=* ]]; do - shift words - done - [[ "$words[1]" == (*/|)git(|-[^/]##) ]] && { - local subcommand - subcommand="${words[1]##*/git-}" - if [[ -z "$subcommand" ]]; then - shift words - subcommand="$words[1]" - fi - [[ $#words -ge 2 ]] - } && - case "$subcommand" in - # commands that may take pathspec but never take refspec with [{}~^] - (add|rm|am|apply|check-attr|checkout-index|clean|clone|config|diff-files|hash-object|help|index-pack|mailinfo|mailsplit|merge-file|merge-index|mergetool|mktag|mv|pack-objects|pack-redundant|relink|send-email|show-index|show-ref|stage|status|verify-pack) - false ;; - # commands that may take pathspec but rarely take refspec with [{}~^] - (for-each-ref|grep|ls-files|update-index) - false ;; - (archive|ls-tree) - ! [[ $#words -ge 3 && - "$words[-2]" == [^-]* ]] ;; - (diff-tree) - ! [[ $#words -ge 4 && - "$words[-2]" == [^-]* && - "$words[-3]" == [^-]* ]] ;; - (*) - [[ $words[(i)--] -gt $#words ]] ;; - esac && - case "${words[-1]%%"$KEYS"}" in - (*[@^]) - [[ "$KEYS" == [{~^]* ]] ;; - (*[@^]\{[^}]##) - [[ "$KEYS" == \}* ]] ;; - (?*) - [[ "$KEYS" == [~^]* ]] ;; - (*) - false ;; - esac && - LBUFFER="$LBUFFER\\" - fi - - zle "$self_insert_function" -} - -git-escape-magic.on() { - emulate -L zsh - local self_insert_function="${$(zle -lL | awk \ - '$1=="zle"&&$2=="-N"&&$3=="self-insert"{print $4;exit}'):-.self-insert}" - - [[ "$self_insert_function" == git-escape-magic.self-insert ]] && - return 0 - - # For url-quote-magic which does not zle -N itself - zle -la "$self_insert_function" || zle -N "$self_insert_function" - - zstyle ':git-escape-magic' self-insert-function "$self_insert_function" - - zle -A git-escape-magic.self-insert self-insert - return 0 -} - -git-escape-magic.off() { - emulate -L zsh - local self_insert_function - zstyle -s ':git-escape-magic' self-insert-function self_insert_function - - [[ -n "$self_insert_function" ]] && - zle -A "$self_insert_function" self-insert - return 0 -} - -zle -N git-escape-magic.self-insert -zle -N git-escape-magic.on -zle -N git-escape-magic.off - -git-escape-magic() { - git-escape-magic.on -} - -[[ -o kshautoload ]] || git-escape-magic "$@" - diff --git a/zsh/.oh-my-zsh_old/plugins/git-escape-magic/git-escape-magic.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-escape-magic/git-escape-magic.plugin.zsh deleted file mode 100644 index c021ea7..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-escape-magic/git-escape-magic.plugin.zsh +++ /dev/null @@ -1,9 +0,0 @@ -# Automatically detect and escape zsh globbing meta-characters when used with -# git refspec characters like `[^~{}]`. NOTE: This must be loaded _after_ -# url-quote-magic. -# -# This trick is detailed at https://github.com/knu/zsh-git-escape-magic and is -# what allowed this plugin to exist. - -autoload -Uz git-escape-magic -git-escape-magic diff --git a/zsh/.oh-my-zsh_old/plugins/git-extras/README.md b/zsh/.oh-my-zsh_old/plugins/git-extras/README.md deleted file mode 100644 index 987f0d8..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-extras/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# git-extras - -This plugin provides completion definitions for some of the commands defined by [git-extras](https://github.com/tj/git-extras). - -## Setup notes - -The completions work by augmenting the `_git` completion provided by `zsh`. This only works with the `zsh`-provided `_git`, not the `_git` provided by `git` itself. If you have both `zsh` and `git` installed, you need to make sure that the `zsh`-provided `_git` takes precedence. - -### OS X Homebrew Setup - -On OS X with Homebrew, you need to install `git` with `brew install git --without-completions`. Otherwise, `git`'s `_git` will take precedence, and you won't see the completions for `git-extras` commands. diff --git a/zsh/.oh-my-zsh_old/plugins/git-extras/git-extras.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-extras/git-extras.plugin.zsh deleted file mode 100644 index b86d7c5..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-extras/git-extras.plugin.zsh +++ /dev/null @@ -1,498 +0,0 @@ -# ------------------------------------------------------------------------------ -# Description -# ----------- -# -# Completion script for git-extras (https://github.com/tj/git-extras). -# -# This depends on and reuses some of the internals of the _git completion -# function that ships with zsh itself. It will not work with the _git that ships -# with git. -# -# ------------------------------------------------------------------------------ -# Authors -# ------- -# -# * Alexis GRIMALDI (https://github.com/agrimaldi) -# * spacewander (https://github.com/spacewander) -# -# ------------------------------------------------------------------------------ -# Inspirations -# ----------- -# -# * git-extras (https://github.com/tj/git-extras) -# * git-flow-completion (https://github.com/bobthecow/git-flow-completion) -# -# ------------------------------------------------------------------------------ - - -# Internal functions -# These are a lot like their __git_* equivalents inside _git - -__gitex_command_successful () { - if (( ${#*:#0} > 0 )); then - _message 'not a git repository' - return 1 - fi - return 0 -} - -__gitex_commits() { - declare -A commits - git log --oneline -15 | sed 's/\([[:alnum:]]\{7\}\) /\1:/' | while read commit - do - hash=$(echo $commit | cut -d':' -f1) - commits[$hash]="$commit" - done - local ret=1 - _describe -t commits commit commits && ret=0 -} - -__gitex_remote_names() { - local expl - declare -a remote_names - remote_names=(${(f)"$(_call_program remotes git remote 2>/dev/null)"}) - __git_command_successful || return - _wanted remote-names expl remote-name compadd $* - $remote_names -} - -__gitex_tag_names() { - local expl - declare -a tag_names - tag_names=(${${(f)"$(_call_program tags git for-each-ref --format='"%(refname)"' refs/tags 2>/dev/null)"}#refs/tags/}) - __git_command_successful || return - _wanted tag-names expl tag-name compadd $* - $tag_names -} - - -__gitex_branch_names() { - local expl - declare -a branch_names - branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) - __git_command_successful || return - _wanted branch-names expl branch-name compadd $* - $branch_names -} - -__gitex_specific_branch_names() { - local expl - declare -a branch_names - branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads/"$1" 2>/dev/null)"}#refs/heads/$1/}) - __git_command_successful || return - _wanted branch-names expl branch-name compadd - $branch_names -} - -__gitex_chore_branch_names() { - __gitex_specific_branch_names 'chore' -} - -__gitex_feature_branch_names() { - __gitex_specific_branch_names 'feature' -} - -__gitex_refactor_branch_names() { - __gitex_specific_branch_names 'refactor' -} - -__gitex_bug_branch_names() { - __gitex_specific_branch_names 'bug' -} - -__gitex_submodule_names() { - local expl - declare -a submodule_names - submodule_names=(${(f)"$(_call_program branchrefs git submodule status | awk '{print $2}')"}) # ' - __git_command_successful || return - _wanted submodule-names expl submodule-name compadd $* - $submodule_names -} - - -__gitex_author_names() { - local expl - declare -a author_names - author_names=(${(f)"$(_call_program branchrefs git log --format='%aN' | sort -u)"}) - __git_command_successful || return - _wanted author-names expl author-name compadd $* - $author_names -} - -# subcommands -_git-authors() { - _arguments -C \ - '(--list -l)'{--list,-l}'[show authors]' \ - '--no-email[without email]' \ -} - -_git-bug() { - local curcontext=$curcontext state line ret=1 - declare -A opt_args - - _arguments -C \ - ': :->command' \ - '*:: :->option-or-argument' && ret=0 - - case $state in - (command) - declare -a commands - commands=( - 'finish:merge bug into the current branch' - ) - _describe -t commands command commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*}-$line[1]: - case $line[1] in - (finish) - _arguments -C \ - ':branch-name:__gitex_bug_branch_names' - ;; - -r|--remote ) - _arguments -C \ - ':remote-name:__gitex_remote_names' - ;; - esac - return 0 - esac - - _arguments \ - '(--remote -r)'{--remote,-r}'[setup remote tracking branch]' -} - - -_git-changelog() { - _arguments \ - '(-l --list)'{-l,--list}'[list commits]' \ -} - -_git-chore() { - local curcontext=$curcontext state line ret=1 - declare -A opt_args - - _arguments -C \ - ': :->command' \ - '*:: :->option-or-argument' && ret=0 - - case $state in - (command) - declare -a commands - commands=( - 'finish:merge and delete the chore branch' - ) - _describe -t commands command commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*}-$line[1]: - case $line[1] in - (finish) - _arguments -C \ - ':branch-name:__gitex_chore_branch_names' - ;; - -r|--remote ) - _arguments -C \ - ':remote-name:__gitex_remote_names' - ;; - esac - return 0 - esac - - _arguments \ - '(--remote -r)'{--remote,-r}'[setup remote tracking branch]' -} - - -_git-contrib() { - _arguments \ - ':author:__gitex_author_names' -} - - -_git-count() { - _arguments \ - '--all[detailed commit count]' -} - -_git-create-branch() { - local curcontext=$curcontext state line - _arguments -C \ - ': :->command' \ - '*:: :->option-or-argument' - - case "$state" in - (command) - _arguments \ - '(--remote -r)'{--remote,-r}'[setup remote tracking branch]' - ;; - (option-or-argument) - curcontext=${curcontext%:*}-$line[1]: - case $line[1] in - -r|--remote ) - _arguments -C \ - ':remote-name:__gitex_remote_names' - ;; - esac - esac -} - -_git-delete-branch() { - _arguments \ - ':branch-name:__gitex_branch_names' -} - - -_git-delete-submodule() { - _arguments \ - ':submodule-name:__gitex_submodule_names' -} - - -_git-delete-tag() { - _arguments \ - ':tag-name:__gitex_tag_names' -} - - -_git-effort() { - _arguments \ - '--above[ignore file with less than x commits]' -} - - -_git-extras() { - local curcontext=$curcontext state line ret=1 - declare -A opt_args - - _arguments -C \ - ': :->command' \ - '*:: :->option-or-argument' && ret=0 - - case $state in - (command) - declare -a commands - commands=( - 'update:update git-extras' - ) - _describe -t commands command commands && ret=0 - ;; - esac - - _arguments \ - '(-v --version)'{-v,--version}'[show current version]' -} - - -_git-feature() { - local curcontext=$curcontext state line ret=1 - declare -A opt_args - - _arguments -C \ - ': :->command' \ - '*:: :->option-or-argument' && ret=0 - - case $state in - (command) - declare -a commands - commands=( - 'finish:merge feature into the current branch' - ) - _describe -t commands command commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*}-$line[1]: - case $line[1] in - (finish) - _arguments -C \ - ':branch-name:__gitex_feature_branch_names' - ;; - -r|--remote ) - _arguments -C \ - ':remote-name:__gitex_remote_names' - ;; - esac - return 0 - esac - - _arguments \ - '(--remote -r)'{--remote,-r}'[setup remote tracking branch]' -} - -_git-graft() { - _arguments \ - ':src-branch-name:__gitex_branch_names' \ - ':dest-branch-name:__gitex_branch_names' -} - -_git-guilt() { - _arguments -C \ - '(--email -e)'{--email,-e}'[display author emails instead of names]' \ - '(--ignore-whitespace -w)'{--ignore-whitespace,-w}'[ignore whitespace only changes]' \ - '(--debug -d)'{--debug,-d}'[output debug information]' \ - '-h[output usage information]' -} - -_git-ignore() { - _arguments -C \ - '(--local -l)'{--local,-l}'[show local gitignore]' \ - '(--global -g)'{--global,-g}'[show global gitignore]' \ - '(--private -p)'{--private,-p}'[show repo gitignore]' -} - - -_git-ignore() { - _arguments -C \ - '(--append -a)'{--append,-a}'[append .gitignore]' \ - '(--replace -r)'{--replace,-r}'[replace .gitignore]' \ - '(--list-in-table -l)'{--list-in-table,-l}'[print available types in table format]' \ - '(--list-alphabetically -L)'{--list-alphabetically,-L}'[print available types in alphabetical order]' \ - '(--search -s)'{--search,-s}'[search word in available types]' -} - - -_git-merge-into() { - _arguments '--ff-only[merge only fast-forward]' - _arguments \ - ':src:__gitex_branch_names' \ - ':dest:__gitex_branch_names' -} - -_git-missing() { - _arguments \ - ':first-branch-name:__gitex_branch_names' \ - ':second-branch-name:__gitex_branch_names' -} - - -_git-refactor() { - local curcontext=$curcontext state line ret=1 - declare -A opt_args - - _arguments -C \ - ': :->command' \ - '*:: :->option-or-argument' && ret=0 - - case $state in - (command) - declare -a commands - commands=( - 'finish:merge refactor into the current branch' - ) - _describe -t commands command commands && ret=0 - ;; - (option-or-argument) - curcontext=${curcontext%:*}-$line[1]: - case $line[1] in - (finish) - _arguments -C \ - ':branch-name:__gitex_refactor_branch_names' - ;; - -r|--remote ) - _arguments -C \ - ':remote-name:__gitex_remote_names' - ;; - esac - return 0 - esac - - _arguments \ - '(--remote -r)'{--remote,-r}'[setup remote tracking branch]' -} - - -_git-squash() { - _arguments \ - ':branch-name:__gitex_branch_names' -} - -_git-stamp() { - _arguments -C \ - '(--replace -r)'{--replace,-r}'[replace stamps with same id]' -} - -_git-standup() { - _arguments -C \ - '-a[Specify the author of commits. Use "all" to specify all authors.]' \ - '-d[Show history since N days ago]' \ - '-D[Specify the date format displayed in commit history]' \ - '-f[Fetch commits before showing history]' \ - '-g[Display GPG signed info]' \ - '-h[Display help message]' \ - '-L[Enable the inclusion of symbolic links]' \ - '-m[The depth of recursive directory search]' -} - -_git-summary() { - _arguments '--line[summarize with lines rather than commits]' - __gitex_commits -} - - -_git-undo(){ - _arguments -C \ - '(--soft -s)'{--soft,-s}'[only rolls back the commit but changes remain un-staged]' \ - '(--hard -h)'{--hard,-h}'[wipes your commit(s)]' -} - -zstyle -g existing_user_commands ':completion:*:*:git:*' user-commands - -zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \ - alias:'define, search and show aliases' \ - archive-file:'export the current head of the git repository to an archive' \ - authors:'generate authors report' \ - back:'undo and stage latest commits' \ - bug:'create bug branch' \ - bulk:'run bulk commands' \ - changelog:'generate a changelog report' \ - chore:'create chore branch' \ - clear-soft:'soft clean up a repository' \ - clear:'rigorously clean up a repository' \ - commits-since:'show commit logs since some date' \ - contrib:'show user contributions' \ - count:'show commit count' \ - create-branch:'create branches' \ - delete-branch:'delete branches' \ - delete-merged-branches:'delete merged branches' \ - delete-submodule:'delete submodules' \ - delete-tag:'delete tags' \ - delta:'lists changed files' \ - effort:'show effort statistics on file(s)' \ - extras:'awesome git utilities' \ - feature:'create/merge feature branch' \ - force-clone:'overwrite local repositories with clone' \ - fork:'fork a repo on GitHub' \ - fresh-branch:'create fresh branches' \ - gh-pages:'create the GitHub pages branch' \ - graft:'merge and destroy a given branch' \ - guilt:'calculate change between two revisions' \ - ignore-io:'get sample gitignore file' \ - ignore:'add .gitignore patterns' \ - info:'returns information on current repository' \ - local-commits:'list local commits' \ - lock:'lock a file excluded from version control' \ - locked:'ls files that have been locked' \ - merge-into:'merge one branch into another' \ - merge-repo:'merge two repo histories' \ - missing:'show commits missing from another branch' \ - mr:'checks out a merge request locally' \ - obliterate:'rewrite past commits to remove some files' \ - pr:'checks out a pull request locally' \ - psykorebase:'rebase a branch with a merge commit' \ - pull-request:'create pull request to GitHub project' \ - reauthor:'replace the author and/or committer identities in commits and tags' \ - rebase-patch:'rebases a patch' \ - refactor:'create refactor branch' \ - release:'commit, tag and push changes to the repository' \ - rename-branch:'rename a branch' \ - rename-tag:'rename a tag' \ - repl:'git read-eval-print-loop' \ - reset-file:'reset one file' \ - root:'show path of root' \ - scp:'copy files to ssh compatible `git-remote`' \ - sed:'replace patterns in git-controlled files' \ - setup:'set up a git repository' \ - show-merged-branches:'show merged branches' \ - show-tree:'show branch tree of commit history' \ - show-unmerged-branches:'show unmerged branches' \ - squash:'import changes from a branch' \ - stamp:'stamp the last commit message' \ - standup:'recall the commit history' \ - summary:'show repository summary' \ - sync:'sync local branch with remote branch' \ - touch:'touch and add file to the index' \ - undo:'remove latest commits' \ - unlock:'unlock a file excluded from version control' diff --git a/zsh/.oh-my-zsh_old/plugins/git-flow-avh/README.md b/zsh/.oh-my-zsh_old/plugins/git-flow-avh/README.md deleted file mode 100644 index 0768d93..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-flow-avh/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# git-flow (AVH Edition) plugin - -This plugin adds completion for the [git-flow (AVH Edition)](https://github.com/petervanderdoes/gitflow-avh). -The AVH Edition of the git extensions that provides high-level repository operations for [Vincent Driessen's branching model](https://nvie.com/posts/a-successful-git-branching-model/). - -To use it, add `git-flow-avh` to the plugins array in your zshrc file: - -```zsh -plugins=(... git-flow-avh) -``` - -## Requirements - -1. The git-flow tool has to be [installed](https://github.com/petervanderdoes/gitflow-avh#installing-git-flow) - separately. - -2. You have to use zsh's git completion instead of the git project's git completion. This is typically - done by default so you don't need to do anything else. If you installed git with Homebrew you - might have to uninstall the git completion it's bundled with. diff --git a/zsh/.oh-my-zsh_old/plugins/git-flow-avh/git-flow-avh.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-flow-avh/git-flow-avh.plugin.zsh deleted file mode 100644 index 860ca55..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-flow-avh/git-flow-avh.plugin.zsh +++ /dev/null @@ -1,526 +0,0 @@ -_git-flow () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'init:Initialize a new git repo with support for the branching model.' - 'feature:Manage your feature branches.' - 'bugfix:Manage your bugfix branches.' - 'config:Manage your configuration.' - 'release:Manage your release branches.' - 'hotfix:Manage your hotfix branches.' - 'support:Manage your support branches.' - 'version:Shows version information.' - 'finish:Finish the branch you are currently on.' - 'delete:Delete the branch you are currently on.' - 'publish:Publish the branch you are currently on.' - 'rebase:Rebase the branch you are currently on.' - ) - _describe -t commands 'git flow' subcommands - ;; - - (options) - case $line[1] in - - (init) - _arguments \ - -f'[Force setting of gitflow branches, even if already configured]' - ;; - - (version) - ;; - - (hotfix) - __git-flow-hotfix - ;; - - (release) - __git-flow-release - ;; - - (feature) - __git-flow-feature - ;; - (bugfix) - __git-flow-bugfix - ;; - - (config) - __git-flow-config - ;; - - esac - ;; - esac -} - -__git-flow-release () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new release branch.' - 'finish:Finish a release branch.' - 'list:List all your release branches. (Alias to `git flow release`)' - 'publish:Publish release branch to remote.' - 'track:Checkout remote release branch.' - 'rebase:Rebase from integration branch.' - 'delete:Delete a release branch.' - ) - _describe -t commands 'git flow release' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':version:__git_flow_version_list' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -s'[Sign the release tag cryptographically]'\ - -u'[Use the given GPG-key for the digital signature (implies -s)]'\ - -m'[Use the given tag message]'\ - -p'[Push to $ORIGIN after performing finish]'\ - ':version:__git_flow_version_list' - ;; - - (delete) - _arguments \ - -f'[Force deletion]' \ - -r'[Delete remote branch]' \ - ':version:__git_flow_version_list' - ;; - - (publish) - _arguments \ - ':version:__git_flow_version_list' - ;; - - (track) - _arguments \ - ':version:__git_flow_version_list' - ;; - - (rebase) - _arguments \ - -i'[Do an interactive rebase]' \ - ':branch:__git_branch_names' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-flow-hotfix () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new hotfix branch.' - 'finish:Finish a hotfix branch.' - 'delete:Delete a hotfix branch.' - 'rebase:Rebase from integration branch.' - 'list:List all your hotfix branches. (Alias to `git flow hotfix`)' - 'rename:Rename a hotfix branch.' - ) - _describe -t commands 'git flow hotfix' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':hotfix:__git_flow_version_list'\ - ':branch-name:__git_branch_names' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -s'[Sign the release tag cryptographically]'\ - -u'[Use the given GPG-key for the digital signature (implies -s)]'\ - -m'[Use the given tag message]'\ - -p'[Push to $ORIGIN after performing finish]'\ - ':hotfix:__git_flow_hotfix_list' - ;; - - (delete) - _arguments \ - -f'[Force deletion]' \ - -r'[Delete remote branch]' \ - ':hotfix:__git_flow_hotfix_list' - ;; - - (rebase) - _arguments \ - -i'[Do an interactive rebase]' \ - ':branch:__git_branch_names' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-flow-feature () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new feature branch.' - 'finish:Finish a feature branch.' - 'delete:Delete a feature branch.' - 'list:List all your feature branches. (Alias to `git flow feature`)' - 'publish:Publish feature branch to remote.' - 'track:Checkout remote feature branch.' - 'diff:Show all changes.' - 'rebase:Rebase from integration branch.' - 'checkout:Checkout local feature branch.' - 'pull:Pull changes from remote.' - 'rename:Rename a feature branch.' - ) - _describe -t commands 'git flow feature' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':feature:__git_flow_feature_list'\ - ':branch-name:__git_branch_names' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -r'[Rebase instead of merge]'\ - ':feature:__git_flow_feature_list' - ;; - - (delete) - _arguments \ - -f'[Force deletion]' \ - -r'[Delete remote branch]' \ - ':feature:__git_flow_feature_list' - ;; - - (publish) - _arguments \ - ':feature:__git_flow_feature_list'\ - ;; - - (track) - _arguments \ - ':feature:__git_flow_feature_list'\ - ;; - - (diff) - _arguments \ - ':branch:__git_branch_names'\ - ;; - - (rebase) - _arguments \ - -i'[Do an interactive rebase]' \ - ':branch:__git_branch_names' - ;; - - (checkout) - _arguments \ - ':branch:__git_flow_feature_list'\ - ;; - - (pull) - _arguments \ - ':remote:__git_remotes'\ - ':branch:__git_branch_names' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-flow-bugfix () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new bugfix branch.' - 'finish:Finish a bugfix branch.' - 'delete:Delete a bugfix branch.' - 'list:List all your bugfix branches. (Alias to `git flow bugfix`)' - 'publish:Publish bugfix branch to remote.' - 'track:Checkout remote bugfix branch.' - 'diff:Show all changes.' - 'rebase:Rebase from integration branch.' - 'checkout:Checkout local bugfix branch.' - 'pull:Pull changes from remote.' - 'rename:Rename a bugfix branch.' - ) - _describe -t commands 'git flow bugfix' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':bugfix:__git_flow_bugfix_list'\ - ':branch-name:__git_branch_names' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -r'[Rebase instead of merge]'\ - ':bugfix:__git_flow_bugfix_list' - ;; - - (delete) - _arguments \ - -f'[Force deletion]' \ - -r'[Delete remote branch]' \ - ':bugfix:__git_flow_bugfix_list' - ;; - - (publish) - _arguments \ - ':bugfix:__git_flow_bugfix_list'\ - ;; - - (track) - _arguments \ - ':bugfix:__git_flow_bugfix_list'\ - ;; - - (diff) - _arguments \ - ':branch:__git_branch_names'\ - ;; - - (rebase) - _arguments \ - -i'[Do an interactive rebase]' \ - ':branch:__git_branch_names' - ;; - - (checkout) - _arguments \ - ':branch:__git_flow_bugfix_list'\ - ;; - - (pull) - _arguments \ - ':remote:__git_remotes'\ - ':branch:__git_branch_names' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-flow-config () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'list:List the configuration. (Alias to `git flow config`)' - 'set:Set the configuration option' - ) - _describe -t commands 'git flow config' subcommands - ;; - - (options) - case $line[1] in - - (set) - _arguments \ - --local'[Use repository config file]' \ - --global'[Use global config file]'\ - --system'[Use system config file]'\ - --file'[Use given config file]'\ - ':option:(master develop feature hotfix release support versiontagprefix)' - ;; - - *) - _arguments \ - --local'[Use repository config file]' \ - --global'[Use global config file]'\ - --system'[Use system config file]'\ - --file'[Use given config file]' - ;; - esac - ;; - esac -} -__git_flow_version_list () -{ - local expl - declare -a versions - - versions=(${${(f)"$(_call_program versions git flow release list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted versions expl 'version' compadd $versions -} - -__git_flow_feature_list () -{ - local expl - declare -a features - - features=(${${(f)"$(_call_program features git flow feature list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted features expl 'feature' compadd $features -} - -__git_flow_bugfix_list () -{ - local expl - declare -a bugfixes - - bugfixes=(${${(f)"$(_call_program bugfixes git flow bugfix list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted bugfixes expl 'bugfix' compadd $bugfixes -} - -__git_remotes () { - local expl gitdir remotes - - gitdir=$(_call_program gitdir git rev-parse --git-dir 2>/dev/null) - __git_command_successful || return - - remotes=(${${(f)"$(_call_program remotes git config --get-regexp '"^remote\..*\.url$"')"}//#(#b)remote.(*).url */$match[1]}) - __git_command_successful || return - - # TODO: Should combine the two instead of either or. - if (( $#remotes > 0 )); then - _wanted remotes expl remote compadd $* - $remotes - else - _wanted remotes expl remote _files $* - -W "($gitdir/remotes)" -g "$gitdir/remotes/*" - fi -} - -__git_flow_hotfix_list () -{ - local expl - declare -a hotfixes - - hotfixes=(${${(f)"$(_call_program hotfixes git flow hotfix list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted hotfixes expl 'hotfix' compadd $hotfixes -} - -__git_branch_names () { - local expl - declare -a branch_names - - branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) - __git_command_successful || return - - _wanted branch-names expl branch-name compadd $* - $branch_names -} - -__git_command_successful () { - if (( ${#pipestatus:#0} > 0 )); then - _message 'not a git repository' - return 1 - fi - return 0 -} - -zstyle ':completion:*:*:git:*' user-commands flow:'provide high-level repository operations' diff --git a/zsh/.oh-my-zsh_old/plugins/git-flow/README.md b/zsh/.oh-my-zsh_old/plugins/git-flow/README.md deleted file mode 100644 index 5d8049e..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-flow/README.md +++ /dev/null @@ -1,32 +0,0 @@ -# Git-Flow plugin - -This plugin adds completion and aliases for the `git-flow` command. More information -at https://github.com/nvie/gitflow. - -Enable git-flow plugin in your zshrc file: -``` -plugins=(... git-flow) -``` - -## Aliases - -More information about `git-flow` commands: -https://github.com/nvie/gitflow/wiki/Command-Line-Arguments - -| Alias | Command | Description | -|---------|----------------------------|----------------------------------------| -| `gfl` | `git flow` | Git-Flow command | -| `gfli` | `git flow init` | Initialize git-flow repository | -| `gcd` | `git checkout develop` | Check out develop branch | -| `gch` | `git checkout hotfix` | Check out hotfix branch | -| `gcr` | `git checkout release` | Check out release branch | -| `gflf` | `git flow feature` | List existing feature branches | -| `gflh` | `git flow hotfix` | List existing hotfix branches | -| `gflr` | `git flow release` | List existing release branches | -| `gflfs` | `git flow feature start` | Start a new feature: `gflfs ` | -| `gflhs` | `git flow hotfix start` | Start a new hotfix: `gflhs ` | -| `gflrs` | `git flow release start` | Start a new release: `gflrs ` | -| `gflff` | `git flow feature finish` | Finish feature: `gflff ` | -| `gflfp` | `git flow feature publish` | Publish feature: `gflfp ` | -| `gflhf` | `git flow hotfix finish` | Finish hotfix: `gflhf ` | -| `gflrf` | `git flow release finish` | Finish release: `gflrf ` | diff --git a/zsh/.oh-my-zsh_old/plugins/git-flow/git-flow.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-flow/git-flow.plugin.zsh deleted file mode 100644 index eab969d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-flow/git-flow.plugin.zsh +++ /dev/null @@ -1,370 +0,0 @@ -#!zsh -# -# Installation -# ------------ -# -# To achieve git-flow completion nirvana: -# -# 0. Update your zsh's git-completion module to the newest version. -# From here. https://raw.githubusercontent.com/zsh-users/zsh/master/Completion/Unix/Command/_git -# -# 1. Install this file. Either: -# -# a. Place it in your .zshrc: -# -# b. Or, copy it somewhere (e.g. ~/.git-flow-completion.zsh) and put the following line in -# your .zshrc: -# -# source ~/.git-flow-completion.zsh -# -# c. Or, use this file as an oh-my-zsh plugin. -# - -#Alias -alias gfl='git flow' -alias gfli='git flow init' -alias gcd='git checkout develop' -alias gch='git checkout hotfix' -alias gcr='git checkout release' -alias gflf='git flow feature' -alias gflh='git flow hotfix' -alias gflr='git flow release' -alias gflfs='git flow feature start' -alias gflhs='git flow hotfix start' -alias gflrs='git flow release start' -alias gflff='git flow feature finish' -alias gflfp='git flow feature publish' -alias gflhf='git flow hotfix finish' -alias gflrf='git flow release finish' -alias gflfp='git flow feature publish' -alias gflhp='git flow hotfix publish' -alias gflrp='git flow release publish' -alias gflfpll='git flow feature pull' - -_git-flow () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'init:Initialize a new git repo with support for the branching model.' - 'feature:Manage your feature branches.' - 'release:Manage your release branches.' - 'hotfix:Manage your hotfix branches.' - 'support:Manage your support branches.' - 'version:Shows version information.' - ) - _describe -t commands 'git flow' subcommands - ;; - - (options) - case $line[1] in - - (init) - _arguments \ - -f'[Force setting of gitflow branches, even if already configured]' - ;; - - (version) - ;; - - (hotfix) - __git-flow-hotfix - ;; - - (release) - __git-flow-release - ;; - - (feature) - __git-flow-feature - ;; - esac - ;; - esac -} - -__git-flow-release () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new release branch.' - 'finish:Finish a release branch.' - 'list:List all your release branches. (Alias to `git flow release`)' - 'publish: public' - 'track: track' - ) - _describe -t commands 'git flow release' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':version:__git_flow_version_list' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -s'[Sign the release tag cryptographically]'\ - -u'[Use the given GPG-key for the digital signature (implies -s)]'\ - -m'[Use the given tag message]'\ - -p'[Push to $ORIGIN after performing finish]'\ - -k'[Keep branch after performing finish]'\ - -n"[Don't tag this release]"\ - ':version:__git_flow_version_list' - ;; - - (publish) - _arguments \ - ':version:__git_flow_version_list'\ - ;; - - (track) - _arguments \ - ':version:__git_flow_version_list'\ - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-flow-hotfix () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new hotfix branch.' - 'finish:Finish a hotfix branch.' - 'list:List all your hotfix branches. (Alias to `git flow hotfix`)' - ) - _describe -t commands 'git flow hotfix' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':hotfix:__git_flow_version_list'\ - ':branch-name:__git_branch_names' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -s'[Sign the release tag cryptographically]'\ - -u'[Use the given GPG-key for the digital signature (implies -s)]'\ - -m'[Use the given tag message]'\ - -p'[Push to $ORIGIN after performing finish]'\ - -k'[Keep branch after performing finish]'\ - -n"[Don't tag this release]"\ - ':hotfix:__git_flow_hotfix_list' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-flow-feature () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new feature branch.' - 'finish:Finish a feature branch.' - 'list:List all your feature branches. (Alias to `git flow feature`)' - 'publish: publish' - 'track: track' - 'diff: diff' - 'rebase: rebase' - 'checkout: checkout' - 'pull: pull' - ) - _describe -t commands 'git flow feature' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':feature:__git_flow_feature_list'\ - ':branch-name:__git_branch_names' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -r'[Rebase instead of merge]'\ - -k'[Keep branch after performing finish]'\ - ':feature:__git_flow_feature_list' - ;; - - (publish) - _arguments \ - ':feature:__git_flow_feature_list'\ - ;; - - (track) - _arguments \ - ':feature:__git_flow_feature_list'\ - ;; - - (diff) - _arguments \ - ':branch:__git_flow_feature_list'\ - ;; - - (rebase) - _arguments \ - -i'[Do an interactive rebase]' \ - ':branch:__git_flow_feature_list' - ;; - - (checkout) - _arguments \ - ':branch:__git_flow_feature_list'\ - ;; - - (pull) - _arguments \ - ':remote:__git_remotes'\ - ':branch:__git_flow_feature_list' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git_flow_version_list () -{ - local expl - declare -a versions - - versions=(${${(f)"$(_call_program versions git flow release list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted versions expl 'version' compadd $versions -} - -__git_flow_feature_list () -{ - local expl - declare -a features - - features=(${${(f)"$(_call_program features git flow feature list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted features expl 'feature' compadd $features -} - -__git_remotes () { - local expl gitdir remotes - - gitdir=$(_call_program gitdir git rev-parse --git-dir 2>/dev/null) - __git_command_successful || return - - remotes=(${${(f)"$(_call_program remotes git config --get-regexp '"^remote\..*\.url$"')"}//#(#b)remote.(*).url */$match[1]}) - __git_command_successful || return - - # TODO: Should combine the two instead of either or. - if (( $#remotes > 0 )); then - _wanted remotes expl remote compadd $* - $remotes - else - _wanted remotes expl remote _files $* - -W "($gitdir/remotes)" -g "$gitdir/remotes/*" - fi -} - -__git_flow_hotfix_list () -{ - local expl - declare -a hotfixes - - hotfixes=(${${(f)"$(_call_program hotfixes git flow hotfix list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted hotfixes expl 'hotfix' compadd $hotfixes -} - -__git_branch_names () { - local expl - declare -a branch_names - - branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) - __git_command_successful || return - - _wanted branch-names expl branch-name compadd $* - $branch_names -} - -__git_command_successful () { - if (( ${#pipestatus:#0} > 0 )); then - _message 'not a git repository' - return 1 - fi - return 0 -} - -zstyle ':completion:*:*:git:*' user-commands flow:'description for foo' diff --git a/zsh/.oh-my-zsh_old/plugins/git-hubflow/README.md b/zsh/.oh-my-zsh_old/plugins/git-hubflow/README.md deleted file mode 100644 index dada60d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-hubflow/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# git-hubflow plugin - -This plugin adds completion for [HubFlow](https://datasift.github.io/gitflow/) (GitFlow for GitHub), as well as some -aliases for common commands. HubFlow is a git extension to make it easy to use GitFlow with GitHub. Based on the -original gitflow extension for git. - -The hubflow tool has to be [installed](https://github.com/datasift/gitflow#installation) separately. - -To use it, add `git-hubflow` to the plugins array in your zshrc file: - -```zsh -plugins=(... git-hubflow) -``` - -## Aliases - -| Alias | Command | Description | -|-------|------------------|------------------------------------------------------------------| -| ghf | `git hf` | Print command overview | -| ghff | `git hf feature` | Manage your feature branches | -| ghfr | `git hf release` | Manage your release branches | -| ghfh | `git hf hotfix` | Manage your hotfix branches | -| ghfs | `git hf support` | Manage your support branches | -| ghfu | `git hf update` | Pull upstream changes down into your master and develop branches | diff --git a/zsh/.oh-my-zsh_old/plugins/git-hubflow/git-hubflow.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-hubflow/git-hubflow.plugin.zsh deleted file mode 100644 index 50d7b23..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-hubflow/git-hubflow.plugin.zsh +++ /dev/null @@ -1,333 +0,0 @@ -alias ghf='git hf' -alias ghff='git hf feature' -alias ghfr='git hf release' -alias ghfh='git hf hotfix' -alias ghfs='git hf support' -alias ghfu='git hf update' - -_git-hf () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'init:Initialize a new git repo with support for the branching model.' - 'feature:Manage your feature branches.' - 'release:Manage your release branches.' - 'hotfix:Manage your hotfix branches.' - 'support:Manage your support branches.' - 'update:Pull upstream changes down into your master and develop branches.' - 'version:Shows version information.' - ) - _describe -t commands 'git hf' subcommands - ;; - - (options) - case $line[1] in - - (init) - _arguments \ - -f'[Force setting of gitflow branches, even if already configured]' - ;; - - (version) - ;; - - (hotfix) - __git-hf-hotfix - ;; - - (release) - __git-hf-release - ;; - - (feature) - __git-hf-feature - ;; - esac - ;; - esac -} - -__git-hf-release () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new release branch.' - 'finish:Finish a release branch.' - 'list:List all your release branches. (Alias to `git hf release`)' - 'cancel:Cancel release' - 'push:Push release to GitHub' - 'pull:Pull release from GitHub' - 'track:Track release' - ) - _describe -t commands 'git hf release' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':version:__git_hf_version_list' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -s'[Sign the release tag cryptographically]'\ - -u'[Use the given GPG-key for the digital signature (implies -s)]'\ - -m'[Use the given tag message]'\ - -p'[Push to $ORIGIN after performing finish]'\ - -k'[Keep branch after performing finish]'\ - -n"[Don't tag this release]"\ - ':version:__git_hf_version_list' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-hf-hotfix () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'start:Start a new hotfix branch.' - 'finish:Finish a hotfix branch.' - 'list:List all your hotfix branches. (Alias to `git hf hotfix`)' - 'publish:Publish the hotfix branch.' - 'track:Track the hotfix branch.' - 'pull:Pull the hotfix from GitHub.' - 'push:Push the hotfix to GitHub.' - 'cancel:Cancel the hotfix.' - ) - _describe -t commands 'git hf hotfix' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':hotfix:__git_hf_version_list'\ - ':branch-name:__git_branch_names' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -s'[Sign the release tag cryptographically]'\ - -u'[Use the given GPG-key for the digital signature (implies -s)]'\ - -m'[Use the given tag message]'\ - -p'[Push to $ORIGIN after performing finish]'\ - -k'[Keep branch after performing finish]'\ - -n"[Don't tag this release]"\ - ':hotfix:__git_hf_hotfix_list' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git-hf-feature () -{ - local curcontext="$curcontext" state line - typeset -A opt_args - - _arguments -C \ - ':command:->command' \ - '*::options:->options' - - case $state in - (command) - - local -a subcommands - subcommands=( - 'list:List all your feature branches. (Alias to `git hf feature`)' - 'start:Start a new feature branch' - 'finish:Finish a feature branch' - 'submit:submit' - 'track:track' - 'diff:Diff' - 'rebase:Rebase feature branch against develop' - 'checkout:Checkout feature' - 'pull:Pull feature branch from GitHub' - 'push:Push feature branch to GitHub' - 'cancel:Cancel feature' - ) - _describe -t commands 'git hf feature' subcommands - _arguments \ - -v'[Verbose (more) output]' - ;; - - (options) - case $line[1] in - - (start) - _arguments \ - -F'[Fetch from origin before performing finish]'\ - ':feature:__git_hf_feature_list'\ - ':branch-name:__git_branch_names' - ;; - - (finish) - _arguments \ - -F'[Fetch from origin before performing finish]' \ - -r'[Rebase instead of merge]'\ - ':feature:__git_hf_feature_list' - ;; - - (publish) - _arguments \ - ':feature:__git_hf_feature_list'\ - ;; - - (track) - _arguments \ - ':feature:__git_hf_feature_list'\ - ;; - - (diff) - _arguments \ - ':branch:__git_branch_names'\ - ;; - - (rebase) - _arguments \ - -i'[Do an interactive rebase]' \ - ':branch:__git_branch_names' - ;; - - (checkout) - _arguments \ - ':branch:__git_hf_feature_list'\ - ;; - - (pull) - _arguments \ - ':remote:__git_remotes'\ - ':branch:__git_branch_names' - ;; - - *) - _arguments \ - -v'[Verbose (more) output]' - ;; - esac - ;; - esac -} - -__git_hf_version_list () -{ - local expl - declare -a versions - - versions=(${${(f)"$(_call_program versions git hf release list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted versions expl 'version' compadd $versions -} - -__git_hf_feature_list () -{ - local expl - declare -a features - - features=(${${(f)"$(_call_program features git hf feature list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted features expl 'feature' compadd $features -} - -__git_remotes () { - local expl gitdir remotes - - gitdir=$(_call_program gitdir git rev-parse --git-dir 2>/dev/null) - __git_command_successful || return - - remotes=(${${(f)"$(_call_program remotes git config --get-regexp '"^remote\..*\.url$"')"}//#(#b)remote.(*).url */$match[1]}) - __git_command_successful || return - - # TODO: Should combine the two instead of either or. - if (( $#remotes > 0 )); then - _wanted remotes expl remote compadd $* - $remotes - else - _wanted remotes expl remote _files $* - -W "($gitdir/remotes)" -g "$gitdir/remotes/*" - fi -} - -__git_hf_hotfix_list () -{ - local expl - declare -a hotfixes - - hotfixes=(${${(f)"$(_call_program hotfixes git hf hotfix list 2> /dev/null | tr -d ' |*')"}}) - __git_command_successful || return - - _wanted hotfixes expl 'hotfix' compadd $hotfixes -} - -__git_branch_names () { - local expl - declare -a branch_names - - branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) - __git_command_successful || return - - _wanted branch-names expl branch-name compadd $* - $branch_names -} - -__git_command_successful () { - if (( ${#pipestatus:#0} > 0 )); then - _message 'not a git repository' - return 1 - fi - return 0 -} - -zstyle ':completion:*:*:git:*' user-commands flow:'description for foo' diff --git a/zsh/.oh-my-zsh_old/plugins/git-prompt/README.md b/zsh/.oh-my-zsh_old/plugins/git-prompt/README.md deleted file mode 100644 index e3b2d62..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-prompt/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# git-prompt plugin - -A `zsh` prompt that displays information about the current git repository. In particular: -the branch name, difference with remote branch, number of files staged or changed, etc. - -To use it, add `git-prompt` to the plugins array in your zshrc file: - -```zsh -plugins=(... git-prompt) -``` - -See the [original repository](https://github.com/olivierverdier/zsh-git-prompt). - -## Examples - -The prompt may look like the following: - -- `(master↑3|✚1)`: on branch `master`, ahead of remote by 3 commits, 1 file changed but not staged -- `(status|â—2)`: on branch `status`, 2 files staged -- `(master|✚7…)`: on branch `master`, 7 files changed, some files untracked -- `(master|✖2✚3)`: on branch `master`, 2 conflicts, 3 files changed -- `(experimental↓2↑3|✔)`: on branch `experimental`; your branch has diverged by 3 commits, remote by 2 commits; the repository is otherwise clean -- `(:70c2952|✔)`: not on any branch; parent commit has hash `70c2952`; the repository is otherwise clean - -## Prompt Structure - -By default, the general appearance of the prompt is: - -``` -(|) -``` - -The symbols are as follows: - -### Local Status Symbols - -| Symbol | Meaning | -|--------|--------------------------------| -| ✔ | repository clean | -| â—n | there are `n` staged files | -| ✖n | there are `n` unmerged files | -| ✚n | there are `n` unstaged files | -| … | there are some untracked files | - -### Branch Tracking Symbols - -| Symbol | Meaning | -|--------|---------------------------------------------------------------| -| ↑n | ahead of remote by `n` commits | -| ↓n | behind remote by `n` commits | -| ↓m↑n | branches diverged: other by `m` commits, yours by `n` commits | - -## Customisation - -- Set the variable `ZSH_THEME_GIT_PROMPT_CACHE` to any value in order to enable caching. -- You may also change a number of variables (whose name start with `ZSH_THEME_GIT_PROMPT_`) - to change the appearance of the prompt. Take a look at the bottom of the [plugin file](git-prompt.plugin.zsh)` - to see what variables are available. - - -**Enjoy!** diff --git a/zsh/.oh-my-zsh_old/plugins/git-prompt/git-prompt.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-prompt/git-prompt.plugin.zsh deleted file mode 100644 index da674af..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-prompt/git-prompt.plugin.zsh +++ /dev/null @@ -1,90 +0,0 @@ -__GIT_PROMPT_DIR="${0:A:h}" - -## Hook function definitions -function chpwd_update_git_vars() { - update_current_git_vars -} - -function preexec_update_git_vars() { - case "$2" in - git*|hub*|gh*|stg*) - __EXECUTED_GIT_COMMAND=1 - ;; - esac -} - -function precmd_update_git_vars() { - if [ -n "$__EXECUTED_GIT_COMMAND" ] || [ ! -n "$ZSH_THEME_GIT_PROMPT_CACHE" ]; then - update_current_git_vars - unset __EXECUTED_GIT_COMMAND - fi -} - -autoload -U add-zsh-hook -add-zsh-hook chpwd chpwd_update_git_vars -add-zsh-hook precmd precmd_update_git_vars -add-zsh-hook preexec preexec_update_git_vars - - -## Function definitions -function update_current_git_vars() { - unset __CURRENT_GIT_STATUS - - local gitstatus="$__GIT_PROMPT_DIR/gitstatus.py" - _GIT_STATUS=$(python ${gitstatus} 2>/dev/null) - __CURRENT_GIT_STATUS=("${(@s: :)_GIT_STATUS}") - GIT_BRANCH=$__CURRENT_GIT_STATUS[1] - GIT_AHEAD=$__CURRENT_GIT_STATUS[2] - GIT_BEHIND=$__CURRENT_GIT_STATUS[3] - GIT_STAGED=$__CURRENT_GIT_STATUS[4] - GIT_CONFLICTS=$__CURRENT_GIT_STATUS[5] - GIT_CHANGED=$__CURRENT_GIT_STATUS[6] - GIT_UNTRACKED=$__CURRENT_GIT_STATUS[7] -} - -git_super_status() { - precmd_update_git_vars - if [ -n "$__CURRENT_GIT_STATUS" ]; then - STATUS="$ZSH_THEME_GIT_PROMPT_PREFIX$ZSH_THEME_GIT_PROMPT_BRANCH$GIT_BRANCH%{${reset_color}%}" - if [ "$GIT_BEHIND" -ne "0" ]; then - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_BEHIND$GIT_BEHIND%{${reset_color}%}" - fi - if [ "$GIT_AHEAD" -ne "0" ]; then - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_AHEAD$GIT_AHEAD%{${reset_color}%}" - fi - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_SEPARATOR" - if [ "$GIT_STAGED" -ne "0" ]; then - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_STAGED$GIT_STAGED%{${reset_color}%}" - fi - if [ "$GIT_CONFLICTS" -ne "0" ]; then - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_CONFLICTS$GIT_CONFLICTS%{${reset_color}%}" - fi - if [ "$GIT_CHANGED" -ne "0" ]; then - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_CHANGED$GIT_CHANGED%{${reset_color}%}" - fi - if [ "$GIT_UNTRACKED" -ne "0" ]; then - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_UNTRACKED%{${reset_color}%}" - fi - if [ "$GIT_CHANGED" -eq "0" ] && [ "$GIT_CONFLICTS" -eq "0" ] && [ "$GIT_STAGED" -eq "0" ] && [ "$GIT_UNTRACKED" -eq "0" ]; then - STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_CLEAN" - fi - STATUS="$STATUS%{${reset_color}%}$ZSH_THEME_GIT_PROMPT_SUFFIX" - echo "$STATUS" - fi -} - -# Default values for the appearance of the prompt. -ZSH_THEME_GIT_PROMPT_PREFIX="(" -ZSH_THEME_GIT_PROMPT_SUFFIX=")" -ZSH_THEME_GIT_PROMPT_SEPARATOR="|" -ZSH_THEME_GIT_PROMPT_BRANCH="%{$fg_bold[magenta]%}" -ZSH_THEME_GIT_PROMPT_STAGED="%{$fg[red]%}%{â—%G%}" -ZSH_THEME_GIT_PROMPT_CONFLICTS="%{$fg[red]%}%{✖%G%}" -ZSH_THEME_GIT_PROMPT_CHANGED="%{$fg[blue]%}%{✚%G%}" -ZSH_THEME_GIT_PROMPT_BEHIND="%{↓%G%}" -ZSH_THEME_GIT_PROMPT_AHEAD="%{↑%G%}" -ZSH_THEME_GIT_PROMPT_UNTRACKED="%{…%G%}" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}%{✔%G%}" - -# Set the prompt. -RPROMPT='$(git_super_status)' diff --git a/zsh/.oh-my-zsh_old/plugins/git-prompt/gitstatus.py b/zsh/.oh-my-zsh_old/plugins/git-prompt/gitstatus.py deleted file mode 100644 index 300365d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-prompt/gitstatus.py +++ /dev/null @@ -1,80 +0,0 @@ -#!/usr/bin/env python -from __future__ import print_function - -import os -import sys -import re -from subprocess import Popen, PIPE, check_output - - -def get_tagname_or_hash(): - """return tagname if exists else hash""" - # get hash - hash_cmd = ['git', 'rev-parse', '--short', 'HEAD'] - hash_ = check_output(hash_cmd).strip() - - # get tagname - tags_cmd = ['git', 'for-each-ref', '--points-at=HEAD', '--count=2', '--sort=-version:refname', '--format=%(refname:short)', 'refs/tags'] - tags = check_output(tags_cmd).split() - - if tags: - return tags[0] + ('+' if len(tags) > 1 else '') - elif hash_: - return hash_ - return None - - -# `git status --porcelain --branch` can collect all information -# branch, remote_branch, untracked, staged, changed, conflicts, ahead, behind -po = Popen(['git', 'status', '--porcelain', '--branch'], env=dict(os.environ, LANG="C"), stdout=PIPE, stderr=PIPE) -stdout, sterr = po.communicate() -if po.returncode != 0: - sys.exit(0) # Not a git repository - -# collect git status information -untracked, staged, changed, conflicts = [], [], [], [] -ahead, behind = 0, 0 -status = [(line[0], line[1], line[2:]) for line in stdout.decode('utf-8').splitlines()] -for st in status: - if st[0] == '#' and st[1] == '#': - if re.search('Initial commit on', st[2]) or re.search('No commits yet on', st[2]): - branch = st[2].split(' ')[-1] - elif re.search('no branch', st[2]): # detached status - branch = get_tagname_or_hash() - elif len(st[2].strip().split('...')) == 1: - branch = st[2].strip() - else: - # current and remote branch info - branch, rest = st[2].strip().split('...') - if len(rest.split(' ')) == 1: - # remote_branch = rest.split(' ')[0] - pass - else: - # ahead or behind - divergence = ' '.join(rest.split(' ')[1:]) - divergence = divergence.lstrip('[').rstrip(']') - for div in divergence.split(', '): - if 'ahead' in div: - ahead = int(div[len('ahead '):].strip()) - elif 'behind' in div: - behind = int(div[len('behind '):].strip()) - elif st[0] == '?' and st[1] == '?': - untracked.append(st) - else: - if st[1] == 'M': - changed.append(st) - if st[0] == 'U': - conflicts.append(st) - elif st[0] != ' ': - staged.append(st) - -out = ' '.join([ - branch, - str(ahead), - str(behind), - str(len(staged)), - str(len(conflicts)), - str(len(changed)), - str(len(untracked)), -]) -print(out, end='') diff --git a/zsh/.oh-my-zsh_old/plugins/git-remote-branch/README.md b/zsh/.oh-my-zsh_old/plugins/git-remote-branch/README.md deleted file mode 100644 index bd73e5d..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-remote-branch/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# git-remote-branch plugin - -This plugin adds completion for [`grb`](https://github.com/webmat/git_remote_branch), -or `git_remote_branch`. - -To use it, add `git-remote-branch` to the plugins array of your `.zshrc` file: -``` -plugins=(... git-remote-branch) -``` - -## Deprecation - -[git_remote_branch was archived in 2018](https://github.com/webmat/git_remote_branch#archived), -meaning it's not actively maintained anymore. Use at your own risk. diff --git a/zsh/.oh-my-zsh_old/plugins/git-remote-branch/git-remote-branch.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git-remote-branch/git-remote-branch.plugin.zsh deleted file mode 100644 index 6c5ab8f..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git-remote-branch/git-remote-branch.plugin.zsh +++ /dev/null @@ -1,19 +0,0 @@ -_git_remote_branch() { - ref=$(git symbolic-ref HEAD 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/zsh/.oh-my-zsh_old/plugins/git/README.md b/zsh/.oh-my-zsh_old/plugins/git/README.md deleted file mode 100644 index 7878f74..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git/README.md +++ /dev/null @@ -1,216 +0,0 @@ -# git plugin - -The git plugin provides many [aliases](#aliases) and a few useful [functions](#functions). - -To use it, add `git` to the plugins array in your zshrc file: - -```zsh -plugins=(... git) -``` - -## Aliases - -| Alias | Command | -|:---------------------|:------------------------------------------------------------------------------------------------------------------------------| -| g | git | -| ga | git add | -| gaa | git add --all | -| gapa | git add --patch | -| gau | git add --update | -| gav | git add --verbose | -| gap | git apply | -| 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 | -| gbD | git branch -D | -| gbl | git blame -b -w | -| gbnm | git branch --no-merged | -| gbr | git branch --remote | -| gbs | git bisect | -| gbsb | git bisect bad | -| gbsg | git bisect good | -| gbsr | git bisect reset | -| gbss | git bisect start | -| gc | git commit -v | -| gc! | git commit -v --amend | -| gcn! | git commit -v --no-edit --amend | -| gca | git commit -v -a | -| gca! | git commit -v -a --amend | -| gcan! | git commit -v -a --no-edit --amend | -| gcans! | git commit -v -a -s --no-edit --amend | -| gcam | git commit -a -m | -| gcsm | git commit -s -m | -| gcb | git checkout -b | -| gcf | git config --list | -| gcl | git clone --recurse-submodules | -| gclean | git clean -id | -| gpristine | git reset --hard && git clean -dfx | -| gcm | git checkout master | -| gcd | git checkout develop | -| gcmsg | git commit -m | -| gco | git checkout | -| gcount | git shortlog -sn | -| gcp | git cherry-pick | -| gcpa | git cherry-pick --abort | -| gcpc | git cherry-pick --continue | -| gcs | git commit -S | -| gd | git diff | -| gdca | git diff --cached | -| gdcw | git diff --cached --word-diff | -| 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 | -| gdv | git diff -w $@ \| view - | -| gdw | git diff --word-diff | -| gf | git fetch | -| gfa | git fetch --all --prune | -| gfg | git ls-files \| grep | -| gfo | git fetch origin | -| gg | git gui citool | -| gga | git gui citool --amend | -| ggf | git push --force origin $(current_branch) | -| ggfl | git push --force-with-lease origin $(current_branch) | -| ggl | git pull origin $(current_branch) | -| ggp | git push origin $(current_branch) | -| ggpnp | ggl && ggp | -| ggpull | git pull origin "$(git_current_branch)" | -| ggpur | ggu | -| ggpush | git push origin "$(git_current_branch)" | -| ggsup | git branch --set-upstream-to=origin/$(git_current_branch) | -| ggu | git pull --rebase origin $(current_branch) | -| gpsup | git push --set-upstream origin $(git_current_branch) | -| 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 | -| gk | gitk --all --branches | -| gke | gitk --all $(git log -g --pretty=%h) | -| gl | git pull | -| glg | git log --stat | -| glgp | git log --stat -p | -| glgg | git log --graph | -| glgga | git log --graph --decorate --all | -| glgm | git log --graph --max-count=10 | -| glo | git log --oneline --decorate | -| glol | git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' | -| glols | git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --stat | -| glod | git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' | -| glods | git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short | -| 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` | -| gm | git merge | -| gmom | git merge origin/master | -| gmt | git mergetool --no-prompt | -| gmtvim | git mergetool --no-prompt --tool=vimdiff | -| gmum | git merge upstream/master | -| gma | git merge --abort | -| gp | git push | -| gpd | git push --dry-run | -| gpf | git push --force-with-lease | -| gpf! | git push --force | -| gpoat | git push origin --all && git push origin --tags | -| gpu | git push upstream | -| gpv | git push -v | -| gr | git remote | -| gra | git remote add | -| grb | git rebase | -| grba | git rebase --abort | -| grbc | git rebase --continue | -| grbd | git rebase develop | -| grbi | git rebase -i | -| grbm | git rebase master | -| grbs | git rebase --skip | -| grev | git revert | -| grh | git reset | -| grhh | git reset --hard | -| groh | git reset origin/$(git_current_branch) --hard | -| grm | git rm | -| grmc | git rm --cached | -| grmv | git remote rename | -| grrm | git remote remove | -| grs | git restore | -| grset | git remote set-url | -| grss | git restore --source | -| grt | cd "$(git rev-parse --show-toplevel \|\| echo .)" | -| gru | git reset -- | -| grup | git remote update | -| grv | git remote -v | -| gsb | git status -sb | -| gsd | git svn dcommit | -| gsh | git show | -| gsi | git submodule init | -| gsps | git show --pretty=short --show-signature | -| gsr | git svn rebase | -| gss | git status -s | -| gst | git status | -| gsta | git stash push | -| gsta | git stash save | -| gstaa | git stash apply | -| gstc | git stash clear | -| gstd | git stash drop | -| gstl | git stash list | -| gstp | git stash pop | -| gsts | git stash show --text | -| gstall | git stash --all | -| gsu | git submodule update | -| gsw | git switch | -| gswc | git switch -c | -| gts | git tag -s | -| gtv | git tag \| sort -V | -| gtl | gtl(){ git tag --sort=-v:refname -n -l ${1}* }; noglob gtl | -| gunignore | git update-index --no-assume-unchanged | -| gunwip | git log -n 1 \| grep -q -c "\-\-wip\-\-" && git reset HEAD~1 | -| gup | git pull --rebase | -| gupv | git pull --rebase -v | -| gupa | git pull --rebase --autostash | -| gupav | git pull --rebase --autostash -v | -| glum | git pull upstream master | -| 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]" | - -### Deprecated - -These are aliases that have been removed, renamed, or otherwise modified in a way that may, or may not, receive further support. - -| Alias | Command | Modification | -| :----- | :----------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------- | -| gap | git add --patch | new alias `gapa` | -| gcl | git config --list | new alias `gcf` | -| gdc | git diff --cached | new alias `gdca` | -| gdt | git difftool | no replacement | -| ggpull | git pull origin $(current_branch) | new alias `ggl` (`ggpull` still exists for now though) | -| ggpur | git pull --rebase origin $(current_branch) | new alias `ggu` (`ggpur` still exists for now though) | -| ggpush | git push origin $(current_branch) | new alias `ggp` (`ggpush` still exists for now though) | -| gk | gitk --all --branches | now aliased to `gitk --all --branches` | -| glg | git log --stat --max-count = 10 | now aliased to `git log --stat --color` | -| glgg | git log --graph --max-count = 10 | now aliased to `git log --graph --color` | -| gwc | git whatchanged -p --abbrev-commit --pretty = medium | new alias `gwch` | - -## Functions - -### Current - -| Command | Description | -|:-----------------------|:----------------------------------------| -| 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 | - -### Work in Progress (WIP) - -These features allow to pause a branch development and switch to another one (_"Work in Progress"_, or wip). When you want to go back to work, just unwip it. - -| Command | Description | -|:-----------------|:------------------------------------------------| -| work_in_progress | Echoes a warning if the current branch is a wip | -| gwip | Commit wip branch | -| gunwip | Uncommit wip branch | - -### Deprecated - -| Command | Description | Reason | -|:-----------------------|:----------------------------------------|:----------------------------------------------------------------| -| current_repository | Return the names of the current remotes | Didn't work properly. Use `git remote -v` instead (`grv` alias) | diff --git a/zsh/.oh-my-zsh_old/plugins/git/git.plugin.zsh b/zsh/.oh-my-zsh_old/plugins/git/git.plugin.zsh deleted file mode 100644 index d8c4cff..0000000 --- a/zsh/.oh-my-zsh_old/plugins/git/git.plugin.zsh +++ /dev/null @@ -1,257 +0,0 @@ -# -# Functions -# - -# The name of the current branch -# Back-compatibility wrapper for when this function was defined here in -# the plugin, before being pulled in to core lib/git.zsh as git_current_branch() -# to fix the core -> git plugin dependency. -function current_branch() { - git_current_branch -} - -# Pretty log messages -function _git_log_prettily(){ - if ! [ -z $1 ]; then - git log --pretty=$1 - fi -} -compdef _git _git_log_prettily=git-log - -# Warn if the current branch is a WIP -function work_in_progress() { - if $(git log -n 1 2>/dev/null | grep -q -c "\-\-wip\-\-"); then - echo "WIP!!" - fi -} - -# -# Aliases -# (sorted alphabetically) -# - -alias g='git' - -alias ga='git add' -alias gaa='git add --all' -alias gapa='git add --patch' -alias gau='git add --update' -alias gav='git add --verbose' -alias gap='git apply' - -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 gbD='git branch -D' -alias gbl='git blame -b -w' -alias gbnm='git branch --no-merged' -alias gbr='git branch --remote' -alias gbs='git bisect' -alias gbsb='git bisect bad' -alias gbsg='git bisect good' -alias gbsr='git bisect reset' -alias gbss='git bisect start' - -alias gc='git commit -v' -alias gc!='git commit -v --amend' -alias gcn!='git commit -v --no-edit --amend' -alias gca='git commit -v -a' -alias gca!='git commit -v -a --amend' -alias gcan!='git commit -v -a --no-edit --amend' -alias gcans!='git commit -v -a -s --no-edit --amend' -alias gcam='git commit -a -m' -alias gcsm='git commit -s -m' -alias gcb='git checkout -b' -alias gcf='git config --list' -alias gcl='git clone --recurse-submodules' -alias gclean='git clean -id' -alias gpristine='git reset --hard && git clean -dfx' -alias gcm='git checkout master' -alias gcd='git checkout develop' -alias gcmsg='git commit -m' -alias gco='git checkout' -alias gcount='git shortlog -sn' -alias gcp='git cherry-pick' -alias gcpa='git cherry-pick --abort' -alias gcpc='git cherry-pick --continue' -alias gcs='git commit -S' - -alias gd='git diff' -alias gdca='git diff --cached' -alias gdcw='git diff --cached --word-diff' -alias gdct='git describe --tags $(git rev-list --tags --max-count=1)' -alias gds='git diff --staged' -alias gdt='git diff-tree --no-commit-id --name-only -r' -alias gdw='git diff --word-diff' - -function gdv() { git diff -w "$@" | view - } -compdef _git gdv=git-diff - -alias gf='git fetch' -alias gfa='git fetch --all --prune' -alias gfo='git fetch origin' - -alias gfg='git ls-files | grep' - -alias gg='git gui citool' -alias gga='git gui citool --amend' - -function ggf() { - [[ "$#" != 1 ]] && local b="$(git_current_branch)" - git push --force origin "${b:=$1}" -} -compdef _git ggf=git-checkout -function ggfl() { - [[ "$#" != 1 ]] && local b="$(git_current_branch)" - git push --force-with-lease origin "${b:=$1}" -} -compdef _git ggfl=git-checkout - -function ggl() { - if [[ "$#" != 0 ]] && [[ "$#" != 1 ]]; then - git pull origin "${*}" - else - [[ "$#" == 0 ]] && local b="$(git_current_branch)" - git pull origin "${b:=$1}" - fi -} -compdef _git ggl=git-checkout - -function ggp() { - if [[ "$#" != 0 ]] && [[ "$#" != 1 ]]; then - git push origin "${*}" - else - [[ "$#" == 0 ]] && local b="$(git_current_branch)" - git push origin "${b:=$1}" - fi -} -compdef _git ggp=git-checkout - -function ggpnp() { - if [[ "$#" == 0 ]]; then - ggl && ggp - else - ggl "${*}" && ggp "${*}" - fi -} -compdef _git ggpnp=git-checkout - -function ggu() { - [[ "$#" != 1 ]] && local b="$(git_current_branch)" - git pull --rebase origin "${b:=$1}" -} -compdef _git ggu=git-checkout - -alias ggpur='ggu' -alias ggpull='git pull origin "$(git_current_branch)"' -alias ggpush='git push origin "$(git_current_branch)"' - -alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)' -alias gpsup='git push --set-upstream origin $(git_current_branch)' - -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 gk='\gitk --all --branches' -alias gke='\gitk --all $(git log -g --pretty=%h)' - -alias gl='git pull' -alias glg='git log --stat' -alias glgp='git log --stat -p' -alias glgg='git log --graph' -alias glgga='git log --graph --decorate --all' -alias glgm='git log --graph --max-count=10' -alias glo='git log --oneline --decorate' -alias glol="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'" -alias glols="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --stat" -alias glod="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset'" -alias glods="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short" -alias glola="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all" -alias glog='git log --oneline --decorate --graph' -alias gloga='git log --oneline --decorate --graph --all' -alias glp="_git_log_prettily" - -alias gm='git merge' -alias gmom='git merge origin/master' -alias gmt='git mergetool --no-prompt' -alias gmtvim='git mergetool --no-prompt --tool=vimdiff' -alias gmum='git merge upstream/master' -alias gma='git merge --abort' - -alias gp='git push' -alias gpd='git push --dry-run' -alias gpf='git push --force-with-lease' -alias gpf!='git push --force' -alias gpoat='git push origin --all && git push origin --tags' -alias gpu='git push upstream' -alias gpv='git push -v' - -alias gr='git remote' -alias gra='git remote add' -alias grb='git rebase' -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 grbs='git rebase --skip' -alias grev='git revert' -alias grh='git reset' -alias grhh='git reset --hard' -alias groh='git reset origin/$(git_current_branch) --hard' -alias grm='git rm' -alias grmc='git rm --cached' -alias grmv='git remote rename' -alias grrm='git remote remove' -alias grs='git restore' -alias grset='git remote set-url' -alias grss='git restore --source' -alias grt='cd "$(git rev-parse --show-toplevel || echo .)"' -alias gru='git reset --' -alias grup='git remote update' -alias grv='git remote -v' - -alias gsb='git status -sb' -alias gsd='git svn dcommit' -alias gsh='git show' -alias gsi='git submodule init' -alias gsps='git show --pretty=short --show-signature' -alias gsr='git svn rebase' -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}')" \ - && alias gsta='git stash push' \ - || alias gsta='git stash save' - -alias gstaa='git stash apply' -alias gstc='git stash clear' -alias gstd='git stash drop' -alias gstl='git stash list' -alias gstp='git stash pop' -alias gsts='git stash show --text' -alias gstall='git stash --all' -alias gsu='git submodule update' -alias gsw='git switch' -alias gswc='git switch -c' - -alias gts='git tag -s' -alias gtv='git tag | sort -V' -alias gtl='gtl(){ git tag --sort=-v:refname -n -l "${1}*" }; noglob gtl' - -alias gunignore='git update-index --no-assume-unchanged' -alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1' -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 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]"' diff --git a/zsh/.oh-my-zsh_old/plugins/gitfast/README.md b/zsh/.oh-my-zsh_old/plugins/gitfast/README.md deleted file mode 100644 index 23db539..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gitfast/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Gitfast plugin - -This plugin adds completion for Git, using the zsh completion from git.git folks, which is much faster than the official one from zsh. A lot of zsh-specific features are not supported, like descriptions for every argument, but everything the bash completion has, this one does too (as it is using it behind the scenes). Not only is it faster, it should be more robust, and updated regularly to the latest git upstream version.. - -To use it, add `gitfast` to the plugins array in your zshrc file: - -```zsh -plugins=(... gitfast) -``` - -## Aliases - -An earlier version of the plugin also loaded the git plugin. If you want to keep those -aliases enable the [git plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git) -as well. diff --git a/zsh/.oh-my-zsh_old/plugins/gitfast/_git b/zsh/.oh-my-zsh_old/plugins/gitfast/_git deleted file mode 100644 index 886bf95..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gitfast/_git +++ /dev/null @@ -1,243 +0,0 @@ -#compdef git gitk - -# zsh completion wrapper for git -# -# Copyright (c) 2012-2013 Felipe Contreras -# -# You need git's bash completion script installed somewhere, by default it -# would be the location bash-completion uses. -# -# If your script is somewhere else, you can configure it on your ~/.zshrc: -# -# zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh -# -# The recommended way to install this script is to copy to '~/.zsh/_git', and -# then add the following to your ~/.zshrc file: -# -# fpath=(~/.zsh $fpath) - -complete () -{ - # do nothing - return 0 -} - -zstyle -T ':completion:*:*:git:*' tag-order && \ - zstyle ':completion:*:*:git:*' tag-order 'common-commands' - -zstyle -s ":completion:*:*:git:*" script script -if [ -z "$script" ]; then - local -a locations - local e - locations=( - $(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 - ) - for e in $locations; do - test -f $e && script="$e" && break - done -fi -GIT_SOURCING_ZSH_COMPLETION=y . "$script" - -__gitcomp () -{ - emulate -L zsh - - local cur_="${3-$cur}" - - case "$cur_" in - --*=) - ;; - *) - local c IFS=$' \t\n' - local -a array - for c in ${=1}; do - c="$c${4-}" - case $c in - --*=*|*.) ;; - *) c="$c " ;; - esac - array+=("$c") - done - compset -P '*[=:]' - compadd -Q -S '' -p "${2-}" -a -- array && _ret=0 - ;; - esac -} - -__gitcomp_direct () -{ - emulate -L zsh - - local IFS=$'\n' - compset -P '*[=:]' - compadd -Q -- ${=1} && _ret=0 -} - -__gitcomp_nl () -{ - emulate -L zsh - - local IFS=$'\n' - compset -P '*[=:]' - compadd -Q -S "${4- }" -p "${2-}" -- ${=1} && _ret=0 -} - -__gitcomp_nl_append () -{ - emulate -L zsh - - local IFS=$'\n' - 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 -} - -__git_zsh_bash_func () -{ - emulate -L ksh - - local command=$1 - - local completion_func="_git_${command//-/_}" - declare -f $completion_func >/dev/null && $completion_func && return - - local expansion=$(__git_aliased_command "$command") - if [ -n "$expansion" ]; then - words[1]=$expansion - completion_func="_git_${expansion//-/_}" - declare -f $completion_func >/dev/null && $completion_func - fi -} - -__git_zsh_cmd_common () -{ - local -a list - list=( - add:'add file contents to the index' - bisect:'find by binary search the change that introduced a bug' - branch:'list, create, or delete branches' - checkout:'checkout a branch or paths to the working tree' - clone:'clone a repository into a new directory' - commit:'record changes to the repository' - diff:'show changes between commits, commit and working tree, etc' - fetch:'download objects and refs from another repository' - grep:'print lines matching a pattern' - init:'create an empty Git repository or reinitialize an existing one' - log:'show commit logs' - merge:'join two or more development histories together' - mv:'move or rename a file, a directory, or a symlink' - pull:'fetch from and merge with another repository or a local branch' - push:'update remote refs along with associated objects' - rebase:'forward-port local commits to the updated upstream head' - reset:'reset current HEAD to the specified state' - rm:'remove files from the working tree and from the index' - show:'show various types of objects' - status:'show the working tree status' - tag:'create, list, delete or verify a tag object signed with GPG') - _describe -t common-commands 'common commands' list && _ret=0 -} - -__git_zsh_cmd_alias () -{ - local -a list - list=(${${${(0)"$(git config -z --get-regexp '^alias\.')"}#alias.}%$'\n'*}) - _describe -t alias-commands 'aliases' list $* && _ret=0 -} - -__git_zsh_cmd_all () -{ - local -a list - emulate ksh -c __git_compute_all_commands - list=( ${=__git_all_commands} ) - _describe -t all-commands 'all commands' list && _ret=0 -} - -__git_zsh_main () -{ - local curcontext="$curcontext" state state_descr line - typeset -A opt_args - local -a orig_words - - orig_words=( ${words[@]} ) - - _arguments -C \ - '(-p --paginate --no-pager)'{-p,--paginate}'[pipe all output into ''less'']' \ - '(-p --paginate)--no-pager[do not pipe git output into a pager]' \ - '--git-dir=-[set the path to the repository]: :_directories' \ - '--bare[treat the repository as a bare repository]' \ - '(- :)--version[prints the git suite version]' \ - '--exec-path=-[path to where your core git programs are installed]:: :_directories' \ - '--html-path[print the path where git''s HTML documentation is installed]' \ - '--info-path[print the path where the Info files are installed]' \ - '--man-path[print the manpath (see `man(1)`) for the man pages]' \ - '--work-tree=-[set the path to the working tree]: :_directories' \ - '--namespace=-[set the git namespace]' \ - '--no-replace-objects[do not use replacement refs to replace git objects]' \ - '(- :)--help[prints the synopsis and a list of the most commonly used commands]: :->arg' \ - '(-): :->command' \ - '(-)*:: :->arg' && return - - case $state in - (command) - _alternative \ - 'alias-commands:alias:__git_zsh_cmd_alias' \ - 'common-commands:common:__git_zsh_cmd_common' \ - 'all-commands:all:__git_zsh_cmd_all' && _ret=0 - ;; - (arg) - local command="${words[1]}" __git_dir - - if (( $+opt_args[--bare] )); then - __git_dir='.' - else - __git_dir=${opt_args[--git-dir]} - fi - - (( $+opt_args[--help] )) && command='help' - - words=( ${orig_words[@]} ) - - __git_zsh_bash_func $command - ;; - esac -} - -_git () -{ - local _ret=1 - local cur cword prev - - cur=${words[CURRENT]} - prev=${words[CURRENT-1]} - let cword=CURRENT-1 - - if (( $+functions[__${service}_zsh_main] )); then - __${service}_zsh_main - else - emulate ksh -c __${service}_main - fi - - let _ret && _default && _ret=0 - return _ret -} - -_git diff --git a/zsh/.oh-my-zsh_old/plugins/gitfast/git-completion.bash b/zsh/.oh-my-zsh_old/plugins/gitfast/git-completion.bash deleted file mode 100644 index e087c4b..0000000 --- a/zsh/.oh-my-zsh_old/plugins/gitfast/git-completion.bash +++ /dev/null @@ -1,3151 +0,0 @@ -# bash/zsh completion support for core Git. -# -# Copyright (C) 2006,2007 Shawn O. Pearce -# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). -# Distributed under the GNU General Public License, version 2.0. -# -# The contained completion routines provide support for completing: -# -# *) local and remote branch names -# *) local and remote tag names -# *) .git/remotes file names -# *) git 'subcommands' -# *) git email aliases for git-send-email -# *) tree paths within 'ref:path/to/file' expressions -# *) file paths within current working directory and index -# *) common --long-options -# -# To use these routines: -# -# 1) Copy this file to somewhere (e.g. ~/.git-completion.bash). -# 2) Add the following line to your .bashrc/.zshrc: -# source ~/.git-completion.bash -# 3) Consider changing your PS1 to also show the current branch, -# see git-prompt.sh for details. -# -# If you use complex aliases of form '!f() { ... }; f', you can use the null -# command ':' as the first command in the function body to declare the desired -# completion style. For example '!f() { : git commit ; ... }; f' will -# 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). - -case "$COMP_WORDBREAKS" in -*:*) : great ;; -*) COMP_WORDBREAKS="$COMP_WORDBREAKS:" -esac - -# Discovers the path to the git repository taking any '--git-dir=' and -# '-C ' options into account and stores it in the $__git_repo_path -# variable. -__git_find_repo_path () -{ - if [ -n "$__git_repo_path" ]; then - # we already know where it is - return - fi - - if [ -n "${__git_C_args-}" ]; then - __git_repo_path="$(git "${__git_C_args[@]}" \ - ${__git_dir:+--git-dir="$__git_dir"} \ - rev-parse --absolute-git-dir 2>/dev/null)" - elif [ -n "${__git_dir-}" ]; then - test -d "$__git_dir" && - __git_repo_path="$__git_dir" - elif [ -n "${GIT_DIR-}" ]; then - test -d "${GIT_DIR-}" && - __git_repo_path="$GIT_DIR" - elif [ -d .git ]; then - __git_repo_path=.git - else - __git_repo_path="$(git rev-parse --git-dir 2>/dev/null)" - fi -} - -# Deprecated: use __git_find_repo_path() and $__git_repo_path instead -# __gitdir accepts 0 or 1 arguments (i.e., location) -# returns location of .git repo -__gitdir () -{ - if [ -z "${1-}" ]; then - __git_find_repo_path || return 1 - echo "$__git_repo_path" - elif [ -d "$1/.git" ]; then - echo "$1/.git" - else - echo "$1" - fi -} - -# Runs git with all the options given as argument, respecting any -# '--git-dir=' and '-C ' options present on the command line -__git () -{ - git ${__git_C_args:+"${__git_C_args[@]}"} \ - ${__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+ -# -# Copyright © 2006-2008, Ian Macdonald -# © 2009-2010, Bash Completion Maintainers -# -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, see . -# -# The latest version of this software can be obtained here: -# -# http://bash-completion.alioth.debian.org/ -# -# RELEASE: 2.x - -# This function can be used to access a tokenized list of words -# on the command line: -# -# __git_reassemble_comp_words_by_ref '=:' -# if test "${words_[cword_-1]}" = -w -# then -# ... -# fi -# -# The argument should be a collection of characters from the list of -# word completion separators (COMP_WORDBREAKS) to treat as ordinary -# characters. -# -# This is roughly equivalent to going back in time and setting -# COMP_WORDBREAKS to exclude those characters. The intent is to -# make option types like --date= and : easy to -# recognize by treating each shell word as a single token. -# -# It is best not to set COMP_WORDBREAKS directly because the value is -# shared with other completion scripts. By the time the completion -# function gets called, COMP_WORDS has already been populated so local -# changes to COMP_WORDBREAKS have no effect. -# -# Output: words_, cword_, cur_. - -__git_reassemble_comp_words_by_ref() -{ - local exclude i j first - # Which word separators to exclude? - exclude="${1//[^$COMP_WORDBREAKS]}" - cword_=$COMP_CWORD - if [ -z "$exclude" ]; then - words_=("${COMP_WORDS[@]}") - return - fi - # List of word completion separators has shrunk; - # re-assemble words to complete. - for ((i=0, j=0; i < ${#COMP_WORDS[@]}; i++, j++)); do - # Append each nonempty word consisting of just - # word separator characters to the current word. - first=t - while - [ $i -gt 0 ] && - [ -n "${COMP_WORDS[$i]}" ] && - # word consists of excluded word separators - [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] - do - # Attach to the previous token, - # unless the previous token is the command name. - if [ $j -ge 2 ] && [ -n "$first" ]; then - ((j--)) - fi - first= - words_[$j]=${words_[j]}${COMP_WORDS[i]} - if [ $i = $COMP_CWORD ]; then - cword_=$j - fi - if (($i < ${#COMP_WORDS[@]} - 1)); then - ((i++)) - else - # Done. - return - fi - done - words_[$j]=${words_[j]}${COMP_WORDS[i]} - if [ $i = $COMP_CWORD ]; then - cword_=$j - fi - done -} - -if ! type _get_comp_words_by_ref >/dev/null 2>&1; then -_get_comp_words_by_ref () -{ - local exclude cur_ words_ cword_ - if [ "$1" = "-n" ]; then - exclude=$2 - shift 2 - fi - __git_reassemble_comp_words_by_ref "$exclude" - cur_=${words_[cword_]} - while [ $# -gt 0 ]; do - case "$1" in - cur) - cur=$cur_ - ;; - prev) - prev=${words_[$cword_-1]} - ;; - words) - words=("${words_[@]}") - ;; - cword) - cword=$cword_ - ;; - esac - shift - done -} -fi - -# Fills the COMPREPLY array with prefiltered words without any additional -# processing. -# Callers must take care of providing only words that match the current word -# to be completed and adding any prefix and/or suffix (trailing space!), if -# necessary. -# 1: List of newline-separated matching completion words, complete with -# prefix and suffix. -__gitcomp_direct () -{ - local IFS=$'\n' - - COMPREPLY=($1) -} - -__gitcompappend () -{ - local x i=${#COMPREPLY[@]} - for x in $1; do - if [[ "$x" == "$3"* ]]; then - COMPREPLY[i++]="$2$x$4" - fi - done -} - -__gitcompadd () -{ - COMPREPLY=() - __gitcompappend "$@" -} - -# Generates completion reply, appending a space to possible completion words, -# if necessary. -# It accepts 1 to 4 arguments: -# 1: List of possible completion words. -# 2: A prefix to be added to each possible completion word (optional). -# 3: Generate possible completion matches for this word (optional). -# 4: A suffix to be appended to each possible completion word (optional). -__gitcomp () -{ - local cur_="${3-$cur}" - - 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 - --*=*|*.) ;; - *) c="$c " ;; - esac - COMPREPLY[i++]="${2-}$c" - fi - done - ;; - 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 () -{ - local IFS=$'\n' - __gitcompappend "$1" "${2-}" "${3-$cur}" "${4- }" -} - -# Generates completion reply from newline-separated possible completion words -# by appending a space to all of them. -# It accepts 1 to 4 arguments: -# 1: List of possible completion words, separated by a single newline. -# 2: A prefix to be added to each possible completion word (optional). -# 3: Generate possible completion matches for this word (optional). -# 4: A suffix to be appended to each possible completion word instead of -# the default space (optional). If specified but empty, nothing is -# appended. -__gitcomp_nl () -{ - COMPREPLY=() - __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: -# 1: List of possible completion filenames, separated by a single newline. -# 2: A directory prefix to be added to each possible completion filename -# (optional). -# 3: Generate possible completion matches for this word (optional). -__gitcomp_file () -{ - local IFS=$'\n' - - # XXX does not work when the directory prefix contains a tilde, - # since tilde expansion is not applied. - # This means that COMPREPLY will be empty and Bash default - # completion will be used. - __gitcompadd "$1" "${2-}" "${3-$cur}" "" - - # 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 -} - -# Execute 'git ls-files', unless the --committable option is specified, in -# which case it runs 'git diff-index' to find out the files that can be -# committed. It return paths relative to the directory specified in the first -# argument, and using the options specified in the second argument. -__git_ls_files_helper () -{ - if [ "$2" == "--committable" ]; then - __git -C "$1" -c core.quotePath=false diff-index \ - --name-only --relative HEAD -- "${3//\\/\\\\}*" - 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//\\/\\\\}*" - fi -} - - -# __git_index_files accepts 1 or 2 arguments: -# 1: Options to pass to ls-files (required). -# 2: A directory path (optional). -# 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" - - __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_")" -} - -# Lists branches from the local repository. -# 1: A prefix to be added to each listed branch (optional). -# 2: List only branches matching this word (optional; list all branches if -# unset or empty). -# 3: A suffix to be appended to each listed branch (optional). -__git_heads () -{ - local pfx="${1-}" cur_="${2-}" sfx="${3-}" - - __git for-each-ref --format="${pfx//\%/%%}%(refname:strip=2)$sfx" \ - "refs/heads/$cur_*" "refs/heads/$cur_*/**" -} - -# Lists tags from the local repository. -# Accepts the same positional parameters as __git_heads() above. -__git_tags () -{ - local pfx="${1-}" cur_="${2-}" sfx="${3-}" - - __git for-each-ref --format="${pfx//\%/%%}%(refname:strip=2)$sfx" \ - "refs/tags/$cur_*" "refs/tags/$cur_*/**" -} - -# Lists refs from the local (by default) or from a remote repository. -# It accepts 0, 1 or 2 arguments: -# 1: The remote to list refs from (optional; ignored, if set but empty). -# Can be the name of a configured remote, a path, or a URL. -# 2: In addition to local refs, list unique branches from refs/remotes/ for -# 'git checkout's tracking DWIMery (optional; ignored, if set but empty). -# 3: A prefix to be added to each listed ref (optional). -# 4: List only refs matching this word (optional; list all refs if unset or -# empty). -# 5: A suffix to be appended to each listed ref (optional; ignored, if set -# but empty). -# -# Use __git_complete_refs() instead. -__git_refs () -{ - local i hash dir track="${2-}" - local list_refs_from=path remote="${1-}" - local format refs - local pfx="${3-}" cur_="${4-$cur}" sfx="${5-}" - local match="${4-}" - local fer_pfx="${pfx//\%/%%}" # "escape" for-each-ref format specifiers - - __git_find_repo_path - dir="$__git_repo_path" - - if [ -z "$remote" ]; then - if [ -z "$dir" ]; then - return - fi - else - if __git_is_configured_remote "$remote"; then - # configured remote takes precedence over a - # local directory with the same name - list_refs_from=remote - elif [ -d "$remote/.git" ]; then - dir="$remote/.git" - elif [ -d "$remote" ]; then - dir="$remote" - else - list_refs_from=url - fi - fi - - if [ "$list_refs_from" = path ]; then - if [[ "$cur_" == ^* ]]; then - pfx="$pfx^" - fer_pfx="$fer_pfx^" - cur_=${cur_#^} - match=${match#^} - fi - case "$cur_" in - refs|refs/*) - format="refname" - refs=("$match*" "$match*/**") - track="" - ;; - *) - for i in HEAD FETCH_HEAD ORIG_HEAD MERGE_HEAD REBASE_HEAD; do - case "$i" in - $match*) - if [ -e "$dir/$i" ]; then - echo "$pfx$i$sfx" - fi - ;; - esac - done - format="refname:strip=2" - refs=("refs/tags/$match*" "refs/tags/$match*/**" - "refs/heads/$match*" "refs/heads/$match*/**" - "refs/remotes/$match*" "refs/remotes/$match*/**") - ;; - esac - __git_dir="$dir" __git for-each-ref --format="$fer_pfx%($format)$sfx" \ - "${refs[@]}" - if [ -n "$track" ]; then - # employ the heuristic used by git checkout - # Try to find a remote branch that matches the completion word - # but only output if the branch name is unique - __git for-each-ref --format="$fer_pfx%(refname:strip=3)$sfx" \ - --sort="refname:strip=3" \ - "refs/remotes/*/$match*" "refs/remotes/*/$match*/**" | \ - uniq -u - fi - return - fi - case "$cur_" in - refs|refs/*) - __git ls-remote "$remote" "$match*" | \ - while read -r hash i; do - case "$i" in - *^{}) ;; - *) echo "$pfx$i$sfx" ;; - esac - done - ;; - *) - if [ "$list_refs_from" = remote ]; then - case "HEAD" in - $match*) echo "${pfx}HEAD$sfx" ;; - esac - __git for-each-ref --format="$fer_pfx%(refname:strip=3)$sfx" \ - "refs/remotes/$remote/$match*" \ - "refs/remotes/$remote/$match*/**" - else - local query_symref - case "HEAD" in - $match*) query_symref="HEAD" ;; - esac - __git ls-remote "$remote" $query_symref \ - "refs/tags/$match*" "refs/heads/$match*" \ - "refs/remotes/$match*" | - while read -r hash i; do - case "$i" in - *^{}) ;; - refs/*) echo "$pfx${i#refs/*/}$sfx" ;; - *) echo "$pfx$i$sfx" ;; # symbolic refs - esac - done - fi - ;; - esac -} - -# Completes refs, short and long, local and remote, symbolic and pseudo. -# -# Usage: __git_complete_refs [