perl-HTTP-Tiny-0.033-3.el7.noarch.rpm

分享从 Linux 系统 packages 包中提取的 perl-HTTP-Tiny-0.033-3.el7.noarch.rpm 资源,提供单个下载及整包下载链接。

找这个资源的人多吗?

perl-HTTP-Tiny-0.033-3.el7.noarch.rpm

linux系统packages包里提取出来的。

后面我陆续补充这些包的更多版本,另外我稍后会有一个大包的下载链接,可以单个下载,也可以整个一起下载。

注意,解压密码:123456

》》点击下载《《

是网盘上的文件,有一个广告页面,但是下载速度还是挺快的,放心下载。

7z的格式一般的解压软件都可以解压。

转载注明来自:www.ctfile.cn

Error downloading packages: perl-Storable-2.45-3.el7.x86_64: [Errno 256] No more mirrors to try. 4:perl-macros-5.16.3-297.el7.x86_64: [Errno 256] No more mirrors to try. perl-Scalar-List-Utils-1.27-248.el7.x86_64: [Errno 256] No more mirrors to try. 4:perl-libs-5.16.3-297.el7.x86_64: [Errno 256] No more mirrors to try. 2:vim-filesystem-7.4.629-7.el7.x86_64: [Errno 256] No more mirrors to try. 1:perl-Pod-Escapes-1.04-297.el7.noarch: [Errno 256] No more mirrors to try. 2:vim-enhanced-7.4.629-7.el7.x86_64: [Errno 256] No more mirrors to try. perl-Text-ParseWords-3.29-4.el7.noarch: [Errno 256] No more mirrors to try. perl-threads-1.87-4.el7.x86_64: [Errno 256] No more mirrors to try. perl-Encode-2.51-7.el7.x86_64: [Errno 256] No more mirrors to try. perl-threads-shared-1.43-6.el7.x86_64: [Errno 256] No more mirrors to try. 1:perl-Pod-Simple-3.28-4.el7.noarch: [Errno 256] No more mirrors to try. perl-Time-Local-1.2300-2.el7.noarch: [Errno 256] No more mirrors to try. perl-Socket-2.010-5.el7.x86_64: [Errno 256] No more mirrors to try. perl-podlators-2.5.1-3.el7.noarch: [Errno 256] No more mirrors to try. perl-File-Temp-0.23.01-3.el7.noarch: [Errno 256] No more mirrors to try. perl-PathTools-3.40-5.el7.x86_64: [Errno 256] No more mirrors to try. 4:perl-Time-HiRes-1.9725-3.el7.x86_64: [Errno 256] No more mirrors to try. perl-HTTP-Tiny-0.033-3.el7.noarch: [Errno 256] No more mirrors to try. perl-constant-1.27-2.el7.noarch: [Errno 256] No more mirrors to try. 4:perl-5.16.3-297.el7.x86_64: [Errno 256] No more mirrors to try. perl-Exporter-5.68-3.el7.noarch: [Errno 256] No more mirrors to try. perl-Getopt-Long-2.40-3.el7.noarch: [Errno 256] No more mirrors to try. 2:vim-common-7.4.629-7.el7.x86_64: [Errno 256] No more mirrors to try. 1:perl-parent-0.225-244.el7.noarch: [Errno 256] No more mirrors to try. perl-Carp-1.26-244.el7.noarch: [Errno 256] No more mirrors to try. perl-File-Path-2.09-2.el7.noarch: [Errno 256] No more mirrors to try. perl-Filter-1.49-3.el7.x86_64: [Errno 256] No more mirrors to try. perl-Pod-Perldoc-3.20-4.el7.noarch: [Errno 256] No more mirrors to try. perl-Pod-Usage-1.63-3.el7.noarch: [Errno 256] No more mirrors to try.
06-17
[root@localhost ~]# docker build -t mysql-centos7:latest . [+] Building 37.5s (8/9) docker:default => [internal] load build definition from dockerfile 0.0s => => transferring dockerfile: 790B 0.0s => [internal] load metadata for docker.io/library/centos:7 0.2s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [1/6] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b 0.0s => CACHED [2/6] RUN sed -i &#39;s|^mirrorlist=|#mirrorlist=|g&#39; /etc/yum.repo 0.0s => [3/6] RUN yum remove -y mariadb-libs 0.6s => [4/6] RUN yum clean all && yum makecache 14.7s => ERROR [5/6] RUN yum install -y https://dev.mysql.com/get/mysql57-com 21.9s ------ > [5/6] RUN yum install -y https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm && yum install -y mysql-community-server: 0.367 Loaded plugins: fastestmirror, ovl 2.261 Examining /var/tmp/yum-root-hMIUWt/mysql57-community-release-el7-11.noarch.rpm: mysql57-community-release-el7-11.noarch 2.261 Marking /var/tmp/yum-root-hMIUWt/mysql57-community-release-el7-11.noarch.rpm to be installed 2.261 Resolving Dependencies 2.261 --> Running transaction check 2.261 ---> Package mysql57-community-release.noarch 0:el7-11 will be installed 2.351 --> Finished Dependency Resolution 2.356 2.356 Dependencies Resolved 2.356 2.356 ================================================================================ 2.356 Package Arch Version 2.356 Repository Size 2.356 ================================================================================ 2.356 Installing: 2.356 mysql57-community-release 2.356 noarch el7-11 /mysql57-community-release-el7-11.noarch 31 k 2.356 2.356 Transaction Summary 2.356 ================================================================================ 2.356 Install 1 Package 2.356 2.356 Total size: 31 k 2.356 Installed size: 31 k 2.356 Downloading packages: 2.356 Running transaction check 2.356 Running transaction test 2.359 Transaction test succeeded 2.359 Running transaction 2.369 Installing : mysql57-community-release-el7-11.noarch 1/1 2.376 Verifying : mysql57-community-release-el7-11.noarch 1/1 2.390 2.390 Installed: 2.390 mysql57-community-release.noarch 0:el7-11 2.390 2.390 Complete! 2.508 Loaded plugins: fastestmirror, ovl 2.552 Loading mirror speeds from cached hostfile 4.683 Resolving Dependencies 4.683 --> Running transaction check 4.683 ---> Package mysql-community-server.x86_64 0:5.7.44-1.el7 will be installed 4.700 --> Processing Dependency: mysql-community-common(x86-64) = 5.7.44-1.el7 for package: mysql-community-server-5.7.44-1.el7.x86_64 4.813 --> Processing Dependency: mysql-community-client(x86-64) >= 5.7.9 for package: mysql-community-server-5.7.44-1.el7.x86_64 4.832 --> Processing Dependency: /usr/bin/perl for package: mysql-community-server-5.7.44-1.el7.x86_64 4.847 --> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.849 --> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.849 --> Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.851 --> Processing Dependency: libnuma.so.1(libnuma_1.2)(64bit) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.851 --> Processing Dependency: net-tools for package: mysql-community-server-5.7.44-1.el7.x86_64 4.852 --> Processing Dependency: perl(Getopt::Long) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.855 --> Processing Dependency: perl(strict) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.859 --> Processing Dependency: libaio.so.1()(64bit) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.859 --> Processing Dependency: libnuma.so.1()(64bit) for package: mysql-community-server-5.7.44-1.el7.x86_64 4.859 --> Running transaction check 4.859 ---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed 4.859 ---> Package mysql-community-client.x86_64 0:5.7.44-1.el7 will be installed 4.859 --> Processing Dependency: mysql-community-libs(x86-64) >= 5.7.9 for package: mysql-community-client-5.7.44-1.el7.x86_64 4.881 ---> Package mysql-community-common.x86_64 0:5.7.44-1.el7 will be installed 4.881 ---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed 4.881 ---> Package numactl-libs.x86_64 0:2.0.12-5.el7 will be installed 4.881 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed 4.886 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 4.889 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64 4.894 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64 4.894 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64 4.894 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64 4.894 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.894 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.894 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.895 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.899 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.899 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.899 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.899 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.899 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.901 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.901 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.906 --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.906 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.906 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.906 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.906 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.906 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.910 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.910 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.910 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 4.917 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed 4.917 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch 4.917 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch 4.917 --> Running transaction check 4.917 ---> Package mysql-community-libs.x86_64 0:5.7.44-1.el7 will be installed 4.917 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed 4.917 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed 4.917 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed 4.917 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed 4.925 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed 4.925 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed 4.925 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed 4.925 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch 4.929 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch 4.929 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed 4.929 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch 4.929 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch 4.941 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed 4.941 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed 4.941 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed 4.941 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed 4.941 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed 4.941 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed 4.941 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed 4.941 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed 4.941 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed 4.941 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed 4.941 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed 4.941 --> Running transaction check 4.941 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed 4.941 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed 4.948 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed 4.948 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch 4.953 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch 4.953 --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch 4.958 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed 4.958 --> Running transaction check 4.958 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed 4.958 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed 4.958 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed 4.976 --> Finished Dependency Resolution 4.990 4.990 Dependencies Resolved 5.001 5.001 ================================================================================ 5.001 Package Arch Version Repository Size 5.001 ================================================================================ 5.001 Installing: 5.001 mysql-community-server x86_64 5.7.44-1.el7 mysql57-community 184 M 5.001 Installing for dependencies: 5.001 groff-base x86_64 1.22.2-8.el7 base 942 k 5.001 libaio x86_64 0.3.109-13.el7 base 24 k 5.001 mysql-community-client x86_64 5.7.44-1.el7 mysql57-community 31 M 5.001 mysql-community-common x86_64 5.7.44-1.el7 mysql57-community 313 k 5.001 mysql-community-libs x86_64 5.7.44-1.el7 mysql57-community 3.0 M 5.001 net-tools x86_64 2.0-0.25.20131004git.el7 base 306 k 5.001 numactl-libs x86_64 2.0.12-5.el7 base 30 k 5.001 perl x86_64 4:5.16.3-299.el7_9 updates 8.0 M 5.001 perl-Carp noarch 1.26-244.el7 base 19 k 5.001 perl-Encode x86_64 2.51-7.el7 base 1.5 M 5.001 perl-Exporter noarch 5.68-3.el7 base 28 k 5.001 perl-File-Path noarch 2.09-2.el7 base 26 k 5.001 perl-File-Temp noarch 0.23.01-3.el7 base 56 k 5.001 perl-Filter x86_64 1.49-3.el7 base 76 k 5.001 perl-Getopt-Long noarch 2.40-3.el7 base 56 k 5.001 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k 5.001 perl-PathTools x86_64 3.40-5.el7 base 82 k 5.001 perl-Pod-Escapes noarch 1:1.04-299.el7_9 updates 52 k 5.001 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k 5.001 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k 5.001 perl-Pod-Usage noarch 1.63-3.el7 base 27 k 5.001 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k 5.001 perl-Socket x86_64 2.010-5.el7 base 49 k 5.001 perl-Storable x86_64 2.45-3.el7 base 77 k 5.001 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k 5.001 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k 5.001 perl-Time-Local noarch 1.2300-2.el7 base 24 k 5.001 perl-constant noarch 1.27-2.el7 base 19 k 5.001 perl-libs x86_64 4:5.16.3-299.el7_9 updates 690 k 5.001 perl-macros x86_64 4:5.16.3-299.el7_9 updates 44 k 5.001 perl-parent noarch 1:0.225-244.el7 base 12 k 5.001 perl-podlators noarch 2.5.1-3.el7 base 112 k 5.001 perl-threads x86_64 1.87-4.el7 base 49 k 5.001 perl-threads-shared x86_64 1.43-6.el7 base 39 k 5.001 5.001 Transaction Summary 5.001 ================================================================================ 5.001 Install 1 Package (+34 Dependent packages) 5.001 5.001 Total download size: 231 M 5.001 Installed size: 970 M 5.001 Downloading packages: 5.548 Public key for groff-base-1.22.2-8.el7.x86_64.rpm is not installed 5.548 warning: /var/cache/yum/x86_64/7/base/packages/groff-base-1.22.2-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY 5.738 Public key for mysql-community-common-5.7.44-1.el7.x86_64.rpm is not installed 5.738 warning: /var/cache/yum/x86_64/7/mysql57-community/packages/mysql-community-common-5.7.44-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEY 7.085 Public key for perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm is not installed 21.67 -------------------------------------------------------------------------------- 21.67 Total 14 MB/s | 231 MB 00:16 21.67 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 21.69 Importing GPG key 0xF4A80EB5: 21.69 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" 21.69 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 21.69 Package : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS) 21.69 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 21.70 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql 21.73 Importing GPG key 0x5072E1F5: 21.73 Userid : "MySQL Release Engineering <mysql-build@oss.oracle.com>" 21.73 Fingerprint: a4a9 4068 76fc bd3c 4567 70c8 8c71 8d3b 5072 e1f5 21.73 Package : mysql57-community-release-el7-11.noarch (@/mysql57-community-release-el7-11.noarch) 21.73 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql 21.74 21.74 21.74 Public key for mysql-community-server-5.7.44-1.el7.x86_64.rpm is not installed 21.74 21.74 21.74 Failing package is: mysql-community-server-5.7.44-1.el7.x86_64 21.74 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql 21.74 ------ dockerfile:17 -------------------- 16 | # 安装MySQL 17 | >>> RUN yum install -y https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm && \ 18 | >>> yum install -y mysql-community-server 19 | -------------------- ERROR: failed to solve: process "/bin/sh -c yum install -y https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm && yum install -y mysql-community-server" did not complete successfully: exit code: 1 [root@localhost ~]#
最新发布
11-07
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值