Brew error unknown command switch

I am in the process of trying to restart some legacy project that demands the use of an older version of openssl. I have found good input on the issue here, which worked on one of my machines but n...

I am in the process of trying to restart some legacy project that demands the use of an older version of openssl.

I have found good input on the issue here, which worked on one of my machines but not the other, which gives me the following error:

$  brew switch openssl 1.0.2t
Error: Unknown command: switch

The error does not seem to be very common, nothing helpful is showing up on a google/stackoverflow search.

What I have tried so far:

  • resolved all warnings shown by brew doctor
  • run brew update && brew upgrade
  • updated Xcode Command Line Tools
  • reinstalled openssl

What can I do to fix this?

asked Feb 6, 2021 at 22:48

de.'s user avatar

2

As I commented above, Homebrew got rid of the switch command entirely, which is why it says «Unknown command».

But rbenv provides a tap that you can install openssl from. You can run the command below:

brew install rbenv/tap/openssl@1.0

If you’re installing openssl@1.0 for Ruby purposes, this thread tells you how to do that as well. For example:

CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.0)" RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.0)" rbenv install 2.7.2

answered Feb 8, 2021 at 12:08

reesaspieces's user avatar

reesaspiecesreesaspieces

1,4404 gold badges17 silver badges44 bronze badges

1

I just used sudo:

sudo brew switch dart 2.16.0

and close the vs code and start again.
That’s it and run without any errors.

answered Feb 7, 2022 at 14:16

Ahmadreza Shamimi's user avatar

2

brew config output

HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core.git
Core tap HEAD: 58bac2f622d827c05c87c6b1d8df05fda0ae7b4e
Core tap last commit: 2 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_BOTTLE_DOMAIN: https://mirrors.ustc.edu.cn/homebrew-bottles
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 12
http_proxy: http://127.0.0.1:7890
https_proxy: http://127.0.0.1:7890
Homebrew Ruby: 2.6.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby
CPU: dodeca-core 64-bit kabylake
Clang: 11.0 build 1103
Git: 2.28.0 => /usr/local/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 10.15.7-x86_64
CLT: 11.3.0.32.62
Xcode: N/A

brew doctor output

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/more/.


Warning: Some installed kegs have no formulae!
This means they were either deleted or installed with `brew diy`.
You should find replacements for the following formulae:
  sshpass

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected dylibs:
  /usr/local/lib/libprotobuf-lite.23.dylib
  /usr/local/lib/libprotobuf.23.dylib
  /usr/local/lib/libprotoc.23.dylib

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
  /usr/local/include/google/protobuf/any.h
  /usr/local/include/google/protobuf/any.pb.h
  /usr/local/include/google/protobuf/api.pb.h
  /usr/local/include/google/protobuf/arena.h
  /usr/local/include/google/protobuf/arena_impl.h
  /usr/local/include/google/protobuf/arenastring.h
  /usr/local/include/google/protobuf/compiler/code_generator.h
  /usr/local/include/google/protobuf/compiler/command_line_interface.h
  /usr/local/include/google/protobuf/compiler/cpp/cpp_generator.h
  /usr/local/include/google/protobuf/compiler/csharp/csharp_generator.h
  /usr/local/include/google/protobuf/compiler/csharp/csharp_names.h
  /usr/local/include/google/protobuf/compiler/importer.h
  /usr/local/include/google/protobuf/compiler/java/java_generator.h
  /usr/local/include/google/protobuf/compiler/java/java_names.h
  /usr/local/include/google/protobuf/compiler/js/js_generator.h
  /usr/local/include/google/protobuf/compiler/js/well_known_types_embed.h
  /usr/local/include/google/protobuf/compiler/objectivec/objectivec_generator.h
  /usr/local/include/google/protobuf/compiler/objectivec/objectivec_helpers.h
  /usr/local/include/google/protobuf/compiler/parser.h
  /usr/local/include/google/protobuf/compiler/php/php_generator.h
  /usr/local/include/google/protobuf/compiler/plugin.h
  /usr/local/include/google/protobuf/compiler/plugin.pb.h
  /usr/local/include/google/protobuf/compiler/python/python_generator.h
  /usr/local/include/google/protobuf/compiler/ruby/ruby_generator.h
  /usr/local/include/google/protobuf/descriptor.h
  /usr/local/include/google/protobuf/descriptor.pb.h
  /usr/local/include/google/protobuf/descriptor_database.h
  /usr/local/include/google/protobuf/duration.pb.h
  /usr/local/include/google/protobuf/dynamic_message.h
  /usr/local/include/google/protobuf/empty.pb.h
  /usr/local/include/google/protobuf/extension_set.h
  /usr/local/include/google/protobuf/extension_set_inl.h
  /usr/local/include/google/protobuf/field_mask.pb.h
  /usr/local/include/google/protobuf/generated_enum_reflection.h
  /usr/local/include/google/protobuf/generated_enum_util.h
  /usr/local/include/google/protobuf/generated_message_reflection.h
  /usr/local/include/google/protobuf/generated_message_table_driven.h
  /usr/local/include/google/protobuf/generated_message_util.h
  /usr/local/include/google/protobuf/has_bits.h
  /usr/local/include/google/protobuf/implicit_weak_message.h
  /usr/local/include/google/protobuf/inlined_string_field.h
  /usr/local/include/google/protobuf/io/coded_stream.h
  /usr/local/include/google/protobuf/io/gzip_stream.h
  /usr/local/include/google/protobuf/io/io_win32.h
  /usr/local/include/google/protobuf/io/printer.h
  /usr/local/include/google/protobuf/io/strtod.h
  /usr/local/include/google/protobuf/io/tokenizer.h
  /usr/local/include/google/protobuf/io/zero_copy_stream.h
  /usr/local/include/google/protobuf/io/zero_copy_stream_impl.h
  /usr/local/include/google/protobuf/io/zero_copy_stream_impl_lite.h
  /usr/local/include/google/protobuf/map.h
  /usr/local/include/google/protobuf/map_entry.h
  /usr/local/include/google/protobuf/map_entry_lite.h
  /usr/local/include/google/protobuf/map_field.h
  /usr/local/include/google/protobuf/map_field_inl.h
  /usr/local/include/google/protobuf/map_field_lite.h
  /usr/local/include/google/protobuf/map_type_handler.h
  /usr/local/include/google/protobuf/message.h
  /usr/local/include/google/protobuf/message_lite.h
  /usr/local/include/google/protobuf/metadata.h
  /usr/local/include/google/protobuf/metadata_lite.h
  /usr/local/include/google/protobuf/parse_context.h
  /usr/local/include/google/protobuf/port.h
  /usr/local/include/google/protobuf/reflection.h
  /usr/local/include/google/protobuf/reflection_ops.h
  /usr/local/include/google/protobuf/repeated_field.h
  /usr/local/include/google/protobuf/service.h
  /usr/local/include/google/protobuf/source_context.pb.h
  /usr/local/include/google/protobuf/struct.pb.h
  /usr/local/include/google/protobuf/stubs/bytestream.h
  /usr/local/include/google/protobuf/stubs/callback.h
  /usr/local/include/google/protobuf/stubs/casts.h
  /usr/local/include/google/protobuf/stubs/common.h
  /usr/local/include/google/protobuf/stubs/fastmem.h
  /usr/local/include/google/protobuf/stubs/hash.h
  /usr/local/include/google/protobuf/stubs/logging.h
  /usr/local/include/google/protobuf/stubs/macros.h
  /usr/local/include/google/protobuf/stubs/map_util.h
  /usr/local/include/google/protobuf/stubs/mutex.h
  /usr/local/include/google/protobuf/stubs/once.h
  /usr/local/include/google/protobuf/stubs/platform_macros.h
  /usr/local/include/google/protobuf/stubs/port.h
  /usr/local/include/google/protobuf/stubs/status.h
  /usr/local/include/google/protobuf/stubs/stl_util.h
  /usr/local/include/google/protobuf/stubs/stringpiece.h
  /usr/local/include/google/protobuf/stubs/strutil.h
  /usr/local/include/google/protobuf/stubs/template_util.h
  /usr/local/include/google/protobuf/text_format.h
  /usr/local/include/google/protobuf/timestamp.pb.h
  /usr/local/include/google/protobuf/type.pb.h
  /usr/local/include/google/protobuf/unknown_field_set.h
  /usr/local/include/google/protobuf/util/delimited_message_util.h
  /usr/local/include/google/protobuf/util/field_comparator.h
  /usr/local/include/google/protobuf/util/field_mask_util.h
  /usr/local/include/google/protobuf/util/json_util.h
  /usr/local/include/google/protobuf/util/message_differencer.h
  /usr/local/include/google/protobuf/util/time_util.h
  /usr/local/include/google/protobuf/util/type_resolver.h
  /usr/local/include/google/protobuf/util/type_resolver_util.h
  /usr/local/include/google/protobuf/wire_format.h
  /usr/local/include/google/protobuf/wire_format_lite.h
  /usr/local/include/google/protobuf/wrappers.pb.h

Warning: Unbrewed '.la' files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected '.la' files:
  /usr/local/lib/libprotobuf-lite.la
  /usr/local/lib/libprotobuf.la
  /usr/local/lib/libprotoc.la

Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected '.pc' files:
  /usr/local/lib/pkgconfig/protobuf-lite.pc
  /usr/local/lib/pkgconfig/protobuf.pc

Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected static libraries:
  /usr/local/lib/libprotobuf-lite.a
  /usr/local/lib/libprotobuf.a
  /usr/local/lib/libprotoc.a

Warning: You have uncommitted modifications to Homebrew/homebrew-core.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
  cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core && git stash && git clean -d -f

