

Other packages with that problem are okular and libsdl2, and the solution is the same, track problematic dependencies, remove and reinstall. apt remove -y libcurl4 apt install -y libcurl4 curl. You now have Metasploit Framework installed on Ubuntu 18.04 / Debian 9 system. The workaround is uninstall preinstalled dependency and then reinstall. You can check your Framework version using: # msfconsole -versionĬheers!. Metasploit-framework is already the newest version (4.17.35+20190105104028~1rapid7-1).Ġ upgraded, 0 newly installed, 0 to remove and 123 not upgraded.
HOW TO INSTALL CURL ON UBUNTU 18.04 UPDATE
To update your Metasploit Framework on Ubuntu 18.04 / Debian 9. Verify database connectivity with the db_status command as shown below. Now that database is initialized, you can launch msfconsole $ msfconsole Starting database at /home/jmutai/.msf4/db…successĬreating initial database schema Launch msfconsole $ msfdb initĬreating database at /home/jmutai/.msf4/db Update-alternatives: using /opt/metasploit-framework/bin/metasploit-aggregator to provide /usr/bin/metasploit-aggregator (metasploit-aggregator) in auto modeĬreate and initialize the msf database. Update-alternatives: using /opt/metasploit-framework/bin/msfvenom to provide /usr/bin/msfvenom (msfvenom) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfupdate to provide /usr/bin/msfupdate (msfupdate) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfrpcd to provide /usr/bin/msfrpcd (msfrpcd) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfrpc to provide /usr/bin/msfrpc (msfrpc) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfrop to provide /usr/bin/msfrop (msfrop) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfpescan to provide /usr/bin/msfpescan (msfpescan) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfmachscan to provide /usr/bin/msfmachscan (msfmachscan) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfelfscan to provide /usr/bin/msfelfscan (msfelfscan) in auto mode

Update-alternatives: using /opt/metasploit-framework/bin/msfdb to provide /usr/bin/msfdb (msfdb) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfd to provide /usr/bin/msfd (msfd) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfconsole to provide /usr/bin/msfconsole (msfconsole) in auto mode Update-alternatives: using /opt/metasploit-framework/bin/msfbinscan to provide /usr/bin/msfbinscan (msfbinscan) in auto mode (Reading database … 34892 files and directories currently installed.) Selecting previously unselected package metasploit-framework.

Get:1 lucid/main amd64 metasploit-framework amd64 4.17.35+20190105104028~1rapid7-1 ĭebconf: delaying package configuration, since apt-utils is not installed The following NEW packages will be installed:Ġ upgraded, 1 newly installed, 0 to remove and 122 not upgraded.Īfter this operation, 397 MB of additional disk space will be used. Once the script is downloaded,make it executable chmod 755 msfinstallĪdding metasploit-framework to your repository list.OK This installer ships with all the dependencies and tools required to run the Metasploit Framework.ĭownload Metasploit installer by running the commands below in your terminal. The easiest way of installing Metasploit Framework on Ubuntu 18.04 / Debian 9 is from the Metasploit installer.

When prompted, press ENTER to proceed with adding the repository.
