답변:
당신은 그렇게 megatools를 설치할 수 있습니다
git clone https://github.com/megous/megatools.git
cd megatools/
sudo apt-get install libtool libglib2.0-dev gobject-introspection libgmp3-dev nettle-dev asciidoc glib-networking#(these are the dependancies I needed, you may need others)
./autogen.sh
make
sudo make install
즐겨!
모든 도구를 설치하는 것처럼 보이는보다 강력한 방법 :
sudo apt-get install libtool libglib2.0-dev gobject-introspection libgmp3-dev nettle-dev asciidoc glib-networking
wget http://megatools.megous.com/builds/megatools-1.9.94.tar.gz
zcat megatools-1.9.94.tar.gz > megatools-1.9.94.tar
tar -xf megatools-1.9.94.tar
cd megatools-1.9.94/
./configure
make
sudo make install
편집 바이너리를 생생하고 현명하게 설치하려면 (15.04 / 15.10) 그냥 실행하면 sudo apt-get install megatools
됩니다. 이전 버전에서는 다음을 실행할 수 있습니다.
sudo add-apt-repository ppa:megous/ppa
sudo apt-get update
sudo apt-get install megatools
로부터 추가 정보 :
Tools
=====
megareg Register and verify a new mega account
megadf Show your cloud storage space usage/quota
megals List all remote files
megamkdir Create remote directory
megarm Remove remote file or directory
megamv Move and rename remote files
megaput Upload individual files
megaget Download individual files
megadl Download file from a "public" Mega link
(doesn't require login)
megastream Streaming download of a file
(can be used to preview videos or music)
megasync Upload or download a directory tree
megafs Mount remote filesystem locally.