Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 17127  / 1 Year ago, tue, march 7, 2023, 8:37:40

So, I was trying to install the sync client for Mega (http://mega.nz) on my Ubuntu 15.10 install. Yes, I know it's pre-release, but here is my question:
When i install the .dep file, I get that



Errors were encountered while processing:
megasync
dpkg: dependency problems prevent configuration of megasync:
megasync depends on libcrypto++9; however:
Package libcrypto++9 is not installed.


When I then try to install libcrypto++9, I get the following error:



E: Package 'libcrypto++9' has no installation candidate


It then tells me that libcrypto++9v5 replaces it, but installing that doesn't satisfy MegaSync.



A quick Google search reveals that the v5 means "compiled using gcc5". Alas, the library is still the same. Why the new name, and how can I install my .deb file?


More From » apt

 Answers
4

For Ubuntu 15.10 (All Versions):



Add this repository to your /etc/apt/sources.list (check here for other versions):



deb https://mega.nz/linux/MEGAsync/xUbuntu_15.10/ ./



Get/Add the key:



wget -O - https://mega.nz/linux/MEGAsync/xUbuntu_15.10/Release.key | sudo apt-key add -



Update: sudo apt-get update



Install MEGASync:



sudo apt-get install megasync



For Nautilus plugin:



sudo apt-get install nautilus-megasync


[#18210] Wednesday, March 8, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
turhizz

Total Points: 82
Total Questions: 106
Total Answers: 96

Location: South Korea
Member since Mon, Dec 6, 2021
3 Years ago
;