Uncommitted files:
   M .github/ISSUE_TEMPLATE.md
   M .github/ISSUE_TEMPLATE/config.yml
   M .github/PULL_REQUEST_TEMPLATE.md
   M .github/workflows/autopublish.yml
   M .github/workflows/publish-commit-bottles.yml
   M .github/workflows/tests.yml
   M CODEOWNERS
   M CONTRIBUTING.md
   M Formula/a2ps.rb
   M Formula/a52dec.rb
   M Formula/aacgain.rb
   M Formula/aalib.rb
   M Formula/aamath.rb
   M Formula/aardvark_shell_utils.rb
   M Formula/abcde.rb
   M Formula/abcl.rb
   M Formula/abcm2ps.rb
   M Formula/abcmidi.rb
   M Formula/abduco.rb
   M Formula/abnfgen.rb
   M Formula/abook.rb
   M Formula/abseil.rb
   M Formula/abuse.rb
   M Formula/abyss.rb
   M Formula/ace.rb
   M Formula/aces_container.rb
   M Formula/ack.rb
   M Formula/acme.rb
   M Formula/acmetool.rb
   M Formula/acpica.rb
   M Formula/act.rb
   M Formula/activemq-cpp.rb
   M Formula/activemq.rb
   M Formula/adios2.rb
   M Formula/admesh.rb
   M Formula/adns.rb
   M Formula/adplug.rb
   M Formula/adr-tools.rb
   M Formula/advancecomp.rb
   M Formula/advancemame.rb
   M Formula/advancemenu.rb
   M Formula/advancescan.rb
   M Formula/adwaita-icon-theme.rb
   M Formula/aescrypt-packetizer.rb
   M Formula/aescrypt.rb
   M Formula/aespipe.rb
   M Formula/afflib.rb
   M Formula/afio.rb
   M Formula/afl-fuzz.rb
   M Formula/afsctool.rb
   M Formula/aften.rb
   M Formula/afuse.rb
   M Formula/agda.rb
   M Formula/agedu.rb
   M Formula/aggregate.rb
   M Formula/aha.rb
   M Formula/ahcpd.rb
   M Formula/ahoy.rb
   M Formula/aide.rb
   M Formula/aircrack-ng.rb
   M Formula/airshare.rb
   M Formula/airspy.rb
   M Formula/akamai.rb
   M Formula/akka.rb
   M Formula/alac.rb
   M Formula/aldo.rb
   M Formula/alexjs.rb
   M Formula/algernon.rb
   M Formula/algol68g.rb
   M Formula/align.rb
   M Formula/aliyun-cli.rb
   M Formula/allegro.rb
   M Formula/allure.rb
   M Formula/allureofthestars.rb
   M Formula/alluxio.rb
   M Formula/alot.rb
   M Formula/alp.rb
   M Formula/alpine.rb
   M Formula/alure.rb
   M Formula/amap.rb
   M Formula/amazon-ecs-cli.rb
   M Formula/amdatu-bootstrap.rb
   M Formula/ammonite-repl.rb
   M Formula/amp.rb
   M Formula/ampl-mp.rb
   M Formula/amqp-cpp.rb
   M Formula/amtk.rb
   M Formula/amtterm.rb
   M Formula/analog.rb
   M Formula/angband.rb
   M Formula/angle-grinder.rb
   M Formula/angular-cli.rb
   M Formula/anime-downloader.rb
   M Formula/anjuta.rb
   M Formula/annie.rb
   M Formula/ansible-cmdb.rb
   M Formula/ansible-lint.rb
   M Formula/ansible.rb
   M Formula/ansible@2.8.rb
   M Formula/ansifilter.rb
   M Formula/ansiweather.rb
   M Formula/ant-contrib.rb
   M Formula/ant.rb
   M Formula/ant@1.9.rb
   M Formula/antibody.rb
   M Formula/antigen.rb
   M Formula/antiword.rb
   M Formula/antlr.rb
   M Formula/antlr4-cpp-runtime.rb
   M Formula/antlr@2.rb
   M Formula/anttweakbar.rb
   M Formula/anycable-go.rb
   M Formula/anyenv.rb
   M Formula/aoeui.rb
   M Formula/aom.rb
   M Formula/apache-archiva.rb
   M Formula/apache-arrow-glib.rb
   M Formula/apache-arrow.rb
   M Formula/apache-brooklyn-cli.rb
   M Formula/apache-ctakes.rb
   M Formula/apache-drill.rb
   M Formula/apache-flink.rb
   M Formula/apache-forrest.rb
   M Formula/apache-geode.rb
   M Formula/apache-opennlp.rb
   M Formula/apache-spark.rb
   M Formula/apachetop.rb
   M Formula/apcupsd.rb
   M Formula/ape.rb
   M Formula/apgdiff.rb
   M Formula/apib.rb
   M Formula/apibuilder-cli.rb
   M Formula/apidoc.rb
   M Formula/apktool.rb
   M Formula/apm-bash-completion.rb
   M Formula/apng2gif.rb
   M Formula/apngasm.rb
   M Formula/apollo-cli.rb
   M Formula/apollo.rb
   M Formula/app-engine-java.rb
   M Formula/app-engine-python.rb
   M Formula/apparix.rb
   M Formula/appium.rb
   M Formula/appledoc.rb
   M Formula/appscale-tools.rb
   M Formula/appstream-glib.rb
   M Formula/apr-util.rb
   M Formula/apr.rb
   M Formula/apt-dater.rb
   M Formula/aptly.rb
   M Formula/aqbanking.rb
   M Formula/arabica.rb
   M Formula/arangodb.rb
   M Formula/aravis.rb
   M Formula/arb.rb
   M Formula/arcade-learning-environment.rb
   M Formula/archey.rb
   M Formula/archi-steam-farm.rb
   M Formula/archivemount.rb
   M Formula/archiver.rb
   M Formula/arduino-cli.rb
   M Formula/argo.rb
   M Formula/argocd.rb
   M Formula/argon2.rb
   M Formula/argp-standalone.rb
   M Formula/argtable.rb
   M Formula/argus-clients.rb
   M Formula/argus.rb
   M Formula/argyll-cms.rb
   M Formula/aria2.rb
   M Formula/arm-linux-gnueabihf-binutils.rb
   M Formula/armadillo.rb
   M Formula/armor.rb
   M Formula/arp-scan.rb
   M Formula/arp-sk.rb
   M Formula/arpack.rb
   M Formula/arping.rb
   M Formula/arpoison.rb
   M Formula/arrayfire.rb
   M Formula/arss.rb
   M Formula/artifactory.rb
   M Formula/arx-libertatis.rb
   M Formula/ascii.rb
   M Formula/asciidoc.rb
   M Formula/asciidoctor.rb
   M Formula/asciidoctorj.rb
   M Formula/asciinema.rb
   M Formula/asciiquarium.rb
   M Formula/asciitex.rb
   M Formula/asdf.rb
   M Formula/asimov.rb
   M Formula/asio.rb
   M Formula/ask-cli.rb
   M Formula/asn1c.rb
   M Formula/aspcud.rb
   M Formula/aspectj.rb
   M Formula/aspell.rb
   M Formula/assh.rb
   M Formula/assimp.rb
   M Formula/astrometry-net.rb
   M Formula/astyle.rb
   M Formula/asuka.rb
   M Formula/asymptote.rb
   M Formula/asyncplusplus.rb
   M Formula/atari800.rb
   M Formula/atasm.rb
   M Formula/atdtool.rb
   M Formula/aterm.rb
   M Formula/atf.rb
   M Formula/atk.rb
   M Formula/atkmm.rb
   M Formula/atlantis.rb
   M Formula/atomicparsley.rb
   M Formula/atomist-cli.rb
   M Formula/atool.rb
   M Formula/ats2-postiats.rb
   M Formula/aubio.rb
   M Formula/audacious.rb
   M Formula/audiofile.rb
   M Formula/auditbeat.rb
   M Formula/augeas.rb
   M Formula/augustus.rb
   M Formula/aurora-cli.rb
   M Formula/aurora.rb
   M Formula/austin.rb
   M Formula/autobench.rb
   M Formula/autocode.rb
   M Formula/autoconf-archive.rb
   M Formula/autoconf.rb
   M Formula/autoconf@2.13.rb
   M Formula/autodiff.rb
   M Formula/autoenv.rb
   M Formula/autogen.rb
   M Formula/autojump.rb
   M Formula/automake.rb
   M Formula/automysqlbackup.rb
   M Formula/autopano-sift-c.rb
   M Formula/autopep8.rb
   M Formula/autopsy.rb
   M Formula/autorest.rb
   M Formula/autossh.rb
   M Formula/avanor.rb
   M Formula/avce00.rb
   M Formula/avfs.rb
   M Formula/aview.rb
   M Formula/avimetaedit.rb
   M Formula/avra.rb
   M Formula/avrdude.rb
   M Formula/avro-c.rb
   M Formula/avro-cpp.rb
   M Formula/avro-tools.rb
   M Formula/awf.rb
   M Formula/awk.rb
   M Formula/aws-apigateway-importer.rb
   M Formula/aws-cdk.rb
   M Formula/aws-cfn-tools.rb
   M Formula/aws-elasticbeanstalk.rb
   M Formula/aws-es-proxy.rb
   M Formula/aws-google-auth.rb
   M Formula/aws-iam-authenticator.rb
   M Formula/aws-keychain.rb
   M Formula/aws-okta.rb
   M Formula/aws-sdk-cpp.rb
   M Formula/aws-shell.rb
   M Formula/awscli.rb
   M Formula/awscli@1.rb
   M Formula/awscurl.rb
   M Formula/awslogs.rb
   M Formula/awsume.rb
   M Formula/awsweeper.rb
   M Formula/axel.rb
   M Formula/azcopy.rb
   M Formula/azure-cli.rb
   M Formula/azure-storage-cpp.rb
   M Formula/b2-tools.rb
   M Formula/b2sum.rb
   M Formula/b3sum.rb
   M Formula/b43-fwcutter.rb
   M Formula/babel.rb
   M Formula/babeld.rb
   M Formula/babl.rb
   M Formula/backupninja.rb
   M Formula/bacula-fd.rb
   M Formula/badtouch.rb
   M Formula/bagit.rb
   M Formula/balance.rb
   M Formula/balena-cli.rb
   M Formula/ballerburg.rb
   M Formula/ballerina.rb
   M Formula/bam.rb
   M Formula/bamtools.rb
   M Formula/bandcamp-dl.rb
   M Formula/bandwhich.rb
   M Formula/baobab.rb
   M Formula/bar.rb
   M Formula/bareos-client.rb
   M Formula/baresip.rb
   M Formula/bartycrouch.rb
   M Formula/base64.rb
   M Formula/base91.rb
   M Formula/basex.rb
   M Formula/bash-completion.rb
   M Formula/bash-completion@2.rb
   M Formula/bash-git-prompt.rb
   M Formula/bash-preexec.rb
   M Formula/bash-snippets.rb
   M Formula/bash.rb
   M Formula/bashdb.rb
   M Formula/bashish.rb
   M Formula/bastet.rb
   M Formula/bat.rb
   M Formula/batik.rb
   M Formula/bats-core.rb
   M Formula/bats.rb
   M Formula/bazaar.rb
   M Formula/bazel.rb
   M Formula/bazelisk.rb
   M Formula/bbcolors.rb
   M Formula/bbe.rb
   M Formula/bbftp-client.rb
   M Formula/bc.rb
   M Formula/bcal.rb
   M Formula/bcftools.rb
   M Formula/bchunk.rb
   M Formula/bcoin.rb
   M Formula/bcpp.rb
   M Formula/bcrypt.rb
   M Formula/bde.rb
   M Formula/bdw-gc.rb
   M Formula/beagle.rb
   M Formula/beancount.rb
   M Formula/beansdb.rb
   M Formula/beanstalkd.rb
   M Formula/bear.rb
   M Formula/beast.rb
   M Formula/bedops.rb
   M Formula/bedtools.rb
   M Formula/bee.rb
   M Formula/beecrypt.rb
   M Formula/befunge93.rb
   M Formula/bench.rb
   M Formula/benthos.rb
   M Formula/bento4.rb
   M Formula/berglas.rb
   M Formula/berkeley-db.rb
   M Formula/berkeley-db@4.rb
   M Formula/bettercap.rb
   M Formula/betty.rb
   M Formula/bfg.rb
   M Formula/bgpdump.rb
   M Formula/bgpq3.rb
   M Formula/bgpstream.rb
   M Formula/bgrep.rb
   M Formula/bib-tool.rb
   M Formula/bibclean.rb
   M Formula/bibtex2html.rb
   M Formula/bibtexconv.rb
   M Formula/bibutils.rb
   M Formula/bic.rb
   M Formula/bigloo.rb
   M Formula/binaryen.rb
   M Formula/bind.rb
   M Formula/bindfs.rb
   M Formula/bingrep.rb
   M Formula/binkd.rb
   M Formula/binutils.rb
   M Formula/binwalk.rb
   M Formula/bioawk.rb
   M Formula/biosig.rb
   M Formula/bison.rb
   M Formula/bison@2.7.rb
   M Formula/bit.rb
   M Formula/bitchx.rb
   M Formula/bitcoin.rb
   M Formula/bitlbee.rb
   M Formula/bitrise.rb
   M Formula/bittwist.rb
   M Formula/bitwarden-cli.rb
   M Formula/bitwise.rb
   M Formula/black.rb
   M Formula/blackbox.rb
   M Formula/blahtexml.rb
   M Formula/blast.rb
   M Formula/blastem.rb
   M Formula/blazeblogger.rb
   M Formula/blazegraph.rb
   M Formula/blink1.rb
   M Formula/blis.rb
   M Formula/blitz.rb
   M Formula/blitzwave.rb
   M Formula/bloaty.rb
   M Formula/blockhash.rb
   M Formula/blogc.rb
   M Formula/bltool.rb
   M Formula/bluepill.rb
   M Formula/bluetoothconnector.rb
   M Formula/blueutil.rb
   M Formula/bmake.rb
   M Formula/bmon.rb
   M Formula/bnd.rb
   M Formula/bnfc.rb
   M Formula/bochs.rb
   M Formula/bogofilter.rb
   M Formula/bombadillo.rb
   M Formula/bond.rb
   M Formula/bonnie++.rb
   M Formula/bookloupe.rb
   M Formula/boom-completion.rb
   M Formula/boost-bcp.rb
   M Formula/boost-build.rb
   M Formula/boost-mpi.rb
   M Formula/boost-python.rb
   M Formula/boost-python3.rb
   M Formula/boost.rb
   M Formula/boost@1.57.rb
   M Formula/boost@1.60.rb
   M Formula/boot-clj.rb
   M Formula/bootloadhid.rb
   M Formula/borgmatic.rb
   M Formula/boringtun.rb
   M Formula/bork.rb
   M Formula/botan.rb
   M Formula/bower.rb
   M Formula/bowtie2.rb
   M Formula/boxes.rb
   M Formula/bpm-tools.rb
   M Formula/brag.rb
   M Formula/braid.rb
   M Formula/brainfuck.rb
   M Formula/breezy.rb
   M Formula/brew-cask-completion.rb
   M Formula/brew-gem.rb
   M Formula/brew-php-switcher.rb
   M Formula/brew-pip.rb
   M Formula/brightness.rb
   M Formula/briss.rb
   M Formula/brogue.rb
   M Formula/broot.rb
   M Formula/brotli.rb
   M Formula/browser.rb
   M Formula/bsdconv.rb
   M Formula/bsdiff.rb
   M Formula/bsdmake.rb
   M Formula/bsdsfv.rb
   M Formula/bsponmpi.rb
   M Formula/btfs.rb
   M Formula/btparse.rb
   M Formula/btpd.rb
   M Formula/buildapp.rb
   M Formula/buildifier.rb
   M Formula/buildkit.rb
   M Formula/buildozer.rb
   M Formula/buku.rb
   M Formula/bulk_extractor.rb
   M Formula/bullet.rb
   M Formula/bumpversion.rb
   M Formula/bundler-completion.rb
   M Formula/bundletool.rb
   M Formula/bup.rb
   M Formula/burl.rb
   M Formula/burp.rb
   M Formula/bvi.rb
   M Formula/bwa.rb
   M Formula/bwctl.rb
   M Formula/bwfmetaedit.rb
   M Formula/bwm-ng.rb
   M Formula/byacc.rb
   M Formula/byobu.rb
   M Formula/byteman.rb
   M Formula/bzip2.rb
   M Formula/bzr-builder.rb
   M Formula/bzr-colo.rb
   M Formula/bzr-externals.rb
   M Formula/bzr-extmerge.rb
   M Formula/bzr-rewrite.rb
   M Formula/bzr-upload.rb
   M Formula/bzr-xmloutput.rb
   M Formula/bzrtools.rb
   M Formula/bzt.rb
   M Formula/c-ares.rb
   M Formula/c-blosc.rb
   M Formula/c-kermit.rb
   M Formula/c10t.rb
   M Formula/c14-cli.rb
   M Formula/c2048.rb
   M Formula/cabal-install.rb
   M Formula/cabextract.rb
   M Formula/cabocha.rb
   M Formula/cacli.rb
   M Formula/cadaver.rb
   M Formula/caddy.rb
   M Formula/cadence.rb
   M Formula/cadubi.rb
   M Formula/caf.rb
   M Formula/cafeobj.rb
   M Formula/caffe.rb
   M Formula/cairo.rb
   M Formula/cairomm.rb
   M Formula/cake.rb
   M Formula/calabash.rb
   M Formula/calc.rb
   M Formula/calceph.rb
   M Formula/calcurse.rb
   M Formula/calicoctl.rb
   M Formula/camellia.rb
   M Formula/camlp5.rb
   M Formula/cap-completion.rb
   M Formula/capnp.rb
   M Formula/capstone.rb
   M Formula/cargo-c.rb
   M Formula/cargo-instruments.rb
   M Formula/carina.rb
   M Formula/carla.rb
   M Formula/carrot2.rb
   M Formula/carthage.rb
   M Formula/carton.rb
   M Formula/cartridge-cli.rb
   M Formula/cash-cli.rb
   M Formula/cask.rb
   M Formula/cassandra-cpp-driver.rb
   M Formula/cassandra-reaper.rb
   M Formula/cassandra.rb
   M Formula/cassandra@2.1.rb
   M Formula/cassandra@2.2.rb
   M Formula/cassowary.rb
   M Formula/castxml.rb
   M Formula/cataclysm.rb
   M Formula/catch2.rb
   M Formula/catimg.rb
   M Formula/cattle.rb
   M Formula/cayley.rb
   M Formula/cbmbasic.rb
   M Formula/cbmc.rb
   M Formula/cc65.rb
   M Formula/ccache.rb
   M Formula/ccal.rb
   M Formula/ccat.rb
   M Formula/ccd2iso.rb
   M Formula/ccextractor.rb
   M Formula/ccfits.rb
   M Formula/ccheck.rb
   M Formula/ccls.rb
   M Formula/ccm.rb
   M Formula/cconv.rb
   M Formula/ccrypt.rb
   M Formula/cctz.rb
   M Formula/ccze.rb
   M Formula/cd-discid.rb
   M Formula/cdargs.rb
   M Formula/cdb.rb
   M Formula/cddlib.rb
   M Formula/cdecl.rb
   M Formula/cdk.rb
   M Formula/cdk8s.rb
   M Formula/cdlabelgen.rb
   M Formula/cdo.rb
   M Formula/cdogs-sdl.rb
   M Formula/cdparanoia.rb
   M Formula/cdpr.rb
   M Formula/cdrdao.rb
   M Formula/cdrtools.rb
   M Formula/cedille.rb
   M Formula/celero.rb
   M Formula/center-im.rb
   M Formula/cereal.rb
   M Formula/ceres-solver.rb
   M Formula/cern-ndiff.rb
   M Formula/certbot.rb
   M Formula/certigo.rb
   M Formula/certstrap.rb
   M Formula/ceylon.rb
   M Formula/cf-tool.rb
   M Formula/cf.rb
   M Formula/cf4ocl.rb
   M Formula/cfengine.rb
   M Formula/cfitsio.rb
   M Formula/cflow.rb
   M Formula/cfn-lint.rb
   M Formula/cfr-decompiler.rb
   M Formula/cfssl.rb
   M Formula/cfv.rb
   M Formula/cgal.rb
   M Formula/cgdb.rb
   M Formula/cgit.rb
   M Formula/cglm.rb
   M Formula/cgns.rb
   M Formula/cgoban.rb
   M Formula/cgrep.rb
   M Formula/cgvg.rb
   M Formula/chadwick.rb
   M Formula/chafa.rb
   M Formula/chaiscript.rb
   M Formula/chakra.rb
   M Formula/chalk-cli.rb
   M Formula/chamber.rb
   M Formula/chapel.rb
   M Formula/charm-tools.rb
   M Formula/charm.rb
   M Formula/chart-testing.rb
   M Formula/chcase.rb
   M Formula/cheapglk.rb
   M Formula/cheat.rb
   M Formula/check.rb
   M Formula/check_postgres.rb
   M Formula/checkbashisms.rb
   M Formula/checkstyle.rb
   M Formula/cheops.rb
   M Formula/chezmoi.rb
   M Formula/chezscheme.rb
   M Formula/chgems.rb
   M Formula/chibi-scheme.rb
   M Formula/chicken.rb
   M Formula/chinadns-c.rb
   M Formula/chipmunk.rb
   M Formula/chisel.rb
   M Formula/chkrootkit.rb
   M Formula/chmlib.rb
   M Formula/chocolate-doom.rb
   M Formula/choose-gui.rb
   M Formula/choose-rust.rb
   M Formula/choose.rb
   M Formula/chordii.rb
   M Formula/chromaprint.rb
   M Formula/chrome-cli.rb
   M Formula/chrome-export.rb
   M Formula/chronograf.rb
   M Formula/chrony.rb
   M Formula/chruby-fish.rb
   M Formula/chruby.rb
   M Formula/chuck.rb
   M Formula/cidrmerge.rb
   M Formula/cifer.rb
   M Formula/cig.rb
   M Formula/cimg.rb
   M Formula/circleci.rb
   M Formula/citus.rb
   M Formula/cityhash.rb
   M Formula/civl.rb
   M Formula/cjdns.rb
   M Formula/cjson.rb
   M Formula/ckan.rb
   M Formula/cksfv.rb
   M Formula/clac.rb
   M Formula/clair.rb
   M Formula/clamav.rb
   M Formula/clamz.rb
   M Formula/clang-format.rb
   M Formula/classads.rb
   M Formula/claws-mail.rb
   M Formula/clblas.rb
   M Formula/clblast.rb
   M Formula/clean.rb
   M Formula/clearlooks-phenix.rb
   M Formula/clens.rb
   M Formula/clfft.rb
   M Formula/clhep.rb
   M Formula/cli53.rb
   M Formula/clib.rb
   M Formula/click.rb
   M Formula/cliclick.rb
   M Formula/clinfo.rb
   M Formula/cling.rb
   M Formula/clingo.rb
   M Formula/clip.rb
   M Formula/clipper.rb
   M Formula/clipsafe.rb
   M Formula/clisp.rb
   M Formula/cln.rb
   M Formula/cloc.rb
   M Formula/clockywock.rb
   M Formula/clog.rb
   M Formula/clojure-lsp.rb
   M Formula/clojure.rb
   M Formula/clojurescript.rb
   M Formula/cloog.rb
   M Formula/closure-compiler.rb
   M Formula/closure-stylesheets.rb
   M Formula/cloud-nuke.rb
   M Formula/cloud-watch.rb
   M Formula/cloudformation-cli.rb
   M Formula/clozure-cl.rb
   M Formula/clp.rb
   M Formula/clpbar.rb
   M Formula/clucene.rb
   M Formula/clutter-gst.rb
   M Formula/clutter-gtk.rb
   M Formula/clutter.rb
   M Formula/clzip.rb
   M Formula/cmake.rb
   M Formula/cmark-gfm.rb
   M Formula/cmark.rb
   M Formula/cmatrix.rb
   M Formula/cmdshelf.rb
   M Formula/cmigemo.rb
   M Formula/cminpack.rb
   M Formula/cmix.rb
   M Formula/cmocka.rb
   M Formula/cmockery.rb
   M Formula/cmockery2.rb
   M Formula/cmt.rb
   M Formula/cmu-pocketsphinx.rb
   M Formula/cmu-sphinxbase.rb
   M Formula/cmuclmtk.rb
   M Formula/cmus.rb
   M Formula/cmusfm.rb
   M Formula/cnats.rb
   M Formula/cntlm.rb
   M Formula/cobalt.rb
   M Formula/coccinelle.rb
   M Formula/cocoapods.rb
   M Formula/coconut.rb
   M Formula/cocot.rb
   M Formula/coda-cli.rb
   M Formula/code-server.rb
   M Formula/codec2.rb
   M Formula/codemod.rb
   M Formula/codequery.rb
   M Formula/codespell.rb
   M Formula/coffeescript.rb
   M Formula/cogl.rb
   M Formula/cointop.rb
   M Formula/coinutils.rb
   M Formula/colfer.rb
   M Formula/collada-dom.rb
   M Formula/collectd.rb
   M Formula/collector-sidecar.rb
   M Formula/color-code.rb
   M Formula/colordiff.rb
   M Formula/colormake.rb
   M Formula/colorsvn.rb
   M Formula/colortail.rb
   M Formula/comby.rb
   M Formula/commandbox.rb
   M Formula/compface.rb
   M Formula/composer.rb
   M Formula/conan.rb
   M Formula/concurrencykit.rb
   M Formula/confd.rb
   M Formula/configen.rb
   M Formula/confuse.rb
   M Formula/conjure-up.rb
   M Formula/connect.rb
   M Formula/conserver.rb
   M Formula/console_bridge.rb
   M Formula/consul-backinator.rb
   M Formula/consul-template.rb
   M Formula/consul.rb
   M Formula/contacts.rb
   M Formula/container-diff.rb
   M Formula/container-structure-test.rb
   M Formula/contentful-cli.rb
   M Formula/convertlit.rb
   M Formula/convmv.rb
   M Formula/convox.rb
   M Formula/cookiecutter.rb
   M Formula/copilot.rb
   M Formula/coq.rb
   M Formula/corectl.rb
   M Formula/coredns.rb
   M Formula/coreos-ct.rb
   M Formula/coreutils.rb
   M Formula/corkscrew.rb
   M Formula/corral.rb
   M Formula/corsixth.rb
   M Formula/cortex.rb
   M Formula/cosi.rb
   M Formula/coturn.rb
   M Formula/couchdb-lucene.rb
   M Formula/couchdb.rb
   M Formula/couchpotatoserver.rb
   M Formula/cowsay.rb
   M Formula/cp2k.rb
   M Formula/cpanminus.rb
   M Formula/cpansearch.rb
   M Formula/cpio.rb
   M Formula/cpl.rb
   M Formula/cpm.rb
   M Formula/cpmtools.rb
   M Formula/cpp-gsl.rb
   M Formula/cppad.rb
   M Formula/cppcheck.rb
   M Formula/cppcms.rb
   M Formula/cppi.rb
   M Formula/cppman.rb
   M Formula/cppp.rb
   M Formula/cpprestsdk.rb
   M Formula/cpptest.rb
   M Formula/cppunit.rb
   M Formula/cpputest.rb
   M Formula/cpr.rb
   M Formula/cproto.rb
   M Formula/cpu_features.rb
   M Formula/cpulimit.rb
   M Formula/cql.rb
   M Formula/cqlkit.rb
   M Formula/cquery.rb
   M Formula/cracklib.rb
   M Formula/crash.rb
   M Formula/crc32c.rb
   M Formula/create-dmg.rb
   M Formula/credstash.rb
   M Formula/creduce.rb
   M Formula/crf++.rb
   M Formula/crm114.rb
   M Formula/croaring.rb
   M Formula/cromwell.rb
   M Formula/cronolog.rb
   M Formula/crosstool-ng.rb
   M Formula/crowdin.rb
   M Formula/crunch.rb
   M Formula/crush-tools.rb
   M Formula/cryfs.rb
   M Formula/cryptol.rb
   M Formula/cryptominisat.rb
   M Formula/crystal-icr.rb
   M Formula/crystal.rb
   M Formula/cscope.rb
   M Formula/csfml.rb
   M Formula/csmith.rb
   M Formula/csound.rb
   M Formula/cspice.rb
   M Formula/css-crush.rb
   M Formula/cssembed.rb
   M Formula/csshx.rb
   M Formula/cstore_fdw.rb
   M Formula/csv-fix.rb
   M Formula/csvkit.rb
   M Formula/csvprintf.rb
   M Formula/csvq.rb
   M Formula/csvtomd.rb
   M Formula/ctags.rb
   M Formula/ctail.rb
   M Formula/ctemplate.rb
   M Formula/ctl.rb
   M Formula/ctop.rb
   M Formula/cuba.rb
   M Formula/cubeb.rb
   M Formula/cubejs-cli.rb
   M Formula/cubelib.rb
   M Formula/cucumber-cpp.rb
   M Formula/cucumber-ruby.rb
   M Formula/cuetools.rb
   M Formula/cunit.rb
   M Formula/cups.rb
   M Formula/curaengine.rb
   M Formula/curl.rb
   M Formula/curlftpfs.rb
   M Formula/curlpp.rb
   M Formula/curseofwar.rb
   M Formula/cutter.rb
   M Formula/cvs.rb
   M Formula/cvsps.rb
   M Formula/cvsutils.rb
   M Formula/cvsync.rb
   M Formula/cweb.rb
   M Formula/cwlogs.rb
   M Formula/cxxopts.rb
   M Formula/cxxtest.rb
   M Formula/cypher-shell.rb
   M Formula/cython.rb
   M Formula/czmq.rb
   M Formula/daemon.rb
   M Formula/daemonize.rb
   M Formula/daemonlogger.rb
   M Formula/daemontools.rb
   M Formula/dafny.rb
   M Formula/dante.rb
   M Formula/daq.rb
   M Formula/dar.rb
   M Formula/darcs.rb
   M Formula/dark-mode.rb
   M Formula/darkhttpd.rb
   M Formula/darkice.rb
   M Formula/darksky-weather.rb
   M Formula/darkstat.rb
   M Formula/dartsim.rb
   M Formula/dash.rb
   M Formula/dashing.rb
   M Formula/dasht.rb
   M Formula/dasm.rb
   M Formula/datamash.rb
   M Formula/datetime-fortran.rb
   M Formula/dateutils.rb
   M Formula/dav1d.rb
   M Formula/davix.rb
   M Formula/davmail.rb
   M Formula/db-vcs.rb
   M Formula/dbacl.rb
   M Formula/dbhash.rb
   M Formula/dbmate.rb
   M Formula/dbus-glib.rb
   M Formula/dbus.rb
   M Formula/dbxml.rb
   M Formula/dc3dd.rb
   M Formula/dcadec.rb
   M Formula/dcd.rb
   M Formula/dcfldd.rb
   M Formula/dcled.rb
   M Formula/dcm2niix.rb
   M Formula/dcmtk.rb
   M Formula/dcos-cli.rb
   M Formula/dcraw.rb
   M Formula/ddate.rb
   M Formula/ddclient.rb
   M Formula/ddd.rb
   M Formula/ddgr.rb
   M Formula/ddrescue.rb
   M Formula/deark.rb
   M Formula/debianutils.rb
   M Formula/defaultbrowser.rb
   M Formula/deheader.rb
   M Formula/dehydrated.rb
   M Formula/deja-gnu.rb
   M Formula/delta.rb
   M Formula/deno.rb
   M Formula/denominator.rb
   M Formula/density.rb
   M Formula/dep.rb
   M Formula/dependency-check.rb
   M Formula/deployer.rb
   M Formula/depqbf.rb
   M Formula/derby.rb
   M Formula/desk.rb
   M Formula/desktop-file-utils.rb
   M Formula/detach.rb
   M Formula/detekt.rb
   M Formula/detox.rb
   M Formula/devd.rb
   M Formula/devdash.rb
   M Formula/devil.rb
   M Formula/devspace.rb
   M Formula/devtodo.rb
   M Formula/dex.rb
   M Formula/dex2jar.rb
   M Formula/dfc.rb
   M Formula/dfix.rb
   M Formula/dfmt.rb
   M Formula/dfu-programmer.rb
   M Formula/dfu-util.rb
   M Formula/dgen.rb
   M Formula/dgraph.rb
   M Formula/dhall-bash.rb
   M Formula/dhall-json.rb
   M Formula/dhall-lsp-server.rb
   M Formula/dhall-yaml.rb
   M Formula/dhall.rb
   M Formula/dhcpdump.rb
   M Formula/dhcping.rb
   M Formula/dhex.rb
   M Formula/di.rb
   M Formula/dialog.rb
   M Formula/diamond.rb
   M Formula/diceware.rb
   M Formula/dict.rb
   M Formula/diction.rb
   M Formula/dieharder.rb
   M Formula/diesel.rb
   M Formula/diff-pdf.rb
   M Formula/diff-so-fancy.rb
   M Formula/diffoscope.rb
   M Formula/diffr.rb
   M Formula/diffstat.rb
   M Formula/diffutils.rb
   M Formula/digdag.rb
   M Formula/digitemp.rb
   M Formula/dirac.rb
   M Formula/direnv.rb
   M Formula/direvent.rb
   M Formula/dirt.rb
   M Formula/discount.rb
   M Formula/disktype.rb
   M Formula/diskus.rb
   M Formula/dislocker.rb
   M Formula/distcc.rb
   M Formula/distribution.rb
   M Formula/dita-ot.rb
   M Formula/ditaa.rb
   M Formula/dive.rb
   M Formula/django-completion.rb
   M Formula/djbdns.rb
   M Formula/djview4.rb
   M Formula/djvu2pdf.rb
   M Formula/djvulibre.rb
   M Formula/dlib.rb
   M Formula/dlite.rb
   M Formula/dmagnetic.rb
   M Formula/dmalloc.rb
   M Formula/dmd.rb
   M Formula/dmenu.rb
   M Formula/dmg2img.rb
   M Formula/dmtx-utils.rb
   M Formula/dns2tcp.rb
   M Formula/dnscontrol.rb
   M Formula/dnscrypt-proxy.rb
   M Formula/dnscrypt-wrapper.rb
   M Formula/dnsdist.rb
   M Formula/dnsmap.rb
   M Formula/dnsmasq.rb
   M Formula/dnsperf.rb
   M Formula/dnsprobe.rb
   M Formula/dnsrend.rb
   M Formula/dnstop.rb
   M Formula/dnstracer.rb
   M Formula/dnstwist.rb
   M Formula/dnsviz.rb
   M Formula/docbook-xsl.rb
   M Formula/docbook.rb
   M Formula/docbook2x.rb
   M Formula/docfx.rb
   M Formula/docker-clean.rb
   M Formula/docker-completion.rb
   M Formula/docker-compose-completion.rb
   M Formula/docker-compose.rb
   M Formula/docker-credential-helper-ecr.rb
   M Formula/docker-credential-helper.rb
   M Formula/docker-gen.rb
   M Formula/docker-ls.rb
   M Formula/docker-machine-completion.rb
   M Formula/docker-machine-driver-hyperkit.rb
   M Formula/docker-machine-driver-vmware.rb
   M Formula/docker-machine-driver-vultr.rb
   M Formula/docker-machine-driver-xhyve.rb
   M Formula/docker-machine-nfs.rb
   M Formula/docker-machine-parallels.rb
   M Formula/docker-machine.rb
   M Formula/docker-slim.rb
   M Formula/docker-squash.rb
   M Formula/docker-swarm.rb
   M Formula/docker.rb
   M Formula/docker2aci.rb
   M Formula/dockerize.rb
   M Formula/dockutil.rb
   M Formula/dockviz.rb
   M Formula/dockward.rb
   M Formula/doctest.rb
   M Formula/doctl.rb
   M Formula/docutils.rb
   M Formula/docx2txt.rb
   M Formula/doitlive.rb
   M Formula/dolt.rb
   M Formula/dopewars.rb
   M Formula/dos2unix.rb
   M Formula/dosbox-staging.rb
   M Formula/dosbox-x.rb
   M Formula/dosbox.rb
   M Formula/dosfstools.rb
   M Formula/double-conversion.rb
   M Formula/doublecpp.rb
   M Formula/doubledown.rb
   M Formula/dovecot.rb
   M Formula/doxygen.rb
   M Formula/doxymacs.rb
   M Formula/dpkg.rb
   M Formula/dps8m.rb
   M Formula/draco.rb
   M Formula/drafter.rb
   M Formula/drake.rb
   M Formula/drip.rb
   M Formula/dromeaudio.rb
   M Formula/drone-cli.rb
   M Formula/dropbear.rb
   M Formula/dropbox-uploader.rb
   M Formula/druid.rb
   M Formula/dscanner.rb
   M Formula/dsh.rb
   M Formula/dshb.rb
   M Formula/dsocks.rb
   M Formula/dspdfviewer.rb
   M Formula/dssim.rb
   M Formula/dsvpn.rb
   M Formula/dtach.rb
   M Formula/dtc.rb
   M Formula/dterm.rb
   M Formula/dub.rb
   M Formula/duc.rb
   M Formula/duck.rb
   M Formula/duckdb.rb
   M Formula/duckscript.rb
   M Formula/duff.rb
   M Formula/duktape.rb
   M Formula/dumb.rb
   M Formula/dune.rb
   M Formula/dungeon.rb
   M Formula/duo_unix.rb
   M Formula/duplicity.rb
   M Formula/duply.rb
   M Formula/dupseek.rb
   M Formula/dust.rb
   M Formula/duti.rb
   M Formula/dvanalyzer.rb
   M Formula/dvc.rb
   M Formula/dvd+rw-tools.rb
   M Formula/dvd-vr.rb
   M Formula/dvdauthor.rb
   M Formula/dvdbackup.rb
   M Formula/dvdrtools.rb
   M Formula/dvm.rb
   M Formula/dvorak7min.rb
   M Formula/dwarf.rb
   M Formula/dwarfutils.rb
   M Formula/dwatch.rb
   M Formula/dwdiff.rb
   M Formula/dwm.rb
   M Formula/dxflib.rb
   M Formula/dxpy.rb
   M Formula/dyld-headers.rb
   M Formula/dylibbundler.rb
   M Formula/dynamips.rb
   M Formula/dynare.rb
   M Formula/dynet.rb
   M Formula/e2fsprogs.rb
   M Formula/e2tools.rb
   M Formula/earthly.rb
   M Formula/easy-git.rb
   M Formula/easy-tag.rb
   M Formula/easyengine.rb
   M Formula/easyrpg-player.rb
   M Formula/ebook-tools.rb
   M Formula/ec2-ami-tools.rb
   M Formula/ec2-api-tools.rb
   M Formula/ecasound.rb
   M Formula/eccodes.rb
   M Formula/echoprint-codegen.rb
   M Formula/ecl.rb
   M Formula/ecm.rb
   M Formula/ed.rb
   M Formula/editorconfig.rb
   M Formula/efl.rb
   M Formula/eg-examples.rb
   M Formula/eg.rb
   M Formula/eiffelstudio.rb
   M Formula/eigen.rb
   M Formula/einstein.rb
   M Formula/ejabberd.rb
   M Formula/ejdb.rb
   M Formula/eject.rb
   M Formula/ekg2.rb
   M Formula/ekhtml.rb
   M Formula/eksctl.rb
   M Formula/elasticsearch.rb
   M Formula/elasticsearch@6.rb
   M Formula/elb-tools.rb
   M Formula/elektra.rb
   M Formula/eless.rb
   M Formula/elinks.rb
   M Formula/elixir-build.rb
   M Formula/elixir.rb
   M Formula/elm-format.rb
   M Formula/elm.rb
   M Formula/elvish.rb
   M Formula/emacs-clang-complete-async.rb
   M Formula/emacs-dracula.rb
   M Formula/emacs.rb
   M Formula/embree.rb
   M Formula/embulk.rb
   M Formula/emojify.rb
   M Formula/emp.rb
   M Formula/ems-flasher.rb
   M Formula/emscripten.rb
   M Formula/enca.rb
   M Formula/encfs.rb
   M Formula/enchant.rb
   M Formula/enet.rb
   M Formula/enigma.rb
   M Formula/enscript.rb
   M Formula/ensmallen.rb
   M Formula/ent.rb
   M Formula/entityx.rb
   M Formula/entr.rb
   M Formula/envchain.rb
   M Formula/envconsul.rb
   M Formula/envv.rb
   M Formula/eot-utils.rb
   M Formula/epeg.rb
   M Formula/ephemeralpg.rb
   M Formula/epic5.rb
   M Formula/eprover.rb
   M Formula/epsilon.rb
   M Formula/epstool.rb
   M Formula/epubcheck.rb
   M Formula/eralchemy.rb
   M Formula/erlang.rb
   M Formula/erlang@20.rb
   M Formula/erlang@21.rb
   M Formula/erlang@22.rb
   M Formula/es.rb
   M Formula/eslint.rb
   M Formula/esniper.rb
   M Formula/espeak.rb
   M Formula/esptool.rb
   M Formula/etcd.rb
   M Formula/ethereum.rb
   M Formula/etl.rb
   M Formula/etsh.rb
   M Formula/ettercap.rb
   M Formula/euler-py.rb
   M Formula/eureka.rb
   M Formula/eva.rb
   M Formula/eventlog.rb
   M Formula/eventql.rb
   M Formula/evince.rb
   M Formula/ex-vi.rb
   M Formula/exa.rb
   M Formula/exact-image.rb
   M Formula/excel-compare.rb
   M Formula/exempi.rb
   M Formula/exenv.rb
   M Formula/exercism.rb
   M Formula/exif.rb
   M Formula/exiftags.rb
   M Formula/exiftool.rb
   M Formula/exiftran.rb
   M Formula/exim.rb
   M Formula/exiv2.rb
   M Formula/exodriver.rb
   M Formula/exomizer.rb
   M Formula/expat.rb
   M Formula/expect.rb
   M Formula/exploitdb.rb
   M Formula/ext2fuse.rb
   M Formula/ext4fuse.rb
   M Formula/extract_url.rb
   M Formula/exult.rb
   M Formula/eye-d3.rb
   M Formula/ezstream.rb
   M Formula/f3.rb
   M Formula/faac.rb
   M Formula/faad2.rb
   M Formula/faas-cli.rb
   M Formula/fabio.rb
   M Formula/fabric-completion.rb
   M Formula/fabric.rb
   M Formula/fades.rb
   M Formula/fail2ban.rb
   M Formula/fairymax.rb
   M Formula/faiss.rb
   M Formula/fakeroot.rb
   M Formula/falcon.rb
   M Formula/fantom.rb
   M Formula/fargatecli.rb
   M Formula/fasd.rb
   M Formula/fastbit.rb
   M Formula/fastd.rb
   M Formula/fastjar.rb
   M Formula/fastlane.rb
   M Formula/fastme.rb
   M Formula/fastmod.rb
   M Formula/fastqc.rb
   M Formula/fasttext.rb
   M Formula/fatsort.rb
   M Formula/faudio.rb
   M Formula/fauna-shell.rb
   M Formula/faust.rb
   M Formula/fava.rb
   M Formula/fb-client.rb
   M Formula/fbi-servefiles.rb
   M Formula/fblog.rb
   M Formula/fceux.rb
   M Formula/fcgi.rb
   M Formula/fcgiwrap.rb
   M Formula/fcitx-remote-for-osx.rb
   M Formula/fcl.rb
   M Formula/fcrackzip.rb
   M Formula/fd.rb
   M Formula/fdclone.rb
   M Formula/fdk-aac-encoder.rb
   M Formula/fdk-aac.rb
   M Formula/fdroidserver.rb
   M Formula/fdupes.rb
   M Formula/feedgnuplot.rb
   M Formula/feh.rb
   M Formula/fennel.rb
   M Formula/fetch-crl.rb
   M Formula/fetchmail.rb
   M Formula/fex.rb
   M Formula/ffe.rb
   M Formula/fff.rb
   M Formula/ffind.rb
   M Formula/ffmpeg.rb
   M Formula/ffmpeg2theora.rb
   M Formula/ffmpeg@2.8.rb
   M Formula/ffmpegthumbnailer.rb
   M Formula/ffms2.rb
   M Formula/ffsend.rb
   M Formula/fftw.rb
   M Formula/ffuf.rb
   M Formula/fibjs.rb
   M Formula/ficy.rb
   M Formula/field3d.rb
   M Formula/fifechan.rb
   M Formula/fig2dev.rb
   M Formula/figlet.rb
   M Formula/file-formula.rb
   M Formula/file-roller.rb
   M Formula/filebeat.rb
   M Formula/fileicon.rb
   M Formula/finatra.rb
   M Formula/findent.rb
   M Formula/findomain.rb
   M Formula/findutils.rb
   M Formula/fio.rb
   M Formula/firebase-cli.rb
   M Formula/fish.rb
   M Formula/fits.rb
   M Formula/fizmo.rb
   M Formula/fizsh.rb
   M Formula/flac.rb
   M Formula/flac123.rb
   M Formula/flactag.rb
   M Formula/flake.rb
   M Formula/flake8.rb
   M Formula/flamegraph.rb
   M Formula/flank.rb
   M Formula/flann.rb
   M Formula/flarectl.rb
   M Formula/flash.rb
   M Formula/flashrom.rb
   M Formula/flasm.rb
   M Formula/flatbuffers.rb
   M Formula/flatcc.rb
   M Formula/flawfinder.rb
   M Formula/fleetctl.rb
   M Formula/flex.rb
   M Formula/flickcurl.rb
   M Formula/flif.rb
   M Formula/flint-checker.rb
   M Formula/flint.rb
   M Formula/flintrock.rb
   M Formula/flow-tools.rb
   M Formula/flow.rb
   M Formula/flowgrind.rb
   M Formula/fltk.rb
   M Formula/fluent-bit.rb
   M Formula/fluid-synth.rb
   M Formula/flume.rb
   M Formula/fluxctl.rb
   M Formula/flvmeta.rb
   M Formula/flvstreamer.rb
   M Formula/flyway.rb
   M Formula/fmdiff.rb
   M Formula/fmpp.rb
   M Formula/fmt.rb
   M Formula/fn.rb
   M Formula/fobis.rb
   M Formula/folderify.rb
   M Formula/folly.rb
   M Formula/foma.rb
   M Formula/fon-flash-cli.rb
   M Formula/fondu.rb
   M Formula/fontconfig.rb
   M Formula/fontforge.rb
   M Formula/fonttools.rb
   M Formula/fop.rb
   M Formula/forcecli.rb
   M Formula/ford.rb
   M Formula/forego.rb
   M Formula/foremost.rb
   M Formula/fork-cleaner.rb
   M Formula/format-udf.rb
   M Formula/fortio.rb
   M Formula/fortune.rb
   M Formula/fossil.rb
   M Formula/fourstore.rb
   M Formula/fox.rb
   M Formula/fpc.rb
   M Formula/fpdns.rb
   M Formula/fping.rb
   M Formula/fplll.rb
   M Formula/fpp.rb
   M Formula/fprobe.rb
   M Formula/fq.rb
   M Formula/fragroute.rb
   M Formula/freealut.rb
   M Formula/freeciv.rb
   M Formula/freediameter.rb
   M Formula/freedink.rb
   M Formula/freeglut.rb
   M Formula/freeimage.rb
   M Formula/freeipmi.rb
   M Formula/freeling.rb
   M Formula/freeradius-server.rb
   M Formula/freerdp.rb
   M Formula/freeswitch.rb
   M Formula/freetds.rb
   M Formula/freetype.rb
   M Formula/freexl.rb
   M Formula/frege-repl.rb
   M Formula/frege.rb
   M Formula/frei0r.rb
   M Formula/fribidi.rb
   M Formula/frobtads.rb
   M Formula/frotz.rb
   M Formula/frpc.rb
   M Formula/frps.rb
   M Formula/frugal.rb
   M Formula/fruit.rb
   M Formula/fs-uae.rb
   M Formula/fselect.rb
   M Formula/fsevent_watch.rb
   M Formula/fsevents-tools.rb
   M Formula/fsh.rb
   M Formula/fsql.rb
   M Formula/fstrm.rb
   M Formula/fsw.rb
   M Formula/fswatch.rb
   M Formula/ftgl.rb
   M Formula/ftjam.rb
   M Formula/fuego.rb
   M Formula/funcoeszz.rb
   M Formula/functionalplus.rb
   M Formula/fuse-emulator.rb
   M Formula/fuse-zip.rb
   M Formula/fuseki.rb
   M Formula/futhark.rb
   M Formula/fuzzy-find.rb
   M Formula/fwknop.rb
   M Formula/fwup.rb
   M Formula/fx.rb
   M Formula/fzf.rb
   M Formula/fzy.rb
   M Formula/g2.rb
   M Formula/g3log.rb
   M Formula/gabedit.rb
   M Formula/gaffitter.rb
   M Formula/galen.rb
   M Formula/gambit-scheme.rb
   M Formula/gambit.rb
   M Formula/game-music-emu.rb
   M Formula/gammaray.rb
   M Formula/gammu.rb
   M Formula/gandi.cli.rb
   M Formula/ganglia.rb
   M Formula/garmintools.rb
   M Formula/gateway-go.rb
   M Formula/gatsby-cli.rb
   M Formula/gau.rb
   M Formula/gauche.rb
   M Formula/gauge.rb
   M Formula/gaul.rb
   M Formula/gawk.rb
   M Formula/gbdfed.rb
   M Formula/gcab.rb
   M Formula/gcal.rb
   M Formula/gcc.rb
   M Formula/gcc@4.9.rb
   M Formula/gcc@5.rb
   M Formula/gcc@6.rb
   M Formula/gcc@7.rb
   M Formula/gcc@8.rb
   M Formula/gcc@9.rb
   M Formula/gconf.rb
   M Formula/gcore.rb
   M Formula/gcovr.rb
   M Formula/gcsfuse.rb
   M Formula/gcutil.rb
   M Formula/gcviewer.rb
   M Formula/gd.rb
   M Formula/gdal.rb
   M Formula/gdb.rb
   M Formula/gdbgui.rb
   M Formula/gdbm.rb
   M Formula/gdcm.rb
   M Formula/gdk-pixbuf.rb
   M Formula/gdl.rb
   M Formula/gdm.rb
   M Formula/gdmap.rb
   M Formula/gdrive.rb
   M Formula/gdub.rb
   M Formula/gearman.rb
   M Formula/geckodriver.rb
   M Formula/gecode.rb
   M Formula/gedit.rb
   M Formula/geeqie.rb
   M Formula/gegl.rb
   M Formula/gel.rb
   M Formula/gem-completion.rb
   M Formula/genact.rb
   M Formula/genders.rb
   M Formula/generate-json-schema.rb
   M Formula/genext2fs.rb
   M Formula/gengetopt.rb
   M Formula/genometools.rb
   M Formula/genstats.rb
   M Formula/geocode-glib.rb
   M Formula/geogram.rb
   M Formula/geographiclib.rb
   M Formula/geoip.rb
   M Formula/geoipupdate.rb
   M Formula/geomview.rb
   M Formula/geos.rb
   M Formula/geoserver.rb
   M Formula/geph2.rb
   M Formula/gerbil-scheme.rb
   M Formula/gerbv.rb
   M Formula/gerrit-tools.rb
   M Formula/get-flash-videos.rb
   M Formula/get_iplayer.rb
   M Formula/getdns.rb
   M Formula/getmail.rb
   M Formula/gettext.rb
   M Formula/getxbook.rb
   M Formula/gexiv2.rb
   M Formula/gf-complete.rb
   M Formula/gflags.rb
   M Formula/gforth.rb
   M Formula/gh.rb
   M Formula/ghc.rb
   M Formula/ghc@8.6.rb
   M Formula/ghc@8.8.rb
   M Formula/ghex.rb
   M Formula/ghi.rb
   M Formula/ghostscript.rb
   M Formula/ghq.rb
   M Formula/ghr.rb
   M Formula/ghz-web.rb
   M Formula/ghz.rb
   M Formula/gibbslda.rb
   M Formula/gibo.rb
   M Formula/gif2png.rb
   M Formula/gifcap.rb
   M Formula/gifify.rb
   M Formula/giflib.rb
   M Formula/giflossy.rb
   M Formula/gifsicle.rb
   M Formula/gifski.rb
   M Formula/gimme-aws-creds.rb
   M Formula/gimme.rb
   M Formula/ginac.rb
   M Formula/gist.rb
   M Formula/gistit.rb
   M Formula/git-absorb.rb
   M Formula/git-annex-remote-rclone.rb
   M Formula/git-annex.rb
   M Formula/git-appraise.rb
   M Formula/git-archive-all.rb
   M Formula/git-bug.rb
   M Formula/git-cal.rb
   M Formula/git-cinnabar.rb
   M Formula/git-cola.rb
   M Formula/git-credential-manager.rb
   M Formula/git-crypt.rb
   M Formula/git-delta.rb
   M Formula/git-extras.rb
   M Formula/git-filter-repo.rb
   M Formula/git-fixup.rb
   M Formula/git-flow-avh.rb
   M Formula/git-flow.rb
   M Formula/git-fresh.rb
   M Formula/git-ftp.rb
   M Formula/git-game.rb
   M Formula/git-gerrit.rb
   M Formula/git-gui.rb
   M Formula/git-hooks-go.rb
   M Formula/git-hooks.rb
   M Formula/git-if.rb
   M Formula/git-imerge.rb
   M Formula/git-integration.rb
   M Formula/git-interactive-rebase-tool.rb
   M Formula/git-lfs.rb
   M Formula/git-multipush.rb
   M Formula/git-now.rb
   M Formula/git-number.rb
   M Formula/git-octopus.rb
   M Formula/git-open.rb
   M Formula/git-plus.rb
   M Formula/git-quick-stats.rb
   M Formula/git-recent.rb
   M Formula/git-remote-codecommit.rb
   M Formula/git-remote-gcrypt.rb
   M Formula/git-remote-hg.rb
   M Formula/git-review.rb
   M Formula/git-revise.rb
   M Formula/git-secret.rb
   M Formula/git-secrets.rb
   M Formula/git-series.rb
   M Formula/git-sh.rb
   M Formula/git-sizer.rb
   M Formula/git-ssh.rb
   M Formula/git-standup.rb
   M Formula/git-subrepo.rb
   M Formula/git-svn-abandon.rb
   M Formula/git-test.rb
   M Formula/git-tf.rb
   M Formula/git-town.rb
   M Formula/git-tracker.rb
   M Formula/git-trim.rb
   M Formula/git-url-sub.rb
   M Formula/git-utils.rb
   M Formula/git-vendor.rb
   M Formula/git-when-merged.rb
   M Formula/git.rb
   M Formula/gitbatch.rb
   M Formula/gitbucket.rb
   M Formula/giter8.rb
   M Formula/gitfs.rb
   M Formula/gitg.rb
   M Formula/github-keygen.rb
   M Formula/github-markdown-toc.rb
   M Formula/github-release.rb
   M Formula/gitlab-gem.rb
   M Formula/gitlab-runner.rb
   M Formula/gitleaks.rb
   M Formula/gitless.rb
   M Formula/gitmoji.rb
   M Formula/gitslave.rb
   M Formula/gitter-cli.rb
   M Formula/gitui.rb
   M Formula/gitup.rb
   M Formula/gitversion.rb
   M Formula/gjs.rb
   M Formula/gkrellm.rb
   M Formula/gl2ps.rb
   M Formula/glade.rb
   M Formula/glances.rb
   M Formula/glassfish.rb
   M Formula/glbinding.rb
   M Formula/gleam.rb
   M Formula/glew.rb
   M Formula/glfw.rb
   M Formula/glib-networking.rb
   M Formula/glib-openssl.rb
   M Formula/glib.rb
   M Formula/glibmm.rb
   M Formula/glide.rb
   M Formula/glkterm.rb
   M Formula/glktermw.rb
   M Formula/glm.rb
   M Formula/global.rb
   M Formula/globe.rb
   M Formula/globjects.rb
   M Formula/glog.rb
   M Formula/glooctl.rb
   M Formula/gloox.rb
   M Formula/glow.rb
   M Formula/glpk.rb
   M Formula/glslang.rb
   M Formula/glslviewer.rb
   M Formula/glui.rb
   M Formula/glulxe.rb
   M Formula/gluon.rb
   M Formula/glyr.rb
   M Formula/gmail-backup.rb
   M Formula/gmailctl.rb
   M Formula/gmic.rb
   M Formula/gmime.rb
   M Formula/gmp.rb
   M Formula/gmsh.rb
   M Formula/gmt.rb
   M Formula/gmt@5.rb
   M Formula/gnirehtet.rb
   M Formula/gnome-autoar.rb
   M Formula/gnome-common.rb
   M Formula/gnome-latex.rb
   M Formula/gnome-recipes.rb
   M Formula/gnome-themes-standard.rb
   M Formula/gnu-apl.rb
   M Formula/gnu-barcode.rb
   M Formula/gnu-chess.rb
   M Formula/gnu-cobol.rb
   M Formula/gnu-complexity.rb
   M Formula/gnu-getopt.rb
   M Formula/gnu-go.rb
   M Formula/gnu-indent.rb
   M Formula/gnu-prolog.rb
   M Formula/gnu-sed.rb
   M Formula/gnu-shogi.rb
   M Formula/gnu-smalltalk.rb
   M Formula/gnu-tar.rb
   M Formula/gnu-time.rb
   M Formula/gnu-typist.rb
   M Formula/gnu-units.rb
   M Formula/gnu-which.rb
   M Formula/gnumeric.rb
   M Formula/gnunet.rb
   M Formula/gnupg-pkcs11-scd.rb
   M Formula/gnupg.rb
   M Formula/gnupg@1.4.rb
   M Formula/gnuplot.rb
   M Formula/gnuplot@4.rb
   M Formula/gnuradio.rb
   M Formula/gnuski.rb
   M Formula/gnustep-make.rb
   M Formula/gnutls.rb
   M Formula/go-bindata.rb
   M Formula/go-jira.rb
   M Formula/go-jsonnet.rb
   M Formula/go-md2man.rb
   M Formula/go-statik.rb
   M Formula/go.rb
   M Formula/go@1.10.rb
   M Formula/go@1.11.rb
   M Formula/go@1.12.rb
   M Formula/go@1.13.rb
   M Formula/go@1.9.rb
   M Formula/goaccess.rb
   M Formula/goad.rb
   M Formula/gobject-introspection.rb
   M Formula/gobo.rb
   M Formula/gobuster.rb
   M Formula/gocloc.rb
   M Formula/gocr.rb
   M Formula/gocryptfs.rb
   M Formula/goenv.rb
   M Formula/gofabric8.rb
   M Formula/goffice.rb
   M Formula/gofish.rb
   M Formula/golang-migrate.rb
   M Formula/golangci-lint.rb
   M Formula/gollum.rb
   M Formula/golo.rb
   M Formula/gom.rb
   M Formula/gomplate.rb
   M Formula/goocanvas.rb
   M Formula/goofys.rb
   M Formula/google-authenticator-libpam.rb
   M Formula/google-benchmark.rb
   M Formula/google-java-format.rb
   M Formula/google-sparsehash.rb
   M Formula/google-sql-tool.rb
   M Formula/googler.rb
   M Formula/goolabs.rb
   M Formula/goose.rb
   M Formula/gopass.rb
   M Formula/gor.rb
   M Formula/goreleaser.rb
   M Formula/goreman.rb
   M Formula/gosu.rb
   M Formula/gotags.rb
   M Formula/goto.rb
   M Formula/gotop.rb
   M Formula/gource.rb
   M Formula/govc.rb
   M Formula/govendor.rb
   M Formula/gowsdl.rb
   M Formula/gox.rb
   M Formula/gpa.rb
   M Formula/gpac.rb
   M Formula/gpatch.rb
   M Formula/gpcslots2.rb
   M Formula/gperf.rb
   M Formula/gperftools.rb
   M Formula/gpgme.rb
   M Formula/gphoto2.rb
   M Formula/gplcver.rb
   M Formula/gpm.rb
   M Formula/gpp.rb
   M Formula/gpredict.rb
   M Formula/gprof2dot.rb
   M Formula/gpsbabel.rb
   M Formula/gpsd.rb
   M Formula/gpsim.rb
   M Formula/gptfdisk.rb
   M Formula/gptsync.rb
   M Formula/gputils.rb
   M Formula/gpx.rb
   M Formula/gqlplus.rb
   M Formula/gqview.rb
   M Formula/gr-osmosdr.rb
   M Formula/grace.rb
   M Formula/gradio.rb
   M Formula/gradle-completion.rb
   M Formula/gradle-profiler.rb
   M Formula/gradle.rb
   M Formula/grafana.rb
   M Formula/grails.rb
   M Formula/grakn.rb
   M Formula/grap.rb
   M Formula/graph-tool.rb
   M Formula/graphene.rb
   M Formula/graphicsmagick.rb
   M Formula/graphite2.rb
   M Formula/graphql-cli.rb
   M Formula/graphviz.rb
   M Formula/gravity.rb
   M Formula/grc.rb
   M Formula/greed.rb
   M Formula/grep.rb
   M Formula/grepcidr.rb
   M Formula/grex.rb
   M Formula/griffon.rb
   M Formula/grin-wallet.rb
   M Formula/grin.rb
   M Formula/grip.rb
   M Formula/groff.rb
   M Formula/grok.rb
   M Formula/gromacs.rb
   M Formula/gron.rb
   M Formula/groonga.rb
   M Formula/groovy.rb
   M Formula/groovysdk.rb
   M Formula/groovyserv.rb
   M Formula/growly.rb
   M Formula/grpc-swift.rb
   M Formula/grpc.rb
   M Formula/grpcui.rb
   M Formula/grpcurl.rb
   M Formula/grsync.rb
   M Formula/grt.rb
   M Formula/grunt-cli.rb
   M Formula/grunt-completion.rb
   M Formula/grv.rb
   M Formula/gsar.rb
   M Formula/gsasl.rb
   M Formula/gsettings-desktop-schemas.rb
   M Formula/gsl.rb
   M Formula/gsmartcontrol.rb
   M Formula/gsoap.rb
   M Formula/gspell.rb
   M Formula/gssdp.rb
   M Formula/gssh.rb
   M Formula/gst-editing-services.rb
   M Formula/gst-libav.rb
   M Formula/gst-plugins-bad.rb
   M Formula/gst-plugins-base.rb
   M Formula/gst-plugins-good.rb
   M Formula/gst-plugins-ugly.rb
   M Formula/gst-python.rb
   M Formula/gst-rtsp-server.rb
   M Formula/gstreamer.rb
   M Formula/gstreamermm.rb
   M Formula/gti.rb
   M Formula/gtk+.rb
   M Formula/gtk+3.rb
   M Formula/gtk-chtheme.rb
   M Formula/gtk-doc.rb
   M Formula/gtk-gnutella.rb
   M Formula/gtk-mac-integration.rb
   M Formula/gtk-vnc.rb
   M Formula/gtkdatabox.rb
   M Formula/gtkextra.rb
   M Formula/gtkglext.rb
   M Formula/gtkmm.rb
   M Formula/gtkmm3.rb
   M Formula/gtksourceview.rb
   M Formula/gtksourceview3.rb
   M Formula/gtksourceview4.rb
   M Formula/gtksourceviewmm.rb
   M Formula/gtksourceviewmm3.rb
   M Formula/gtkspell3.rb
   M Formula/gtmess.rb
   M Formula/gtranslator.rb
   M Formula/gts.rb
   M Formula/gucharmap.rb
   M Formula/guetzli.rb
   M Formula/guichan.rb
   M Formula/guile.rb
   M Formula/guile@2.rb
   M Formula/gulp-cli.rb
   M Formula/gumbo-parser.rb
   M Formula/gupnp-av.rb
   M Formula/gupnp-tools.rb
   M Formula/gupnp.rb
   M Formula/gvp.rb
   M Formula/gwenhywfar.rb
   M Formula/gws.rb
   M Formula/gwt.rb
   M Formula/gwyddion.rb
   M Formula/gx-go.rb
   M Formula/gx.rb
   M Formula/gxml.rb
   M Formula/gzip.rb
   M Formula/gzrt.rb
   M Formula/h2.rb
   M Formula/h264bitstream.rb
   M Formula/h2o.rb
   M Formula/h3.rb
   M Formula/hackrf.rb
   M Formula/hadolint.rb
   M Formula/hadoop.rb
   M Formula/halibut.rb
   M Formula/hamlib.rb
   M Formula/handbrake.rb
   M Formula/hapi-fhir-cli.rb
   M Formula/haproxy.rb
   M Formula/harbour.rb
   M Formula/hardlink-osx.rb
   M Formula/hardlink.rb
   M Formula/harfbuzz.rb
   M Formula/hashcash.rb
   M Formula/hashcat.rb
   M Formula/hashlink.rb
   M Formula/hashpump.rb
   M Formula/haskell-stack.rb
   M Formula/haste-client.rb
   M Formula/hasura-cli.rb
   M Formula/hatari.rb
   M Formula/haxe.rb
   M Formula/hayai.rb
   M Formula/hbase.rb
   M Formula/hcloud.rb
   M Formula/hcxtools.rb
   M Formula/hdf5-mpi.rb
   M Formula/hdf5.rb
   M Formula/hdf5@1.10.rb
   M Formula/hdf5@1.8.rb
   M Formula/hdt.rb
   M Formula/healpix.rb
   M Formula/heartbeat.rb
   M Formula/heatshrink.rb
   M Formula/hebcal.rb
   M Formula/heimdal.rb
   M Formula/heksa.rb
   M Formula/helib.rb
   M Formula/hello.rb
   M Formula/helm.rb
   M Formula/helm@2.rb
   M Formula/helmfile.rb
   M Formula/helmsman.rb
   M Formula/help2man.rb
   M Formula/henplus.rb
   M Formula/hercules.rb
   M Formula/herrie.rb
   M Formula/hesiod.rb
   M Formula/hevea.rb
   M Formula/hexcurse.rb
   M Formula/hexedit.rb
   M Formula/hexgui.rb
   M Formula/hexyl.rb
   M Formula/hey.rb
   M Formula/hfstospell.rb
   M Formula/hfsutils.rb
   M Formula/hg-fast-export.rb
   M Formula/hicolor-icon-theme.rb
   M Formula/hidapi.rb
   M Formula/highlight.rb
   M Formula/hilite.rb
   M Formula/hiredis.rb
   M Formula/historian.rb
   M Formula/hive.rb
   M Formula/hivemind.rb
   M Formula/hledger.rb
   M Formula/hlint.rb
   M Formula/hmmer.rb
   M Formula/hoedown.rb
   M Formula/homeassistant-cli.rb
   M Formula/homebank.rb
   M Formula/homeshick.rb
   M Formula/homesick-completion.rb
   M Formula/homeworlds.rb
   M Formula/honcho.rb
   M Formula/hopenpgp-tools.rb
   M Formula/hornetq.rb
   M Formula/hostdb.rb
   M Formula/hostess.rb
   M Formula/howard-hinnant-date.rb
   M Formula/howdoi.rb
   M Formula/hpack.rb
   M Formula/hping.rb
   M Formula/hqx.rb
   M Formula/hr.rb
   M Formula/hsd.rb
   M Formula/hspell.rb
   M Formula/hss.rb
   M Formula/hstr.rb
   M Formula/ht.rb
   M Formula/html-xml-utils.rb
   M Formula/html2text.rb
   M Formula/htmlcleaner.rb
   M Formula/htmlcompressor.rb
   M Formula/htmlcxx.rb
   M Formula/htmldoc.rb
   M Formula/htop.rb
   M Formula/htpdate.rb
   M Formula/htslib.rb
   M Formula/http-parser.rb
   M Formula/http-server.rb
   M Formula/http_load.rb
   M Formula/httpd.rb
   M Formula/httpdiff.rb
   M Formula/httperf.rb
   M Formula/httpflow.rb
   M Formula/httpie.rb
   M Formula/httping.rb
   M Formula/httpry.rb
   M Formula/httpstat.rb
   M Formula/httptunnel.rb
   M Formula/httrack.rb
   M Formula/hub.rb
   M Formula/hubflow.rb
   M Formula/huexpress.rb
   M Formula/hugo.rb
   M Formula/hunspell.rb
   M Formula/hwloc.rb
   M Formula/hy.rb
   M Formula/hydra.rb
   M Formula/hyperestraier.rb
   M Formula/hyperfine.rb
   M Formula/hyperkit.rb
   M Formula/hyperscan.rb
   M Formula/hyperspec.rb
   M Formula/hypre.rb
   M Formula/i2p.rb
   M Formula/i2pd.rb
   M Formula/i2util.rb
   M Formula/i386-elf-gdb.rb
   M Formula/i686-elf-binutils.rb
   M Formula/i686-elf-gcc.rb
   M Formula/iam-policy-json-to-terraform.rb
   M Formula/iamy.rb
   M Formula/iat.rb
   M Formula/ibex.rb
   M Formula/iblinter.rb
   M Formula/ical-buddy.rb
   M Formula/icarus-verilog.rb
   M Formula/icbirc.rb
   M Formula/icdiff.rb
   M Formula/ice.rb
   M Formula/icecast.rb
   M Formula/icecream.rb
   M Formula/icemon.rb
   M Formula/icon-naming-utils.rb
   M Formula/icon.rb
   M Formula/icoutils.rb
   M Formula/icu4c.rb
   M Formula/id3ed.rb
   M Formula/id3lib.rb
   M Formula/id3tool.rb
   M Formula/id3v2.rb
   M Formula/ideviceinstaller.rb
   M Formula/idnits.rb
   M Formula/idris.rb
   M Formula/idris2.rb
   M Formula/idutils.rb
   M Formula/ievms.rb
   M Formula/ifstat.rb
   M Formula/iftop.rb
   M Formula/ifuse.rb
   M Formula/igraph.rb
   M Formula/igv.rb
   M Formula/ii.rb
   M Formula/ike-scan.rb
   M Formula/ilmbase.rb
   M Formula/imagejs.rb
   M Formula/imagemagick.rb
   M Formula/imagemagick@6.rb
   M Formula/imageoptim-cli.rb
   M Formula/imagesnap.rb
   M Formula/imageworsener.rb
   M Formula/imake.rb
   M Formula/imap-uw.rb
   M Formula/imapfilter.rb
   M Formula/imapsync.rb
   M Formula/imessage-ruby.rb
   M Formula/imgproxy.rb
   M Formula/imgur-screenshot.rb
   M Formula/imlib2.rb
   M Formula/immortal.rb
   M Formula/immudb.rb
   M Formula/inadyn.rb
   M Formula/include-what-you-use.rb
   M Formula/inetutils.rb
   M Formula/infer.rb
   M Formula/influxdb.rb
   M Formula/inform6.rb
   M Formula/infrakit.rb
   M Formula/iniparser.rb
   M Formula/inko.rb
   M Formula/inlets.rb
   M Formula/innoextract.rb
   M Formula/innotop.rb
   M Formula/insect.rb
   M Formula/inspectrum.rb
   M Formula/inspircd.rb
   M Formula/instalooter.rb
   M Formula/instead.rb
   M Formula/intercal.rb
   M Formula/internetarchive.rb
   M Formula/intltool.rb
   M Formula/inxi.rb
   M Formula/io.rb
   M Formula/ioke.rb
   M Formula/ioping.rb
   M Formula/ios-class-guard.rb
   M Formula/ios-deploy.rb
   M Formula/ios-sim.rb
   M Formula/ios-webkit-debug-proxy.rb
   M Formula/iozone.rb
   M Formula/ip_relay.rb
   M Formula/ipbt.rb
   M Formula/ipcalc.rb
   M Formula/iperf.rb
   M Formula/iperf3.rb
   M Formula/ipfs.rb
   M Formula/iphotoexport.rb
   M Formula/ipinfo.rb
   M Formula/ipmitool.rb
   M Formula/ipmiutil.rb
   M Formula/ipopt.rb
   M Formula/iprint.rb
   M Formula/iproute2mac.rb
   M Formula/ipsumdump.rb
   M Formula/ipv6calc.rb
   M Formula/ipv6toolkit.rb
   M Formula/ipython.rb
   M Formula/ircd-hybrid.rb
   M Formula/ircd-irc2.rb
   M Formula/ircii.rb
   M Formula/ired.rb
   M Formula/ironcli.rb
   M Formula/irrlicht.rb
   M Formula/irrtoolset.rb
   M Formula/irssi.rb
   M Formula/isc-dhcp.rb
   M Formula/isl.rb
   M Formula/iso-codes.rb
   M Formula/ispc.rb
   M Formula/ispell.rb
   M Formula/istioctl.rb
   M Formula/isync.rb
   M Formula/itex2mml.rb
   M Formula/itk.rb
   M Formula/itpp.rb
   M Formula/itstool.rb
   M Formula/ivy.rb
   M Formula/ivykis.rb
   M Formula/jabba.rb
   M Formula/jack.rb
   M Formula/jadx.rb
   M Formula/jags.rb
   M Formula/jailkit.rb
   M Formula/jam.rb
   M Formula/janet.rb
   M Formula/jansson.rb
   M Formula/jasmin.rb
   M Formula/jasper.rb
   M Formula/javacc.rb
   M Formula/javarepl.rb
   M Formula/jbake.rb
   M Formula/jbig2dec.rb
   M Formula/jbig2enc.rb
   M Formula/jbigkit.rb
   M Formula/jboss-forge.rb
   M Formula/jc.rb
   M Formula/jcal.rb
   M Formula/jd.rb
   M Formula/jdnssec-tools.rb
   M Formula/jdupes.rb
   M Formula/jed.rb
   M Formula/jemalloc.rb
   M Formula/jena.rb
   M Formula/jenkins-job-builder.rb
   M Formula/jenkins-lts.rb
   M Formula/jenkins.rb
   M Formula/jenv.rb
   M Formula/jerasure.rb
   M Formula/jerm.rb
   M Formula/jerryscript.rb
   M Formula/jetty-runner.rb
   M Formula/jetty.rb
   M Formula/jflex.rb
   M Formula/jfrog-cli.rb
   M Formula/jhead.rb
   M Formula/jhiccup.rb
   M Formula/jhipster.rb
   M Formula/jid.rb
   M Formula/jigdo.rb
   M Formula/jimtcl.rb
   M Formula/jing-trang.rb
   M Formula/jinja2-cli.rb
   M Formula/jinx.rb
   M Formula/jlog.rb
   M Formula/jmeter.rb
   M Formula/jmxterm.rb
   M Formula/jmxtrans.rb
   M Formula/jnethack.rb
   M Formula/jnettop.rb
   M Formula/jo.rb
   M Formula/jobber.rb
   M Formula/joe.rb
   M Formula/john-jumbo.rb
   M Formula/john.rb
   M Formula/jolie.rb
   M Formula/jooby-bootstrap.rb
   M Formula/jose.rb
   M Formula/joshua.rb
   M Formula/jove.rb
   M Formula/jp.rb
   M Formula/jp2a.rb
   M Formula/jpeg-archive.rb
   M Formula/jpeg-turbo.rb
   M Formula/jpeg.rb
   M Formula/jpeginfo.rb
   M Formula/jpegoptim.rb
   M Formula/jpegrescan.rb
   M Formula/jq.rb
   M Formula/jrnl.rb
   M Formula/jrtplib.rb
   M Formula/jruby.rb
   M Formula/jsawk.rb
   M Formula/jsdoc3.rb
   M Formula/jshon.rb
   M Formula/jslint4java.rb
   M Formula/jsmin.rb
   M Formula/json-c.rb
   M Formula/json-fortran.rb
   M Formula/json-glib.rb
   M Formula/json-table.rb
   M Formula/json11.rb
   M Formula/json_spirit.rb
   M Formula/jsoncpp.rb
   M Formula/jsonlint.rb
   M Formula/jsonnet-bundler.rb
   M Formula/jsonnet.rb
   M Formula/jsonpp.rb
   M Formula/jsonrpc-glib.rb
   M Formula/jsonschema2pojo.rb
   M Formula/jsvc.rb
   M Formula/jthread.rb
   M Formula/juise.rb
   M Formula/juju-wait.rb
   M Formula/juju.rb
   M Formula/julius.rb
   M Formula/juman.rb
   M Formula/jumanpp.rb
   M Formula/jump.rb
   M Formula/jupyterlab.rb
   M Formula/just.rb
   M Formula/jvgrep.rb
   M Formula/jvm-mon.rb
   M Formula/jvmtop.rb
   M Formula/jxrlib.rb
   M Formula/jython.rb
   M Formula/k3d.rb
   M Formula/k6.rb
   M Formula/k9s.rb
   M Formula/kafka.rb
   M Formula/kafkacat.rb
   M Formula/kahip.rb
   M Formula/kaitai-struct-compiler.rb
   M Formula/kakasi.rb
   M Formula/kakoune.rb
   M Formula/kallisto.rb
   M Formula/kamel.rb
   M Formula/kanif.rb
   M Formula/kapacitor.rb
   M Formula/karchive.rb
   M Formula/karn.rb
   M Formula/katago.rb
   M Formula/kawa.rb
   M Formula/kcov.rb
   M Formula/kcptun.rb
   M Formula/kdoctools.rb
   M Formula/kedge.rb
   M Formula/keepassc.rb
   M Formula/keepkey-agent.rb
   M Formula/kepubify.rb
   M Formula/kerl.rb
   M Formula/kestrel.rb
   M Formula/kettle.rb
   M Formula/keychain.rb
   M Formula/keydb.rb
   M Formula/keystone.rb
   M Formula/khal.rb
   M Formula/khard.rb
   M Formula/ki18n.rb
   M Formula/kibana.rb
   M Formula/kibana@6.rb
   M Formula/killswitch.rb
   M Formula/kim-api.rb
   M Formula/kimwitu++.rb
   M Formula/kind.rb
   M Formula/kitchen-completion.rb
   M Formula/kitchen-sync.rb
   M Formula/kite.rb
   M Formula/klavaro.rb
   M Formula/knock.rb
   M Formula/knot-resolver.rb
   M Formula/knot.rb
   M Formula/known_hosts.rb
   M Formula/kobalt.rb
   M Formula/kommit.rb
   M Formula/kompose.rb
   M Formula/komposition.rb
   M Formula/kona.rb
   M Formula/kops.rb
   M Formula/kore.rb
   M Formula/kotlin.rb
   M Formula/kpcli.rb
   M Formula/kqwait.rb
   M Formula/krakend.rb
   M Formula/krb5.rb
   M Formula/krew.rb
   M Formula/ksh.rb
   M Formula/kstart.rb
   M Formula/ksync.rb
   M Formula/ktlint.rb
   M Formula/ktmpl.rb
   M Formula/ktoblzcheck.rb
   M Formula/kube-aws.rb
   M Formula/kube-ps1.rb
   M Formula/kubeaudit.rb
   M Formula/kubebuilder.rb
   M Formula/kubecfg.rb
   M Formula/kubectx.rb
   M Formula/kubeless.rb
   M Formula/kubeprod.rb
   M Formula/kubernetes-cli.rb
   M Formula/kubernetes-service-catalog-client.rb
   M Formula/kubeseal.rb
   M Formula/kubespy.rb
   M Formula/kubie.rb
   M Formula/kumactl.rb
   M Formula/kumo.rb
   M Formula/kustomize.rb
   M Formula/kvazaar.rb
   M Formula/kyma-cli.rb
   M Formula/kyoto-cabinet.rb
   M Formula/kyoto-tycoon.rb
   M Formula/kytea.rb
   M Formula/kyua.rb
   M Formula/l-smash.rb
   M Formula/lablgtk.rb
   M Formula/lame.rb
   M Formula/lammps.rb
   M Formula/landscaper.rb
   M Formula/languagetool.rb
   M Formula/lanraragi.rb
   M Formula/lapack.rb
   M Formula/lasi.rb
   M Formula/lasso.rb
   M Formula/lastpass-cli.rb
   M Formula/laszip.rb
   M Formula/latex2html.rb
   M Formula/latex2rtf.rb
   M Formula/latexdiff.rb
   M Formula/latexindent.rb
   M Formula/latexml.rb
   M Formula/launch.rb
   M Formula/launch4j.rb
   M Formula/launch_socket_server.rb
   M Formula/launchctl-completion.rb
   M Formula/launchdns.rb
   M Formula/lazydocker.rb
   M Formula/lazygit.rb
   M Formula/lbdb.rb
   M Formula/lbzip2.rb
   M Formula/lc0.rb
   M Formula/lcdf-typetools.rb
   M Formula/lcdproc.rb
   M Formula/lci.rb
   M Formula/lcm.rb
   M Formula/lcov.rb
   M Formula/lcrack.rb
   M Formula/lcs.rb
   M Formula/ldapvi.rb
   M Formula/ldc.rb
   M Formula/ldid.rb
   M Formula/ldns.rb
   M Formula/ldpl.rb
   M Formula/le.rb
   M Formula/leakcanary-shark.rb
   M Formula/lean-cli.rb
   M Formula/lean.rb
   M Formula/leaps.rb
   M Formula/ledger.rb
   M Formula/ledit.rb
   M Formula/leela-zero.rb
   M Formula/legit.rb
   M Formula/lego.rb
   M Formula/leiningen.rb
   M Formula/lemon.rb
   M Formula/lensfun.rb
   M Formula/lepton.rb
   M Formula/leptonica.rb
   M Formula/lerna.rb
   M Formula/less.rb
   M Formula/lesspipe.rb
   M Formula/lesstif.rb
   M Formula/leveldb.rb
   M Formula/lf.rb
   M Formula/lfe.rb
   M Formula/lft.rb
   M Formula/lftp.rb
   M Formula/lgogdownloader.rb
   M Formula/lha.rb
   M Formula/lhasa.rb
   M Formula/lib3ds.rb
   M Formula/libaacs.rb
   M Formula/libagg.rb
   M Formula/libantlr3c.rb
   M Formula/libao.rb
   M Formula/libarchive.rb
   M Formula/libart.rb
   M Formula/libass.rb
   M Formula/libassuan.rb
   M Formula/libatomic_ops.rb
   M Formula/libav.rb
   M Formula/libb2.rb
   M Formula/libb64.rb
   M Formula/libbdplus.rb
   M Formula/libbi.rb
   M Formula/libbind.rb
   M Formula/libbinio.rb
   M Formula/libbitcoin-blockchain.rb
   M Formula/libbitcoin-client.rb
   M Formula/libbitcoin-consensus.rb
   M Formula/libbitcoin-database.rb
   M Formula/libbitcoin-explorer.rb
   M Formula/libbitcoin-network.rb
   M Formula/libbitcoin-node.rb
   M Formula/libbitcoin-protocol.rb
   M Formula/libbitcoin-server.rb
   M Formula/libbitcoin.rb
   M Formula/libbladerf.rb
   M Formula/libbluray.rb
   M Formula/libbpg.rb
   M Formula/libbs2b.rb
   M Formula/libbtbb.rb
   M Formula/libcaca.rb
   M Formula/libcanberra.rb
   M Formula/libcapn.rb
   M Formula/libcbor.rb
   M Formula/libccd.rb
   M Formula/libcddb.rb
   M Formula/libcdio.rb
   M Formula/libcdr.rb
   M Formula/libcds.rb
   M Formula/libcec.rb
   M Formula/libcello.rb
   M Formula/libcerf.rb
   M Formula/libchamplain.rb
   M Formula/libchaos.rb
   M Formula/libchewing.rb
   M Formula/libcmph.rb
   M Formula/libcoap.rb
   M Formula/libconfig.rb
   M Formula/libcouchbase.rb
   M Formula/libcouchbase@2.rb
   M Formula/libcpuid.rb
   M Formula/libcroco.rb
   M Formula/libcsv.rb
   M Formula/libcue.rb
   M Formula/libcuefile.rb
   M Formula/libdaemon.rb
   M Formula/libdap.rb
   M Formula/libdazzle.rb
   M Formula/libdbi.rb
   M Formula/libdc1394.rb
   M Formula/libdca.rb
   M Formula/libde265.rb
   M Formula/libdeflate.rb
   M Formula/libdill.rb
   M Formula/libdiscid.rb
   M Formula/libdivecomputer.rb
   M Formula/libdmtx.rb
   M Formula/libdnet.rb
   M Formula/libdrawtext.rb
   M Formula/libdshconfig.rb
   M Formula/libdsk.rb
   M Formula/libdv.rb
   M Formula/libdvbpsi.rb
   M Formula/libdvdcss.rb
   M Formula/libdvdnav.rb
   M Formula/libdvdread.rb
   M Formula/libebml.rb
   M Formula/libebur128.rb
   M Formula/libedit.rb
   M Formula/libelf.rb
   M Formula/libepoxy.rb
   M Formula/liberasurecode.rb
   M Formula/libestr.rb
   M Formula/libetonyek.rb
   M Formula/libetpan.rb
   M Formula/libev.rb
   M Formula/libevent.rb
   M Formula/libevhtp.rb
   M Formula/libewf.rb
   M Formula/libexif.rb
   M Formula/libexosip.rb
   M Formula/libextractor.rb
   M Formula/libfabric.rb
   M Formula/libfaketime.rb
   M Formula/libffcall.rb
   M Formula/libffi.rb
   M Formula/libfido2.rb
   M Formula/libfishsound.rb
   M Formula/libfixbuf.rb
   M Formula/libfixposix.rb
   M Formula/libflowmanager.rb
   M Formula/libforensic1394.rb
   M Formula/libfreefare.rb
   M Formula/libfreehand.rb
   M Formula/libfreenect.rb
   M Formula/libftdi.rb
   M Formula/libftdi0.rb
   M Formula/libgadu.rb
   M Formula/libgaiagraphics.rb
   M Formula/libgcrypt.rb
   M Formula/libgda.rb
   M Formula/libgdata.rb
   M Formula/libgee.rb
   M Formula/libgeotiff.rb
   M Formula/libgetdata.rb
   M Formula/libgfshare.rb
   M Formula/libghthash.rb
   M Formula/libgig.rb
   M Formula/libgit2-glib.rb
   M Formula/libgit2.rb
   M Formula/libglade.rb
   M Formula/libglademm.rb
   M Formula/libgnomecanvas.rb
   M Formula/libgnomecanvasmm.rb
   M Formula/libgnt.rb
   M Formula/libgosu.rb
   M Formula/libgpg-error.rb
   M Formula/libgphoto2.rb
   M Formula/libgr.rb
   M Formula/libgraphqlparser.rb
   M Formula/libgsf.rb
   M Formula/libgsm.rb
   M Formula/libgtop.rb
   M Formula/libgusb.rb
   M Formula/libgweather.rb
   M Formula/libgxps.rb
   M Formula/libharu.rb
   M Formula/libhdhomerun.rb
   M Formula/libheif.rb
   M Formula/libhid.rb
   M Formula/libhttpserver.rb
   M Formula/libhttpseverywhere.rb
   M Formula/libical.rb
   M Formula/libicns.rb
   M Formula/libiconv.rb
   M Formula/libid3tag.rb
   M Formula/libident.rb
   M Formula/libidl.rb
   M Formula/libidn.rb
   M Formula/libidn2.rb
   M Formula/libilbc.rb
   M Formula/libimagequant.rb
   M Formula/libimobiledevice.rb
   M Formula/libinfinity.rb
   M Formula/libiodbc.rb
   M Formula/libiptcdata.rb
   M Formula/libiscsi.rb
   M Formula/libjson-rpc-cpp.rb
   M Formula/libjwt.rb
   M Formula/libkate.rb
   M Formula/libkeccak.rb
   M Formula/libkml.rb
   M Formula/libksba.rb
   M Formula/liblas.rb
   M Formula/liblcf.rb
   M Formula/liblinear.rb
   M Formula/liblo.rb
   M Formula/liblockfile.rb
   M Formula/liblouis.rb
   M Formula/liblqr.rb
   M Formula/libltc.rb
   M Formula/liblunar.rb
   M Formula/liblwgeom.rb
   M Formula/liblzf.rb
   M Formula/libmaa.rb
   M Formula/libmagic.rb
   M Formula/libmatio.rb
   M Formula/libmatroska.rb
   M Formula/libmaxminddb.rb
   M Formula/libmemcached.rb
   M Formula/libmetalink.rb
   M Formula/libmicrohttpd.rb
   M Formula/libmikmod.rb
   M Formula/libmill.rb
   M Formula/libming.rb
   M Formula/libmms.rb
   M Formula/libmodbus.rb
   M Formula/libmodplug.rb
   M Formula/libmonome.rb
   M Formula/libmowgli.rb
   M Formula/libmp3splt.rb
   M Formula/libmpc.rb
   M Formula/libmpd.rb
   M Formula/libmpdclient.rb
   M Formula/libmpeg2.rb
   M Formula/libmrss.rb
   M Formula/libmspub.rb
   M Formula/libmtp.rb
   M Formula/libmusicbrainz.rb
   M Formula/libmwaw.rb
   M Formula/libmxml.rb
   M Formula/libmypaint.rb
   M Formula/libnatpmp.rb
   M Formula/libnet.rb
   M Formula/libnetworkit.rb
   M Formula/libnfc.rb
   M Formula/libnfs.rb
   M Formula/libngspice.rb
   M Formula/libnice.rb
   M Formula/libnids.rb
   M Formula/libnotify.rb
   M Formula/libnova.rb
   M Formula/libntlm.rb
   M Formula/libnxml.rb
   M Formula/liboauth.rb
   M Formula/libodfgen.rb
   M Formula/libofx.rb
   M Formula/libogg.rb
   M Formula/liboil.rb
   M Formula/libolm.rb
   M Formula/libomp.rb
   M Formula/libopendkim.rb
   M Formula/libopenmpt.rb
   M Formula/libopennet.rb
   M Formula/liboping.rb
   M Formula/libopusenc.rb
   M Formula/liboqs.rb
   M Formula/libosinfo.rb
   M Formula/libosip.rb
   M Formula/libosmium.rb
   M Formula/libotr.rb
   M Formula/libowfat.rb
   M Formula/libp11.rb
   M Formula/libpagemaker.rb
   M Formula/libpano.rb
   M Formula/libpcap.rb
   M Formula/libpcl.rb
   M Formula/libpeas.rb
   M Formula/libpgm.rb
   M Formula/libphonenumber.rb
   M Formula/libplctag.rb
   M Formula/libplist.rb
   M Formula/libpng.rb
   M Formula/libpointing.rb
   M Formula/libpoker-eval.rb
   M Formula/libpq.rb
   M Formula/libpqxx.rb
   M Formula/libpqxx@6.rb
   M Formula/libprotoident.rb
   M Formula/libproxy.rb
   M Formula/libpsl.rb
   M Formula/libpst.rb
   M Formula/libpulsar.rb
   M Formula/libpuzzle.rb
   M Formula/libqalculate.rb
   M Formula/libquantum.rb
   M Formula/libquicktime.rb
   M Formula/libquvi.rb
   M Formula/libraqm.rb
   M Formula/librasterlite.rb
   M Formula/libraw.rb
   M Formula/librcsc.rb
   M Formula/librdkafka.rb
   M Formula/libre.rb
   M Formula/libreadline-java.rb
   M Formula/librealsense.rb
   M Formula/librem.rb
   M Formula/libreplaygain.rb
   M Formula/libresample.rb
   M Formula/libressl.rb
   M Formula/librest.rb
   M Formula/librevenge.rb
   M Formula/librsvg.rb
   M Formula/librsync.rb
   M Formula/librtlsdr.rb
   M Formula/libsamplerate.rb
   M Formula/libsass.rb
   M Formula/libsbol.rb
   M Formula/libscrypt.rb
   M Formula/libsecret.rb
   M Formula/libserdes.rb
   M Formula/libserialport.rb
   M Formula/libshout.rb
   M Formula/libsigc++.rb
   M Formula/libsigc++@2.rb
   M Formula/libsignal-protocol-c.rb
   M Formula/libsigsegv.rb
   M Formula/libsixel.rb
   M Formula/libslax.rb
   M Formula/libsmf.rb
   M Formula/libsmi.rb
   M Formula/libsndfile.rb
   M Formula/libsodium.rb
   M Formula/libsoundio.rb
   M Formula/libsoup.rb
   M Formula/libsoxr.rb
   M Formula/libspatialite.rb
   M Formula/libspectre.rb
   M Formula/libspectrum.rb
   M Formula/libspiro.rb
   M Formula/libspnav.rb
   M Formula/libspng.rb
   M Formula/libsquish.rb
   M Formula/libssh.rb
   M Formula/libssh2.rb
   M Formula/libstatgrab.rb
   M Formula/libstfl.rb
   M Formula/libstrophe.rb
   M Formula/libstxxl.rb
   M Formula/libsvg-cairo.rb
   M Formula/libsvg.rb
   M Formula/libsvm.rb
   M Formula/libswiften.rb
   M Formula/libswiftnav.rb
   M Formula/libtar.rb
   M Formula/libtasn1.rb
   M Formula/libtcod.rb
   M Formula/libtecla.rb
   M Formula/libtensorflow.rb
   M Formula/libtensorflow@1.rb
   M Formula/libtermkey.rb
   M Formula/libtextcat.rb
   M Formula/libtiff.rb
   M Formula/libtins.rb
   M Formula/libtomcrypt.rb
   M Formula/libtommath.rb
   M Formula/libtool.rb
   M Formula/libtorch.rb
   M Formula/libtorrent-rakshasa.rb
   M Formula/libtorrent-rasterbar.rb
   M Formula/libtrace.rb
   M Formula/libtrng.rb
   M Formula/libu2f-host.rb
   M Formula/libu2f-server.rb
   M Formula/libucl.rb
   M Formula/libuecc.rb
   M Formula/libuninameslist.rb
   M Formula/libunistring.rb
   M Formula/libunwind-headers.rb
   M Formula/libupnp.rb
   M Formula/libusb-compat.rb
   M Formula/libusb.rb
   M Formula/libusbmuxd.rb
   M Formula/libusrsctp.rb
   M Formula/libuv.rb
   M Formula/libuvc.rb
   M Formula/libvbucket.rb
   M Formula/libvidstab.rb
   M Formula/libvirt-glib.rb
   M Formula/libvirt.rb
   M Formula/libvisio.rb
   M Formula/libvmaf.rb
   M Formula/libvncserver.rb
   M Formula/libvo-aacenc.rb
   M Formula/libvoikko.rb
   M Formula/libvorbis.rb
   M Formula/libvpx.rb
   M Formula/libvterm.rb
   M Formula/libwandevent.rb
   M Formula/libwbxml.rb
   M Formula/libwebm.rb
   M Formula/libwebsockets.rb
   M Formula/libwmf.rb
   M Formula/libwpd.rb
   M Formula/libwpg.rb
   M Formula/libwps.rb
   M Formula/libxc.rb
   M Formula/libxdg-basedir.rb
   M Formula/libxdiff.rb
   M Formula/libxkbcommon.rb
   M Formula/libxlsxwriter.rb
   M Formula/libxmi.rb
   M Formula/libxml++.rb
   M Formula/libxml++3.rb
   M Formula/libxml2.rb
   M Formula/libxmlsec1.rb
   M Formula/libxmp-lite.rb
   M Formula/libxmp.rb
   M Formula/libxo.rb
   M Formula/libxslt.rb
   M Formula/libxspf.rb
   M Formula/libyaml.rb
   M Formula/libyubikey.rb
   M Formula/libzdb.rb
   M Formula/libzip.rb
   M Formula/libzt.rb
   M Formula/libzzip.rb
   M Formula/lifelines.rb
   M Formula/lightgbm.rb
   M Formula/lightning.rb
   M Formula/lighttpd.rb
   M Formula/lilv.rb
   M Formula/lincity-ng.rb
   M Formula/link-grammar.rb
   M Formula/linkerd.rb
   M Formula/linklint.rb
   M Formula/links.rb
   M Formula/liquibase.rb
   M Formula/liquid-dsp.rb
   M Formula/liquidctl.rb
   M Formula/liquidprompt.rb
   M Formula/liquigraph.rb
   M Formula/litecli.rb
   M Formula/literate-git.rb
   M Formula/little-cms.rb
   M Formula/little-cms2.rb
   M Formula/livestreamer.rb
   M Formula/lizard-analyzer.rb
   M Formula/lizard.rb
   M Formula/lldpd.rb
   M Formula/llnode.rb
   M Formula/llvm.rb
   M Formula/llvm@7.rb
   M Formula/llvm@8.rb
   M Formula/llvm@9.rb
   M Formula/lm4tools.rb
   M Formula/lmdb.rb
   M Formula/lmod.rb
   M Formula/lnav.rb
   M Formula/loc.rb
   M Formula/locateme.rb
   M Formula/lockrun.rb
   M Formula/log4c.rb
   M Formula/log4cplus.rb
   M Formula/log4cpp.rb
   M Formula/log4cxx.rb
   M Formula/log4shib.rb
   M Formula/logcheck.rb
   M Formula/logcli.rb
   M Formula/logrotate.rb
   M Formula/logstalgia.rb
   M Formula/logstash.rb
   M Formula/logtalk.rb
   M Formula/loki.rb
   M Formula/lolcat.rb
   M Formula/lolcode.rb
   M Formula/lorem.rb
   M Formula/loudmouth.rb
   M Formula/lout.rb
   M Formula/lpc21isp.rb
   M Formula/lrdf.rb
   M Formula/lrzip.rb
   M Formula/lrzsz.rb
   M Formula/lsd.rb
   M Formula/lsdvd.rb
   M Formula/lsof.rb
   M Formula/lsusb.rb
   M Formula/lsyncd.rb
   M Formula/ltc-tools.rb
   M Formula/ltl2ba.rb
   M Formula/lua.rb
   M Formula/lua@5.1.rb
   M Formula/luabind.rb
   M Formula/luajit.rb
   M Formula/luaradio.rb
   M Formula/luarocks.rb
   M Formula/luaver.rb
   M Formula/luit.rb
   M Formula/lunchy-go.rb
   M Formula/lunchy.rb
   M Formula/lutok.rb
   M Formula/luvit.rb
   M Formula/lv.rb
   M Formula/lv2.rb
   M Formula/lwtools.rb
   M Formula/lxc.rb
   M Formula/lxsplit.rb
   M Formula/lynis.rb
   M Formula/lynx.rb
   M Formula/lz4.rb
   M Formula/lzfse.rb
   M Formula/lzip.rb
   M Formula/lzlib.rb
   M Formula/lzo.rb
   M Formula/lzop.rb
   M Formula/m-cli.rb
   M Formula/m2c.rb
   M Formula/m4.rb
   M Formula/mac-robber.rb
   M Formula/mackup.rb
   M Formula/macos-trash.rb
   M Formula/macosvpn.rb
   M Formula/macvim.rb
   M Formula/mad.rb
   M Formula/madplay.rb
   M Formula/mafft.rb
   M Formula/mage.rb
   M Formula/magic-wormhole.rb
   M Formula/magnetix.rb
   M Formula/mahout.rb
   M Formula/mailcheck.rb
   M Formula/mailhog.rb
   M Formula/mailutils.rb
   M Formula/mairix.rb
   M Formula/make.rb
   M Formula/makedepend.rb
   M Formula/makefile2graph.rb
   M Formula/makeicns.rb
   M Formula/makensis.rb
   M Formula/makepkg.rb
   M Formula/makepp.rb
   M Formula/makeself.rb
   M Formula/malbolge.rb
   M Formula/mallet.rb
   M Formula/mame.rb
   M Formula/man-db.rb
   M Formula/man2html.rb
   M Formula/mandoc.rb
   M Formula/mandown.rb
   M Formula/manticoresearch.rb
   M Formula/mapcrafter.rb
   M Formula/mapnik.rb
   M Formula/mapserver.rb
   M Formula/mariadb-connector-c.rb
   M Formula/mariadb-connector-odbc.rb
   M Formula/mariadb.rb
   M Formula/mariadb@10.1.rb
   M Formula/mariadb@10.2.rb
   M Formula/mariadb@10.3.rb
   M Formula/markdown.rb
   M Formula/marked.rb
   M Formula/marst.rb
   M Formula/mas.rb
   M Formula/mask.rb
   M Formula/masscan.rb
   M Formula/massren.rb
   M Formula/mat2.rb
   M Formula/math-comp.rb
   M Formula/matlab2tikz.rb
   M Formula/maven-completion.rb
   M Formula/maven-shell.rb
   M Formula/maven.rb
   M Formula/maven@3.2.rb
   M Formula/maven@3.3.rb
   M Formula/maven@3.5.rb
   M Formula/mavsdk.rb
   M Formula/mawk.rb
   M Formula/maxima.rb
   M Formula/maxwell.rb
   M Formula/mbedtls.rb
   M Formula/mbelib.rb
   M Formula/mboxgrep.rb
   M Formula/mcabber.rb
   M Formula/mcpp.rb
   M Formula/mcrypt.rb
   M Formula/md.rb
   M Formula/md5deep.rb
   M Formula/md5sha1sum.rb
   M Formula/mda-lv2.rb
   M Formula/mdbook.rb
   M Formula/mdbtools.rb
   M Formula/mdcat.rb
   M Formula/mdds.rb
   M Formula/mdf2iso.rb
   M Formula/mdk.rb
   M Formula/mdp.rb
   M Formula/mdr.rb
   M Formula/mdv.rb
   M Formula/mdxmini.rb
   M Formula/mecab-ipadic.rb
   M Formula/mecab-jumandic.rb
   M Formula/mecab-ko-dic.rb
   M Formula/mecab-ko.rb
   M Formula/mecab-unidic-extended.rb
   M Formula/mecab-unidic.rb
   M Formula/mecab.rb
   M Formula/media-info.rb
   M Formula/mediaconch.rb
   M Formula/mednafen.rb
   M Formula/megacmd.rb
   M Formula/megatools.rb
   M Formula/meilisearch.rb
   M Formula/memcache-top.rb
   M Formula/memcached.rb
   M Formula/memcacheq.rb
   M Formula/memtester.rb
   M Formula/menhir.rb
   M Formula/mercurial.rb
   M Formula/mercury.rb
   M Formula/mergelog.rb
   M Formula/mergepbx.rb
   M Formula/mesa.rb
   M Formula/mesalib-glw.rb
   M Formula/meson.rb
   M Formula/mesos.rb
   M Formula/metabase.rb
   M Formula/metaproxy.rb
   M Formula/metashell.rb
   M Formula/metis.rb
   M Formula/metricbeat.rb
   M Formula/mfcuk.rb
   M Formula/mfoc.rb
   M Formula/mfterm.rb
   M Formula/mftrace.rb
   M Formula/mg.rb
   M Formula/mgba.rb
   M Formula/mhash.rb
   M Formula/micro.rb
   M Formula/micronaut.rb
   M Formula/micropython.rb
   M Formula/midgard2.rb
   M Formula/midicsv.rb
   M Formula/midnight-commander.rb
   M Formula/mighttpd2.rb
   M Formula/mikmod.rb
   M Formula/mikutter.rb
   M Formula/mill.rb
   M Formula/miller.rb
   M Formula/mimic.rb
   M Formula/minbif.rb
   M Formula/minetest.rb
   M Formula/mingw-w64.rb
   M Formula/minica.rb
   M Formula/minicom.rb
   M Formula/minidjvu.rb
   M Formula/minidlna.rb
   M Formula/minikube.rb
   M Formula/minimal-racket.rb
   M Formula/minimesos.rb
   M Formula/minimodem.rb
   M Formula/minio-mc.rb
   M Formula/minio.rb
   M Formula/minipro.rb
   M Formula/minised.rb
   M Formula/miniserve.rb
   M Formula/minisign.rb
   M Formula/miniupnpc.rb
   M Formula/minizinc.rb
   M Formula/minizip.rb
   M Formula/mint.rb
   M Formula/minuit2.rb
   M Formula/miruo.rb
   M Formula/mit-scheme.rb
   M Formula/mitie.rb
   M Formula/mitmproxy.rb
   M Formula/mix-completion.rb
   M Formula/mjpegtools.rb
   M Formula/mk-configure.rb
   M Formula/mkcert.rb
   M Formula/mkclean.rb
   M Formula/mkcue.rb
   M Formula/mkdocs.rb
   M Formula/mkhexgrid.rb
   M Formula/mksh.rb
   M Formula/mktorrent.rb
   M Formula/mkvalidator.rb
   M Formula/mkvdts2ac3.rb
   M Formula/mkvtomp4.rb
   M Formula/mkvtoolnix.rb
   M Formula/mlkit.rb
   M Formula/mlogger.rb
   M Formula/mlpack.rb
   M Formula/mlt.rb
   M Formula/mlton.rb
   M Formula/mm-common.rb
   M Formula/mmark.rb
   M Formula/mmctl.rb
   M Formula/mmix.rb
   M Formula/mmseqs2.rb
   M Formula/mmsrip.rb
   M Formula/mmv.rb
   M Formula/moarvm.rb
   M Formula/mobiledevice.rb
   M Formula/moc.rb
   M Formula/mockolo.rb
   M Formula/mockserver.rb
   M Formula/moco.rb
   M Formula/modd.rb
   M Formula/modgit.rb
   M Formula/modman.rb
   M Formula/modules.rb
   M Formula/moe.rb
   M Formula/mogenerator.rb
   M Formula/molecule.rb
   M Formula/molten-vk.rb
   M Formula/mon.rb
   M Formula/monero.rb
   M Formula/monetdb.rb
   M Formula/mongo-c-driver.rb
   M Formula/mongo-cxx-driver.rb
   M Formula/mongo-orchestration.rb
   M Formula/mongoose.rb
   M Formula/mongrel2.rb
   M Formula/mongroup.rb
   M Formula/monit.rb
   M Formula/monitoring-plugins.rb
   M Formula/monkeysphere.rb
   M Formula/mono-libgdiplus.rb
   M Formula/mono.rb
   M Formula/monolith.rb
   M Formula/montage.rb
   M Formula/moon-buggy.rb
   M Formula/moreutils.rb
   M Formula/morse.rb
   M Formula/mosh.rb
   M Formula/mosml.rb
   M Formula/mosquitto.rb
   M Formula/most.rb
   M Formula/movgrab.rb
   M Formula/moz-git-tools.rb
   M Formula/mozilla-addon-sdk.rb
   M Formula/mozjpeg.rb
   M Formula/mp3blaster.rb
   M Formula/mp3cat.rb
   M Formula/mp3check.rb
   M Formula/mp3fs.rb
   M Formula/mp3gain.rb
   M Formula/mp3info.rb
   M Formula/mp3splt.rb
   M Formula/mp3unicode.rb
   M Formula/mp3val.rb
   M Formula/mp3wrap.rb
   M Formula/mp4v2.rb
   M Formula/mpack.rb
   M Formula/mpage.rb
   M Formula/mpc.rb
   M Formula/mpck.rb
   M Formula/mpd.rb
   M Formula/mpdas.rb
   M Formula/mpdscribble.rb
   M Formula/mpdviz.rb
   M Formula/mpegdemux.rb
   M Formula/mpfi.rb
   M Formula/mpfr.rb
   M Formula/mpg123.rb
   M Formula/mpg321.rb
   M Formula/mpgtx.rb
   M Formula/mpi4py.rb
   M Formula/mpich.rb
   M Formula/mpir.rb
   M Formula/mplayer.rb
   M Formula/mplayershell.rb
   M Formula/mpop.rb
   M Formula/mps-youtube.rb
   M Formula/mpssh.rb
   M Formula/mpv.rb
   M Formula/mpw.rb
   M Formula/mr.rb
   M Formula/mrboom.rb
   M Formula/mrtg.rb
   M Formula/mruby-cli.rb
   M Formula/mruby.rb
   M Formula/mscgen.rb
   M Formula/msdl.rb
   M Formula/msgpack-tools.rb
   M Formula/msgpack.rb
   M Formula/msgpuck.rb
   M Formula/msitools.rb
   M Formula/msktutil.rb
   M Formula/msmtp.rb
   M Formula/mspdebug.rb
   M Formula/mstch.rb
   M Formula/mtoc.rb
   M Formula/mtools.rb
   M Formula/mtr.rb
   M Formula/mu.rb
   M Formula/mujs.rb
   M Formula/multimarkdown.rb
   M Formula/multitail.rb
   M Formula/muparser.rb
   M Formula/mupdf-tools.rb
   M Formula/mupdf.rb
   M Formula/mupen64plus.rb
   M Formula/musepack.rb
   M Formula/mussh.rb
   M Formula/mutt.rb
   M Formula/mvnvm.rb
   M Formula/mvtools.rb
   M Formula/mycli.rb
   M Formula/mydumper.rb
   M Formula/myman.rb
   M Formula/mypy.rb
   M Formula/mysql++.rb
   M Formula/mysql-client.rb
   M Formula/mysql-client@5.7.rb
   M Formula/mysql-connector-c++.rb
   M Formula/mysql-sandbox.rb
   M Formula/mysql-search-replace.rb
   M Formula/mysql.rb
   M Formula/mysql@5.6.rb
   M Formula/mysql@5.7.rb
   M Formula/mysqltuner.rb
   M Formula/mytop.rb
   M Formula/n.rb
   M Formula/naabu.rb
   M Formula/nacl.rb
   M Formula/naga.rb
   M Formula/nagios-plugins.rb
   M Formula/nagios.rb
   M Formula/nailgun.rb
   M Formula/namazu.rb
   M Formula/namebench.rb
   M Formula/nano.rb
   M Formula/nanomsg.rb
   M Formula/nanomsgxx.rb
   M Formula/nanopb-generator.rb
   M Formula/narwhal.rb
   M Formula/nasm.rb
   M Formula/natalie.rb
   M Formula/nativefier.rb
   M Formula/nats-server.rb
   M Formula/nats-streaming-server.rb
   M Formula/naturaldocs.rb
   M Formula/nauty.rb
   M Formula/nave.rb
   M Formula/navi.rb
   M Formula/nbdime.rb
   M Formula/nbimg.rb
   M Formula/ncdc.rb
   M Formula/ncdu.rb
   M Formula/ncftp.rb
   M Formula/ncmpc.rb
   M Formula/ncmpcpp.rb
   M Formula/nco.rb
   M Formula/ncompress.rb
   M Formula/ncp.rb
   M Formula/ncrack.rb
   M Formula/ncurses.rb
   M Formula/ncview.rb
   M Formula/ndenv.rb
   M Formula/ndiff.rb
   M Formula/ndpi.rb
   M Formula/ne.rb
   M Formula/neatvi.rb
   M Formula/nebula.rb
   M Formula/nedit.rb
   M Formula/needle.rb
   M Formula/nef.rb
   M Formula/negfix8.rb
   M Formula/neko.rb
   M Formula/neo4j.rb
   M Formula/neofetch.rb
   M Formula/neomutt.rb
   M Formula/neon.rb
   M Formula/neopop-sdl.rb
   M Formula/neovim.rb
   M Formula/nesc.rb
   M Formula/nest.rb
   M Formula/nestopia-ue.rb
   M Formula/net-snmp.rb
   M Formula/netcat.rb
   M Formula/netcat6.rb
   M Formula/netcdf.rb
   M Formula/netdata.rb
   M Formula/nethack.rb
   M Formula/nethacked.rb
   M Formula/nethogs.rb
   M Formula/netlify-cli.rb
   M Formula/netpbm.rb
   M Formula/netperf.rb
   M Formula/netris.rb
   M Formula/nettle.rb
   M Formula/nettoe.rb
   M Formula/networkit.rb
   M Formula/never.rb
   M Formula/newlisp.rb
   M Formula/newman.rb
   M Formula/newrelic-cli.rb
   M Formula/newsboat.rb
   M Formula/newt.rb
   M Formula/nexus.rb
   M Formula/nfcutils.rb
   M Formula/nfdump.rb
   M Formula/nghttp2.rb
   M Formula/nginx.rb
   M Formula/ngircd.rb
   M Formula/ngrep.rb
   M Formula/ngs.rb
   M Formula/ngspice.rb
   M Formula/ngt.rb
   M Formula/nickle.rb
   M Formula/nicovideo-dl.rb
   M Formula/nifi-registry.rb
   M Formula/nifi.rb
   M Formula/nift.rb
   M Formula/nikto.rb
   M Formula/nim.rb
   M Formula/ninja.rb
   M Formula/ninvaders.rb
   M Formula/nkf.rb
   M Formula/nload.rb
   M Formula/nlohmann-json.rb
   M Formula/nlopt.rb
   M Formula/nmap.rb
   M Formula/nmh.rb
   M Formula/nng.rb
   M Formula/nnn.rb
   M Formula/no-more-secrets.rb
   M Formula/node-build.rb
   M Formula/node-sass.rb
   M Formula/node.rb
   M Formula/node@10.rb
   M Formula/node@12.rb
   M Formula/node_exporter.rb
   M Formula/nodebrew.rb
   M Formula/nodeenv.rb
   M Formula/nodenv.rb
   M Formula/nomad.rb
   M Formula/nopoll.rb
   M Formula/norm.rb
   M Formula/normalize.rb
   M Formula/noti.rb
   M Formula/notifiers.rb
   M Formula/notmuch-mutt.rb
   M Formula/notmuch.rb
   M Formula/noweb.rb
   M Formula/npth.rb
   M Formula/npush.rb
   M Formula/nq.rb
   M Formula/nqp.rb
   M Formula/nrg2iso.rb
   M Formula/nrpe.rb
   M Formula/nsd.rb
   M Formula/nsnake.rb
   M Formula/nspr.rb
   M Formula/nsq.rb
   M Formula/nss.rb
   M Formula/nsuds.rb
   M Formula/ntfs-3g.rb
   M Formula/ntl.rb
   M Formula/ntopng.rb
   M Formula/ntp.rb
   M Formula/nu-smv.rb
   M Formula/nu.rb
   M Formula/nudoku.rb
   M Formula/nuget.rb
   M Formula/num-utils.rb
   M Formula/numpy.rb
   M Formula/numpy@1.16.rb
   M Formula/nushell.rb
   M Formula/nut.rb
   M Formula/nutcracker.rb
   M Formula/nuttcp.rb
   M Formula/nuvie.rb
   M Formula/nuxeo.rb
   M Formula/nvc.rb
   M Formula/nvi.rb
   M Formula/nvm.rb
   M Formula/nwchem.rb
   M Formula/nxengine.rb
   M Formula/nyancat.rb
   M Formula/nylon.rb
   M Formula/nyx.rb
   M Formula/nzbget.rb
   M Formula/oath-toolkit.rb
   M Formula/oauth2_proxy.rb
   M Formula/oauth2l.rb
   M Formula/objc-codegenutils.rb
   M Formula/objc-run.rb
   M Formula/objfw.rb
   M Formula/ocaml-findlib.rb
   M Formula/ocaml-num.rb
   M Formula/ocaml.rb
   M Formula/ocamlbuild.rb
   M Formula/ocamlsdl.rb
   M Formula/oci-cli.rb
   M Formula/oclgrind.rb
   M Formula/ocp.rb
   M Formula/ocproxy.rb
   M Formula/ocrad.rb
   M Formula/ocrmypdf.rb
   M Formula/octant.rb
   M Formula/octave.rb
   M Formula/octomap.rb
   M Formula/ode.rb
   M Formula/odin.rb
   M Formula/odo.rb
   M Formula/odpi.rb
   M Formula/odt2txt.rb
   M Formula/offlineimap.rb
   M Formula/oggz.rb
   M Formula/ogmtools.rb
   M Formula/oha.rb
   M Formula/ohcount.rb
   M Formula/oil.rb
   M Formula/okteto.rb
   M Formula/ola.rb
   M Formula/olsrd.rb
   M Formula/omake.rb
   M Formula/omega-rpg.rb
   M Formula/omega.rb
   M Formula/omniorb.rb
   M Formula/ompl.rb
   M Formula/ondir.rb
   M Formula/one-ml.rb
   M Formula/onednn.rb
   M Formula/onefetch.rb
   M Formula/onetime.rb
   M Formula/oniguruma.rb
   M Formula/onioncat.rb
   M Formula/onnxruntime.rb
   M Formula/onscripter.rb
   M Formula/ooniprobe.rb
   M Formula/opa.rb
   M Formula/opam.rb
   M Formula/open-babel.rb
   M Formula/open-completion.rb
   M Formula/open-image-denoise.rb
   M Formula/open-jtalk.rb
   M Formula/open-mesh.rb
   M Formula/open-mpi.rb
   M Formula/open-ocd.rb
   M Formula/open-scene-graph.rb
   M Formula/open-sp.rb
   M Formula/open-tyrian.rb
   M Formula/open-zwave.rb
   M Formula/openal-soft.rb
   M Formula/openapi-generator.rb
   M Formula/openblas.rb
   M Formula/opencascade.rb
   M Formula/opencbm.rb
   M Formula/opencc.rb
   M Formula/openclonk.rb
   M Formula/opencoarrays.rb
   M Formula/opencolorio.rb
   M Formula/openconnect.rb
   M Formula/opencore-amr.rb
   M Formula/opencsg.rb
   M Formula/opencv.rb
   M Formula/opencv@2.rb
   M Formula/opencv@3.rb
   M Formula/opendbx.rb
   M Formula/opendetex.rb
   M Formula/openexr.rb
   M Formula/openfast.rb
   M Formula/openfortivpn.rb
   M Formula/openh264.rb
   M Formula/openhmd.rb
   M Formula/openimageio.rb
   M Formula/openjazz.rb
   M Formula/openjdk.rb
   M Formula/openjdk@11.rb
   M Formula/openjpeg.rb
   M Formula/openkim-models.rb
   M Formula/openldap.rb
   M Formula/openlibm.rb
   M Formula/openmotif.rb
   M Formula/openmsx.rb
   M Formula/openrct2.rb
   M Formula/openrtsp.rb
   M Formula/opensaml.rb
   M Formula/opensc.rb
   M Formula/openshift-cli.rb
   M Formula/openslide.rb
   M Formula/openslp.rb
   M Formula/openssh.rb
   M Formula/openssl@1.1.rb
   M Formula/openstackclient.rb
   M Formula/opensubdiv.rb
   M Formula/opentracing-cpp.rb
   M Formula/opentsdb.rb
   M Formula/openttd.rb
   M Formula/openvdb.rb
   M Formula/openvpn.rb
   M Formula/operator-sdk.rb
   M Formula/ophcrack.rb
   M Formula/optipng.rb
   M Formula/opus-tools.rb
   M Formula/opus.rb
   M Formula/opusfile.rb
   M Formula/oq.rb
   M Formula/orbit.rb
   M Formula/orc-tools.rb
   M Formula/orc.rb
   M Formula/orientdb.rb
   M Formula/orocos-kdl.rb
   M Formula/ortp.rb
   M Formula/ory-hydra.rb
   M Formula/osc.rb
   M Formula/oscats.rb
   M Formula/osi.rb
   M Formula/osm-gps-map.rb
   M Formula/osm-pbf.rb
   M Formula/osm2pgrouting.rb
   M Formula/osm2pgsql.rb
   M Formula/osmfilter.rb
   M Formula/osmium-tool.rb
   M Formula/osmosis.rb
   M Formula/ospray.rb
   M Formula/osqp.rb
   M Formula/osquery.rb
   M Formula/osrm-backend.rb
   M Formula/osslsigncode.rb
   M Formula/ossp-uuid.rb
   M Formula/osx-cpu-temp.rb
   M Formula/osxutils.rb
   M Formula/otf2.rb
   M Formula/otf2bdf.rb
   M Formula/ott.rb
   M Formula/overmind.rb
   M Formula/owamp.rb
   M Formula/owfs.rb
   M Formula/oxipng.rb
   M Formula/oysttyer.rb
   M Formula/p0f.rb
   M Formula/p11-kit.rb
   M Formula/p7zip.rb
   M Formula/pacapt.rb
   M Formula/pachi.rb
   M Formula/packer-completion.rb
   M Formula/packer.rb
   M Formula/packetbeat.rb
   M Formula/packetq.rb
   M Formula/packmol.rb
   M Formula/packr.rb
   M Formula/pacman4console.rb
   M Formula/pacparser.rb
   M Formula/pacvim.rb
   M Formula/pagmo.rb
   M Formula/pakchois.rb
   M Formula/paket.rb
   M Formula/pam-u2f.rb
   M Formula/pam_yubico.rb
   M Formula/pandoc-citeproc.rb
   M Formula/pandoc-crossref.rb
   M Formula/pandoc-include-code.rb
   M Formula/pandoc.rb
   M Formula/pango.rb
   M Formula/pangomm.rb
   M Formula/paperkey.rb
   M Formula/paps.rb
   M Formula/par.rb
   M Formula/par2.rb
   M Formula/parallel.rb
   M Formula/parallelstl.rb
   M Formula/pari.rb
   M Formula/parquet-tools.rb
   M Formula/parrot.rb
   M Formula/partio.rb
   M Formula/pass-git-helper.rb
   M Formula/pass-otp.rb
   M Formula/pass.rb
   M Formula/passenger.rb
   M Formula/passpie.rb
   M Formula/passwdqc.rb
   M Formula/pastebinit.rb
   M Formula/pastel.rb
   M Formula/patchelf.rb
   M Formula/patchutils.rb
   M Formula/path-extractor.rb
   M Formula/pax-construct.rb
   M Formula/pax-runner.rb
   M Formula/payara.rb
   M Formula/pazpar2.rb
   M Formula/pbc-sig.rb
   M Formula/pbc.rb
   M Formula/pbzip2.rb
   M Formula/pc6001vx.rb
   M Formula/pcal.rb
   M Formula/pcapplusplus.rb
   M Formula/pcb.rb
   M Formula/pcb2gcode.rb
   M Formula/pce.rb
   M Formula/pcl.rb
   M Formula/pcre++.rb
   M Formula/pcre.rb
   M Formula/pcre2.rb
   M Formula/pcsc-lite.rb
   M Formula/pdal.rb
   M Formula/pdf-redact-tools.rb
   M Formula/pdf2htmlex.rb
   M Formula/pdf2image.rb
   M Formula/pdf2json.rb
   M Formula/pdf2svg.rb
   M Formula/pdfcpu.rb
   M Formula/pdfcrack.rb
   M Formula/pdfgrep.rb
   M Formula/pdflib-lite.rb
   M Formula/pdfpc.rb
   M Formula/pdfsandwich.rb
   M Formula/pdftk-java.rb
   M Formula/pdftohtml.rb
   M Formula/pdftoipe.rb
   M Formula/pdns.rb
   M Formula/pdnsd.rb
   M Formula/pdnsrec.rb
   M Formula/pdsh.rb
   M Formula/peco.rb
   M Formula/peg-markdown.rb
   M Formula/peg.rb
   M Formula/pegtl.rb
   M Formula/pelikan.rb
   M Formula/perceptualdiff.rb
   M Formula/percol.rb
   M Formula/percona-server.rb
   M Formula/percona-toolkit.rb
   M Formula/percona-xtrabackup.rb
   M Formula/perkeep.rb
   M Formula/perl-build.rb
   M Formula/perl.rb
   M Formula/perl@5.18.rb
   M Formula/perltidy.rb
   M Formula/peru.rb
   M Formula/petsc-complex.rb
   M Formula/petsc.rb
   M Formula/pev.rb
   M Formula/pex.rb
   M Formula/pfetch.rb
   M Formula/pg_top.rb
   M Formula/pgbadger.rb
   M Formula/pgbouncer.rb
   M Formula/pgcli.rb
   M Formula/pgdbf.rb
   M Formula/pgformatter.rb
   M Formula/pgloader.rb
   M Formula/pgpdump.rb
   M Formula/pgpool-ii.rb
   M Formula/pgroonga.rb
   M Formula/pgrouting.rb
   M Formula/pgtoolkit.rb
   M Formula/pgtune.rb
   M Formula/pgweb.rb
   M Formula/phoon.rb
   M Formula/phoronix-test-suite.rb
   M Formula/php-code-sniffer.rb
   M Formula/php-cs-fixer.rb
   M Formula/php.rb
   M Formula/php@7.2.rb
   M Formula/php@7.3.rb
   M Formula/phplint.rb
   M Formula/phpmd.rb
   M Formula/phpmyadmin.rb
   M Formula/phpstan.rb
   M Formula/phpunit.rb
   M Formula/physfs.rb
   M Formula/pianobar.rb
   M Formula/pianod.rb
   M Formula/picard-tools.rb
   M Formula/picat.rb
   M Formula/pick.rb
   M Formula/picoc.rb
   M Formula/picocom.rb
   M Formula/pict.rb
   M Formula/pidcat.rb
   M Formula/pidgin.rb
   M Formula/pidof.rb
   M Formula/pig.rb
   M Formula/pigz.rb
   M Formula/pike.rb
   M Formula/piknik.rb
   M Formula/pillar.rb
   M Formula/pilosa.rb
   M Formula/pinboard-notes-backup.rb
   M Formula/pinentry-mac.rb
   M Formula/pinentry.rb
   M Formula/pinfo.rb
   M Formula/pioneer.rb
   M Formula/pioneers.rb
   M Formula/pip-completion.rb
   M Formula/pipebench.rb
   M Formula/pipemeter.rb
   M Formula/pipenv.rb
   M Formula/pipes-sh.rb
   M Formula/pipgrip.rb
   M Formula/pipx.rb
   M Formula/pit.rb
   M Formula/pius.rb
   M Formula/pixman.rb
   M Formula/pixz.rb
   M Formula/pjproject.rb
   M Formula/pk.rb
   M Formula/pkcrack.rb
   M Formula/pkcs11-helper.rb
   M Formula/pkg-config.rb
   M Formula/pkgdiff.rb
   M Formula/pktanon.rb
   M Formula/pla.rb
   M Formula/planck.rb
   M Formula/plank.rb
   M Formula/plantuml.rb
   M Formula/platformio.rb
   M Formula/platypus.rb
   M Formula/plenv.rb
   M Formula/plod.rb
   M Formula/ploticus.rb
   M Formula/plotutils.rb
   M Formula/plowshare.rb
   M Formula/plplot.rb
   M Formula/plustache.rb
   M Formula/plzip.rb
   M Formula/pmccabe.rb
   M Formula/pmd.rb
   M Formula/pmdmini.rb
   M Formula/pms.rb
   M Formula/pnetcdf.rb
   M Formula/png++.rb
   M Formula/png2ico.rb
   M Formula/pngcheck.rb
   M Formula/pngcrush.rb
   M Formula/pngnq.rb
   M Formula/pngpaste.rb
   M Formula/pngquant.rb
   M Formula/pnpm.rb
   M Formula/po4a.rb
   M Formula/poco.rb
   M Formula/pod2man.rb
   M Formula/podiff.rb
   M Formula/podofo.rb
   M Formula/poetry.rb
   M Formula/points2grid.rb
   M Formula/pokerstove.rb
   M Formula/polipo.rb
   M Formula/polyglot.rb
   M Formula/polyml.rb
   M Formula/polynote.rb
   M Formula/pony-stable.rb
   M Formula/ponyc.rb
   M Formula/ponysay.rb
   M Formula/poppler.rb
   M Formula/popt.rb
   M Formula/portaudio.rb
   M Formula/portmidi.rb
   M Formula/posh.rb
   M Formula/poster.rb
   M Formula/postgis.rb
   M Formula/postgresql.rb
   M Formula/postgresql@10.rb
   M Formula/postgresql@11.rb
   M Formula/postgresql@9.4.rb
   M Formula/postgresql@9.5.rb
   M Formula/postgresql@9.6.rb
   M Formula/postgrest.rb
   M Formula/postmark.rb
   M Formula/potrace.rb
   M Formula/povray.rb
   M Formula/pow.rb
   M Formula/powerline-go.rb
   M Formula/powerman.rb
   M Formula/ppl.rb
   M Formula/pprint.rb
   M Formula/ppss.rb
   M Formula/ppsspp.rb
   M Formula/pqiv.rb
   M Formula/pre-commit.rb
   M Formula/precomp.rb
   M Formula/predictionio.rb
   M Formula/prefixsuffix.rb
   M Formula/premake.rb
   M Formula/prestodb.rb
   M Formula/prestosql.rb
   M Formula/prettier.rb
   M Formula/prettyping.rb
   M Formula/primer3.rb
   M Formula/primesieve.rb
   M Formula/prips.rb
   M Formula/privoxy.rb
   M Formula/procmail.rb
   M Formula/procs.rb
   M Formula/proctools.rb
   M Formula/procyon-decompiler.rb
   M Formula/prodigal.rb
   M Formula/profanity.rb
   M Formula/proftpd.rb
   M Formula/progress.rb
   M Formula/proguard.rb
   M Formula/proj.rb
   M Formula/prometheus.rb
   M Formula/promtail.rb
   M Formula/proof-general.rb
   M Formula/proper.rb
   M Formula/proselint.rb
   M Formula/proteinortho.rb
   M Formula/protobuf-c.rb
   M Formula/protobuf-swift.rb
   M Formula/protobuf.rb
   M Formula/protobuf@3.6.rb
   M Formula/protobuf@3.7.rb
   M Formula/protoc-gen-go.rb
   M Formula/protoc-gen-grpc-web.rb
   M Formula/prototool.rb
   M Formula/prover9.rb
   M Formula/proxychains-ng.rb
   M Formula/proxytunnel.rb
   M Formula/ps2eps.rb
   M Formula/psc-package.rb
   M Formula/psftools.rb
   M Formula/psgrep.rb
   M Formula/pspg.rb
   M Formula/psql2csv.rb
   M Formula/psqlodbc.rb
   M Formula/pssh.rb
   M Formula/pstoedit.rb
   M Formula/pstree.rb
   M Formula/psutils.rb
   M Formula/ptex.rb
   M Formula/pth.rb
   M Formula/ptunnel.rb
   M Formula/publish.rb
   M Formula/pueue.rb
   M Formula/puf.rb
   M Formula/pugixml.rb
   M Formula/pulledpork.rb
   M Formula/pulp.rb
   M Formula/pulseaudio.rb
   M Formula/pulumi.rb
   M Formula/pumba.rb
   M Formula/pup.rb
   M Formula/pure-ftpd.rb
   M Formula/purescript.rb
   M Formula/pushpin.rb
   M Formula/putmail-queue.rb
   M Formula/putmail.rb
   M Formula/putty.rb
   M Formula/puzzles.rb
   M Formula/pv.rb
   M Formula/pwgen.rb
   M Formula/pwnat.rb
   M Formula/pwncat.rb
   M Formula/pwntools.rb
   M Formula/pwsafe.rb
   M Formula/py2cairo.rb
   M Formula/py3cairo.rb
   M Formula/pybind11.rb
   M Formula/pycodestyle.rb
   M Formula/pyenv-ccache.rb
   M Formula/pyenv-pip-migrate.rb
   M Formula/pyenv-virtualenv.rb
   M Formula/pyenv-virtualenvwrapper.rb
   M Formula/pyenv-which-ext.rb
   M Formula/pyenv.rb
   M Formula/pygitup.rb
   M Formula/pygments.rb
   M Formula/pygobject3.rb
   M Formula/pyinstaller.rb
   M Formula/pyinvoke.rb
   M Formula/pylint.rb
   M Formula/pympress.rb
   M Formula/pypy.rb
   M Formula/pypy3.rb
   M Formula/pyqt.rb
   M Formula/pyside.rb
   M Formula/python-markdown.rb
   M Formula/python-yq.rb
   M Formula/python@3.7.rb
   M Formula/python@3.8.rb
   M Formula/pytouhou.rb
   M Formula/pyvim.rb
   M Formula/q.rb
   M Formula/qalculate-gtk.rb
   M Formula/qbs.rb
   M Formula/qca.rb
   M Formula/qcachegrind.rb
   M Formula/qcli.rb
   M Formula/qd.rb
   M Formula/qdae.rb
   M Formula/qdbm.rb
   M Formula/qemu.rb
   M Formula/qhull.rb
   M Formula/qjackctl.rb
   M Formula/qjson.rb
   M Formula/qmmp.rb
   M Formula/qp.rb
   M Formula/qpdf.rb
   M Formula/qpid-proton.rb
   M Formula/qpm.rb
   M Formula/qprint.rb
   M Formula/qrcp.rb
   M Formula/qrencode.rb
   M Formula/qrupdate.rb
   M Formula/qscintilla2.rb
   M Formula/qsoas.rb
   M Formula/qstat.rb
   M Formula/qt.rb
   M Formula/qtads.rb
   M Formula/qtfaststart.rb
   M Formula/qtkeychain.rb
   M Formula/quantlib.rb
   M Formula/quasi88.rb
   M Formula/quazip.rb
   M Formula/questdb.rb
   M Formula/quex.rb
   M Formula/quickjs.rb
   M Formula/quicktype.rb
   M Formula/quill.rb
   M Formula/quilt.rb
   M Formula/quotatool.rb
   M Formula/quvi.rb
   M Formula/qwt.rb
   M Formula/qwtpolar.rb
   M Formula/qxmpp.rb
   M Formula/r.rb
   M Formula/r3.rb
   M Formula/rabbitmq-c.rb
   M Formula/rabbitmq.rb
   M Formula/rack.rb
   M Formula/radamsa.rb
   M Formula/radare2.rb
   M Formula/ragel.rb
   M Formula/rails-completion.rb
   M Formula/rainbarf.rb
   M Formula/rake-completion.rb
   M Formula/rakudo-star.rb
   M Formula/rakudo.rb
   M Formula/rancher-cli.rb
   M Formula/rancher-compose.rb
   M Formula/rancid.rb
   M Formula/randomize-lines.rb
   M Formula/range-v3.rb
   M Formula/ranger.rb
   M Formula/rapidjson.rb
   M Formula/raptor.rb
   M Formula/rargs.rb
   M Formula/rarian.rb
   M Formula/rasqal.rb
   M Formula/ratfor.rb
   M Formula/rats.rb
   M Formula/rav1e.rb
   M Formula/rawgl.rb
   M Formula/rawtoaces.rb
   M Formula/raxml-ng.rb
   M Formula/raylib.rb
   M Formula/rbenv-aliases.rb
   M Formula/rbenv-binstubs.rb
   M Formula/rbenv-bundle-exec.rb
   M Formula/rbenv-bundler-ruby-version.rb
   M Formula/rbenv-bundler.rb
   M Formula/rbenv-chefdk.rb
   M Formula/rbenv-communal-gems.rb
   M Formula/rbenv-ctags.rb
   M Formula/rbenv-default-gems.rb
   M Formula/rbenv-gemset.rb
   M Formula/rbenv-use.rb
   M Formula/rbenv-vars.rb
   M Formula/rbenv-whatis.rb
   M Formula/rbenv.rb
   M Formula/rbspy.rb
   M Formula/rbtools.rb
   M Formula/rc.rb
   M Formula/rclone.rb
   M Formula/rcm.rb
   M Formula/rcs.rb
   M Formula/rdate.rb
   M Formula/rdesktop.rb
   M Formula/rdfind.rb
   M Formula/rdiff-backup.rb
   M Formula/rds-command-line-tools.rb
   M Formula/rdup.rb
   M Formula/re-flex.rb
   M Formula/re2.rb
   M Formula/re2c.rb
   M Formula/react-native-cli.rb
   M Formula/readline.rb
   M Formula/readosm.rb
   M Formula/reattach-to-user-namespace.rb
   M Formula/reaver.rb
   M Formula/rebar.rb
   M Formula/rebar3.rb
   M Formula/recode.rb
   M Formula/recon-ng.rb
   M Formula/recoverjpeg.rb
   M Formula/recutils.rb
   M Formula/redex.rb
   M Formula/redir.rb
   M Formula/redis-leveldb.rb
   M Formula/redis.rb
   M Formula/redis@3.2.rb
   M Formula/redis@4.0.rb
   M Formula/redland.rb
   M Formula/redo.rb
   M Formula/redpen.rb
   M Formula/redshift.rb
   M Formula/redsocks.rb
   M Formula/redstore.rb
   M Formula/reg.rb
   M Formula/regex-opt.rb
   M Formula/regina-rexx.rb
   M Formula/regldg.rb
   M Formula/rem.rb
   M Formula/remake.rb
   M Formula/remarshal.rb
   M Formula/remctl.rb
   M Formula/remind.rb
   M Formula/reminiscence.rb
   M Formula/ren.rb
   M Formula/rename.rb
   M Formula/renameutils.rb
   M Formula/reop.rb
   M Formula/reorder-python-imports.rb
   M Formula/repl.rb
   M Formula/repo.rb
   M Formula/reposurgeon.rb
   M Formula/reprepro.rb
   M Formula/rest-shell.rb
   M Formula/restic.rb
   M Formula/restund.rb
   M Formula/restview.rb
   M Formula/resty.rb
   M Formula/rethinkdb.rb
   M Formula/rex.rb
   M Formula/rfcmarkup.rb
   M Formula/rfcstrip.rb
   M Formula/rgbds.rb
   M Formula/rgf.rb
   M Formula/rgxg.rb
   M Formula/rhash.rb
   M Formula/rhino.rb
   M Formula/riemann-client.rb
   M Formula/riemann.rb
   M Formula/riff.rb
   M Formula/rig.rb
   M Formula/rinetd.rb
   M Formula/ringojs.rb
   M Formula/ripgrep-all.rb
   M Formula/ripgrep.rb
   M Formula/ripmime.rb
   M Formula/rke.rb
   M Formula/rkflashtool.rb
   M Formula/rkhunter.rb
   M Formula/rlog.rb
   M Formula/rlwrap.rb
   M Formula/rmate.rb
   M Formula/rmcast.rb
   M Formula/rmlint.rb
   M Formula/rnv.rb
   M Formula/robodoc.rb
   M Formula/robot-framework.rb
   M Formula/robotfindskitten.rb
   M Formula/rocksdb.rb
   M Formula/rofs-filtered.rb
   M Formula/rogue.rb
   M Formula/roll.rb
   M Formula/rolldice.rb
   M Formula/rom-tools.rb
   M Formula/root.rb
   M Formula/roswell.rb
   M Formula/roundup.rb
   M Formula/rp.rb
   M Formula/rpcgen.rb
   M Formula/rpg.rb
   M Formula/rpl.rb
   M Formula/rpm.rb
   M Formula/rpm2cpio.rb
   M Formula/rqlite.rb
   M Formula/rrdtool.rb
   M Formula/rsnapshot.rb
   M Formula/rssh.rb
   M Formula/rsstail.rb
   M Formula/rst-lint.rb
   M Formula/rswift.rb
   M Formula/rsync-time-backup.rb
   M Formula/rsync.rb
   M Formula/rsyslog.rb
   M Formula/rt-audio.rb
   M Formula/rtags.rb
   M Formula/rtf2latex2e.rb
   M Formula/rtmidi.rb
   M Formula/rtmpdump.rb
   M Formula/rtorrent.rb
   M Formula/rtptools.rb
   M Formula/rtv.rb
   M Formula/rubberband.rb
   M Formula/ruby-build.rb
   M Formula/ruby-completion.rb
   M Formula/ruby-install.rb
   M Formula/ruby.rb
   M Formula/ruby@2.4.rb
   M Formula/ruby@2.5.rb
   M Formula/ruby@2.6.rb
   M Formula/rubyfmt.rb
   M Formula/run.rb
   M Formula/runcocoa.rb
   M Formula/runit.rb
   M Formula/rush.rb
   M Formula/rust-analyzer.rb
   M Formula/rust.rb
   M Formula/rustc-completion.rb
   M Formula/rustup-init.rb
   M Formula/rxvt-unicode.rb
   M Formula/ry.rb
   M Formula/rzip.rb
   M Formula/s-lang.rb
   M Formula/s-nail.rb
   M Formula/s-search.rb
   M Formula/s2geometry.rb
   M Formula/s2n.rb
   M Formula/s3-backer.rb
   M Formula/s3cmd.rb
   M Formula/s3fs.rb
   M Formula/s3ql.rb
   M Formula/s6.rb
   M Formula/safe-rm.rb
   M Formula/sagittarius-scheme.rb
   M Formula/saldl.rb
   M Formula/salt.rb
   M Formula/saltwater.rb
   M Formula/sampler.rb
   M Formula/samtools.rb
   M Formula/samurai.rb
   M Formula/sane-backends.rb
   M Formula/sassc.rb
   M Formula/savana.rb
   M Formula/saxon-b.rb
   M Formula/saxon.rb
   M Formula/sbcl.rb
   M Formula/sbjson.rb
   M Formula/sblim-sfcc.rb
   M Formula/sbt.rb
   M Formula/sbt@0.13.rb
   M Formula/sbtenv.rb
   M Formula/sbuild.rb
   M Formula/sc-im.rb
   M Formula/sc68.rb
   M Formula/scala.rb
   M Formula/scala@2.11.rb
   M Formula/scala@2.12.rb
   M Formula/scalaenv.rb
   M Formula/scalapack.rb
   M Formula/scalariform.rb
   M Formula/scalastyle.rb
   M Formula/scale2x.rb
   M Formula/scamper.rb
   M Formula/scc.rb
   M Formula/sccache.rb
   M Formula/scdoc.rb
   M Formula/sceptre.rb
   M Formula/schema-evolution-manager.rb
   M Formula/scheme48.rb
   M Formula/schroedinger.rb
   M Formula/scipy.rb
   M Formula/scm-manager.rb
   M Formula/scmpuff.rb
   M Formula/scons.rb
   M Formula/scour.rb
   M Formula/scrcpy.rb
   M Formula/screen.rb
   M Formula/screenfetch.rb
   M Formula/screenresolution.rb
   M Formula/scriptcs.rb
   M Formula/scrollkeeper.rb
   M Formula/scrub.rb
   M Formula/scrypt.rb
   M Formula/scs.rb
   M Formula/scummvm-tools.rb
   M Formula/scummvm.rb
   M Formula/scw.rb
   M Formula/scws.rb
   M Formula/sd.rb
   M Formula/sdb.rb
   M Formula/sdcc.rb
   M Formula/sdcv.rb
   M Formula/sdedit.rb
   M Formula/sdf.rb
   M Formula/sdhash.rb
   M Formula/sdl.rb
   M Formula/sdl2.rb
   M Formula/sdl2_gfx.rb
   M Formula/sdl2_image.rb
   M Formula/sdl2_mixer.rb
   M Formula/sdl2_net.rb
   M Formula/sdl2_ttf.rb
   M Formula/sdl_gfx.rb
   M Formula/sdl_image.rb
   M Formula/sdl_mixer.rb
   M Formula/sdl_net.rb
   M Formula/sdl_rtf.rb
   M Formula/sdl_sound.rb
   M Formula/sdl_ttf.rb
   M Formula/sdlpop.rb
   M Formula/sdns.rb
   M Formula/seal.rb
   M Formula/sec.rb
   M Formula/securefs.rb
   M Formula/seexpr.rb
   M Formula/selecta.rb
   M Formula/selenium-server-standalone.rb
   M Formula/semgrep.rb
   M Formula/semtag.rb
   M Formula/sendemail.rb
   M Formula/sentencepiece.rb
   M Formula/seqtk.rb
   M Formula/ser2net.rb
   M Formula/serd.rb
   M Formula/serf.rb
   M Formula/serialosc.rb
   M Formula/sersniff.rb
   M Formula/serve.rb
   M Formula/serveit.rb
   M Formula/serverless.rb
   M Formula/servus.rb
   M Formula/setweblocthumb.rb
   M Formula/sf-pwgen.rb
   M Formula/sfcgal.rb
   M Formula/sfk.rb
   M Formula/sfml.rb
   M Formula/sfst.rb
   M Formula/sgrep.rb
   M Formula/sha1dc.rb
   M Formula/sha2.rb
   M Formula/sha3sum.rb
   M Formula/shadowenv.rb
   M Formula/shadowsocks-libev.rb
   M Formula/shairport-sync.rb
   M Formula/shairport.rb
   M Formula/shakespeare.rb
   M Formula/shapelib.rb
   M Formula/shared-mime-info.rb
   M Formula/shc.rb
   M Formula/shellcheck.rb
   M Formula/shellharden.rb
   M Formula/shellinabox.rb
   M Formula/shellshare.rb
   M Formula/shelltestrunner.rb
   M Formula/shellz.rb
   M Formula/shfmt.rb
   M Formula/shibboleth-sp.rb
   M Formula/ship.rb
   M Formula/shivavg.rb
   M Formula/shmcat.rb
   M Formula/shml.rb
   M Formula/shmux.rb
   M Formula/shntool.rb
   M Formula/shogun.rb
   M Formula/shorten.rb
   M Formula/shpotify.rb
   M Formula/shtool.rb
   M Formula/shunit2.rb
   M Formula/shyaml.rb
   M Formula/sic.rb
   M Formula/sickle.rb
   M Formula/siege.rb
   M Formula/sift.rb
   M Formula/signal-cli.rb
   M Formula/signify-osx.rb
   M Formula/sile.rb
   M Formula/silk.rb
   M Formula/simdjson.rb
   M Formula/simg2img.rb
   M Formula/simgrid.rb
   M Formula/simh.rb
   M Formula/simple-amqp-client.rb
   M Formula/simple-mtpfs.rb
   M Formula/simple-obfs.rb
   M Formula/simple-scan.rb
   M Formula/simple-tiles.rb
   M Formula/simutrans.rb
   M Formula/since.rb
   M Formula/singular.rb
   M Formula/sip.rb
   M Formula/sipcalc.rb
   M Formula/sipp.rb
   M Formula/sipsak.rb
   M Formula/siril.rb
   M Formula/sisc-scheme.rb
   M Formula/sispmctl.rb
   M Formula/sjk.rb
   M Formula/sk.rb
   M Formula/skaffold.rb
   M Formula/skafos.rb
   M Formula/ski.rb
   M Formula/skinny.rb
   M Formula/skktools.rb
   M Formula/skopeo.rb
   M Formula/skylighting.rb
   M Formula/skymaker.rb
   M Formula/sl.rb
   M Formula/slackcat.rb
   M Formula/slacknimate.rb
   M Formula/slashem.rb
   M Formula/sleepwatcher.rb
   M Formula/sleuthkit.rb
   M Formula/slimerjs.rb
   M Formula/sloc.rb
   M Formula/sloccount.rb
   M Formula/slowhttptest.rb
   M Formula/slrn.rb
   M Formula/slugify.rb
   M Formula/slurm.rb
   M Formula/smake.rb
   M Formula/smali.rb
   M Formula/smartmontools.rb
   M Formula/smartypants.rb
   M Formula/smimesign.rb
   M Formula/smlpkg.rb
   M Formula/smpeg.rb
   M Formula/smpeg2.rb
   M Formula/sn0int.rb
   M Formula/snag.rb
   M Formula/snakemake.rb
   M Formula/snap-telemetry.rb
   M Formula/snap7.rb
   M Formula/snapcraft.rb
   M Formula/snappy.rb
   M Formula/snappystream.rb
   M Formula/snapraid.rb
   M Formula/sng.rb
   M Formula/sngrep.rb
   M Formula/sniffglue.rb
   M Formula/snobol4.rb
   M Formula/snort.rb
   M Formula/snow.rb
   M Formula/snownews.rb
   M Formula/sntop.rb
   M Formula/snzip.rb
   M Formula/so.rb
   M Formula/socat.rb
   M Formula/soci.rb
   M Formula/sofia-sip.rb
   M Formula/softhsm.rb
   M Formula/solarus.rb
   M Formula/solid.rb
   M Formula/solidity.rb
   M Formula/sollya.rb
   M Formula/solr.rb
   M Formula/solr@7.7.rb
   M Formula/somagic-tools.rb
   M Formula/somagic.rb
   M Formula/sonar-completion.rb
   M Formula/sonar-scanner.rb
   M Formula/sonarqube-lts.rb
   M Formula/sonarqube.rb
   M Formula/sonic.rb
   M Formula/sonobuoy.rb
   M Formula/sops.rb
   M Formula/sord.rb
   M Formula/sound-touch.rb
   M Formula/soundpipe.rb
   M Formula/source-highlight.rb
   M Formula/source-to-image.rb
   M Formula/sourcedocs.rb
   M Formula/sourcekitten.rb
   M Formula/sourcery.rb
   M Formula/sox.rb
   M Formula/spaceinvaders-go.rb
   M Formula/spaceman-diff.rb
   M Formula/spades.rb
   M Formula/spandsp.rb
   M Formula/spark.rb
   M Formula/sparkey.rb
   M Formula/sparse.rb
   M Formula/spatialindex.rb
   M Formula/spatialite-gui.rb
   M Formula/spatialite-tools.rb
   M Formula/spawn-fcgi.rb
   M Formula/spdlog.rb
   M Formula/spdylay.rb
   M Formula/speech-tools.rb
   M Formula/speedread.rb
   M Formula/speedtest-cli.rb
   M Formula/speex.rb
   M Formula/speexdsp.rb
   M Formula/sphinx-doc.rb
   M Formula/sphinx.rb
   M Formula/spice-gtk.rb
   M Formula/spice-protocol.rb
   M Formula/spidermonkey.rb
   M Formula/spigot.rb
   M Formula/spim.rb
   M Formula/spin.rb
   M Formula/spiped.rb
   M Formula/spirv-cross.rb
   M Formula/spirv-tools.rb
   M Formula/splint.rb
   M Formula/spoof-mac.rb
   M Formula/spotbugs.rb
   M Formula/spotify-tui.rb
   M Formula/spotifyd.rb
   M Formula/spring-completion.rb
   M Formula/spring-loaded.rb
   M Formula/spring-roo.rb
   M Formula/sproxy.rb
   M Formula/sql-translator.rb
   M Formula/sqlcipher.rb
   M Formula/sqldiff.rb
   M Formula/sqlite-analyzer.rb
   M Formula/sqlite.rb
   M Formula/sqliteodbc.rb
   M Formula/sqlmap.rb
   M Formula/sqlparse.rb
   M Formula/sqoop.rb
   M Formula/sqtop.rb
   M Formula/squashfs.rb
   M Formula/squashfuse.rb
   M Formula/squid.rb
   M Formula/squirrel.rb
   M Formula/sratom.rb
   M Formula/sratoolkit.rb
   M Formula/src.rb
   M Formula/srecord.rb
   M Formula/srmio.rb
   M Formula/srt.rb
   M Formula/srtp.rb
   M Formula/ssdb.rb
   M Formula/ssdeep.rb
   M Formula/ssed.rb
   M Formula/ssh-audit.rb
   M Formula/ssh-copy-id.rb
   M Formula/ssh-permit-a38.rb
   M Formula/ssh-vault.rb
   M Formula/sshfs.rb
   M Formula/sshguard.rb
   M Formula/sshtrix.rb
   M Formula/sshuttle.rb
   M Formula/ssldump.rb
   M Formula/sslh.rb
   M Formula/ssllabs-scan.rb
   M Formula/sslmate.rb
   M Formula/sslscan.rb
   M Formula/sslsplit.rb
   M Formula/sslyze.rb
   M Formula/ssss.rb
   M Formula/sstp-client.rb
   M Formula/st.rb
   M Formula/standardese.rb
   M Formula/stanford-corenlp.rb
   M Formula/stanford-ner.rb
   M Formula/stanford-parser.rb
   M Formula/star.rb
   M Formula/starship.rb
   M Formula/startup-notification.rb
   M Formula/statik.rb
   M Formula/stdman.rb
   M Formula/stella.rb
   M Formula/stellar-core.rb
   M Formula/step.rb
   M Formula/stern.rb
   M Formula/stgit.rb
   M Formula/stk.rb
   M Formula/stlink.rb
   M Formula/stm32flash.rb
   M Formula/stockfish.rb
   M Formula/stoken.rb
   M Formula/stolon.rb
   M Formula/stone-soup.rb
   M Formula/stone.rb
   M Formula/storm.rb
   M Formula/stormlib.rb
   M Formula/stormssh-completion.rb
   M Formula/stormssh.rb
   M Formula/stout.rb
   M Formula/stow.rb
   M Formula/streamlink.rb
   M Formula/streamripper.rb
   M Formula/stress-ng.rb
   M Formula/stress.rb
   M Formula/strongswan.rb
   M Formula/stubby.rb
   M Formula/stunnel.rb
   M Formula/stuntman.rb
   M Formula/style-check.rb
   M Formula/sub2srt.rb
   M Formula/subfinder.rb
   M Formula/subliminal.rb
   M Formula/subnetcalc.rb
   M Formula/subversion.rb
   M Formula/subversion@1.8.rb
   M Formula/suil.rb
   M Formula/suite-sparse.rb
   M Formula/sundials.rb
   M Formula/superlu.rb
   M Formula/supermodel.rb
   M Formula/supertux.rb
   M Formula/supervisor.rb
   M Formula/surfraw.rb
   M Formula/suricata.rb
   M Formula/svdlibc.rb
   M Formula/svg2pdf.rb
   M Formula/svg2png.rb
   M Formula/svgcleaner.rb
   M Formula/svgo.rb
   M Formula/svtplay-dl.rb
   M Formula/swagger-codegen.rb
   M Formula/swagger-codegen@2.rb
   M Formula/swagger2markup-cli.rb
   M Formula/swaks.rb
   M Formula/swfmill.rb
   M Formula/swftools.rb
   M Formula/swi-prolog.rb
   M Formula/swift-format.rb
   M Formula/swift-protobuf.rb
   M Formula/swift-sh.rb
   M Formula/swift.rb
   M Formula/swiftformat.rb
   M Formula/swiftgen.rb
   M Formula/swiftlint.rb
   M Formula/swiftplate.rb
   M Formula/swig.rb
   M Formula/swig@3.rb
   M Formula/swimat.rb
   M Formula/switch-lan-play.rb
   M Formula/switchaudio-osx.rb
   M Formula/sword.rb
   M Formula/sxiv.rb
   M Formula/syck.rb
   M Formula/sylpheed.rb
   M Formula/sync_gateway.rb
   M Formula/syncthing.rb
   M Formula/synfig.rb
   M Formula/synscan.rb
   M Formula/syntaxerl.rb
   M Formula/sysbench.rb
   M Formula/sysdig.rb
   M Formula/systemc.rb
   M Formula/sz81.rb
   M Formula/szip.rb
   M Formula/t-completion.rb
   M Formula/t1lib.rb
   M Formula/t1utils.rb
   M Formula/ta-lib.rb
   M Formula/tag.rb
   M Formula/taglib.rb
   M Formula/tailor.rb
   M Formula/takt.rb
   M Formula/taktuk.rb
   M Formula/tal.rb
   M Formula/talisman.rb
   M Formula/talloc.rb
   M Formula/tanka.rb
   M Formula/tarantool.rb
   M Formula/tarsnap-gui.rb
   M Formula/tarsnap.rb
   M Formula/tarsnapper.rb
   M Formula/task-spooler.rb
   M Formula/task.rb
   M Formula/taskd.rb
   M Formula/taskell.rb
   M Formula/tasksh.rb
   M Formula/tass64.rb
   M Formula/tbb.rb
   M Formula/tbox.rb
   M Formula/tcc.rb
   M Formula/tccutil.rb
   M Formula/tcl-tk.rb
   M Formula/tclap.rb
   M Formula/tcpdump.rb
   M Formula/tcpflow.rb
   M Formula/tcping.rb
   M Formula/tcpkali.rb
   M Formula/tcpreplay.rb
   M Formula/tcpsplit.rb
   M Formula/tcpstat.rb
   M Formula/tcptrace.rb
   M Formula/tcptraceroute.rb
   M Formula/tcptunnel.rb
   M Formula/tcsh.rb
   M Formula/td.rb
   M Formula/tdkjs.rb
   M Formula/tdlib.rb
   M Formula/tealdeer.rb
   M Formula/teapot.rb
   M Formula/tectonic.rb
   M Formula/tee-clc.rb
   M Formula/teem.rb
   M Formula/teensy_loader_cli.rb
   M Formula/tektoncd-cli.rb
   M Formula/teleconsole.rb
   M Formula/telegraf.rb
   M Formula/telegram-cli.rb
   M Formula/teleport.rb
   M Formula/telnet.rb
   M Formula/telnetd.rb
   M Formula/template-glib.rb
   M Formula/temporal_tables.rb
   M Formula/tengo.rb
   M Formula/tenyr.rb
   M Formula/tepl.rb
   M Formula/term.rb
   M Formula/termbox.rb
   M Formula/termcolor.rb
   M Formula/terminal-notifier.rb
   M Formula/termius.rb
   M Formula/termrec.rb
   M Formula/termshare.rb
   M Formula/termshark.rb
   M Formula/termtosvg.rb
   M Formula/terraform-docs.rb
   M Formula/terraform-inventory.rb
   M Formula/terraform-ls.rb
   M Formula/terraform-provider-libvirt.rb
   M Formula/terraform-provisioner-ansible.rb
   M Formula/terraform.rb
   M Formula/terraform@0.11.rb
   M Formula/terraform_landscape.rb
   M Formula/terraformer.rb
   M Formula/terraforming.rb
   M Formula/terragrunt.rb
   M Formula/terrahelp.rb
   M Formula/terrahub.rb
   M Formula/tesseract-lang.rb
   M Formula/tesseract.rb
   M Formula/testdisk.rb
   M Formula/testssl.rb
   M Formula/texapp.rb
   M Formula/texi2html.rb
   M Formula/texinfo.rb
   M Formula/texlab.rb
   M Formula/texmath.rb
   M Formula/textql.rb
   M Formula/tfenv.rb
   M Formula/tflint.rb
   M Formula/tgif.rb
   M Formula/tgui.rb
   M Formula/thanos.rb
   M Formula/the_platinum_searcher.rb
   M Formula/the_silver_searcher.rb
   M Formula/thefuck.rb
   M Formula/theharvester.rb
   M Formula/theora.rb
   M Formula/thors-serializer.rb
   M Formula/thrift.rb
   M Formula/thrift@0.9.rb
   M Formula/thrulay.rb
   M Formula/tidy-html5.rb
   M Formula/tidyp.rb
   M Formula/tiff2png.rb
   M Formula/tig.rb
   M Formula/tiger-vnc.rb
   M Formula/tika.rb
   M Formula/tile38.rb
   M Formula/timedog.rb
   M Formula/timelimit.rb
   M Formula/timewarrior.rb
   M Formula/timidity.rb
   M Formula/tin.rb
   M Formula/tinc.rb
   M Formula/tintin.rb
   M Formula/tiny-fugue.rb
   M Formula/tinycdb.rb
   M Formula/tinyproxy.rb
   M Formula/tinysvm.rb
   M Formula/tinyxml.rb
   M Formula/tinyxml2.rb
   M Formula/tio.rb
   M Formula/tippecanoe.rb
   M Formula/titan-server.rb
   M Formula/titlecase.rb
   M Formula/tivodecode.rb
   M Formula/tj.rb
   M Formula/tkdiff.rb
   M Formula/tldr.rb
   M Formula/tlx.rb
   M Formula/tmate.rb
   M Formula/tmpreaper.rb
   M Formula/tmpwatch.rb
   M Formula/tmux-mem-cpu-load.rb
   M Formula/tmux-xpanes.rb
   M Formula/tmux.rb
   M Formula/tmuxinator-completion.rb
   M Formula/tmuxinator.rb
   M Formula/tmx.rb
   M Formula/tnef.rb
   M Formula/tnftp.rb
   M Formula/tnftpd.rb
   M Formula/toast.rb
   M Formula/todo-txt.rb
   M Formula/todoman.rb
   M Formula/tofrodos.rb
   M Formula/toilet.rb
   M Formula/tokei.rb
   M Formula/tokyo-cabinet.rb
   M Formula/tokyo-dystopia.rb
   M Formula/tomcat-native.rb
   M Formula/tomcat.rb
   M Formula/tomcat@7.rb
   M Formula/tomcat@8.rb
   M Formula/tomee-plume.rb
   M Formula/tomee-plus.rb
   M Formula/tomee-webprofile.rb
   M Formula/toot.rb
   M Formula/topgit.rb
   M Formula/topgrade.rb
   M Formula/tor.rb
   M Formula/torrentcheck.rb
   M Formula/torsocks.rb
   M Formula/tox.rb
   M Formula/tpl.rb
   M Formula/tpp.rb
   M Formula/trace2html.rb
   M Formula/tracebox.rb
   M Formula/tractorgen.rb
   M Formula/trader.rb
   M Formula/traefik.rb
   M Formula/traefik@1.rb
   M Formula/trafficserver.rb
   M Formula/trafshow.rb
   M Formula/traildb.rb
   M Formula/trailscraper.rb
   M Formula/transcrypt.rb
   M Formula/translate-shell.rb
   M Formula/translate-toolkit.rb
   M Formula/transmission-cli.rb
   M Formula/trash-cli.rb
   M Formula/trash.rb
   M Formula/travis.rb
   M Formula/tre-command.rb
   M Formula/tre.rb
   M Formula/tree.rb
   M Formula/treecc.rb
   M Formula/treefrog.rb
   M Formula/trezor-agent.rb
   M Formula/triangle.rb
   M Formula/trimage.rb
   M Formula/triton.rb
   M Formula/truecrack.rb
   M Formula/truncate.rb
   M Formula/tsung.rb
   M Formula/tta.rb
   M Formula/ttf2eot.rb
   M Formula/ttf2pt1.rb
   M Formula/ttfautohint.rb
   M Formula/tth.rb
   M Formula/tty-clock.rb
   M Formula/tty-share.rb
   M Formula/tty-solitaire.rb
   M Formula/ttyd.rb
   M Formula/ttygif.rb
   M Formula/ttyplot.rb
   M Formula/ttyrec.rb
   M Formula/tundra.rb
   M Formula/tunnel.rb
   M Formula/tup.rb
   M Formula/tvnamer.rb
   M Formula/twarc.rb
   M Formula/tweak.rb
   M Formula/twemcache.rb
   M Formula/twine-pypi.rb
   M Formula/two-lame.rb
   M Formula/twoping.rb
   M Formula/twtxt.rb
   M Formula/txr.rb
   M Formula/txt2tags.rb
   M Formula/typescript.rb
   M Formula/typespeed.rb
   M Formula/u-boot-tools.rb
   M Formula/uade.rb
   M Formula/ubertooth.rb
   M Formula/ucg.rb
   M Formula/uchardet.rb
   M Formula/ucl.rb
   M Formula/ucloud.rb
   M Formula/ucommon.rb
   M Formula/ucon64.rb
   M Formula/ucspi-tcp.rb
   M Formula/udis86.rb
   M Formula/udns.rb
   M Formula/udptunnel.rb
   M Formula/udpxy.rb
   M Formula/udunits.rb
   M Formula/ufraw.rb
   M Formula/uftp.rb
   M Formula/uggconv.rb
   M Formula/uhd.rb
   M Formula/ultralist.rb
   M Formula/um.rb
   M Formula/umlet.rb
   M Formula/unac.rb
   M Formula/unar.rb
   M Formula/unarj.rb
   M Formula/unbound.rb
   M Formula/uncrustify.rb
   M Formula/ungit.rb
   M Formula/uni.rb
   M Formula/uni2ascii.rb
   M Formula/unibilium.rb
   M Formula/unicorn.rb
   M Formula/unifdef.rb
   M Formula/unison.rb
   M Formula/unittest-cpp.rb
   M Formula/unittest.rb
   M Formula/uniutils.rb
   M Formula/unixodbc.rb
   M Formula/unnethack.rb
   M Formula/unoconv.rb
   M Formula/unp.rb
   M Formula/unpaper.rb
   M Formula/unrtf.rb
   M Formula/unshield.rb
   M Formula/unum.rb
   M Formula/unyaffs.rb
   M Formula/unzip.rb
   M Formula/up.rb
   M Formula/upscaledb.rb
   M Formula/uptimed.rb
   M Formula/uptoc.rb
   M Formula/upx.rb
   M Formula/urdfdom.rb
   M Formula/urdfdom_headers.rb
   M Formula/urh.rb
   M Formula/uriparser.rb
   M Formula/urlview.rb
   M Formula/uru.rb
   M Formula/urweb.rb
   M Formula/usbredir.rb
   M Formula/userspace-rcu.rb
   M Formula/utf8proc.rb
   M Formula/util-linux.rb
   M Formula/utimer.rb
   M Formula/uudeview.rb
   M Formula/uutils-coreutils.rb
   M Formula/uwsgi.rb
   M Formula/v.rb
   M Formula/v2ray-plugin.rb
   M Formula/v8.rb
   M Formula/v8@3.15.rb
   M Formula/vagrant-completion.rb
   M Formula/vala.rb
   M Formula/valabind.rb
   M Formula/vale.rb
   M Formula/valgrind.rb
   M Formula/vamp-plugin-sdk.rb
   M Formula/vapor.rb
   M Formula/vapoursynth-imwri.rb
   M Formula/vapoursynth-ocr.rb
   M Formula/vapoursynth-sub.rb
   M Formula/vapoursynth.rb
   M Formula/varnish.rb
   M Formula/vassh.rb
   M Formula/vault-cli.rb
   M Formula/vault.rb
   M Formula/vaulted.rb
   M Formula/vavrdiasm.rb
   M Formula/vbindiff.rb
   M Formula/vc4asm.rb
   M Formula/vcdimager.rb
   M Formula/vcftools.rb
   M Formula/vcpkg.rb
   M Formula/vcprompt.rb
   M Formula/vcs.rb
   M Formula/vcsh.rb
   M Formula/vde.rb
   M Formula/vdirsyncer.rb
   M Formula/veclibfort.rb
   M Formula/vecx.rb
   M Formula/vegeta.rb
   M Formula/velero.rb
   M Formula/vera++.rb
   M Formula/verilator.rb
   M Formula/vert.rb
   M Formula/vert.x.rb
   M Formula/vf.rb
   M Formula/vfuse.rb
   M Formula/vgmstream.rb
   M Formula/vgrep.rb
   M Formula/vice.rb
   M Formula/viennacl.rb
   M Formula/viewvc.rb
   M Formula/vifm.rb
   M Formula/vilistextum.rb
   M Formula/vim.rb
   M Formula/vimpager.rb
   M Formula/vimpc.rb
   M Formula/vip.rb
   M Formula/vips.rb
   M Formula/virgil.rb
   M Formula/virtualhost.sh.rb
   M Formula/virtualpg.rb
   M Formula/virtuoso.rb
   M Formula/virustotal-cli.rb
   M Formula/vis.rb
   M Formula/visionmedia-watch.rb
   M Formula/visitors.rb
   M Formula/visp.rb
   M Formula/vit.rb
   M Formula/vitetris.rb
   M Formula/vlang.rb
   M Formula/vlmcsd.rb
   M Formula/vmdktool.rb
   M Formula/vmtouch.rb
   M Formula/vncsnapshot.rb
   M Formula/vnstat.rb
   M Formula/vnu.rb
   M Formula/volatility.rb
   M Formula/voldemort.rb
   M Formula/volt.rb
   M Formula/volta.rb
   M Formula/vorbis-tools.rb
   M Formula/vorbisgain.rb
   M Formula/voro++.rb
   M Formula/vowpal-wabbit.rb
   M Formula/vpcs.rb
   M Formula/vpn-slice.rb
   M Formula/vramsteg.rb
   M Formula/vroom.rb
   M Formula/vrpn.rb
   M Formula/vsearch.rb
   M Formula/vsftpd.rb
   M Formula/vstr.rb
   M Formula/vsts-cli.rb
   M Formula/vtclock.rb
   M Formula/vte3.rb
   M Formula/vtk.rb
   M Formula/vttest.rb
   M Formula/vulkan-headers.rb
   M Formula/vultr.rb
   M Formula/w-calc.rb
   M Formula/w3m.rb
   M Formula/wabt.rb
   M Formula/wagyu.rb
   M Formula/wait_on.rb
   M Formula/wakatime-cli.rb
   M Formula/wakeonlan.rb
   M Formula/wal2json.rb
   M Formula/walkmod.rb
   M Formula/wallpaper.rb
   M Formula/wandio.rb
   M Formula/waon.rb
   M Formula/wapm.rb
   M Formula/wartremover.rb
   M Formula/wasm-pack.rb
   M Formula/wasm3.rb
   M Formula/wasmer.rb
   M Formula/watch-sim.rb
   M Formula/watch.rb
   M Formula/watchexec.rb
   M Formula/watchman.rb
   M Formula/watson.rb
   M Formula/wavpack.rb
   M Formula/wbox.rb
   M Formula/wcslib.rb
   M Formula/wdc.rb
   M Formula/wdfs.rb
   M Formula/wdiff.rb
   M Formula/weaver.rb
   M Formula/web100clt.rb
   M Formula/webalizer.rb
   M Formula/webarchiver.rb
   M Formula/webdis.rb
   M Formula/webfs.rb
   M Formula/webkit2png.rb
   M Formula/weboob.rb
   M Formula/webp.rb
   M Formula/webpack.rb
   M Formula/websocat.rb
   M Formula/websocketd.rb
   M Formula/webtorrent-cli.rb
   M Formula/weechat.rb
   M Formula/wego.rb
   M Formula/weighttp.rb
   M Formula/wellington.rb
   M Formula/wemux.rb
   M Formula/wgcf.rb
   M Formula/wget.rb
   M Formula/wgetpaste.rb
   M Formula/whalebrew.rb
   M Formula/whatmask.rb
   M Formula/whatmp3.rb
   M Formula/when.rb
   M Formula/whistle.rb
   M Formula/whitedb.rb
   M Formula/whohas.rb
   M Formula/whois.rb
   M Formula/widelands.rb
   M Formula/wifi-password.rb
   M Formula/wiggle.rb
   M Formula/wiiuse.rb
   M Formula/wiki.rb
   M Formula/wildfly-as.rb
   M Formula/willgit.rb
   M Formula/wimlib.rb
   M Formula/winetricks.rb
   M Formula/winexe.rb
   M Formula/wiredtiger.rb
   M Formula/wireguard-go.rb
   M Formula/wireguard-tools.rb
   M Formula/wiremock-standalone.rb
   M Formula/wireshark.rb
   M Formula/wirouter_keyrec.rb
   M Formula/with-readline.rb
   M Formula/wla-dx.rb
   M Formula/wmctrl.rb
   M Formula/woff2.rb
   M Formula/wolfmqtt.rb
   M Formula/wolfssl.rb
   M Formula/woof.rb
   M Formula/wordgrinder.rb
   M Formula/wordnet.rb
   M Formula/wordplay.rb
   M Formula/wp-cli-completion.rb
   M Formula/wp-cli.rb
   M Formula/wput.rb
   M Formula/wrangler.rb
   M Formula/wren-cli.rb
   M Formula/wren.rb
   M Formula/write-good.rb
   M Formula/writerperfect.rb
   M Formula/wrk-trello.rb
   M Formula/wrk.rb
   M Formula/wsk.rb
   M Formula/wskdeploy.rb
   M Formula/wslay.rb
   M Formula/wtf.rb
   M Formula/wtfutil.rb
   M Formula/wumpus.rb
   M Formula/wv.rb
   M Formula/wv2.rb
   M Formula/wwwoffle.rb
   M Formula/wxmac.rb
   M Formula/wxmaxima.rb
   M Formula/wxpython.rb
   M Formula/wy60.rb
   M Formula/x11vnc.rb
   M Formula/x264.rb
   M Formula/x265.rb
   M Formula/x3270.rb
   M Formula/x86_64-elf-binutils.rb
   M Formula/x86_64-elf-gcc.rb
   M Formula/xa.rb
   M Formula/xalan-c.rb
   M Formula/xapian.rb
   M Formula/xaric.rb
   M Formula/xbee-comm.rb
   M Formula/xboard.rb
   M Formula/xcenv.rb
   M Formula/xclip.rb
   M Formula/xclogparser.rb
   M Formula/xcodegen.rb
   M Formula/xcproj.rb
   M Formula/xctool.rb
   M Formula/xcv.rb
   M Formula/xdelta.rb
   M Formula/xdot.rb
   M Formula/xdotool.rb
   M Formula/xerces-c.rb
   M Formula/xgboost.rb
   M Formula/xhyve.rb
   M Formula/xidel.rb
   M Formula/xlearn.rb
   M Formula/xlispstat.rb
   M Formula/xlslib.rb
   M Formula/xmake.rb
   M Formula/xml-coreutils.rb
   M Formula/xml-security-c.rb
   M Formula/xml-tooling-c.rb
   M Formula/xml2.rb
   M Formula/xmlcatmgr.rb
   M Formula/xmlformat.rb
   M Formula/xmlrpc-c.rb
   M Formula/xmlsectool.rb
   M Formula/xmlsh.rb
   M Formula/xmlstarlet.rb
   M Formula/xmlto.rb
   M Formula/xmltoman.rb
   M Formula/xmount.rb
   M Formula/xmp.rb
   M Formula/xmrig.rb
   M Formula/xonsh.rb
   M Formula/xorriso.rb
   M Formula/xpa.rb
   M Formula/xpdf.rb
   M Formula/xplanet.rb
   M Formula/xqilla.rb
   M Formula/xrick.rb
   M Formula/xrootd.rb
   M Formula/xsane.rb
   M Formula/xsd.rb
   M Formula/xshogi.rb
   M Formula/xsimd.rb
   M Formula/xsv.rb
   M Formula/xsw.rb
   M Formula/xtail.rb
   M Formula/xtensor.rb
   M Formula/xtitle.rb
   M Formula/xvid.rb
   M Formula/xxh.rb
   M Formula/xxhash.rb
   M Formula/xz.rb
   M Formula/yacas.rb
   M Formula/yadm.rb
   M Formula/yaegi.rb
   M Formula/yaf.rb
   M Formula/yafc.rb
   M Formula/yajl.rb
   M Formula/yamcha.rb
   M Formula/yamdi.rb
   M Formula/yaml-cpp.rb
   M Formula/yamllint.rb
   M Formula/yank.rb
   M Formula/yapf.rb
   M Formula/yara.rb
   M Formula/yarn-completion.rb
   M Formula/yarn.rb
   M Formula/yash.rb
   M Formula/yasm.rb
   M Formula/yaws.rb
   M Formula/yaz.rb
   M Formula/yaze-ag.rb
   M Formula/yazpp.rb
   M Formula/yconalyzer.rb
   M Formula/ydcv.rb
   M Formula/ydiff.rb
   M Formula/yelp-tools.rb
   M Formula/yeti.rb
   M Formula/yetris.rb
   M Formula/yj.rb
   M Formula/ykclient.rb
   M Formula/ykman.rb
   M Formula/ykneomgr.rb
   M Formula/ykpers.rb
   M Formula/yle-dl.rb
   M Formula/yosys.rb
   M Formula/you-get.rb
   M Formula/youtube-dl.rb
   M Formula/yq.rb
   M Formula/yubico-piv-tool.rb
   M Formula/yuicompressor.rb
   M Formula/yydecode.rb
   M Formula/z.lua.rb
   M Formula/z.rb
   M Formula/z3.rb
   M Formula/z80asm.rb
   M Formula/z80dasm.rb
   M Formula/zabbix-cli.rb
   M Formula/zabbix.rb
   M Formula/zanata-client.rb
   M Formula/zbackup.rb
   M Formula/zbar.rb
   M Formula/zboy.rb
   M Formula/zdelta.rb
   M Formula/zebra.rb
   M Formula/zeek.rb
   M Formula/zelda-roth-se.rb
   M Formula/zenith.rb
   M Formula/zenity.rb
   M Formula/zero-install.rb
   M Formula/zeromq.rb
   M Formula/zig.rb
   M Formula/zile.rb
   M Formula/zim.rb
   M Formula/zimg.rb
   M Formula/zinc.rb
   M Formula/zint.rb
   M Formula/zip.rb
   M Formula/zita-convolver.rb
   M Formula/zlib.rb
   M Formula/zlog.rb
   M Formula/zmap.rb
   M Formula/zmqpp.rb
   M Formula/znapzend.rb
   M Formula/znc.rb
   M Formula/zola.rb
   M Formula/zookeeper.rb
   M Formula/zopfli.rb
   M Formula/zorba.rb
   M Formula/zork.rb
   M Formula/zoxide.rb
   M Formula/zpaq.rb
   M Formula/zplug.rb
   M Formula/zrepl.rb
   M Formula/zsdx.rb
   M Formula/zsh-autosuggestions.rb
   M Formula/zsh-completions.rb
   M Formula/zsh-git-prompt.rb
   M Formula/zsh-history-substring-search.rb
   M Formula/zsh-lovers.rb
   M Formula/zsh-navigation-tools.rb
   M Formula/zsh-syntax-highlighting.rb
   M Formula/zsh.rb
   M Formula/zshdb.rb
   M Formula/zssh.rb
   M Formula/zstd.rb
   M Formula/zsxd.rb
   M Formula/zsync.rb
   M Formula/zurl.rb
   M Formula/zxcc.rb
   M Formula/zydis.rb
   M Formula/zyre.rb
   M Formula/zzuf.rb
   M Formula/zzz.rb
   M LICENSE.txt
   M README.md
   M formula_renames.json
   M tap_migrations.json
  ?? .github/ISSUE_TEMPLATE/bug.md
  ?? .github/stale.yml
  ?? .github/support.yml
  ?? .github/workflows/autocancel.yml
  ?? .github/workflows/autolabel.yml
  ?? Formula/atlassian-cli.rb
  ?? Formula/avian.rb
  ?? Formula/boost@1.55.rb
  ?? Formula/boost@1.59.rb
  ?? Formula/confluent-platform.rb
  ?? Formula/curl-openssl.rb
  ?? Formula/dtrx.rb
  ?? Formula/fcct.rb
  ?? Formula/fmsx.rb
  ?? Formula/geant4.rb
  ?? Formula/gobby.rb
  ?? Formula/godep.rb
  ?? Formula/gst-validate.rb
  ?? Formula/joplin.rb
  ?? Formula/kde-extra-cmake-modules.rb
  ?? Formula/kde-threadweaver.rb
  ?? Formula/llvm@6.rb
  ?? Formula/meson-internal.rb
  ?? Formula/minizip2.rb
  ?? Formula/mysql-connector-c++@1.1.rb
  ?? Formula/now-cli.rb
  ?? Formula/ori.rb
  ?? Formula/pgplot.rb
  ?? Formula/prest.rb
  ?? Formula/rmtrash.rb
  ?? Formula/scw@1.rb
  ?? Formula/stlviewer.rb
  ?? Formula/unp64.rb
  ?? Formula/unrar.rb
  ?? Formula/woboq_codebrowser.rb
  ?? Formula/wpscan.rb
  ?? Formula/xspin.rb
  ?? Formula/xu4.rb
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.

What were you trying to do (and why)?

i want to brew switch my go version from stable 1.16.3 to go 1.14.6

What happened (include all command output)?

Error: Unknown command: switch

What did you expect to happen?

command run ok

Step-by-step reproduction instructions (by running brew commands)

unknown command switch #10748

Comments

Bluelich commented Mar 1, 2021 •

brew config output

HOMEBREW_VERSION: 3.0.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: b712bcc
Last commit: 7 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 81c64f2
Core tap last commit: 73 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit kabylake
Clang: 12.0 build 1200
Git: 2.24.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.2-x86_64
CLT: 11.0.33.8
Xcode: 12.4

brew doctor output

Your system is ready to brew.

  • The brew doctor above contains no «Warning» lines.

What were you trying to do (and why)?

brew switch cocapods 1.9.3

What happened (include all command output)?

unknown command switch

What did you expect to happen?

«switch» command works fine.

Step-by-step reproduction instructions (by running brew commands)

brew switch cocapods 1.9.3.

The text was updated successfully, but these errors were encountered:

Источник

brew switch (external command) does not work #25647

Comments

dalguji commented Jan 4, 2014

I found an interesting error of the external command «brew switch».

Regardless of parameters, simply «brew switch . » always fails while it runs fine if I run it with full path like «/usr/local/bin/brew switch . » on my OSX Mavericks machine.

