手順その1 boxfs

元ネタは日経linux 2013/05月号 p35

http://code.google.com/p/boxfs/


ppaの使い方はこちらで復習する

http://d.hatena.ne.jp/toshi_hirasawa/20121111/1352642337


ppaの登録の仕方のみのっけると

2) 登録

sudo add-apt-repository ppa:<user>/<ppa-name>
sudo apt-get update

を参考にして

root@ubuntu1204-20:~# add-apt-repository ppa:flazzarini/boxfs
You are about to add the following PPA to your system:
 boxfs is a FUSE-based filesystem that lets you mount your box.net account to a local directory. It interfaces whe box.net storage service using their OpenBox API.

boxfs is licensed under the GPLv2, and comes with no warranty.

http://code.google.com/p/boxfs/
http://www.gefoo.org/generalfoo/2012/09/17/boxfs-for-ubuntu-precise-quantal-ppa/
 More info: https://launchpad.net/~flazzarini/+archive/boxfs
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: 鍵輪「/tmp/tmpL1UAAU/secring.gpg」ができました
gpg: 鍵輪「/tmp/tmpL1UAAU/pubring.gpg」ができました
gpg: 鍵0D0F76E5をhkpからサーバーkeyserver.ubuntu.comに要求
gpg: /tmp/tmpL1UAAU/trustdb.gpg: 信用データベースができました
gpg: 鍵0D0F76E5: 公開鍵“Launchpad PPA for Frank Lazzarini”を読み込みました
gpg: 処理数の合計: 1
gpg:               読込み: 1  (RSA: 1)
OK
root@ubuntu1204-20:~# 

root@ubuntu1204-20:~# apt-get update
    
2,971 kB を 8秒 で取得しました (345 kB/s)                                      
パッケージリストを読み込んでいます... 完了
root@ubuntu1204-20:~# 



root@ubuntu1204-20:~# apt-cache search boxfs
boxfs - boxfs is a FUSE-based filesystem that lets you mount your box.net account to a local directory
root@ubuntu1204-20:~# 


であとはインストールする