G Gabriel Turqos Active Member Joined Mar 11, 2019 Messages 17 Oct 22, 2019 Thread Author #1 I want to install nessus non commercial version into my Linux ubuntu box. How can I get and install nessus? Thanks
I want to install nessus non commercial version into my Linux ubuntu box. How can I get and install nessus? Thanks
Solution livix07 Oct 23, 2019 In order to install packages on Ubuntu you must use sudo (become root): Code: sudo dpkg -i package_name And if you get an error related to unmet dependencies run the following command to fix it: Code: apt -f install
In order to install packages on Ubuntu you must use sudo (become root): Code: sudo dpkg -i package_name And if you get an error related to unmet dependencies run the following command to fix it: Code: apt -f install
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,996 Oct 22, 2019 #2 Follow the documentation on their site. Install Nessus on Linux (Nessus) Upvote 0 Downvote
edizgeorgi Active Member Joined May 31, 2019 Messages 17 Oct 23, 2019 #3 You have to download it from nessus web site and install it by using dpkg command and start the nessus service "How To Install Tenable Nessus into Kali? – POFTUT" and Install Nessus on Linux (Nessus) Upvote 0 Downvote
You have to download it from nessus web site and install it by using dpkg command and start the nessus service "How To Install Tenable Nessus into Kali? – POFTUT" and Install Nessus on Linux (Nessus)
livix07 Honorable Member Joined Feb 19, 2018 Messages 584 Oct 23, 2019 #4 In order to install packages on Ubuntu you must use sudo (become root): Code: sudo dpkg -i package_name And if you get an error related to unmet dependencies run the following command to fix it: Code: apt -f install Upvote 1 Downvote Solution
In order to install packages on Ubuntu you must use sudo (become root): Code: sudo dpkg -i package_name And if you get an error related to unmet dependencies run the following command to fix it: Code: apt -f install