I found that the shell script, brew in /usr/loca/bin takes two arguments ONLY like ‘switch formula_name’ in $@ from the beginning of the script when it’s run as «brew switch formula_name version_number’. And it passes the arguments to brew.rb

However if it runs with a full path like «/usr/local/bin/brew switch . «, it takes whole arguments and runs fine. I am not sure of the root cause. Any idea?

adamv commented Jan 4, 2014

Do you have more than one brew binary on your system? Or a brew alias?

adamv commented Jan 4, 2014

Also, what is your brew doctor and brew —config ?

dalguji commented Jan 5, 2014

Hi @adamv, you’re right. I checked my machine again and found there is an alias for brew, I made months ago. I removed the alias and it works fine now. So it was my mistake, not a brew bug. Thanks a lot for your advice!

Footer

© 2023 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

benlinton / multiple_mysql_versions_for_development.md

Multiple MySQL Versions for Development

Options included below:

  • Using Docker docker-compose
  • Using Homebrew brew

Using Docker (recommended)

This gist was originally created for Homebrew before the rise of Docker, yet it may be best to avoid installing mysql via brew any longer. Instead consider adding a barebones docker-compose.yml for each project and run docker-compose up to start each project’s mysql service.

docker-compose.yml

Please visit https://hub.docker.com/_/mysql for environment variables that you can optionally set (e.g. username, password, etc.)

