Github-FlowVisor-wiki

第一步 添加公钥:

命令:

$ wget http://updates.onlab.us/GPG-KEY-ONLAB

$ sudo apt-key add GPG-KEY-ONLAB

FlowVisor 安装

第二步 安装:

命令:

vim /etc/opt/source.list    //注:系统为Ubuntu14.04 64bit,Debian系统下的目录请参照原文

加入以下内容:

deb http://updates.onlab.us/debian stable/

FlowVisor 安装

:wq保存退出。

upgrade + apt-get install

sudo apt-get update && sudo apt-get install flowvisor

FlowVisor 安装

也可以直接从github下获取:

git clone git://github.com/OPENNETWORKINGLAB/flowvisor.git

FlowVisor 安装

2016/12/5

相关文章:

  • 2021-07-21
  • 2022-12-23
  • 2021-10-12
  • 2022-02-09
  • 2021-11-16
  • 2021-10-13
猜你喜欢
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2021-09-19
  • 2021-04-29
相关资源
相似解决方案