Skip to content
Dan Ran edited this page Dec 12, 2020 · 2 revisions

Welcome to the megasync-linux-debian-sources-list wiki tutorial!

This is the official source repository for the megasync app by mega.nz. This is relatively undocumented so I am puting it out there for others. This is the main website link to find your distro specific version of your source repository for mega.nz and the megasync app.

BELOW IS THE MAIN REPOSITORY WEBSITE LINK, DO NOT ADD THIS TO YOUR SOURCES LIST. IT IS ONLY A REFERENCE TO HELP YOU FIND THE CORRECT URI FOR YOUR SOURCES LIST.

https://mega.nz/linux/MEGAsync/

HOW TO ADD YOUR CORRESPONDING REPOSITORY TO YOUR SOURCES LIST FOR AUTO-UPDATING:

EX: Debian 10 repository for megasync in your sources.list file

https://mega.nz/linux/MEGAsync/Debian_10.0/

To install these repositories and keep the megasync app updated on debian 10, when using
the sudo apt update && sudo apt upgrade command, add the corresponding
repository uri to /etc/apt/sources.list.d/megasync.list by doing the following commands:

$sudo mkdir -p /etc/apt/sources.list.d/

If the above command says that the directory already exists, then skip that step
and move to the next step (command).

$sudo nano /etc/apt/sources.list.d/megasync.list

For Debian 10, copy and paste the below source directory into the megasync.list file that
opens up, followed by a space and a ./.

$https://mega.nz/linux/MEGAsync/Debian_10.0/ ./

For any other distro, reference the Megasync Repo URL
and navigate to the folder that corresponds with your linux distribution.
Then copy that url address and paste it into your /etc/apt/sources.list.d/megasync.list file
and add a ./ at the end, similar to the example below.

$https://mega.nz/linux/MEGAsync/Yourdistroname_yourdistroversionnumber/ ./

Hit "ctrl x" and save your file
Update your repositories and install megasync

$sudo apt update && sudo apt upgrade && sudo apt install megasync

You now have megasync installed on Debain 10
Here are a few other repository addresses:
Raspian 10 megasync repository

https://mega.nz/linux/MEGAsync/Raspbian_10.0/

Ubuntu 20.10 megasync repository

https://mega.nz/linux/MEGAsync/xUbuntu_20.10/

Ubuntu 20.04 megasync repository

https://mega.nz/linux/MEGAsync/xUbuntu_20.04/

Ubuntu 18.04 megasync repository

https://mega.nz/linux/MEGAsync/xUbuntu_18.04/

Fedora 33 megasync repository

https://mega.nz/linux/MEGAsync/Fedora_33/

Arch linux megasync repository

https://mega.nz/linux/MEGAsync/Arch_Extra/

Cent OS 8 megasync repository

https://mega.nz/linux/MEGAsync/CentOS_8/