Skip to content

does scancode provide details from .deb or .rpm installed files? #437

Description

@heckj

Good afternoon,

I was attempting to utilize scancode-toolkit to see if I could get a list of all the relevant licenses as they apply to OS level packages inside a VM. I took some gross attempts at this with scancode-toolkit, but kept hitting OOM in attempting to scan the huge swaths within a VM.

My gross stab at this was something akin to:

sudo apt-get install -y python-dev libbz2 xzutils zlib1g libxml2-dev libxslt1-dev bzip2
wget https://github.com/nexB/scancode-toolkit/releases/download/v1.6.0/scancode-toolkit-1.6.0.tar.bz2
bzip2 -d scancode-toolkit-1.6.0.tar.bz2
tar xvf scancode-toolkit-1.6.0.tar
cd scancode-toolkit-1.6.0
./scancode --help
./scancode --verbose /usr

using an Ubuntu 16.04.1 VM as a base image.

It seems like this isn't the right tool for that sort of inventory/indexing of licenses by package, but I wanted to verify.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions