https://src.fedoraproject.org/repo/pkgs/haproxy/
http://download.openpkg.org/components/cache/haproxy/
http://rpmfind.net/linux/rpm2html/search.php
搜索框里只输入软件名 然后点击搜索 这里是搜索RPM包的
https://pkgs.org/
http://pecl.php.net/package-stats.php php模块地址
安装指定版本的rpm包
[root@omp omp]# yum list | grep zsh
autojump-zsh.noarch 22.3.0-3.el7 epel
cekit-zsh-completion.noarch 4.1.0-1.el7 epel
python36-colcon-zsh.noarch 0.4.0-1.el7 epel
zsh.x86_64 5.0.2-34.el7_8.2 base
zsh-html.x86_64 5.0.2-34.el7_8.2 base
zsh-lovers.noarch 0.9.0-1.el7 epel
zsh-syntax-highlighting.noarch 0.7.1-1.el7 epel
[root@omp omp]# yum -y install zsh-html.x86_64-5.0.2-34.el7_8.2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
No package zsh-html.x86_64-5.0.2-34.el7_8.2 available.
Error: Nothing to do
[root@omp omp]# yum -y install zsh-html-5.0.2-34.el7_8.2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package zsh-html.x86_64 0:5.0.2-34.el7_8.2 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
===============================================================================================================================================
Package Arch Version Repository Size
===============================================================================================================================================
Installing:
zsh-html x86_64 5.0.2-34.el7_8.2 base 465 k
Transaction Summary
===============================================================================================================================================
Install 1 Package
Total download size: 465 k
Installed size: 3.0 M
Downloading packages:
zsh-html-5.0.2-34.el7_8.2.x86_64.rpm | 465 kB 00:00:07
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : zsh-html-5.0.2-34.el7_8.2.x86_64 1/1
Verifying : zsh-html-5.0.2-34.el7_8.2.x86_64 1/1
Installed:
zsh-html.x86_64 0:5.0.2-34.el7_8.2
Complete!