Skip to content

Instantly share code, notes, and snippets.

@rwenz3l
Last active June 16, 2020 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rwenz3l/f69bc9df245d809b40cf to your computer and use it in GitHub Desktop.
Save rwenz3l/f69bc9df245d809b40cf to your computer and use it in GitHub Desktop.
Install MegaTools on Debian
# su root / sudo su
apt-get -y install build-essential libglib2.0-dev libssl-dev libcurl4-openssl-dev libgirepository1.0-dev
cd /usr/src
wget https://megatools.megous.com/builds/megatools-1.10.3.tar.gz
tar -xvf megatools-1.10.3.tar.gz
cd megatools-1.10.3
./configure
make
make install
@jugurtha114
Copy link

404 not found 😒

@rwenz3l
Copy link
Author

rwenz3l commented Jun 16, 2020

@jugurtha114 a quick check on https://megatools.megous.com/ shows, that there are new versions available. I updated the gist to 1.10.3, but you need to have asciidoc setup, otherwise it won't build. I recommend using the now available repo variant via apt install megatools. It's not the latest, but works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment