:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'perl-cgi' .. highlight: bash perl-cgi ======== .. conda:recipe:: perl-cgi :replaces_section_title: :noindex: A generic file fetching mechanism :homepage: https://metacpan.org/pod/distribution/CGI/lib/CGI.pod :license: GPL :recipe: /`perl-cgi `_/`meta.yaml `_ .. conda:package:: perl-cgi |downloads_perl-cgi| |docker_perl-cgi| :versions: .. raw:: html
4.56-14.56-04.55-04.54-14.54-04.44-24.44-14.44-04.43-0 ``4.56-1``,  ``4.56-0``,  ``4.55-0``,  ``4.54-1``,  ``4.54-0``,  ``4.44-2``,  ``4.44-1``,  ``4.44-0``,  ``4.43-0``,  ``4.40-2``,  ``4.40-1``,  ``4.40-0``,  ``4.22-4``,  ``4.22-3``,  ``4.22-2``,  ``4.22-1``,  ``4.22-0`` .. raw:: html
:depends libgcc-ng: ``>=12`` :depends perl: ``>=5.32.1,<5.33.0a0 *_perl5`` :depends perl-base: :depends perl-carp: :depends perl-encode: :depends perl-exporter: :depends perl-file-temp: :depends perl-html-parser: :depends perl-parent: :depends perl-test-nowarnings: ``1.06.*`` :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install perl-cgi and update with:: mamba update perl-cgi To create a new environment, run:: mamba create --name myenvname perl-cgi with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/perl-cgi: (see `perl-cgi/tags`_ for valid values for ````) .. |downloads_perl-cgi| image:: https://img.shields.io/conda/dn/bioconda/perl-cgi.svg?style=flat :target: https://anaconda.org/bioconda/perl-cgi :alt: (downloads) .. |docker_perl-cgi| image:: https://quay.io/repository/biocontainers/perl-cgi/status :target: https://quay.io/repository/biocontainers/perl-cgi .. _`perl-cgi/tags`: https://quay.io/repository/biocontainers/perl-cgi?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/perl-cgi/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/perl-cgi/README.html