0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

mega-cmdをaptでインストールする(Ubuntu版)

Last updated at Posted at 2020-03-05

日本語のドキュメントが意外となかったので

sudo sh -c "echo deb https://mega.io/linux/repo/xUbuntu_$((lsb_release -a 2> /dev/null)|grep Release | awk '{print $2}')/ ./ >> /etc/apt/sources.list"
curl -fsSL https://mega.io/linux/repo/xUbuntu_$((lsb_release -a 2> /dev/null)|grep Release | awk '{print $2}')/Release.key | sudo apt-key add -
sudo apt update
sudo apt install -y megacmd

参考
Installing megacmd in Ubuntu (console only) - ubuntuforums

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?