[needs-packaging] For security reasons scap-workbench should be available in supported Ubuntu LTS versions - 14.04 and 16.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
scap-workbench (Debian) |
Fix Released
|
Unknown
|
|||
scap-workbench (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Expected results:
* scap-workbench is available in official Ubuntu LTS repositories (Trusty - 14.04, Xenial - 16.04).
Actual results:
* scap-workbench is not available in official Ubuntu LTS repositories (http://
Temporary solution:
Compile scap-workbench manually (as described in comment 27 of https:/
sudo apt-get install libopenscap-dev
## SCAP Workbench (14.04 and 16.04)
# build and install SCAP Workbench
cd /tmp
git clone https:/
cd scap-workbench
git checkout v1-1
mkdir build
cd build/
cmake ../
make -j4
sudo checkinstall make install # change name (2) to scap-workbench
# run scap-workbench on Ubuntu 16.04
cd /tmp
# compile
git clone https:/
cd scap-security-guide
sudo apt-get install xsltproc libxml2-utils expat python-lxml
rm CMakeCache.txt
cd build
cmake ../
make -j4
# or get compiled version
wget https:/
unzip scap-security-
cd scap-security-
scap-workbench ssg-ubuntu1604-
summary: |
- For security reasons scap-workbench should be available in supported - Ubuntu LTS versions - 14.04 and 16.04 + [needs-packaging] For security reasons scap-workbench should be + available in supported Ubuntu LTS versions - 14.04 and 16.04 |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in scap-workbench (Debian): | |
status: | Unknown → Fix Released |
description: | updated |
description: | updated |
description: | updated |
tags: | removed: precise trusty |
scap-workbench is available only in Zesty, which is not LTS.