当前位置:网站首页>【Open5GS】Open5GS安装配置
【Open5GS】Open5GS安装配置
2022-06-26 08:51:00 【cuibin1991】
1.环境准备
镜像:ubuntu-20.04.4-live-server-amd64.iso
2.安装Open5GS
//从服务器获取软件列表,并在本地保存为文件
sudo apt update
//安装软件包
sudo apt install software-properties-common
//添加PPA源到源列表
sudo add-apt-repository ppa:open5gs/latest
sudo apt update
//下载安装open5gs
sudo apt install open5gs
3.安装图形界面
sudo apt update
sudo apt install curl
sudo apt-get install gcc g++ make
//安装nodejs 14.x版本
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt install nodejs
//安装Open5GS的WebUI
curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
边栏推荐
- HDU - 6225 little boxes (\u int128)
- 编辑类型信息
- Function function of gather()
- Self learning neural network series - 7 feedforward neural network pre knowledge
- Self taught neural network series - 1 Basic programming knowledge
- JSON file to XML file
- "One week's work on Analog Electronics" - diodes
- 实践是成为网工最快的方法,网络工程师实战项目整理
- Phpcms mobile station module implements custom pseudo static settings
- phpcms v9手机访问电脑站一对一跳转对应手机站页面插件
猜你喜欢
随机推荐
Which software is safer to open an account on
Adding confidence threshold for demo visualization in detectron2
行為樹XML文件 熱加載
Error importerror: numpy core. multiarray failed to import
51 single chip microcomputer ROM and ram
Execution process at runtime
《单片机原理及应用》——概述
简析ROS计算图级
Programming training 7- date conversion problem
Games104 Lecture 12 游戏引擎中的粒子和声效系统
Unity 接入图灵机器人
docker安装redis
微信小程序如何转换成百度小程序
Merrill Lynch data tempoai is new!
PD fast magnetization mobile power supply scheme
Phpcms V9 remove the phpsso module
Principe et application du micro - ordinateur à puce unique - Aperçu
Notes on setting qccheckbox style
php不让图片跟数据一起上传(不再是先上传图片再上传数据)
Self taught neural network series - 4 learning of neural network









