mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
wluhan created page: install juju on ubuntu
9
install-juju-on-ubuntu.md
Normal file
9
install-juju-on-ubuntu.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Note:This page is only a small summary for installation of Juju 1.25 on Ubuntu.
|
||||
# Installation
|
||||
To install Juju 1.25,you simply need to grab the latest juju-core package from the PPA
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:juju/stable
|
||||
sudo apt-get update && sudo apt-get install juju-core
|
||||
```
|
||||
You can refer [here](https://jujucharms.com/docs/1.25/getting-started) to complete the installation.
|
||||
Reference in New Issue
Block a user