File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% highlight bash %}
2
+ yum install \
3
+ git \
4
+ gcc-c++ \
5
+ libcurl-devel \
6
+ libedit-devel \
7
+ libuuid-devel \
8
+ libxml2-devel \
9
+ ncurses-devel \
10
+ python3-devel \
11
+ rsync \
12
+ sqlite-devel \
13
+ unzip \
14
+ zip
15
+ {% endhighlight %}
Original file line number Diff line number Diff line change 6
6
< th > Ubuntu 22.04</ th >
7
7
< th > CentOS 7</ th >
8
8
< th > Amazon Linux 2</ th >
9
+ < th > Red Hat UBI 9</ th >
9
10
</ tr >
10
11
</ thead >
11
12
< tbody >
15
16
< td style ="padding: 0; vertical-align: top "> {% include linux/ubuntu2204.html %}</ td >
16
17
< td style ="padding: 0; vertical-align: top "> {% include linux/centos7.html %}</ td >
17
18
< td style ="padding: 0; vertical-align: top "> {% include linux/amazonlinux2.html %}</ td >
19
+ < td style ="padding: 0; vertical-align: top "> {% include linux/rhelubi9.html %}</ td >
18
20
</ tr >
19
21
</ tbody >
20
22
</ table >
You can’t perform that action at this time.
0 commit comments