Skip to content
Wolfram Schlich edited this page Feb 1, 2016 · 5 revisions

Skyld AV packages

Gentoo Linux

Skyld AV is now available on Gentoo Linux as app-antivirus/skyldav.

Installation

Accept unstable versions of Skyld AV

if [[ -d /etc/portage/package.keywords ]]; then
  echo 'app-antivirus/skyldav' > /etc/portage/package.keywords/skyldav
else
  echo 'app-antivirus/skyldav' >> /etc/portage/package.keywords
fi

Set desired USE flags

  • libnotify: Enable skyldavnotify (desktop notification program for Skyld AV events)
  • systemd: Enable installation of Skyld AV systemd unit

...

if [[ -d /etc/portage/package.use ]]; then
  echo 'app-antivirus/skyldav libnotify systemd' > /etc/portage/package.use/skyldav
else
  echo 'app-antivirus/skyldav libnotify systemd' >> /etc/portage/package.use
fi
emerge 

Install Skyld AV

emerge -avt app-antivirus/skyldav