isaac_204 Posted May 17, 2017 Posted May 17, 2017 I have upgraded my Kali Rolling 2016.2 to Kali Rolling 2017.1 without a problem however the apt install command doesn't seem to work! I tried installing different tools that I know for sure that are included in metapackages like OpenVAS. I tried "apt-get install openvas" and "apt install openvas" but I always get the same message "Unable to find package ..." Does anyone have any ideas? Thank in advance! Quote
digip Posted May 17, 2017 Posted May 17, 2017 After you apt-get install openvas, you have to run "openvas-setup", but this is going from memory but google the steps. openvas-setup I believe runs through an install script you have to give answers to in order to set it up. It's not a stand alone executable from what I remember. Quote
barry99705 Posted May 17, 2017 Posted May 17, 2017 (edited) sudo apt-get update sudo apt-get install openvas Just spooled up a new vm, works here. If that doesn't work, show us your /etc/apt/sources.list Sometimes they get borked with dist-upgrades. Edited May 17, 2017 by barry99705 Quote
isaac_204 Posted May 17, 2017 Author Posted May 17, 2017 Thanks for the replies! /etc/apt/sources.list: # # deb cdrom:[Debian GNU/Linux 2017.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170416-02:08]/ kali-rolling contrib main non-free #deb cdrom:[Debian GNU/Linux 2017.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170416-02:08]/ kali-rolling contrib main non-free Quote
digip Posted May 17, 2017 Posted May 17, 2017 You're not still booted off a live disc right? Here is what I have in mine for latest kali 2017.1 - cat /etc/apt/sources.list # # deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free #deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free #deb http://http.kali.org/kali kali-rolling main non-free contrib deb http://http.kali.org/kali kali-rolling main non-free contrib # deb-src http://http.kali.org/kali kali-rolling main non-free contrib Only really need the "deb http://http.kali.org/kali kali-rolling main non-free contrib" line uncommented Set yours the same, and then do apt-get update && apt-get upgrade && apt-get apt-get dist-upgrade Then you should be all set. run updatedb afterwards or reboot too. Once done run "uname -a; cat /etc/*ele* /etc/issue" You should then be on 2017.1, which is the latest. Linux kali 4.9.0-kali4-amd64 #1 SMP Debian 4.9.25-1kali1 (2017-05-04) x86_64 GNU/Linux DISTRIB_ID=Kali DISTRIB_RELEASE=kali-rolling DISTRIB_CODENAME=kali-rolling DISTRIB_DESCRIPTION="Kali GNU/Linux Rolling" PRETTY_NAME="Kali GNU/Linux Rolling" NAME="Kali GNU/Linux" ID=kali VERSION="2017.1" VERSION_ID="2017.1" ID_LIKE=debian ANSI_COLOR="1;31" HOME_URL="http://www.kali.org/" SUPPORT_URL="http://forums.kali.org/" BUG_REPORT_URL="http://bugs.kali.org/" Kali GNU/Linux Rolling \n \l Quote
isaac_204 Posted May 17, 2017 Author Posted May 17, 2017 Much appreciated I'll try it and hopefully everything is okay! Many thanks! Quote
isaac_204 Posted May 18, 2017 Author Posted May 18, 2017 Its all good now everything works flawless thank you for your time! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.