diff options
Diffstat (limited to 'documentation/tools/host_packages_scripts/almalinux_essential.sh')
-rw-r--r-- | documentation/tools/host_packages_scripts/almalinux_essential.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/tools/host_packages_scripts/almalinux_essential.sh b/documentation/tools/host_packages_scripts/almalinux_essential.sh new file mode 100644 index 0000000000..76c5280eeb --- /dev/null +++ b/documentation/tools/host_packages_scripts/almalinux_essential.sh | |||
@@ -0,0 +1,5 @@ | |||
1 | sudo dnf install -y epel-release | ||
2 | sudo yum install dnf-plugins-core | ||
3 | sudo dnf config-manager --set-enabled crb | ||
4 | sudo dnf makecache | ||
5 | sudo dnf install bzip2 ccache chrpath cpio cpp diffstat diffutils gawk gcc gcc-c++ git glibc-devel glibc-langpack-en gzip libacl make patch perl perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3 python3-GitPython python3-jinja2 python3-pexpect python3-pip rpcgen socat tar texinfo unzip wget which xz zstd | ||