When I run this command sudo dpkg -i Nessus-5.0.1-ubuntu1110_amd64.deb, I got the following error:
dpkg: error processing Nessus-5.0.1-ubuntu1110_amd64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
Would anyone have an idea how to fix this? Thank you!
sudo apt-get install -fin terminal (no package required), this should force the uninstalled dependencies and fix the error – Simon Jun 26 '13 at 18:21ls, and then also it might be useful to add./:sudo dpkg -i ./Nessus-5.0.1-ubuntu1110_amd64.deb– Adobe Jun 26 '13 at 19:42