How To Fix “Error: Cannot Satisfy Dependencies” In Ubuntu, Kubuntu, Ubuntu Mate or Xubuntu
This video covers a solution for the “Error: Cannot Satisfy Dependencies” message that might appear if you download and install a .deb file in Ubuntu, Kubuntu, Ubuntu Mate or Xubuntu.
Solution
Open up a Terminal window in the directory with the downloaded .deb file, and type the following, referencing .deb file.
For example:
sudo dpkg -i ipscan_3.7.3_amd64.deb
This command should now correctly install the .deb file onto your system.
#error #tutorial #solution
ubuntu