Topic: Install packages manually

Due to policy and firewall, I unable to access to remi repo directly from the RHEL 6 server that I want to install php 5.6 with.
Is there any easy way to manual php packages with its dependency manually?

Re: Install packages manually

Easy ? no (yum is design to be easy and pull required dependencies. All other way will mean "manual" dependency management)

Perhaps:
1 - create a folder
2 - download needed RPM in it
3 - run "createrepo"
4 - use it as a local repo
5 - add missing dep, go to 2

else => rpm --install ...

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi