Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should run aptitude update before trying to install any packages #540

Closed
dougmorato opened this issue Jan 25, 2016 · 0 comments
Closed

Should run aptitude update before trying to install any packages #540

dougmorato opened this issue Jan 25, 2016 · 0 comments

Comments

@dougmorato
Copy link
Contributor

When doing a fresh install of owtf in a linux VM thas hasn't been updated recently, some packages install get a 404 error when trying downloaded from the Kali Sana repo, namely libssl-dev and libssl-doc, which will make the ssl/cryto patching fail at a later point of the install.

I suggest performing an "apt-get update" or "aptitude update" before starting install of kali packages

dougmorato added a commit to dougmorato/owtf that referenced this issue Jan 25, 2016
Update the manifests from upstream kali repo in order to get the latest package package versions before performing intallation of packages required by OWTF.
This will address issues currently found when trying install of OWTF on a fresh Kali 2.0 VM downloaded from Offsec Website. Resolves owtf#540

Signed-off-by: Doug Morato <dm@corp.io>
viyatb added a commit that referenced this issue Jan 26, 2016
Perform "apt-get update" before install packages. Resolves #540
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant