-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall-dep.sh
More file actions
executable file
·63 lines (62 loc) · 1.8 KB
/
Copy pathinstall-dep.sh
File metadata and controls
executable file
·63 lines (62 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
dnf install -y expat-devel
dnf install -y selinux-policy-devel
dnf install -y cryptsetup-devel
dnf install -y fuse-devel
dnf install -y libblkid-devel
dnf install -y lz4-devel
dnf install -y liboath-devel
dnf install -y nss-devel
dnf install -y openldap-devel
dnf install -y python3-Cython
dnf install -y sqlite-devel
dnf install -y nasm
dnf install -y xmlstarlet
dnf install -y xfsprogs-devel
dnf install -y python3-sphinx
dnf install -y CUnit-devel
dnf install -y fmt-devel
dnf install -y libcurl-devel
dnf install -y libibverbs-devel
dnf install -y libnl3-devel
dnf install -y librabbitmq-devel
dnf install -y librdkafka-devel
dnf install -y libxml2-devel
dnf install -y luarocks
dnf install -y python3-devel
dnf install -y lttng-ust-devel
dnf install -y cmake
dnf install -y gperftools-devel
dnf install -y libaio-devel
dnf install -y python3-prettytable
dnf install -y libicu-devel
dnf install -y lua-devel
dnf install -y ncurses-devel
dnf install -y snappy-devel
dnf install -y leveldb-devel
dnf install -y libbabeltrace-devel
dnf install -y libcap-ng-devel
dnf install -y perl
dnf install -y gperf
dnf install -y systemd-devel
dnf install -y cryptsetup-devel
dnf install -y python3-remoto
dnf install -y python3-cherrypy
dnf install -y python3-jwt
dnf install -y python3-routes
dnf install -y python3-werkzeug
dnf install -y python3-numpy
dnf install -y python3-scipy
dnf install -y python3-kubernetes
dnf install -y python3-cherrypy
dnf install -y python3-werkzeug
dnf install -y python3-jsonpatch
dnf install -y python3-kubernetes
dnf install -y resource-agents
dnf install -y socat
##################### 安装openEuler依赖包 #####################
dnf install -y rdma-core-devel
dnf install -y openldap-devel
dnf install -y expat-devel
dnf install -y python3-Cython
dnf install -y libpmem-devel
dnf install -y libpmemobj-devel