Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mention that in Fedora you can now install scancode from Fedora repo #3824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking "Sign up for GitHub", you agree to our terms of service and privacy statement. We'll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
AyanSinhaMahapatra merged 3 commits into aboutcode-org:develop from xsuchy:patch-1
Jun 26, 2024
Merged

Mention that in Fedora you can now install scancode from Fedora repo #3824

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.rst
View file
Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ There are a few common ways to `install ScanCode
- `Run in a Docker container with a git clone and "docker run"
`_

- In Fedora 40+ you can `dnf install scancode-toolkit`


Quick Start
===========
Expand Down Expand Up @@ -258,4 +260,4 @@ the third-party code used in ScanCode for more details.

.. |release-github-actions| image:: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml/badge.svg?event=push
:target: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml
:alt: Release tests
:alt: Release tests
21 changes: 21 additions & 0 deletions docs/source/getting-started/install.rst
View file
Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ For advanced usage and experienced users, you can also use any of these mode:
``pip``. This is recommended for developers or users familiar with Python
that want to embed ScanCode as a library.

- :ref:`fedora_install`

ScanCode is part of main Fedora Linux repository. It will automatically install
all dependencies. This is recommended for production deployments.

----

Before Installing
Expand Down Expand Up @@ -412,6 +417,22 @@ To uninstall, run::
pip uninstall scancode-toolkit


----

.. _fedora_install:

Install from Fedora's repository
--------------------------------

The package is available in Fedora 40 and newer. Run::

dnf install scancode-toolkit

To uninstall, run::

dnf remove scancode-toolkit


----

.. _commands_variation:
Expand Down