Skip to main content
The install-scanoss.sh script handles dependency installation automatically for both supported operating systems. The packages listed here are provided as a reference.

Debian

The following packages are installed automatically by the script on Debian 11/12:
sudo apt update && sudo apt install -y \
  gzip tar unzip ruby curl lftp jq wget sshpass \
  coreutils unrar-free xz-utils p7zip-full \
  libsodium23 libgcrypt20-dev

CentOS

The following packages are installed automatically by the script on CentOS:
sudo yum update -y
sudo dnf install -y openssl
sudo yum install -y \
  gzip tar unzip ruby curl lftp jq wget sshpass \
  coreutils-common xz openssh-clients

Package Reference

  • gzip
  • tar
  • unzip
  • xz-utils / xz
  • p7zip-full
  • unrar-free
  • curl
  • wget
  • lftp
  • sshpass
  • jq
  • ruby
  • coreutils / coreutils-common
  • openssh-clients
  • libsodium23
  • libgcrypt20-dev
  • openssl