LoginSignup
0
2

More than 3 years have passed since last update.

VYOS 1.2.X系 (apt パッケージの有効化)

Posted at

実行環境

  • VYOS 1.2.3  VYOS 1.1.3にHaproxyをインストールするためにパッケージマネージャーの有効化を行う。VYOS1.2.X系では、1.1.X系で使用出来ていた、以下のコマンド類が廃止されている。
set system repository 省略

 VYOSはルータであるため、他のパッケージを入れる事は非推奨だが、サーバー台数を減らすためなど様々な理由で、パッケージを入れたい事もある。今回は、haproxyをインストールするために、パッケージの有効化を行う。

vi /etc/apt/source.list
deb http://deb.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main

Haproxyのインストール

sudo apt update
sudo apt install haproxy

参考文献

0
2
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
2