Created
October 5, 2022 13:18
-
-
Save javierisassi/0518f559a839d490cdad321448161473 to your computer and use it in GitHub Desktop.
The following commands in RH 8 UBI container install some misc libraries in c which are not part of the distribution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ║ dnf -y install wget | |
| get https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | |
| rpm --import http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8 | |
| dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | |
| dnf -y install epel-release | |
| dnf -y install --nogpgcheck http://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/c/CUnit-2.1.3-26.fc37.x86_64.rpm | |
| dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/CUnit-2.1.3-17.el8.x86_64.rpm | |
| dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/PowerTools/x86_64/os/Packages/CUnit-devel-2.1.3-17.el8.x86_64.rpm | |
| dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/gsl-2.5-1.el8.x86_64.rpm | |
| dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/gsl-devel-2.5-1.el8.x86_64.rpm | |
| dnf -y install --nogpgcheck http://rpmfind.net/linux/epel/8/Everything/x86_64/Packages/h/hdf5-1.10.5-4.el8.x86_64.rpm | |
| dnf -y install --nogpgcheck http://rpmfind.net/linux/epel/8/Everything/x86_64/Packages/h/hdf5-devel-1.10.5-4.el8.x86_64.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment