All Projects → lwindolf → lpvs

lwindolf / lpvs

Licence: GPL-2.0 License
Linux Package Vulnerability Scanner

Programming Languages

perl
6916 projects
python
139335 projects - #7 most used programming language

lpvs

Linux Package Vulnerability Scanner for CentOS and Ubuntu

License: GPLv2 or later

For more information visit the homepage http://lzone.de/lpvs

Installation

Ensure to have Perl 5.10 and the required libraries installed:

  • XML::LibXSLT
  • XML::LibXML

To install them on CentOS run the following command

yum install perl-XML-LibXML perl-XML-LibXSLT

To install them on Ubuntu run the following command

apt-get install libxml-libxslt-perl

Finally copy the "lpvs-scan.pl" to a location of your choice and provide it with the proper permissions. For example as root run:

cp lpvs lpvs-scan.pl /usr/local/bin cd /usr/local/bin && chmod a+x lpvs lpvs-scan.pl

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].