To start the your mysql service.

To stop your mysql service.

Disclaimer: Your milage may vary, I’ve updated this gist based on comments below but haven’t tested it myself since switching to Docker. Please see comments below and/or gist history for additional details.

I was using homebrew version 0.9.5 when writing this gist.

Install the current version of mysql.

Install the older version of mysql.

Then to switch to the older version.

And to switch back to the current version.

To verify which mysql version you’re on at any time.

serundeputy commented Mar 4, 2016

When switching back to mysql55 I needed to additionally do:

brew link mysql55 —force

sylvain441 commented Mar 8, 2016

Thank you for this. Really helpfull
Although if anyone wants to downgrade from 5.7 to 5.6 good luck

I finally had to

LouisRitchie commented Jul 25, 2016

Thanks a lot, this is exactly what i was looking for. Very helpful 👍

BlakeBurnette commented Oct 7, 2016 •

This seems to create weird behaviors @@Version pulls up 5.7, but mysql —version pulls 5.5 which produces errors with Strict Dates.

TheCorp commented Oct 22, 2016

Remove the .err file from the data dir and then it should load smoothly

noahpatterson commented Nov 22, 2016

Just FYI with I had to remove the *.err files /usr/local/var/mysql and the ib_logfile* files per http://dev.mysql.com/doc/refman/5.7/en/downgrading.html#downgrade-procedure-inplace

