Hi, I downloaded a file megasync-Debian_10.0_amd64.deb from https://mega.nz/sync now when I am trying to install it.
ebian@debian:~/Downloads$ sudo dpkg -i megasync-Debian_10.0_amd64.deb [sudo] password for debian: Selecting previously unselected package megasync. (Reading database ... 434950 files and directories currently installed.) Preparing to unpack megasync-Debian_10.0_amd64.deb ... Unpacking megasync (4.2.4+1.1) ... dpkg: dependency problems prevent configuration of megasync: megasync depends on libc-ares2 (>= 1.7.4); however: Package libc-ares2 is not installed. megasync depends on libcrypto++6; however: Package libcrypto++6 is not installed. megasync depends on libmediainfo0v5 (>= 0.7.56); however: Package libmediainfo0v5 is not installed. megasync depends on libzen0v5 (>= 0.4.31-2~); however: Package libzen0v5 is not installed. dpkg: error processing package megasync (--install): dependency problems - leaving unconfigured Processing triggers for gnome-menus (3.31.4-3) ... Processing triggers for desktop-file-utils (0.23-4) ... Processing triggers for mime-support (3.62) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Errors were encountered while processing: megasync I tried then debian@debian:~/Downloads$ sudo apt-get install libc-ares2 Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: megasync : Depends: libcrypto++6 but it is not going to be installed Depends: libmediainfo0v5 (>= 0.7.56) but it is not going to be installed Depends: libzen0v5 (>= 0.4.31-2~) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). debian@debian:~/Downloads$ sudo apt-get install libcrypto++6 Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: megasync : Depends: libc-ares2 (>= 1.7.4) but it is not going to be installed Depends: libmediainfo0v5 (>= 0.7.56) but it is not going to be installed Depends: libzen0v5 (>= 0.4.31-2~) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). Is there an easy way of resolving unmet dependencies rather than installing all dependencies one by one? How do I resolve these unmet dependencies. ----------------------------- Thanks Tapas