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 5 years have passed since last update.

Debian7にtrema0.4.7をインストールしました

Last updated at Posted at 2015-06-09

#trema導入方法

##①tremaをインストールする前に、必要となるパッケージをインストール
$ sudo apt-get install gcc make git ruby rubygems ruby-dev libpcap-dev libsqlite3-dev libglib2.0-dev

##②gemのバージョンを合わせる

$ sudo gem install rubygems-update -v 1.8.25
$ sudo update_rubygems

tremaのインストールを行う前にgemのバージョンを1.8.25かそれ以上にする必要があるそうです。そのままtremaをインストールしようとするとエラーになりました。

##③RubyGemsのコマンドでtremaをインストール

$ sudo gem install trema
$ trema --version
trema version 0.4.7

これでtremaの導入は完了です。意外とアッサリ!

0
0
2

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?