LucasArruda commented Dec 1, 2016

@sylvaiin thanks for the tips. Migrating for me was not so easy. Even after removing 5.7 from brew, and doing all those steps from the article you linked, somehow mysql command was refusing to connect to mysql 5.6 service.

What worked for me was removing both versions from brew (uninstalling them), like totally wiping mysql (both mysql and mysql56) from my system and then installing mysql 5.6 with brew. That worked!

travisdetert commented Feb 1, 2017

What is the point of this, exactly? Why can I not just install mysql56 only and have this work as expected? (My google fu is not finding a reliable way of NOT installing 5.7 at this point and having 5.6 work reliably)

zhihuidev commented Mar 21, 2017

I find in my brew searching, the mysql@5.5 instead of mysql55, so should: brew install mysql@5.5

LoranceChen commented Mar 24, 2017 •

There should be use brew install mysql@5.6 , see the tips:
Ξ

→ brew install homebrew/versions/mysql56
Updating Homebrew.
^CWarning: Use mysql@5.6 instead of deprecated homebrew/versions/mysql56
Warning: mysql@5.6 is a keg-only and another version is linked to opt.
Use brew install —force if you want to install this version

→ brew search mysql
automysqlbackup mysql-connector-c mysql-utilities
mysql ✔ mysql-connector-c++ mysql@5.5
mysql++ mysql-sandbox mysql@5.6 ✔
mysql-cluster mysql-search-replace mysqltuner

and then link with brew switch mysql@5.6 5.6.35
finally start server: brew services start mysql56

Hope that will be some help.

mikeghen commented Apr 18, 2017

geryit commented Apr 19, 2017

To switch to older mysql server version, I had to stop current mysql service also :

ghost commented Apr 21, 2017

Went with mysql@5.6 and I’m getting: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) Although brew services list says mysql@5.6 is started, there’s no mysqld process running and no mysql.sock file anywhere. Any ideas on how to fix it? should I just go with the deprecated mysql56 instead?

jsweeney commented Apr 24, 2017

@jpmelguizo I also had your problem. My issue was that the mysql@5.6 was trying to boot the mysql 5.7 database (installed in the default /usr/local/var folder). If you want to run both in parallel on their own distinct databases, there are a few more steps to do.

Create a new (separate) data directory and database for the 5.6 version
Run /usr/local/Cellar/mysql@5.6/5.6.36/bin/mysql_install_db —user=root —datadir=/usr/local/var/mysql56

Источник

Как я могу заварить ссылку на конкретную версию?

У меня есть несколько бочонков одной и той же упаковки в /usr/local/Cellar/libfoo , например /usr/local/Cellar/libfoo/1.0.1 , /usr/local/Cellar/libfoo/HEAD и /usr/local/Cellar/libfoo/mycopy

Как я могу заварить ссылку на конкретную версию?

8 ответов

УСТАРЕЛО в Homebrew 2.6.0 (декабрь 2020 г.). Проверьте другие ответы на наличие обновлений

Информация об использовании:

Вы можете найти версии, установленные в вашей системе, с помощью info .

И чтобы увидеть доступные для установки версии, вы можете указать номер версии dud, так как brew услужливо ответит с доступными номерами версий:

Обновление (15.10.2014):

Команда brew versions была удалена из brew, но, если вы все же хотите использовать эту команду, сначала запустите brew tap homebrew/boneyard .

Рекомендуемый способ установки старой версии — установка из репозитория homebrew/versions следующим образом:

Для получения подробной информации обо всех способах установки более старой версии формулы прочтите этот ответ.

Я спросил на #machomebrew и узнал, что вы можете переключаться между версиями с помощью переключателя пивоварения.

Чтобы получить версию mycopy libfoo.

К сожалению, brew switch устарел в Homebrew 2.6.0 ( Декабрь 2020 г.)

TL; DR, чтобы перейти на package версию 10 :

Чтобы использовать другую версию пакета, например node :

  • Во-первых, убедитесь, что конкретная версия установлена ​​с помощью brew list . Мой пакет здесь: node (16) и node@14 .
  • Отключите текущий пакет: brew unlink node .
  • Ссылка на правильную версию

Если вы установили, например, php 5.4, его можно переключить на php 5.5 следующим образом:

brew switch libfoo mycopy

Вы можете использовать brew switch для переключения между версиями одного и того же пакета, если он установлен как подкаталоги с поддержкой версий в Cellar/

Здесь будут перечислены установленные версии (например, у меня был Cellar/sdl2/2.0.3 , я скомпилировал в Cellar/sdl2/2.0.4 )

Затем переключаться между ними

Информация теперь показывает * рядом с 2.0.4.

Чтобы установить под Cellar/

/ из исходного кода, вы можете, например, сделать

Проверьте, где он установлен с

Если все выглядит правильно

Затем из cd $(brew —Cellar) сделайте переключение между версиями.

Я использую brew version 0.9.5

В случае, если brew switch выдает ошибку (в этом примере при попытке переключиться на версию узла 14):

Правильный способ переключения версий:

Homebrew удалена подкоманда brew switch в Homebrew 2.6.0 . Верните его здесь.

Имя @ версия формула

В основном есть два способа переключиться на старую версию приложения.

Если это более крупная версия, поменяйте. Homebrew, возможно, создал в репо пакет с поддержкой версий. Как и go , go@1.10 , это две разные формулы, установленные в двух разных местах.

Переключатель заваривания

Но не в каждом пакете есть версионный вариант. Если вы только что обновились до новой версии, а старая все еще в вашей системе, пропустите шаги 1, 2.

  1. В этой ситуации выполните поиск в репозитории homebrew-core и загрузите конкретную формулу. например mysql 8.0.23
  2. Загрузите raw файл и установите из него brew install /path/to/downloaded/mysql.rb .
  3. Теперь существуют и последняя, ​​и старая версия 8.0.23 (та же формула mysql ), переключите (отключите) старую версию с помощью brew switch mysql 8.0.23

brew info mysql перечислит все существующие старые версии.

Шаги 1, 2 можно заменить на brew extract , но для этого пользователь должен поддерживать свой собственный кран. Я не буду здесь рассказывать об этом, просто поищите, если вам интересно.

Если ответ @simon не работает на некоторых компьютерах Mac, следуйте приведенному ниже процессу.

Если вы уже установили swiftgen, используя следующие команды:

$ brew update $ brew install swiftgen

Затем выполните следующие действия, чтобы запустить swiftgen со старой версией.

Шаг 1: brew uninstall swiftgen Шаг 2. Перейдите к: https://github.com/SwiftGen/SwiftGen/releases и загрузите swiftgen с версией: swiftgen-4.2.0.zip.

Разархивируйте пакет в любой из каталогов.

Шаг 3: Выполните в терминале следующее:

У вас должно получиться: SwiftGen v0.0 (Stencil v0.8.0, StencilSwiftKit v1.0.0, SwiftGenKit v1.0.1)

Источник

Как я могу заварить ссылку на конкретную версию?

У меня есть несколько бочонков одной и той же упаковки в /usr/local/Cellar/libfoo , например /usr/local/Cellar/libfoo/1.0.1 , /usr/local/Cellar/libfoo/HEAD и /usr/local/Cellar/libfoo/mycopy

Как я могу заварить ссылку на конкретную версию?

8 ответов

УСТАРЕЛО в Homebrew 2.6.0 (декабрь 2020 г.). Проверьте другие ответы на наличие обновлений

Информация об использовании:

Вы можете найти версии, установленные в вашей системе, с помощью info .

И чтобы увидеть доступные для установки версии, вы можете указать номер версии dud, так как brew услужливо ответит с доступными номерами версий:

Обновление (15.10.2014):

Команда brew versions была удалена из brew, но, если вы все же хотите использовать эту команду, сначала запустите brew tap homebrew/boneyard .

Рекомендуемый способ установки старой версии — установка из репозитория homebrew/versions следующим образом:

Для получения подробной информации обо всех способах установки более старой версии формулы прочтите этот ответ.

Я спросил на #machomebrew и узнал, что вы можете переключаться между версиями с помощью переключателя пивоварения.

Чтобы получить версию mycopy libfoo.

К сожалению, brew switch устарел в Homebrew 2.6.0 ( Декабрь 2020 г.)

TL; DR, чтобы перейти на package версию 10 :

Чтобы использовать другую версию пакета, например node :

  • Во-первых, убедитесь, что конкретная версия установлена ​​с помощью brew list . Мой пакет здесь: node (16) и node@14 .
  • Отключите текущий пакет: brew unlink node .
  • Ссылка на правильную версию

Если вы установили, например, php 5.4, его можно переключить на php 5.5 следующим образом:

brew switch libfoo mycopy

Вы можете использовать brew switch для переключения между версиями одного и того же пакета, если он установлен как подкаталоги с поддержкой версий в Cellar/

Здесь будут перечислены установленные версии (например, у меня был Cellar/sdl2/2.0.3 , я скомпилировал в Cellar/sdl2/2.0.4 )

Затем переключаться между ними

Информация теперь показывает * рядом с 2.0.4.

Чтобы установить под Cellar/

/ из исходного кода, вы можете, например, сделать

Проверьте, где он установлен с

Если все выглядит правильно

Затем из cd $(brew —Cellar) сделайте переключение между версиями.

Я использую brew version 0.9.5

В случае, если brew switch выдает ошибку (в этом примере при попытке переключиться на версию узла 14):

Правильный способ переключения версий:

Homebrew удалена подкоманда brew switch в Homebrew 2.6.0 . Верните его здесь.

Имя @ версия формула

В основном есть два способа переключиться на старую версию приложения.

Если это более крупная версия, поменяйте. Homebrew, возможно, создал в репо пакет с поддержкой версий. Как и go , go@1.10 , это две разные формулы, установленные в двух разных местах.

Переключатель заваривания

Но не в каждом пакете есть версионный вариант. Если вы только что обновились до новой версии, а старая все еще в вашей системе, пропустите шаги 1, 2.

  1. В этой ситуации выполните поиск в репозитории homebrew-core и загрузите конкретную формулу. например mysql 8.0.23
  2. Загрузите raw файл и установите из него brew install /path/to/downloaded/mysql.rb .
  3. Теперь существуют и последняя, ​​и старая версия 8.0.23 (та же формула mysql ), переключите (отключите) старую версию с помощью brew switch mysql 8.0.23

brew info mysql перечислит все существующие старые версии.

Шаги 1, 2 можно заменить на brew extract , но для этого пользователь должен поддерживать свой собственный кран. Я не буду здесь рассказывать об этом, просто поищите, если вам интересно.

Если ответ @simon не работает на некоторых компьютерах Mac, следуйте приведенному ниже процессу.

Если вы уже установили swiftgen, используя следующие команды:

$ brew update $ brew install swiftgen

Затем выполните следующие действия, чтобы запустить swiftgen со старой версией.

Шаг 1: brew uninstall swiftgen Шаг 2. Перейдите к: https://github.com/SwiftGen/SwiftGen/releases и загрузите swiftgen с версией: swiftgen-4.2.0.zip.

Разархивируйте пакет в любой из каталогов.

Шаг 3: Выполните в терминале следующее:

У вас должно получиться: SwiftGen v0.0 (Stencil v0.8.0, StencilSwiftKit v1.0.0, SwiftGenKit v1.0.1)

Источник

Это, наверное, лучший способ по состоянию на 11.1.2022:

Чтобы установить конкретную версию, например, postgresql 9.5, вы просто запускаете:

$ brew install postgresql@9.5

Чтобы просмотреть доступные версии, выполните поиск с помощью @:

$ brew search postgresql@
==> Formulae
postgresql                 postgresql@11              postgresql@13              postgresql@9.5             qt-postgresql
postgresql@10              postgresql@12              postgresql@9.4             postgresql@9.6             postgrest

==> Casks
navicat-for-postgresql

УСТАРЕЛО в Homebrew 2.6.0 (декабрь 2020 г.):

Информация об использовании:

Usage: brew switch <formula> <version>

Пример:

brew switch mysql 5.5.29

Вы можете найти версии, установленные в вашей системе, с помощью info.

brew info mysql

И чтобы увидеть доступные версии для установки, вы можете указать номер версии, так как brew услужливо ответит с доступными номерами версий:

brew switch mysql 0

Обновление (15.10.2014):

Компания brew versions команда была удалена из brew, но если вы хотите использовать эту команду, сначала запустите brew tap homebrew/boneyard.

Рекомендуемый способ установки старой версии — установка с homebrew/versions следующие репо:

$ brew tap homebrew/versions
$ brew install mysql55

Для получения подробной информации обо всех способах установки старой версии формулы прочитайте этот ответ.

UNCOMMON HOMEBREW ERROR: «UNKNOWN COMMAND: SWITCH»

As I commented above, Homebrew got rid of the switch command entirely, which is why it says «Unknown command». But rbenv provides a tap that you can install openssl from. You can run the command below:
From stackoverflow.com
Reviews 2


ERROR «UNKOWN CMD» AND «LINE TOO LONG» SWITCH — CISCO …

when I want to recover my 2960 switch in rommon mode with xmodem command, It shows me these errors. when I reset the switch, still shoes these errors:
From community.cisco.com
Estimated Reading Time 4 mins


10+ COMMONLY USING FIND COMMAND SWITCHES WITH EXAMPLE UNIX …

10.1 -delete : This switch is use to remove a particular that already specified in the find command. Use this switch with extra care. Example # find ./ -inum 1316256 ./test123.txt # find ./ -inum 1316256 -delete # find ./ -inum 1316256 In this case, -delete switch remove the file test123.txt. Similarly we can remove anything that found by find command. 10.2 -exec : This …
From crybit.com


CONSOLE COMMAND FOR CHANGING FOOD/WATER DEPLETION SPEED …

e.g. console command: food [#] 100 -> normal depletion rate, 50-> depletion rate halved I really enjoy the game so far, but food/water loss is way too fast in my opinion and is more a tedious task than a survival aspect that adds decent time pressure.
From forums.unknownworlds.com


«UNKNOWN COMMAND» WHEN ENTERING COMMANDS IN AUTOCAD …

When entering certain commands in AutoCAD, the command line shows: Command: XXXXXX Unknown command «XXXXXX». Press F1 for help. The following are possible causes of this issue: Incorrect support folder path. Wrong partial customization file (ACAD.cuix) loaded. Missing ARX files. Missing acad<version>doc.lsp file. The command is not available in the product, or …
From knowledge.autodesk.com


UNKNOWN COMMANDS AND TRICKS OF MS-DOS UNVEILED — SYSTOOLS …

Command#5: FORMAT/AUTOTEST. This command is run in order to format a hard drive. It is an external command that wipes out the data from the hard drive. Command#6: FORMAT/Z:n. This command is used for specifying cluster size in bytes. Here, n is multiplied with 512. It is an external command and is used with FDISK that supports FAT32 file system.
From blog.systoolsgroup.com


BASIC CISCO SWITCH COMMANDS — LEARNCISCO.NET

The host name command allows you to give the switch a name and that will change the prompt because the switch host name will be part of the prompt. This host name is also used for management to simply visually identify the switch and quickly identify it by looking at the prompt and for other identification purposes, including enabling DNS on the switch. Switch(config …
From learncisco.net


UNKNOWN COMMAND «SM»?? — ALLIEDMODDERS

09-06-2013 , 22:50 Re: Unknown command «sm»?? # 2 its not installed correctly. and or your used wrong versions. your problem is to vague. try a ‘help sourcemod install’ search
From forums.alliedmods.net


MINECRAFT TOOLS: UNKNOWN COMMAND MESSAGE

Minecraft Tools: Unknown Command Message. Unknown Command Message. Unknown Command Message for Minecraft by Viperr_66.
From minecraft.tools


BREW SWITCH ERROR: UNKNOWN COMMAND: SWITCH

Home; Republic Day. Republic Day Shayari; Republic Day Quotes; Republic Day Whatsapp Status; Republic Day Wishes; Republic Day SMS; Valentine Week. Rose Day 2018
From forevershayari.com


CISCO ENTERPRISE NETWORK COMPUTE SYSTEM SWITCH COMMAND …

Examples. The following is a sample output of the switch show lacp command for Gigabit Ethernet interface 1/0. nfvis# switch show lacp gigabitEthernet 1/0 Port gi1/0 LACP parameters: Actor system priority: 1 system mac addr: 00:a6:ca:d6:38:50 port Admin key: 0 port Oper key: 0 port Oper number: 1 port Admin priority: 1 port Admin timeout: LONG port Oper …
From cisco.com


BREW SWITCH UNKNOWN COMMAND: SWITCH — MOUSTROUFIS.GR

You signed in with another tab or window. To add additional certificates, place .pem files in $(brew —prefix)/etc/[email protected]/certs Missing link for crossing the …
From moustroufis.gr


SOLVED: UNKNOWN COMMAND — AUTODESK COMMUNITY

Sometimes we get drawings that in order to accomplish this we use the command «export» and from the list of choices I select Autocad 2013. It worked great in version 2015. Is still does in that version. In AC2016 I get the unknown command response. This happens with other commands from the pull dn menu as well!
From forums.autodesk.com


HOW TO USE THE GIVE COMMAND IN MINECRAFT

How to Enter the Command 1. Open the Chat Window. The easiest way to run a command in Minecraft is within the chat window. The game control to open the chat window depends on the version of Minecraft:. For Java Edition (PC/Mac), press the T key to open the chat window.; For Pocket Edition (PE), tap on the chat button at the top of the screen.; For Xbox One, press the …
From digminecraft.com


[SOLVED] [INFO] UNKNOWN COMMAND. TYPE «HELP» FOR HELP …

19:49:12 [INFO] Unknown Command version 1.7 is enabled! 19:49:12 [INFO] WorldEdit 4.7 enabled. 19:49:12 [INFO] WorldEdit: Using the Bukkit Permissions API. 19:49:12 [INFO] WorldGuard: Using the Bukkit Permissions API. 19:49:12 [INFO] WorldGuard: (SAVEDATA) Single session is enforced. 19:49:12 [INFO] WorldGuard: (SAVEDATA) TNT …
From bukkit.org


BREW SWITCH ERROR: UNKNOWN COMMAND: SWITCH

brew switch error: unknown command: switchardal league south west brew switch error: unknown command: switch. disadvantages of art therapy; convert jtoken to jproperty; truck load of gravel for sale near me. chris burnett navy; exhaust fan thermostat; geisinger pediatrics lewistown, pa; joe bastianich restaurants near me ; eagle lofts streeteasy; andy zaltzman wife …
From 1r70.com


UNKNOWN COMMANDS — VARIOUS COMMANDS — AUTODESK …

Hi All, I just upgraded to ACAD2009 a few weeks back, after having happily and productively beeing using ACAD2008 for over a year or so. I have imported all my settings from ACAD2008, which includes network paths that reference locations for shared files on our server. I am running Windows XP Pro…
From forums.autodesk.com


COMMAND LINE SWITCH — HOME ASSISTANT

Name of the command switch as slug. Multiple entries are possible. command_on string Required. The action to take for on. command_off string Required. The action to take for off. command_state string (Optional) If given, this command will be run. Returning a result code 0 will indicate that the switch is on. value_template string (Optional) If specified, …
From home-assistant.io


SOLVED — UNKNOWN COMMAND ON COMMAND | SPIGOTMC — HIGH …

permission-message: You don’t have permission to access this command. /cmw: description: Info command usage: /cmw permission: cmw.base permission-message: You don’t have permission to access this command. /cmw help: description: Help menu for CMW usage: /cmw help permission: cmw.help permission-message: You don’t have permission to access …
From spigotmc.org


UNKNOWN COMMAND | BUKKIT FORUMS

Unknown Command. Discussion in ‘Plugin Development’ started by Rmarmorstein, Nov 28, 2012. Thread Status: Not open for further replies. Offline Rmarmorstein. I am making a plugin to change the prefix of a player, using the command /prefix and it will execute the command via the console pex user <Player Sending command or cdsend> preifx &f[<color …
From bukkit.org


UNKNOWN COMMAND — REPETIER-FORUM

22:28:29.619 : Unknown command:N12593 X0.00 Y0.00 B0.00 L0.00. there is no G or M code at all in that command firmware receives. Also as you see the line number N is way of from 80 you send with M99. Are you connected with 2 hosts using different line numbers? sennalb. February 2017. I repetier, I am connected to the Arduino with a USB cable of my PC with only …
From forum.repetier.com


BREW SWITCH ERROR: UNKNOWN COMMAND: SWITCH

brew switch error: unknown command: switch. omega serial number 29. November 2020 …
From solarbioproducts.com


CONSOLE SAY UNKNOWN COMMAND :: GARRY’S MOD HELP / PROBLEMS …

Feb 15, 2015 @ 7:56am. Its maybe u were splled it wrong in console. Or you just installed the addon without restarting yur game. As i know you need to restart ur garrysmod to install it properly on ur listen server. Unknown command means the console doesnt recognize the command. Probably u enter a wrong command or the addon isnt installed properly.
From steamcommunity.com


INVALID COMMAND LINE. UNKNOWN SWITCH : USEENV

The bat file can’t find START or doesn’t have full path to the executable. Another reason you could be have problems if somebody renamed a folder and put a space into the folder name. Single quotes may solve the issue. Try removing Start and then put single quotes into the file like below. ‘c:full path devenv.exe’ ‘/useenv Server.sln’.
From social.msdn.microsoft.com


HOW TO CHANGE THE «UNKNOWN COMMAND …» MESSAGE …

im trying to change the default unknown command message from minecraft! Technically its easy: Listen to the PlayerCommandPreproccessEvent and cancel it if theres no helptopic for the command. It works, but it is blocking alot of Forge commands :/ Im sure you know that you can change the message in the spigot.yml, but this message will work with …
From spigotmc.org


6 SLIGHTLY OBSCURE BUT SERIOUSLY USEFUL CISCO COMMANDS

The command is a little finicky, but it can be done. What you need is the MAC address of the problem hosts, or if there’s only one, just pick another MAC address nearby. Here’s an example: test-s-02#trace mac 2880.2301.8998 6033.4b8c.5306 Source 2880.2301.8998 found on test-s-02 1 test-s-02 (10.200.8.253) : Gi1/0/8 => Po1 2 test-s-01 (10.200.8.252) : Po1 => …
From auvik.com


BREW SWITCH ERROR: UNKNOWN COMMAND: SWITCH

what do badgers eat. when would you consider the use of antecedent control strategies? where to buy yankee candle melt cups; kentucky leather and hide
From nerycarrion.com


UNKNOWN COMMANDLINE SWITCH WAS PASSED IN.

I need to know the meaning of «CommandLine Switch» and «passed» in in this context as I have not been able to find the full construction. … This site uses cookies. Some of these cookies are essential to the operation of the site, while others help to improve your experience by providing insights into how the site is being used. For more information, please see the ProZ.com …
From proz.com


SWITCH5FH UNKNOWN COMMAND OR COMPUTER NAME OR UNABLE TO …

Switch5Fh Unknown command or computer name or unable to find computer address. Switch5fh unknown command or computer name or unable. School University of Phoenix; Course Title CIT 276; Uploaded By thomgreatt1988. Pages 327 Ratings 100% (1) 1 out of 1 people found this document helpful; This preview shows page 216 — 221 out of 327 pages. …
From coursehero.com


UNKNOWN COMMAND — GERMAN TRANSLATION – LINGUEE

Unknown Command If the user-programmable CAN-interface (CAN-PRIM) is active, 32 virtual message boxes are available to the user. jetter.de. jetter.de . Bei aktivierter freiprogrammierbarer CAN-Schnittstelle (CAN-PRIM) stehen dem Anwender 32 virtuelle Message-Boxen zur Verfügung. jetter.de. jetter.de. Unknown command found in device configuration file. …
From linguee.com


UNRECOGNIZED COMMAND SWITCH ZSWZ7CSFOSK …

Unrecognized command Switch zswZ7CsFoSk Switch2cCnoCKwspso Unknown command or from CIT 276 at University of Phoenix
From coursehero.com


UNKNOWN COMMAND WHEN PUTTING IN CHEATS — GANGLAND FORUM …

I pressed ~ and enter loonies and it says unknown command what am i doin wrong Mobs877. unwashed heathen (guest) Apr 5, 04 at 11:34pm (PST) ^ re: unknown command when putting in cheats: You need …
From neoseeker.com


THE MOST FREQUENTLY USED COMMANDS FOR TROUBLESHOOTING A …

Reason: Unknown System version: Service:——Switch hardware ID information——Switch is booted up Switch type is : MDS 9222i Model number is DS-C9222I-K9 H/W version is 1.1 Part Number is 73-11019-01 — switch part number Part Revision is B0 Manufacture Date is …
From dell.com


FIND HIDDEN COMMAND LINE SILENT SWITCHES FOR SETUP FILES …

Run Universal Silent Switch Finder and click the > button on the File line and load the mbam-setup-1.75.0.1300.exe file. Once loaded, it’ll take a few seconds to analyze the setup file and then show the available silent command line switches.
From raymond.cc


EXTJS — SENCHA CMD — UNKNOWN COMMAND: INCLUDE — STACK OVERFLOW

This answer is useful. 1. This answer is not useful. Show activity on this post. Adding this vm arguments fixed that issue: your_sencha_pathSenchaCmd6.5.3.6sencha.vmoptions. -Duser.country=US -Duser.language=en -Duser.variant=Traditional_WIN. Share. Follow this answer to receive …
From stackoverflow.com


CONSOLE SPAM WITH «UNKNOWN COMMAND» :: LEFT 4 DEAD 2 …

© Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries. #footer_privacy_policy | #footer …
From steamcommunity.com


UNKNOWN COMMAND SWITCH · ISSUE #10748 · …

brew config output HOMEBREW_VERSION: 3.0.2 ORIGIN: https://github.com/Homebrew/brew HEAD: b712bcc Last commit: 7 days ago Core tap ORIGIN: https://github.com/Homebrew …
From github.com


MARIADB — ERROR UNKNOWN COMMAND ‘U’ WHEN RESTORING MYSQL …

ERROR: Unknown command ‘a’ ERROR: Unknown command ‘a’ ERROR: Failed to open file ‘C:UsersmyUserNametheDBName_data.dump’, error: 2 Restoring the exact same dump with that procedure works well on Linux, but doesn’t on Windows. Thanks for your help. mysql mariadb restore mysqldump. Share . Improve this question. Follow asked Jul 31, 2019 at 21:11. T’lash …
From dba.stackexchange.com


BREW SWITCH ERROR: UNKNOWN COMMAND: SWITCH

Uncategorized. brew switch error: unknown command: switch. brew switch error: unknown command: switch
From drodai.com


ECHO:UNKNOWN COMMAND: «» · ISSUE #2567 · MARLINFIRMWARE …

thinkyhead commented on Jul 31, 2015. Two conditions will throw an «Unknown command» error: If the command M209 Sn is received with a value other than 0 or 1. If a badly-formed command is received, such as Q or A123. It’s possible that sending one or more spaces on a line by itself could result in Unknown command: «».
From github.com


WINDOWS 10 1703 UPGRADE WOES & UNKNOWN COMMAND-LINE …

To make things marginally faster, I implemented a command-line switch to automatically choose to upgrade and keeps apps — «setup.exe /Auto upgrade» (or /auto:upgrade). On a working computer, the results from #1 above occur. The selection to keep personal files and apps is automatically engaged and the upgrade works flawlessly.
From reddit.com


CHROOT — CROUTON — ERROR: UNKNOWN COMMAND: SHELL — UNIX …

yet, shell returning unknown command. How does one deal with this? (i.e. get shell command to be known) chroot chrome-book chrome-os. Share. Improve this question. Follow edited Jun 26, 2016 at 14:59. alexus. asked Jun 26, 2016 at 1:06. alexus alexus. 876 5 5 gold badges 14 14 silver badges 30 30 bronze badges. 4. Are you … «just here to use crouton»? …
From unix.stackexchange.com


HOW TO USE A COMMAND LINE SWITCH ON WINDOWS 10

A command-line switch is a convenient way to change the behavior of an app without making it permanent. The switch only modifies the app’s instance for the one time it is used to run it. If you use the shortcut method instead of the Command Prompt method, you will always have a quick way to run the app with a switch without having to type it out each time. …
From addictivetips.com


SU COMMAND IN LINUX (SWITCH USER) | LINUXIZE

Su Command in Linux (Switch User) Updated Dec 10, 2020 • 3 min read. Contents. How to Use the su Command; Sudo vs. Su; Conclusion; Share: The su (short for substitute or switch user) utility allows you to run commands with another user’s privileges, by default the root user. Using su is the simplest way to switch to the administrative account in …
From linuxize.com


COMMANDS NOT WORKING ANYMORE? I KEEP GETTING «UNKNOWN …

The /gamemode command is considered to be a «cheat» command, so it won’t let you run it (by apparently pretending that it doesn’t exist). The easiest solution would be to create a new world and enable cheats while doing so. Also, the syntax for the /gamemode command changed in …
From reddit.com


GIT ADD — GIT UNKNOWN SWITCH ‘C’ — STACK OVERFLOW

$ git add * —all error: unknown switch `C’ usage: git add [options] [—] <pathspec>… -n, —dry-run dry run -v, —verbose be verbose -i, —interactive interactive picking -p, —patch select hunks interactively -e, —edit edit current diff and apply -f, —force allow adding otherwise ignored files -u, —update update tracked files -N, —intent-to-add record only the fact that the path will be …
From stackoverflow.com


PI42250: ‘AN UNKNOWN SWITCH IS SPECIFIED ON THE …

You regularly launch the product from the Finder clicking on an SPSS Statistics system file (*.sav). Often you see a message such as: ‘An unknown switch is specified on the command line: -psn_0_614550’. In most cases you can click through and the product operates as expected. Research shows Mac OS X adds this ‘-psn_x_xxxxxx’ command line …
From ibm.com


VISUAL STUDIO 2019 INVALID COMMAND LINE. UNKNOWN SWITCH …

I just tried to update visual studio. It crashes and says «Invalid Command Line. Unknown Switch : deferUpdateConfiguration.» It then asks me to restore the last project I happened to have opened before did the update. Now its asking me to reboot the computer. Is this normal for visual studio update? · Hi nutmix, Welcome to MSDN forum. No, it seems that …
From social.msdn.microsoft.com


WebFeb 28, 2021 The brew doctor above contains no «Warning» lines. added the bug in your own tap instead. jonchang closed this as completed on Feb 28, 2021 BrewTestBot …
From github.com
See details »


HOMEBREW — UNABLE TO BREW SWITCH GO VERSIONS — STACK …

WebOct 2, 2019 brew switch has been dropped since Homebrew 2.6.0. Anyone still want the old brew switch, use the following tap, where brew switch is included as a custom sub …
From stackoverflow.com
See details »


[SOLVED] HOW CAN I BREW LINK A SPECIFIC VERSION? | 9TO5ANSWER

WebMay 11, 2022 Solution 1 ⭐ This is probably the best way as of 11.1.2022: To install a specific version, e.g. postgresql 9.5 you simply run: $ brew install [email protected] To list …
From 9to5answer.com
See details »


BREW SWITCH TAKES ERROR:UNKONW COMMAND:SWITCH #11265

WebBrew switch takes Error:Unkonw command:switch #11265 Arasinakaopened this issue Apr 28, 2021· 1 comment Labels bugReproducible Homebrew/brew bugoutdatedPR was …
From github.com
See details »


BREW CLEANUP ERROR: UNKNOWN COMMAND: FIND #69 — GITHUB

WebFeb 26, 2015 brew cleanup Error: Unknown command: find · Issue #69 · Homebrew/brew · GitHub Skip to content Sign in Homebrew / brew Public Sponsor …
From github.com
See details »


INVALID COMMAND LINE. UNKNOWN SWITCH : USEENV

WebJan 14, 2014 The bat file can’t find START or doesn’t have full path to the executable. Another reason you could be have problems if somebody renamed a folder and put a …
From social.msdn.microsoft.com
See details »


BREW SWITCH DOES NOT WORK, SAYS VERSION IS NOT IN CELLAR …

WebOct 10, 2020 Homebrew locked as resolved and limited conversation to collaborators on Dec 1, 2020 Sign up for free to subscribe to this conversation on GitHub . Already have …
From github.com
See details »


BREW BASIC COMMANDS — DEVSHEET

WebThis command will list all services started using brew. Install a Package using brew brew install package_name To install a package using homebrew we can use the above …
From devsheet.com
See details »


HOMEBREW ‘ERROR: UNKNOWN COMMAND: UPDATE’ — APPLE COMMUNITY

WebJun 14, 2016 What does brew tech support say when you ask them? That is all I could do for you so it seems more efficient to cut out the middle-man. Show more Less. Reply …
From discussions.apple.com
See details »


BREW(1) – THE MISSING PACKAGE MANAGER FOR MACOS (OR LINUX)

WebRegenerate the UUID used for Homebrew’s analytics. autoremove [ —dry-run] Uninstall formulae that were only installed as a dependency of another formula and are now no …
From docs.brew.sh
See details »


SWITCH — HOMEBREW FORMULAE

WebHomebrew’s package index
From formulae.brew.sh
See details »


NS SERVICES — NINTENDO SWITCH BREW

WebCancel: No input/output. Used by official sw when closing the object, when the serv-obj is initialized (after using the cmd, official sw will also wait on the Event). This cmd is also …
From switchbrew.org
See details »


GRACEFULLY SWITCH GO VERSIONS WITH BREW — SOBYTE

WebJun 9, 2022 2. brew switch. Using the brew info go command you can see the current versions of go that you can switch to, so you can install multiple versions and switch to …
From sobyte.net
See details »


BREW SERVICES — UNKNOWN COMMAND: SERVICES #206 — GITHUB

Webbrew services — Unknown command: services · Issue #206 · Homebrew/homebrew-services · GitHub Homebrew / homebrew-services Public Notifications Fork 202 Star …
From github.com
See details »


ERROR «UNKOWN CMD» AND «LINE TOO LONG» SWITCH — CISCO

WebDec 29, 2011 Enter the full commands manually as indicated here, and if a typo is done, you have to delete the entire line to the point of the typo, correct it and type the …
From community.cisco.com
See details »


OPENSSL — 不常见的 HOMEBREW 错误 : «UNKNOWN COMMAND: SWITCH»

Web$ brew switch openssl 1.0.2 t Error: Unknown command: switch 该错误似乎并不常见,在 google/stackoverflow 搜索中没有显示任何有用的信息。 到目前为止我尝试过的: 解 …
From coder.work
See details »


Related Search


Понравилась статья? Поделить с друзьями:
  • Bremse ошибка на ауди что значит
  • Bremsbelag prufen ошибка на фольксваген б5
  • Breeders of the nephilim как изменить персонажа
  • Breeders of the nephilim fatal error
  • Breathedge fatal error при запуске