PDA

View Full Version : How to install Megasync Client?



ice99
2019-03-25, 14:41
I want to install Megasync client for mega.nz.
Debian release installs with following following error:
3376
What should i do?

Mister_X
2019-03-25, 16:32
Try "apt-get -f install".

By the way, since this is text, copy and paste it here in a 'quote' tag like this (message box icon):



This is some example

ice99
2019-03-25, 16:58
Try "apt-get -f install".

By the way, since this is text, copy and paste it here in a 'quote' tag like this (message box icon):

I did "apt-get -f install". Nothing changed.
My output

root@TP-Link:~/Downloads# dpkg -i megasync-Debian_9.0_amd64.deb
Selecting previously unselected package megasync.
(Reading database ... 395894 files and directories currently installed.)
Preparing to unpack megasync-Debian_9.0_amd64.deb ...
Unpacking megasync (4.0.2+1.2) ...
dpkg: dependency problems prevent configuration of megasync:
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 libraw15 (>= 0.16.0); however:
Package libraw15 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 mime-support (3.62) ...
Processing triggers for desktop-file-utils (0.23-4) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
megasync

Mister_X
2019-03-26, 18:25
What was the output of apt-get -f install? Did you run it after that dpkg -i command?

ice99
2019-03-27, 09:29
What was the output of apt-get -f install? Did you run it after that dpkg -i command?


root@TP-Link:~/Downloads# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libboost-program-options1.67.0 libboost-python1.62.0
libboost-serialization1.67.0 libboost-system1.62.0 libboost-test1.67.0
libboost-thread1.62.0 libboost-timer1.67.0 libcgal13 libcharls1 libcrypt2
libfcgi-bin libfcgi0ldbl libicu-le-hb0 libicu60 liblwgeom-2.5-0
liblwgeom-dev libmozjs-52-0 libpoppler80 libpyside1.2 libpython3.6
libpython3.6-dev libpython3.6-minimal libpython3.6-stdlib libqca2
libqca2-plugins libqgis-analysis2.18.25 libqgis-analysis2.18.28
libqgis-core2.18.25 libqgis-core2.18.28 libqgis-customwidgets
libqgis-gui2.18.25 libqgis-gui2.18.28 libqgis-networkanalysis2.18.25
libqgis-networkanalysis2.18.28 libqgis-server2.18.25 libqgis-server2.18.28
libqgispython2.18.25 libqgispython2.18.28 libqtwebkit4 libqwt6abi1
libradare2-3.1 libsfcgal1 libshiboken1.2v5 libspatialindex4v5
libspatialindex5 libwhisker2-perl python-cycler python-kiwisolver
python-matplotlib python-matplotlib2-data python-nassl python-owslib
python-pyproj python-pyside.qtcore python-pyside.qtgui
python-pyside.qtnetwork python-pyside.qtwebkit python-pyspatialite
python-qgis python-qgis-common python-qt4-sql python-shapely
python-subprocess32 python3.6 python3.6-dev python3.6-minimal qt4-designer
ruby-dm-serializer ruby-faraday ruby-geoip ruby-libv8 ruby-ref
ruby-therubyracer
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
megasync
0 upgraded, 0 newly installed, 1 to remove and 6 not upgraded.
1 not fully installed or removed.
After this operation, 25.5 MB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 395918 files and directories currently installed.)
Removing megasync (4.0.2+1.2) ...
Processing triggers for mime-support (3.62) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.31.4-3) ...
Processing triggers for desktop-file-utils (0.23-4) ...
12345678901


Did you run it after that dpkg -i command?
Yes

Mister_X
2019-03-27, 16:58
Looks like 2 out of 4 packages needed aren't in the repo, so you won't be able to install it. You'll have to ask them to release a version for debian testing which is what kali is based on.

ice99
2019-03-28, 13:21
Looks like 2 out of 4 packages needed aren't in the repo, so you won't be able to install it. You'll have to ask them to release a version for debian testing which is what kali is based on.

Look, i think i solve my problem. I've downloaded few(4-5) libraries from Debian repository and install it. So Megasync was successfully installed.
But there was no indicator in taskbar.
I install Appindicator Gnome shell extension, and tray icon was fixed.

Everything is working fine now, but do you think i broke my installation because of installing some libs not from official repository? Is it too dangerous?

Mister_X
2019-03-28, 17:01
There is a chance it will break in the future. If you get issue with dependencies when you update at some point in the future, then yes.