| | 358 | |
| | 359 | Here is a sequence of a successful installation of the stable version of mondo in a CentOS 7 container |
| | 360 | {{{ |
| | 361 | ]$ docker run -ti --rm centos:7 |
| | 362 | [root@fe4902a26572 /]# yum install -y wget |
| | 363 | Loaded plugins: fastestmirror, ovl |
| | 364 | Determining fastest mirrors |
| | 365 | * base: mirror.plusserver.com |
| | 366 | * extras: mirror.plusserver.com |
| | 367 | * updates: mirror.plusserver.com |
| | 368 | base | 3.6 kB 00:00:00 |
| | 369 | extras | 2.9 kB 00:00:00 |
| | 370 | updates | 2.9 kB 00:00:00 |
| | 371 | (1/4): base/7/x86_64/group_gz | 165 kB 00:00:00 |
| | 372 | (2/4): extras/7/x86_64/primary_db | 152 kB 00:00:01 |
| | 373 | (3/4): updates/7/x86_64/primary_db | 1.1 MB 00:00:04 |
| | 374 | (4/4): base/7/x86_64/primary_db | 6.0 MB 00:00:26 |
| | 375 | Resolving Dependencies |
| | 376 | --> Running transaction check |
| | 377 | ---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed |
| | 378 | --> Finished Dependency Resolution |
| | 379 | |
| | 380 | Dependencies Resolved |
| | 381 | |
| | 382 | ======================================================================================================================================================================================================================================================= |
| | 383 | Package Arch Version Repository Size |
| | 384 | ======================================================================================================================================================================================================================================================= |
| | 385 | Installing: |
| | 386 | wget x86_64 1.14-18.el7_6.1 base 547 k |
| | 387 | |
| | 388 | Transaction Summary |
| | 389 | ======================================================================================================================================================================================================================================================= |
| | 390 | Install 1 Package |
| | 391 | |
| | 392 | Total download size: 547 k |
| | 393 | Installed size: 2.0 M |
| | 394 | Downloading packages: |
| | 395 | warning: /var/cache/yum/x86_64/7/base/packages/wget-1.14-18.el7_6.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY===================================================================== ] 101 kB/s | 495 kB 00:00:00 ETA |
| | 396 | Public key for wget-1.14-18.el7_6.1.x86_64.rpm is not installed |
| | 397 | wget-1.14-18.el7_6.1.x86_64.rpm | 547 kB 00:00:01 |
| | 398 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| | 399 | Importing GPG key 0xF4A80EB5: |
| | 400 | Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" |
| | 401 | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 |
| | 402 | Package : centos-release-7-6.1810.2.el7.centos.x86_64 (@CentOS) |
| | 403 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| | 404 | Running transaction check |
| | 405 | Running transaction test |
| | 406 | Transaction test succeeded |
| | 407 | Running transaction |
| | 408 | Installing : wget-1.14-18.el7_6.1.x86_64 1/1 |
| | 409 | install-info: No such file or directory for /usr/share/info/wget.info.gz |
| | 410 | Verifying : wget-1.14-18.el7_6.1.x86_64 1/1 |
| | 411 | |
| | 412 | Installed: |
| | 413 | wget.x86_64 0:1.14-18.el7_6.1 |
| | 414 | |
| | 415 | Complete! |
| | 416 | [root@fe4902a26572 /]# wget ftp://ftp.mondorescue.org/centos/7/x86_64/mondorescue.repo |
| | 417 | --2019-09-26 21:37:14-- ftp://ftp.mondorescue.org/centos/7/x86_64/mondorescue.repo |
| | 418 | => 'mondorescue.repo' |
| | 419 | Resolving ftp.mondorescue.org (ftp.mondorescue.org)... 185.170.48.239 |
| | 420 | Connecting to ftp.mondorescue.org (ftp.mondorescue.org)|185.170.48.239|:21... connected. |
| | 421 | Logging in as anonymous ... Logged in! |
| | 422 | ==> SYST ... done. ==> PWD ... done. |
| | 423 | ==> TYPE I ... done. ==> CWD (1) /centos/7/x86_64 ... done. |
| | 424 | ==> SIZE mondorescue.repo ... 288 |
| | 425 | ==> PASV ... done. ==> RETR mondorescue.repo ... done. |
| | 426 | Length: 288 (unauthoritative) |
| | 427 | |
| | 428 | 100%[=============================================================================================================================================================================================================>] 288 --.-K/s in 0s |
| | 429 | |
| | 430 | 2019-09-26 21:37:15 (62.4 MB/s) - 'mondorescue.repo' saved [288] |
| | 431 | |
| | 432 | [root@fe4902a26572 /]# mv mondorescue.repo /etc/yum.repos.d/ |
| | 433 | [root@fe4902a26572 /]# yum install -y mondo |
| | 434 | Loaded plugins: fastestmirror, ovl |
| | 435 | Loading mirror speeds from cached hostfile |
| | 436 | * base: mirror.plusserver.com |
| | 437 | * extras: mirror.plusserver.com |
| | 438 | * updates: mirror.plusserver.com |
| | 439 | mondorescue | 2.9 kB 00:00:00 |
| | 440 | mondorescue/primary_db | 70 kB 00:00:00 |
| | 441 | Resolving Dependencies |
| | 442 | --> Running transaction check |
| | 443 | ---> Package mondo.x86_64 0:3.2.2-1.centos7 will be installed |
| | 444 | --> Processing Dependency: syslinux >= 1.52 for package: mondo-3.2.2-1.centos7.x86_64 |
| | 445 | --> Processing Dependency: newt >= 0.50 for package: mondo-3.2.2-1.centos7.x86_64 |
| | 446 | --> Processing Dependency: mindi >= 2.0.7 for package: mondo-3.2.2-1.centos7.x86_64 |
| | 447 | --> Processing Dependency: bzip2 >= 0.9 for package: mondo-3.2.2-1.centos7.x86_64 |
| | 448 | --> Processing Dependency: parted for package: mondo-3.2.2-1.centos7.x86_64 |
| | 449 | --> Processing Dependency: net-tools for package: mondo-3.2.2-1.centos7.x86_64 |
| | 450 | --> Processing Dependency: libnewt.so.0.52(NEWT_0.52)(64bit) for package: mondo-3.2.2-1.centos7.x86_64 |
| | 451 | --> Processing Dependency: cdrecord for package: mondo-3.2.2-1.centos7.x86_64 |
| | 452 | --> Processing Dependency: buffer for package: mondo-3.2.2-1.centos7.x86_64 |
| | 453 | --> Processing Dependency: afio for package: mondo-3.2.2-1.centos7.x86_64 |
| | 454 | --> Processing Dependency: libnewt.so.0.52()(64bit) for package: mondo-3.2.2-1.centos7.x86_64 |
| | 455 | --> Running transaction check |
| | 456 | ---> Package afio.x86_64 0:2.5-1.centos7 will be installed |
| | 457 | ---> Package buffer.x86_64 0:1.19-8.centos7 will be installed |
| | 458 | ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed |
| | 459 | ---> Package mindi.x86_64 0:3.0.2-1.centos7 will be installed |
| | 460 | --> Processing Dependency: mindi-busybox >= 1.21.1 for package: mindi-3.0.2-1.centos7.x86_64 |
| | 461 | --> Processing Dependency: which for package: mindi-3.0.2-1.centos7.x86_64 |
| | 462 | --> Processing Dependency: perl-MondoRescue for package: mindi-3.0.2-1.centos7.x86_64 |
| | 463 | --> Processing Dependency: perl-Module-ScanDeps for package: mindi-3.0.2-1.centos7.x86_64 |
| | 464 | --> Processing Dependency: perl-IO-Interface for package: mindi-3.0.2-1.centos7.x86_64 |
| | 465 | --> Processing Dependency: perl(strict) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 466 | --> Processing Dependency: perl(ProjectBuilder::Base) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 467 | --> Processing Dependency: perl(MondoRescue::Version) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 468 | --> Processing Dependency: perl(MondoRescue::File) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 469 | --> Processing Dependency: perl(MondoRescue::Disk) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 470 | --> Processing Dependency: perl(MondoRescue::Base) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 471 | --> Processing Dependency: perl(Module::ScanDeps) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 472 | --> Processing Dependency: perl(Getopt::Long) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 473 | --> Processing Dependency: perl(File::Basename) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 474 | --> Processing Dependency: perl(English) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 475 | --> Processing Dependency: perl(Data::Dumper) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 476 | --> Processing Dependency: perl(Carp) for package: mindi-3.0.2-1.centos7.x86_64 |
| | 477 | --> Processing Dependency: mtools for package: mindi-3.0.2-1.centos7.x86_64 |
| | 478 | --> Processing Dependency: mkisofs for package: mindi-3.0.2-1.centos7.x86_64 |
| | 479 | --> Processing Dependency: dosfstools for package: mindi-3.0.2-1.centos7.x86_64 |
| | 480 | --> Processing Dependency: /usr/bin/perl for package: mindi-3.0.2-1.centos7.x86_64 |
| | 481 | ---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed |
| | 482 | ---> Package newt.x86_64 0:0.52.15-4.el7 will be installed |
| | 483 | --> Processing Dependency: libslang.so.2(SLANG2)(64bit) for package: newt-0.52.15-4.el7.x86_64 |
| | 484 | --> Processing Dependency: libslang.so.2()(64bit) for package: newt-0.52.15-4.el7.x86_64 |
| | 485 | ---> Package parted.x86_64 0:3.1-31.el7 will be installed |
| | 486 | ---> Package syslinux.x86_64 0:4.05-15.el7 will be installed |
| | 487 | ---> Package wodim.x86_64 0:1.1.11-25.el7 will be installed |
| | 488 | --> Processing Dependency: libusal = 1.1.11-25.el7 for package: wodim-1.1.11-25.el7.x86_64 |
| | 489 | --> Processing Dependency: libusal.so.0()(64bit) for package: wodim-1.1.11-25.el7.x86_64 |
| | 490 | --> Processing Dependency: librols.so.0()(64bit) for package: wodim-1.1.11-25.el7.x86_64 |
| | 491 | --> Running transaction check |
| | 492 | ---> Package dosfstools.x86_64 0:3.0.20-10.el7 will be installed |
| | 493 | ---> Package genisoimage.x86_64 0:1.1.11-25.el7 will be installed |
| | 494 | ---> Package libusal.x86_64 0:1.1.11-25.el7 will be installed |
| | 495 | ---> Package mindi-busybox.x86_64 0:1.21.1-1.centos7 will be installed |
| | 496 | ---> Package mtools.x86_64 0:4.0.18-5.el7 will be installed |
| | 497 | ---> Package perl.x86_64 4:5.16.3-294.el7_6 will be installed |
| | 498 | --> Processing Dependency: perl-libs = 4:5.16.3-294.el7_6 for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 499 | --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 500 | --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 501 | --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 502 | --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 503 | --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 504 | --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 505 | --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 506 | --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 507 | --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 508 | --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 509 | --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 510 | --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 511 | --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 512 | --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 513 | --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 514 | --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 515 | --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 516 | --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 517 | --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 518 | --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 519 | --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 520 | --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 521 | --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-294.el7_6.x86_64 |
| | 522 | ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed |
| | 523 | ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed |
| | 524 | ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed |
| | 525 | --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch |
| | 526 | --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch |
| | 527 | ---> Package perl-IO-Interface.x86_64 0:1.05-2.el7 will be installed |
| | 528 | ---> Package perl-Module-ScanDeps.noarch 0:1.10-3.el7 will be installed |
| | 529 | --> Processing Dependency: perl(version) for package: perl-Module-ScanDeps-1.10-3.el7.noarch |
| | 530 | --> Processing Dependency: perl(Module::Build::ModuleInfo) for package: perl-Module-ScanDeps-1.10-3.el7.noarch |
| | 531 | --> Processing Dependency: perl(ExtUtils::MakeMaker) for package: perl-Module-ScanDeps-1.10-3.el7.noarch |
| | 532 | --> Processing Dependency: perl(Encode) for package: perl-Module-ScanDeps-1.10-3.el7.noarch |
| | 533 | ---> Package perl-MondoRescue.noarch 0:3.2.2-1.centos7 will be installed |
| | 534 | --> Processing Dependency: perl(Net::IPv4Addr) for package: perl-MondoRescue-3.2.2-1.centos7.noarch |
| | 535 | --> Processing Dependency: perl(Digest::MD5) for package: perl-MondoRescue-3.2.2-1.centos7.noarch |
| | 536 | ---> Package perl-ProjectBuilder.noarch 0:0.15.2-1.centos7 will be installed |
| | 537 | --> Processing Dependency: perl-YAML for package: perl-ProjectBuilder-0.15.2-1.centos7.noarch |
| | 538 | ---> Package slang.x86_64 0:2.2.4-11.el7 will be installed |
| | 539 | ---> Package which.x86_64 0:2.20-7.el7 will be installed |
| | 540 | --> Running transaction check |
| | 541 | ---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed |
| | 542 | --> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64 |
| | 543 | ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed |
| | 544 | ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed |
| | 545 | ---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed |
| | 546 | --> Processing Dependency: perl(Test::Harness) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| | 547 | --> Processing Dependency: perl(Pod::Man) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| | 548 | --> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| | 549 | --> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| | 550 | --> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| | 551 | --> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| | 552 | ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed |
| | 553 | ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed |
| | 554 | ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed |
| | 555 | ---> Package perl-Module-Build.noarch 2:0.40.05-2.el7 will be installed |
| | 556 | --> Processing Dependency: perl(Perl::OSType) >= 1 for package: 2:perl-Module-Build-0.40.05-2.el7.noarch |
| | 557 | --> Processing Dependency: perl(Module::Metadata) >= 1.000002 for package: 2:perl-Module-Build-0.40.05-2.el7.noarch |
| | 558 | --> Processing Dependency: perl(ExtUtils::ParseXS) >= 2.21 for package: 2:perl-Module-Build-0.40.05-2.el7.noarch |
| | 559 | --> Processing Dependency: perl(ExtUtils::CBuilder) >= 0.27 for package: 2:perl-Module-Build-0.40.05-2.el7.noarch |
| | 560 | --> Processing Dependency: perl(CPAN::Meta::YAML) >= 0.003 for package: 2:perl-Module-Build-0.40.05-2.el7.noarch |
| | 561 | --> Processing Dependency: perl(CPAN::Meta) >= 2.110420 for package: 2:perl-Module-Build-0.40.05-2.el7.noarch |
| | 562 | ---> Package perl-Net-IPv4Addr.noarch 0:0.10-6.el7 will be installed |
| | 563 | ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed |
| | 564 | ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed |
| | 565 | --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch |
| | 566 | ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed |
| | 567 | --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch |
| | 568 | ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed |
| | 569 | ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed |
| | 570 | ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed |
| | 571 | ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed |
| | 572 | ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed |
| | 573 | ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed |
| | 574 | ---> Package perl-YAML.noarch 0:0.84-5.el7 will be installed |
| | 575 | ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed |
| | 576 | ---> Package perl-libs.x86_64 4:5.16.3-294.el7_6 will be installed |
| | 577 | ---> Package perl-macros.x86_64 4:5.16.3-294.el7_6 will be installed |
| | 578 | ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed |
| | 579 | ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed |
| | 580 | ---> Package perl-version.x86_64 3:0.99.07-3.el7 will be installed |
| | 581 | --> Running transaction check |
| | 582 | ---> Package perl-CPAN-Meta.noarch 0:2.120921-5.el7 will be installed |
| | 583 | --> Processing Dependency: perl(Parse::CPAN::Meta) >= 1.4403 for package: perl-CPAN-Meta-2.120921-5.el7.noarch |
| | 584 | --> Processing Dependency: perl(Parse::CPAN::Meta) >= 1.4400 for package: perl-CPAN-Meta-2.120921-5.el7.noarch |
| | 585 | --> Processing Dependency: perl(CPAN::Meta::Requirements) >= 2.121 for package: perl-CPAN-Meta-2.120921-5.el7.noarch |
| | 586 | --> Processing Dependency: perl(CPAN::Meta::Requirements) for package: perl-CPAN-Meta-2.120921-5.el7.noarch |
| | 587 | ---> Package perl-CPAN-Meta-YAML.noarch 0:0.008-14.el7 will be installed |
| | 588 | ---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed |
| | 589 | ---> Package perl-ExtUtils-CBuilder.noarch 1:0.28.2.6-294.el7_6 will be installed |
| | 590 | --> Processing Dependency: perl-devel for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-294.el7_6.noarch |
| | 591 | --> Processing Dependency: perl(IPC::Cmd) for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-294.el7_6.noarch |
| | 592 | ---> Package perl-ExtUtils-Install.noarch 0:1.58-294.el7_6 will be installed |
| | 593 | ---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed |
| | 594 | ---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-3.el7 will be installed |
| | 595 | ---> Package perl-Module-Metadata.noarch 0:1.000018-2.el7 will be installed |
| | 596 | ---> Package perl-Perl-OSType.noarch 0:1.003-3.el7 will be installed |
| | 597 | ---> Package perl-Pod-Escapes.noarch 1:1.04-294.el7_6 will be installed |
| | 598 | ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed |
| | 599 | --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| | 600 | --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| | 601 | --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| | 602 | ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed |
| | 603 | ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed |
| | 604 | --> Running transaction check |
| | 605 | ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed |
| | 606 | ---> Package perl-CPAN-Meta-Requirements.noarch 0:2.122-7.el7 will be installed |
| | 607 | ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed |
| | 608 | ---> Package perl-IPC-Cmd.noarch 1:0.80-4.el7 will be installed |
| | 609 | --> Processing Dependency: perl(Params::Check) >= 0.20 for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch |
| | 610 | --> Processing Dependency: perl(Module::Load::Conditional) for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch |
| | 611 | --> Processing Dependency: perl(Locale::Maketext::Simple) for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch |
| | 612 | ---> Package perl-Parse-CPAN-Meta.noarch 1:1.4404-5.el7 will be installed |
| | 613 | --> Processing Dependency: perl(JSON::PP) >= 2.27200 for package: 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch |
| | 614 | ---> Package perl-devel.x86_64 4:5.16.3-294.el7_6 will be installed |
| | 615 | --> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-294.el7_6.x86_64 |
| | 616 | --> Processing Dependency: libdb-devel for package: 4:perl-devel-5.16.3-294.el7_6.x86_64 |
| | 617 | --> Processing Dependency: glibc-devel for package: 4:perl-devel-5.16.3-294.el7_6.x86_64 |
| | 618 | --> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-294.el7_6.x86_64 |
| | 619 | ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed |
| | 620 | --> Running transaction check |
| | 621 | ---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed |
| | 622 | ---> Package glibc-devel.x86_64 0:2.17-292.el7 will be installed |
| | 623 | --> Processing Dependency: glibc-headers = 2.17-292.el7 for package: glibc-devel-2.17-292.el7.x86_64 |
| | 624 | --> Processing Dependency: glibc = 2.17-292.el7 for package: glibc-devel-2.17-292.el7.x86_64 |
| | 625 | --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-292.el7.x86_64 |
| | 626 | ---> Package libdb-devel.x86_64 0:5.3.21-25.el7 will be installed |
| | 627 | --> Processing Dependency: libdb(x86-64) = 5.3.21-25.el7 for package: libdb-devel-5.3.21-25.el7.x86_64 |
| | 628 | ---> Package perl-JSON-PP.noarch 0:2.27202-2.el7 will be installed |
| | 629 | ---> Package perl-Locale-Maketext-Simple.noarch 1:0.21-294.el7_6 will be installed |
| | 630 | --> Processing Dependency: perl(Locale::Maketext) for package: 1:perl-Locale-Maketext-Simple-0.21-294.el7_6.noarch |
| | 631 | ---> Package perl-Module-Load-Conditional.noarch 0:0.54-3.el7 will be installed |
| | 632 | --> Processing Dependency: perl(Module::Load) >= 0.11 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch |
| | 633 | --> Processing Dependency: perl(Module::CoreList) >= 2.22 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch |
| | 634 | ---> Package perl-Params-Check.noarch 1:0.38-2.el7 will be installed |
| | 635 | ---> Package systemtap-sdt-devel.x86_64 0:4.0-9.el7 will be installed |
| | 636 | --> Processing Dependency: pyparsing for package: systemtap-sdt-devel-4.0-9.el7.x86_64 |
| | 637 | --> Running transaction check |
| | 638 | ---> Package glibc.x86_64 0:2.17-260.el7 will be updated |
| | 639 | --> Processing Dependency: glibc = 2.17-260.el7 for package: glibc-common-2.17-260.el7.x86_64 |
| | 640 | ---> Package glibc.x86_64 0:2.17-292.el7 will be an update |
| | 641 | ---> Package glibc-headers.x86_64 0:2.17-292.el7 will be installed |
| | 642 | --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-292.el7.x86_64 |
| | 643 | --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-292.el7.x86_64 |
| | 644 | ---> Package libdb.x86_64 0:5.3.21-24.el7 will be updated |
| | 645 | --> Processing Dependency: libdb(x86-64) = 5.3.21-24.el7 for package: libdb-utils-5.3.21-24.el7.x86_64 |
| | 646 | ---> Package libdb.x86_64 0:5.3.21-25.el7 will be an update |
| | 647 | ---> Package perl-Locale-Maketext.noarch 0:1.23-3.el7 will be installed |
| | 648 | ---> Package perl-Module-CoreList.noarch 1:2.76.02-294.el7_6 will be installed |
| | 649 | ---> Package perl-Module-Load.noarch 1:0.24-3.el7 will be installed |
| | 650 | ---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed |
| | 651 | --> Running transaction check |
| | 652 | ---> Package glibc-common.x86_64 0:2.17-260.el7 will be updated |
| | 653 | ---> Package glibc-common.x86_64 0:2.17-292.el7 will be an update |
| | 654 | ---> Package kernel-headers.x86_64 0:3.10.0-1062.1.1.el7 will be installed |
| | 655 | ---> Package libdb-utils.x86_64 0:5.3.21-24.el7 will be updated |
| | 656 | ---> Package libdb-utils.x86_64 0:5.3.21-25.el7 will be an update |
| | 657 | --> Finished Dependency Resolution |
| | 658 | |
| | 659 | Dependencies Resolved |
| | 660 | |
| | 661 | ======================================================================================================================================================================================================================================================= |
| | 662 | Package Arch Version Repository Size |
| | 663 | ======================================================================================================================================================================================================================================================= |
| | 664 | Installing: |
| | 665 | mondo x86_64 3.2.2-1.centos7 mondorescue 903 k |
| | 666 | Installing for dependencies: |
| | 667 | afio x86_64 2.5-1.centos7 mondorescue 75 k |
| | 668 | buffer x86_64 1.19-8.centos7 mondorescue 23 k |
| | 669 | bzip2 x86_64 1.0.6-13.el7 base 52 k |
| | 670 | dosfstools x86_64 3.0.20-10.el7 base 101 k |
| | 671 | gdbm-devel x86_64 1.10-8.el7 base 47 k |
| | 672 | genisoimage x86_64 1.1.11-25.el7 base 299 k |
| | 673 | glibc-devel x86_64 2.17-292.el7 base 1.1 M |
| | 674 | glibc-headers x86_64 2.17-292.el7 base 687 k |
| | 675 | groff-base x86_64 1.22.2-8.el7 base 942 k |
| | 676 | kernel-headers x86_64 3.10.0-1062.1.1.el7 updates 8.7 M |
| | 677 | libdb-devel x86_64 5.3.21-25.el7 base 39 k |
| | 678 | libusal x86_64 1.1.11-25.el7 base 136 k |
| | 679 | mindi x86_64 3.0.2-1.centos7 mondorescue 329 k |
| | 680 | mindi-busybox x86_64 1.21.1-1.centos7 mondorescue 277 k |
| | 681 | mtools x86_64 4.0.18-5.el7 base 203 k |
| | 682 | net-tools x86_64 2.0-0.25.20131004git.el7 base 306 k |
| | 683 | newt x86_64 0.52.15-4.el7 base 105 k |
| | 684 | parted x86_64 3.1-31.el7 base 609 k |
| | 685 | perl x86_64 4:5.16.3-294.el7_6 base 8.0 M |
| | 686 | perl-CPAN-Meta noarch 2.120921-5.el7 base 113 k |
| | 687 | perl-CPAN-Meta-Requirements noarch 2.122-7.el7 base 24 k |
| | 688 | perl-CPAN-Meta-YAML noarch 0.008-14.el7 base 24 k |
| | 689 | perl-Carp noarch 1.26-244.el7 base 19 k |
| | 690 | perl-Data-Dumper x86_64 2.145-3.el7 base 47 k |
| | 691 | perl-Digest noarch 1.17-245.el7 base 23 k |
| | 692 | perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k |
| | 693 | perl-Encode x86_64 2.51-7.el7 base 1.5 M |
| | 694 | perl-Exporter noarch 5.68-3.el7 base 28 k |
| | 695 | perl-ExtUtils-CBuilder noarch 1:0.28.2.6-294.el7_6 base 68 k |
| | 696 | perl-ExtUtils-Install noarch 1.58-294.el7_6 base 75 k |
| | 697 | perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k |
| | 698 | perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k |
| | 699 | perl-ExtUtils-ParseXS noarch 1:3.18-3.el7 base 77 k |
| | 700 | perl-File-Path noarch 2.09-2.el7 base 26 k |
| | 701 | perl-File-Temp noarch 0.23.01-3.el7 base 56 k |
| | 702 | perl-Filter x86_64 1.49-3.el7 base 76 k |
| | 703 | perl-Getopt-Long noarch 2.40-3.el7 base 56 k |
| | 704 | perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k |
| | 705 | perl-IO-Interface x86_64 1.05-2.el7 mondorescue 26 k |
| | 706 | perl-IPC-Cmd noarch 1:0.80-4.el7 base 34 k |
| | 707 | perl-JSON-PP noarch 2.27202-2.el7 base 55 k |
| | 708 | perl-Locale-Maketext noarch 1.23-3.el7 base 93 k |
| | 709 | perl-Locale-Maketext-Simple noarch 1:0.21-294.el7_6 base 50 k |
| | 710 | perl-Module-Build noarch 2:0.40.05-2.el7 base 281 k |
| | 711 | perl-Module-CoreList noarch 1:2.76.02-294.el7_6 base 86 k |
| | 712 | perl-Module-Load noarch 1:0.24-3.el7 base 11 k |
| | 713 | perl-Module-Load-Conditional noarch 0.54-3.el7 base 18 k |
| | 714 | perl-Module-Metadata noarch 1.000018-2.el7 base 26 k |
| | 715 | perl-Module-ScanDeps noarch 1.10-3.el7 base 45 k |
| | 716 | perl-MondoRescue noarch 3.2.2-1.centos7 mondorescue 82 k |
| | 717 | perl-Net-IPv4Addr noarch 0.10-6.el7 mondorescue 16 k |
| | 718 | perl-Params-Check noarch 1:0.38-2.el7 base 18 k |
| | 719 | perl-Parse-CPAN-Meta noarch 1:1.4404-5.el7 base 14 k |
| | 720 | perl-PathTools x86_64 3.40-5.el7 base 82 k |
| | 721 | perl-Perl-OSType noarch 1.003-3.el7 base 20 k |
| | 722 | perl-Pod-Escapes noarch 1:1.04-294.el7_6 base 51 k |
| | 723 | perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k |
| | 724 | perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k |
| | 725 | perl-Pod-Usage noarch 1.63-3.el7 base 27 k |
| | 726 | perl-ProjectBuilder noarch 0.15.2-1.centos7 mondorescue 152 k |
| | 727 | perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k |
| | 728 | perl-Socket x86_64 2.010-4.el7 base 49 k |
| | 729 | perl-Storable x86_64 2.45-3.el7 base 77 k |
| | 730 | perl-Test-Harness noarch 3.28-3.el7 base 302 k |
| | 731 | perl-Text-ParseWords noarch 3.29-4.el7 base 14 k |
| | 732 | perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k |
| | 733 | perl-Time-Local noarch 1.2300-2.el7 base 24 k |
| | 734 | perl-YAML noarch 0.84-5.el7 base 84 k |
| | 735 | perl-constant noarch 1.27-2.el7 base 19 k |
| | 736 | perl-devel x86_64 4:5.16.3-294.el7_6 base 453 k |
| | 737 | perl-libs x86_64 4:5.16.3-294.el7_6 base 688 k |
| | 738 | perl-macros x86_64 4:5.16.3-294.el7_6 base 44 k |
| | 739 | perl-parent noarch 1:0.225-244.el7 base 12 k |
| | 740 | perl-podlators noarch 2.5.1-3.el7 base 112 k |
| | 741 | perl-threads x86_64 1.87-4.el7 base 49 k |
| | 742 | perl-threads-shared x86_64 1.43-6.el7 base 39 k |
| | 743 | perl-version x86_64 3:0.99.07-3.el7 base 84 k |
| | 744 | pyparsing noarch 1.5.6-9.el7 base 94 k |
| | 745 | slang x86_64 2.2.4-11.el7 base 512 k |
| | 746 | syslinux x86_64 4.05-15.el7 base 990 k |
| | 747 | systemtap-sdt-devel x86_64 4.0-9.el7 base 76 k |
| | 748 | which x86_64 2.20-7.el7 base 41 k |
| | 749 | wodim x86_64 1.1.11-25.el7 base 320 k |
| | 750 | Updating for dependencies: |
| | 751 | glibc x86_64 2.17-292.el7 base 3.6 M |
| | 752 | glibc-common x86_64 2.17-292.el7 base 11 M |
| | 753 | libdb x86_64 5.3.21-25.el7 base 720 k |
| | 754 | libdb-utils x86_64 5.3.21-25.el7 base 132 k |
| | 755 | |
| | 756 | Transaction Summary |
| | 757 | ======================================================================================================================================================================================================================================================= |
| | 758 | Install 1 Package (+83 Dependent packages) |
| | 759 | Upgrade ( 4 Dependent packages) |
| | 760 | |
| | 761 | Total download size: 47 M |
| | 762 | Downloading packages: |
| | 763 | Delta RPMs disabled because /usr/bin/applydeltarpm not installed. |
| | 764 | (1/88): dosfstools-3.0.20-10.el7.x86_64.rpm | 101 kB 00:00:00 |
| | 765 | (2/88): bzip2-1.0.6-13.el7.x86_64.rpm | 52 kB 00:00:01 |
| | 766 | (3/88): genisoimage-1.1.11-25.el7.x86_64.rpm | 299 kB 00:00:00 |
| | 767 | warning: /var/cache/yum/x86_64/7/mondorescue/packages/buffer-1.19-8.centos7.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 37db9883: NOKEY ] 270 kB/s | 465 kB 00:02:55 ETA |
| | 768 | Public key for buffer-1.19-8.centos7.x86_64.rpm is not installed |
| | 769 | (4/88): buffer-1.19-8.centos7.x86_64.rpm | 23 kB 00:00:01 |
| | 770 | (5/88): gdbm-devel-1.10-8.el7.x86_64.rpm | 47 kB 00:00:01 |
| | 771 | (6/88): afio-2.5-1.centos7.x86_64.rpm | 75 kB 00:00:01 |
| | 772 | (7/88): groff-base-1.22.2-8.el7.x86_64.rpm | 942 kB 00:00:03 |
| | 773 | (8/88): glibc-headers-2.17-292.el7.x86_64.rpm | 687 kB 00:00:06 |
| | 774 | (9/88): glibc-devel-2.17-292.el7.x86_64.rpm | 1.1 MB 00:00:08 |
| | 775 | (10/88): libdb-devel-5.3.21-25.el7.x86_64.rpm | 39 kB 00:00:00 |
| | 776 | (11/88): libdb-utils-5.3.21-25.el7.x86_64.rpm | 132 kB 00:00:00 |
| | 777 | (12/88): libusal-1.1.11-25.el7.x86_64.rpm | 136 kB 00:00:01 |
| | 778 | (13/88): mindi-3.0.2-1.centos7.x86_64.rpm | 329 kB 00:00:02 |
| | 779 | (14/88): libdb-5.3.21-25.el7.x86_64.rpm | 720 kB 00:00:09 |
| | 780 | (15/88): mindi-busybox-1.21.1-1.centos7.x86_64.rpm | 277 kB 00:00:03 |
| | 781 | (16/88): mtools-4.0.18-5.el7.x86_64.rpm | 203 kB 00:00:02 |
| | 782 | (17/88): net-tools-2.0-0.25.20131004git.el7.x86_64.rpm | 306 kB 00:00:03 |
| | 783 | (18/88): mondo-3.2.2-1.centos7.x86_64.rpm | 903 kB 00:00:08 |
| | 784 | (19/88): newt-0.52.15-4.el7.x86_64.rpm | 105 kB 00:00:00 |
| | 785 | (20/88): parted-3.1-31.el7.x86_64.rpm | 609 kB 00:00:05 |
| | 786 | (21/88): perl-CPAN-Meta-2.120921-5.el7.noarch.rpm | 113 kB 00:00:00 |
| | 787 | (22/88): perl-CPAN-Meta-Requirements-2.122-7.el7.noarch.rpm | 24 kB 00:00:00 |
| | 788 | (23/88): perl-CPAN-Meta-YAML-0.008-14.el7.noarch.rpm | 24 kB 00:00:00 |
| | 789 | (24/88): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00:00 |
| | 790 | (25/88): kernel-headers-3.10.0-1062.1.1.el7.x86_64.rpm | 8.7 MB 00:02:19 |
| | 791 | (26/88): glibc-2.17-292.el7.x86_64.rpm | 3.6 MB 00:02:24 |
| | 792 | (27/88): glibc-common-2.17-292.el7.x86_64.rpm | 11 MB 00:02:23 |
| | 793 | (28/88): perl-5.16.3-294.el7_6.x86_64.rpm | 8.0 MB 00:01:59 |
| | 794 | (29/88): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:01:52 |
| | 795 | (30/88): perl-Digest-1.17-245.el7.noarch.rpm | 23 kB 00:00:00 |
| | 796 | (31/88): perl-Digest-MD5-2.52-3.el7.x86_64.rpm | 30 kB 00:00:00 |
| | 797 | (32/88): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00:00 |
| | 798 | (33/88): perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm | 31 kB 00:00:00 |
| | 799 | (34/88): perl-ExtUtils-Install-1.58-294.el7_6.noarch.rpm | 75 kB 00:00:00 |
| | 800 | (35/88): perl-ExtUtils-CBuilder-0.28.2.6-294.el7_6.noarch.rpm | 68 kB 00:00:01 |
| | 801 | (36/88): perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm | 275 kB 00:00:01 |
| | 802 | (37/88): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00:00 |
| | 803 | (38/88): perl-ExtUtils-ParseXS-3.18-3.el7.noarch.rpm | 77 kB 00:00:00 |
| | 804 | (39/88): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00:00 |
| | 805 | (40/88): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00:00 |
| | 806 | (41/88): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00:00 |
| | 807 | (42/88): perl-IPC-Cmd-0.80-4.el7.noarch.rpm | 34 kB 00:00:00 |
| | 808 | (43/88): perl-Getopt-Long-2.40-3.el7.noarch.rpm | 56 kB 00:00:00 |
| | 809 | (44/88): perl-Locale-Maketext-1.23-3.el7.noarch.rpm | 93 kB 00:00:00 |
| | 810 | (45/88): perl-JSON-PP-2.27202-2.el7.noarch.rpm | 55 kB 00:00:00 |
| | 811 | (46/88): perl-Locale-Maketext-Simple-0.21-294.el7_6.noarch.rpm | 50 kB 00:00:00 |
| | 812 | (47/88): perl-Module-CoreList-2.76.02-294.el7_6.noarch.rpm | 86 kB 00:00:00 |
| | 813 | (48/88): perl-Module-Build-0.40.05-2.el7.noarch.rpm | 281 kB 00:00:00 |
| | 814 | (49/88): perl-Module-Load-0.24-3.el7.noarch.rpm | 11 kB 00:00:00 |
| | 815 | (50/88): perl-Module-Metadata-1.000018-2.el7.noarch.rpm | 26 kB 00:00:00 |
| | 816 | (51/88): perl-Module-Load-Conditional-0.54-3.el7.noarch.rpm | 18 kB 00:00:00 |
| | 817 | (52/88): perl-IO-Interface-1.05-2.el7.x86_64.rpm | 26 kB 00:00:01 |
| | 818 | (53/88): perl-Params-Check-0.38-2.el7.noarch.rpm | 18 kB 00:00:00 |
| | 819 | (54/88): perl-Parse-CPAN-Meta-1.4404-5.el7.noarch.rpm | 14 kB 00:00:00 |
| | 820 | (55/88): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00:00 |
| | 821 | (56/88): perl-Module-ScanDeps-1.10-3.el7.noarch.rpm | 45 kB 00:00:00 |
| | 822 | (57/88): perl-Perl-OSType-1.003-3.el7.noarch.rpm | 20 kB 00:00:00 |
| | 823 | (58/88): perl-Net-IPv4Addr-0.10-6.el7.noarch.rpm | 16 kB 00:00:00 |
| | 824 | (59/88): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00:00 |
| | 825 | (60/88): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00:00 |
| | 826 | (61/88): perl-Pod-Escapes-1.04-294.el7_6.noarch.rpm | 51 kB 00:00:00 |
| | 827 | (62/88): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00:00 |
| | 828 | (63/88): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:00:01 |
| | 829 | (64/88): perl-MondoRescue-3.2.2-1.centos7.noarch.rpm | 82 kB 00:00:01 |
| | 830 | (65/88): perl-Socket-2.010-4.el7.x86_64.rpm | 49 kB 00:00:00 |
| | 831 | (66/88): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00:00 |
| | 832 | (67/88): perl-ProjectBuilder-0.15.2-1.centos7.noarch.rpm | 152 kB 00:00:01 |
| | 833 | (68/88): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00:00 |
| | 834 | (69/88): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00:00 |
| | 835 | (70/88): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00:00 |
| | 836 | (71/88): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:00:15 |
| | 837 | (72/88): perl-Test-Harness-3.28-3.el7.noarch.rpm | 302 kB 00:00:10 |
| | 838 | (73/88): perl-YAML-0.84-5.el7.noarch.rpm | 84 kB 00:00:09 |
| | 839 | (74/88): perl-devel-5.16.3-294.el7_6.x86_64.rpm | 453 kB 00:00:09 |
| | 840 | (75/88): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00:09 |
| | 841 | (76/88): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00:00 |
| | 842 | (77/88): perl-macros-5.16.3-294.el7_6.x86_64.rpm | 44 kB 00:00:00 |
| | 843 | (78/88): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00:00 |
| | 844 | (79/88): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00:00 |
| | 845 | (80/88): perl-version-0.99.07-3.el7.x86_64.rpm | 84 kB 00:00:00 |
| | 846 | (81/88): pyparsing-1.5.6-9.el7.noarch.rpm | 94 kB 00:00:00 |
| | 847 | (82/88): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00:01 |
| | 848 | (83/88): systemtap-sdt-devel-4.0-9.el7.x86_64.rpm | 76 kB 00:00:00 |
| | 849 | (84/88): which-2.20-7.el7.x86_64.rpm | 41 kB 00:00:00 |
| | 850 | (85/88): wodim-1.1.11-25.el7.x86_64.rpm | 320 kB 00:00:02 |
| | 851 | (86/88): slang-2.2.4-11.el7.x86_64.rpm | 512 kB 00:00:03 |
| | 852 | (87/88): perl-libs-5.16.3-294.el7_6.x86_64.rpm | 688 kB 00:00:04 |
| | 853 | (88/88): syslinux-4.05-15.el7.x86_64.rpm | 990 kB 00:00:04 |
| | 854 | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | 855 | Total 288 kB/s | 47 MB 00:02:46 |
| | 856 | warning: /var/cache/yum/x86_64/7/mondorescue/packages/mindi-3.0.2-1.centos7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 20ebfb0e: NOKEY |
| | 857 | Retrieving key from ftp://ftp.mondorescue.org//centos/7/x86_64/mondorescue.pubkey |
| | 858 | Importing GPG key 0x20EBFB0E: |
| | 859 | Userid : "Bruno Cornec (FLOSS & Early Music) <bruno@victoria.frmug.org>" |
| | 860 | Fingerprint: a9ad d1be c556 4ff7 1d74 ea75 6ba8 c2d2 20eb fb0e |
| | 861 | From : ftp://ftp.mondorescue.org//centos/7/x86_64/mondorescue.pubkey |
| | 862 | Retrieving key from ftp://ftp.mondorescue.org//centos/7/x86_64/mondorescue-0x141B9FF237DB9883.pubkey |
| | 863 | Importing GPG key 0x37DB9883: |
| | 864 | Userid : "Bruno Cornec <bruno@victoria.frmug.org>" |
| | 865 | Fingerprint: 54aa 7ada 8c6b 0f5d 51c7 5dc0 141b 9ff2 37db 9883 |
| | 866 | From : ftp://ftp.mondorescue.org//centos/7/x86_64/mondorescue-0x141B9FF237DB9883.pubkey |
| | 867 | Running transaction check |
| | 868 | Running transaction test |
| | 869 | Transaction test succeeded |
| | 870 | Running transaction |
| | 871 | Updating : glibc-2.17-292.el7.x86_64 1/92 |
| | 872 | warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew |
| | 873 | Updating : glibc-common-2.17-292.el7.x86_64 2/92 |
| | 874 | Installing : bzip2-1.0.6-13.el7.x86_64 3/92 |
| | 875 | Installing : mtools-4.0.18-5.el7.x86_64 4/92 |
| | 876 | Installing : syslinux-4.05-15.el7.x86_64 5/92 |
| | 877 | Updating : libdb-5.3.21-25.el7.x86_64 6/92 |
| | 878 | Installing : libusal-1.1.11-25.el7.x86_64 7/92 |
| | 879 | Installing : parted-3.1-31.el7.x86_64 8/92 |
| | 880 | Installing : genisoimage-1.1.11-25.el7.x86_64 9/92 |
| | 881 | Installing : wodim-1.1.11-25.el7.x86_64 10/92 |
| | 882 | Installing : libdb-devel-5.3.21-25.el7.x86_64 11/92 |
| | 883 | Installing : afio-2.5-1.centos7.x86_64 12/92 |
| | 884 | Installing : which-2.20-7.el7.x86_64 13/92 |
| | 885 | install-info: No such file or directory for /usr/share/info/which.info.gz |
| | 886 | Installing : groff-base-1.22.2-8.el7.x86_64 14/92 |
| | 887 | Installing : 1:perl-parent-0.225-244.el7.noarch 15/92 |
| | 888 | Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 16/92 |
| | 889 | Installing : perl-podlators-2.5.1-3.el7.noarch 17/92 |
| | 890 | Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 18/92 |
| | 891 | Installing : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 19/92 |
| | 892 | Installing : perl-Text-ParseWords-3.29-4.el7.noarch 20/92 |
| | 893 | Installing : perl-Encode-2.51-7.el7.x86_64 21/92 |
| | 894 | Installing : perl-Pod-Usage-1.63-3.el7.noarch 22/92 |
| | 895 | Installing : 4:perl-libs-5.16.3-294.el7_6.x86_64 23/92 |
| | 896 | Installing : perl-Socket-2.010-4.el7.x86_64 24/92 |
| | 897 | Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 25/92 |
| | 898 | Installing : perl-threads-1.87-4.el7.x86_64 26/92 |
| | 899 | Installing : perl-Storable-2.45-3.el7.x86_64 27/92 |
| | 900 | Installing : perl-Carp-1.26-244.el7.noarch 28/92 |
| | 901 | Installing : perl-Filter-1.49-3.el7.x86_64 29/92 |
| | 902 | Installing : perl-Exporter-5.68-3.el7.noarch 30/92 |
| | 903 | Installing : perl-constant-1.27-2.el7.noarch 31/92 |
| | 904 | Installing : perl-Time-Local-1.2300-2.el7.noarch 32/92 |
| | 905 | Installing : 4:perl-macros-5.16.3-294.el7_6.x86_64 33/92 |
| | 906 | Installing : perl-threads-shared-1.43-6.el7.x86_64 34/92 |
| | 907 | Installing : perl-File-Temp-0.23.01-3.el7.noarch 35/92 |
| | 908 | Installing : perl-File-Path-2.09-2.el7.noarch 36/92 |
| | 909 | Installing : perl-PathTools-3.40-5.el7.x86_64 37/92 |
| | 910 | Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 38/92 |
| | 911 | Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 39/92 |
| | 912 | Installing : perl-Getopt-Long-2.40-3.el7.noarch 40/92 |
| | 913 | Installing : 4:perl-5.16.3-294.el7_6.x86_64 41/92 |
| | 914 | Installing : perl-Data-Dumper-2.145-3.el7.x86_64 42/92 |
| | 915 | Installing : 3:perl-version-0.99.07-3.el7.x86_64 43/92 |
| | 916 | Installing : perl-Module-Metadata-1.000018-2.el7.noarch 44/92 |
| | 917 | Installing : perl-IO-Interface-1.05-2.el7.x86_64 45/92 |
| | 918 | Installing : perl-Test-Harness-3.28-3.el7.noarch 46/92 |
| | 919 | Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 47/92 |
| | 920 | Installing : perl-CPAN-Meta-YAML-0.008-14.el7.noarch 48/92 |
| | 921 | Installing : perl-Perl-OSType-1.003-3.el7.noarch 49/92 |
| | 922 | Installing : perl-CPAN-Meta-Requirements-2.122-7.el7.noarch 50/92 |
| | 923 | Installing : 1:perl-Module-CoreList-2.76.02-294.el7_6.noarch 51/92 |
| | 924 | Installing : perl-JSON-PP-2.27202-2.el7.noarch 52/92 |
| | 925 | Installing : 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch 53/92 |
| | 926 | Installing : perl-CPAN-Meta-2.120921-5.el7.noarch 54/92 |
| | 927 | Installing : perl-YAML-0.84-5.el7.noarch 55/92 |
| | 928 | Installing : perl-ProjectBuilder-0.15.2-1.centos7.noarch 56/92 |
| | 929 | Installing : perl-Locale-Maketext-1.23-3.el7.noarch 57/92 |
| | 930 | Installing : 1:perl-Locale-Maketext-Simple-0.21-294.el7_6.noarch 58/92 |
| | 931 | Installing : 1:perl-Params-Check-0.38-2.el7.noarch 59/92 |
| | 932 | Installing : perl-Net-IPv4Addr-0.10-6.el7.noarch 60/92 |
| | 933 | Installing : perl-Digest-1.17-245.el7.noarch 61/92 |
| | 934 | Installing : perl-Digest-MD5-2.52-3.el7.x86_64 62/92 |
| | 935 | Installing : perl-MondoRescue-3.2.2-1.centos7.noarch 63/92 |
| | 936 | Installing : 1:perl-Module-Load-0.24-3.el7.noarch 64/92 |
| | 937 | Installing : perl-Module-Load-Conditional-0.54-3.el7.noarch 65/92 |
| | 938 | Installing : slang-2.2.4-11.el7.x86_64 66/92 |
| | 939 | Installing : newt-0.52.15-4.el7.x86_64 67/92 |
| | 940 | Installing : dosfstools-3.0.20-10.el7.x86_64 68/92 |
| | 941 | Installing : mindi-busybox-1.21.1-1.centos7.x86_64 69/92 |
| | 942 | Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 70/92 |
| | 943 | Installing : buffer-1.19-8.centos7.x86_64 71/92 |
| | 944 | Installing : pyparsing-1.5.6-9.el7.noarch 72/92 |
| | 945 | Installing : systemtap-sdt-devel-4.0-9.el7.x86_64 73/92 |
| | 946 | Installing : kernel-headers-3.10.0-1062.1.1.el7.x86_64 74/92 |
| | 947 | Installing : glibc-headers-2.17-292.el7.x86_64 75/92 |
| | 948 | Installing : glibc-devel-2.17-292.el7.x86_64 76/92 |
| | 949 | Installing : gdbm-devel-1.10-8.el7.x86_64 77/92 |
| | 950 | install-info: No such file or directory for /usr/share/info/gdbm.info.gz |
| | 951 | Installing : 1:perl-ExtUtils-ParseXS-3.18-3.el7.noarch 78/92 |
| | 952 | Installing : 4:perl-devel-5.16.3-294.el7_6.x86_64 79/92 |
| | 953 | Installing : perl-ExtUtils-Install-1.58-294.el7_6.noarch 80/92 |
| | 954 | Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 81/92 |
| | 955 | Installing : 1:perl-IPC-Cmd-0.80-4.el7.noarch 82/92 |
| | 956 | Installing : 1:perl-ExtUtils-CBuilder-0.28.2.6-294.el7_6.noarch 83/92 |
| | 957 | Installing : 2:perl-Module-Build-0.40.05-2.el7.noarch 84/92 |
| | 958 | Installing : perl-Module-ScanDeps-1.10-3.el7.noarch 85/92 |
| | 959 | Installing : mindi-3.0.2-1.centos7.x86_64 86/92 |
| | 960 | Installing : mondo-3.2.2-1.centos7.x86_64 87/92 |
| | 961 | Updating : libdb-utils-5.3.21-25.el7.x86_64 88/92 |
| | 962 | Cleanup : libdb-utils-5.3.21-24.el7.x86_64 89/92 |
| | 963 | Cleanup : libdb-5.3.21-24.el7.x86_64 90/92 |
| | 964 | Cleanup : glibc-common-2.17-260.el7.x86_64 91/92 |
| | 965 | Cleanup : glibc-2.17-260.el7.x86_64 92/92 |
| | 966 | Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/92 |
| | 967 | Verifying : mindi-3.0.2-1.centos7.x86_64 2/92 |
| | 968 | Verifying : libdb-utils-5.3.21-25.el7.x86_64 3/92 |
| | 969 | Verifying : perl-Module-ScanDeps-1.10-3.el7.noarch 4/92 |
| | 970 | Verifying : perl-Locale-Maketext-1.23-3.el7.noarch 5/92 |
| | 971 | Verifying : afio-2.5-1.centos7.x86_64 6/92 |
| | 972 | Verifying : which-2.20-7.el7.x86_64 7/92 |
| | 973 | Verifying : groff-base-1.22.2-8.el7.x86_64 8/92 |
| | 974 | Verifying : perl-File-Temp-0.23.01-3.el7.noarch 9/92 |
| | 975 | Verifying : glibc-common-2.17-292.el7.x86_64 10/92 |
| | 976 | Verifying : perl-Socket-2.010-4.el7.x86_64 11/92 |
| | 977 | Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 12/92 |
| | 978 | Verifying : syslinux-4.05-15.el7.x86_64 13/92 |
| | 979 | Verifying : 1:perl-IPC-Cmd-0.80-4.el7.noarch 14/92 |
| | 980 | Verifying : 1:perl-Locale-Maketext-Simple-0.21-294.el7_6.noarch 15/92 |
| | 981 | Verifying : perl-File-Path-2.09-2.el7.noarch 16/92 |
| | 982 | Verifying : perl-Net-IPv4Addr-0.10-6.el7.noarch 17/92 |
| | 983 | Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 18/92 |
| | 984 | Verifying : 4:perl-devel-5.16.3-294.el7_6.x86_64 19/92 |
| | 985 | Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 20/92 |
| | 986 | Verifying : perl-JSON-PP-2.27202-2.el7.noarch 21/92 |
| | 987 | Verifying : perl-CPAN-Meta-2.120921-5.el7.noarch 22/92 |
| | 988 | Verifying : 2:perl-Module-Build-0.40.05-2.el7.noarch 23/92 |
| | 989 | Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 24/92 |
| | 990 | Verifying : slang-2.2.4-11.el7.x86_64 25/92 |
| | 991 | Verifying : bzip2-1.0.6-13.el7.x86_64 26/92 |
| | 992 | Verifying : 4:perl-libs-5.16.3-294.el7_6.x86_64 27/92 |
| | 993 | Verifying : perl-CPAN-Meta-Requirements-2.122-7.el7.noarch 28/92 |
| | 994 | Verifying : perl-IO-Interface-1.05-2.el7.x86_64 29/92 |
| | 995 | Verifying : dosfstools-3.0.20-10.el7.x86_64 30/92 |
| | 996 | Verifying : 1:perl-ExtUtils-ParseXS-3.18-3.el7.noarch 31/92 |
| | 997 | Verifying : perl-ExtUtils-Install-1.58-294.el7_6.noarch 32/92 |
| | 998 | Verifying : perl-MondoRescue-3.2.2-1.centos7.noarch 33/92 |
| | 999 | Verifying : perl-Pod-Usage-1.63-3.el7.noarch 34/92 |
| | 1000 | Verifying : mindi-busybox-1.21.1-1.centos7.x86_64 35/92 |
| | 1001 | Verifying : perl-Encode-2.51-7.el7.x86_64 36/92 |
| | 1002 | Verifying : perl-threads-1.87-4.el7.x86_64 37/92 |
| | 1003 | Verifying : perl-Getopt-Long-2.40-3.el7.noarch 38/92 |
| | 1004 | Verifying : perl-Digest-1.17-245.el7.noarch 39/92 |
| | 1005 | Verifying : perl-Test-Harness-3.28-3.el7.noarch 40/92 |
| | 1006 | Verifying : glibc-headers-2.17-292.el7.x86_64 41/92 |
| | 1007 | Verifying : libdb-devel-5.3.21-25.el7.x86_64 42/92 |
| | 1008 | Verifying : perl-threads-shared-1.43-6.el7.x86_64 43/92 |
| | 1009 | Verifying : perl-Storable-2.45-3.el7.x86_64 44/92 |
| | 1010 | Verifying : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch 45/92 |
| | 1011 | Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 46/92 |
| | 1012 | Verifying : gdbm-devel-1.10-8.el7.x86_64 47/92 |
| | 1013 | Verifying : perl-CPAN-Meta-YAML-0.008-14.el7.noarch 48/92 |
| | 1014 | Verifying : 1:perl-parent-0.225-244.el7.noarch 49/92 |
| | 1015 | Verifying : 1:perl-Params-Check-0.38-2.el7.noarch 50/92 |
| | 1016 | Verifying : perl-Module-Load-Conditional-0.54-3.el7.noarch 51/92 |
| | 1017 | Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 52/92 |
| | 1018 | Verifying : 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch 53/92 |
| | 1019 | Verifying : mtools-4.0.18-5.el7.x86_64 54/92 |
| | 1020 | Verifying : 4:perl-5.16.3-294.el7_6.x86_64 55/92 |
| | 1021 | Verifying : glibc-devel-2.17-292.el7.x86_64 56/92 |
| | 1022 | Verifying : perl-Carp-1.26-244.el7.noarch 57/92 |
| | 1023 | Verifying : libdb-5.3.21-25.el7.x86_64 58/92 |
| | 1024 | Verifying : kernel-headers-3.10.0-1062.1.1.el7.x86_64 59/92 |
| | 1025 | Verifying : perl-podlators-2.5.1-3.el7.noarch 60/92 |
| | 1026 | Verifying : 1:perl-Module-Load-0.24-3.el7.noarch 61/92 |
| | 1027 | Verifying : perl-Filter-1.49-3.el7.x86_64 62/92 |
| | 1028 | Verifying : perl-ProjectBuilder-0.15.2-1.centos7.noarch 63/92 |
| | 1029 | Verifying : genisoimage-1.1.11-25.el7.x86_64 64/92 |
| | 1030 | Verifying : perl-Module-Metadata-1.000018-2.el7.noarch 65/92 |
| | 1031 | Verifying : libusal-1.1.11-25.el7.x86_64 66/92 |
| | 1032 | Verifying : perl-Perl-OSType-1.003-3.el7.noarch 67/92 |
| | 1033 | Verifying : 1:perl-ExtUtils-CBuilder-0.28.2.6-294.el7_6.noarch 68/92 |
| | 1034 | Verifying : systemtap-sdt-devel-4.0-9.el7.x86_64 69/92 |
| | 1035 | Verifying : parted-3.1-31.el7.x86_64 70/92 |
| | 1036 | Verifying : perl-Exporter-5.68-3.el7.noarch 71/92 |
| | 1037 | Verifying : perl-constant-1.27-2.el7.noarch 72/92 |
| | 1038 | Verifying : perl-PathTools-3.40-5.el7.x86_64 73/92 |
| | 1039 | Verifying : pyparsing-1.5.6-9.el7.noarch 74/92 |
| | 1040 | Verifying : perl-YAML-0.84-5.el7.noarch 75/92 |
| | 1041 | Verifying : mondo-3.2.2-1.centos7.x86_64 76/92 |
| | 1042 | Verifying : newt-0.52.15-4.el7.x86_64 77/92 |
| | 1043 | Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 78/92 |
| | 1044 | Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 79/92 |
| | 1045 | Verifying : perl-Time-Local-1.2300-2.el7.noarch 80/92 |
| | 1046 | Verifying : wodim-1.1.11-25.el7.x86_64 81/92 |
| | 1047 | Verifying : 4:perl-macros-5.16.3-294.el7_6.x86_64 82/92 |
| | 1048 | Verifying : 3:perl-version-0.99.07-3.el7.x86_64 83/92 |
| | 1049 | Verifying : buffer-1.19-8.centos7.x86_64 84/92 |
| | 1050 | Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 85/92 |
| | 1051 | Verifying : glibc-2.17-292.el7.x86_64 86/92 |
| | 1052 | Verifying : 1:perl-Module-CoreList-2.76.02-294.el7_6.noarch 87/92 |
| | 1053 | Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 88/92 |
| | 1054 | Verifying : libdb-utils-5.3.21-24.el7.x86_64 89/92 |
| | 1055 | Verifying : glibc-2.17-260.el7.x86_64 90/92 |
| | 1056 | Verifying : libdb-5.3.21-24.el7.x86_64 91/92 |
| | 1057 | Verifying : glibc-common-2.17-260.el7.x86_64 92/92 |
| | 1058 | |
| | 1059 | Installed: |
| | 1060 | mondo.x86_64 0:3.2.2-1.centos7 |
| | 1061 | |
| | 1062 | Dependency Installed: |
| | 1063 | afio.x86_64 0:2.5-1.centos7 buffer.x86_64 0:1.19-8.centos7 bzip2.x86_64 0:1.0.6-13.el7 dosfstools.x86_64 0:3.0.20-10.el7 |
| | 1064 | gdbm-devel.x86_64 0:1.10-8.el7 genisoimage.x86_64 0:1.1.11-25.el7 glibc-devel.x86_64 0:2.17-292.el7 glibc-headers.x86_64 0:2.17-292.el7 |
| | 1065 | groff-base.x86_64 0:1.22.2-8.el7 kernel-headers.x86_64 0:3.10.0-1062.1.1.el7 libdb-devel.x86_64 0:5.3.21-25.el7 libusal.x86_64 0:1.1.11-25.el7 |
| | 1066 | mindi.x86_64 0:3.0.2-1.centos7 mindi-busybox.x86_64 0:1.21.1-1.centos7 mtools.x86_64 0:4.0.18-5.el7 net-tools.x86_64 0:2.0-0.25.20131004git.el7 |
| | 1067 | newt.x86_64 0:0.52.15-4.el7 parted.x86_64 0:3.1-31.el7 perl.x86_64 4:5.16.3-294.el7_6 perl-CPAN-Meta.noarch 0:2.120921-5.el7 |
| | 1068 | perl-CPAN-Meta-Requirements.noarch 0:2.122-7.el7 perl-CPAN-Meta-YAML.noarch 0:0.008-14.el7 perl-Carp.noarch 0:1.26-244.el7 perl-Data-Dumper.x86_64 0:2.145-3.el7 |
| | 1069 | perl-Digest.noarch 0:1.17-245.el7 perl-Digest-MD5.x86_64 0:2.52-3.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 |
| | 1070 | perl-ExtUtils-CBuilder.noarch 1:0.28.2.6-294.el7_6 perl-ExtUtils-Install.noarch 0:1.58-294.el7_6 perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 |
| | 1071 | perl-ExtUtils-ParseXS.noarch 1:3.18-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 |
| | 1072 | perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-IO-Interface.x86_64 0:1.05-2.el7 perl-IPC-Cmd.noarch 1:0.80-4.el7 |
| | 1073 | perl-JSON-PP.noarch 0:2.27202-2.el7 perl-Locale-Maketext.noarch 0:1.23-3.el7 perl-Locale-Maketext-Simple.noarch 1:0.21-294.el7_6 perl-Module-Build.noarch 2:0.40.05-2.el7 |
| | 1074 | perl-Module-CoreList.noarch 1:2.76.02-294.el7_6 perl-Module-Load.noarch 1:0.24-3.el7 perl-Module-Load-Conditional.noarch 0:0.54-3.el7 perl-Module-Metadata.noarch 0:1.000018-2.el7 |
| | 1075 | perl-Module-ScanDeps.noarch 0:1.10-3.el7 perl-MondoRescue.noarch 0:3.2.2-1.centos7 perl-Net-IPv4Addr.noarch 0:0.10-6.el7 perl-Params-Check.noarch 1:0.38-2.el7 |
| | 1076 | perl-Parse-CPAN-Meta.noarch 1:1.4404-5.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Perl-OSType.noarch 0:1.003-3.el7 perl-Pod-Escapes.noarch 1:1.04-294.el7_6 |
| | 1077 | perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-ProjectBuilder.noarch 0:0.15.2-1.centos7 |
| | 1078 | perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-4.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 |
| | 1079 | perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-YAML.noarch 0:0.84-5.el7 |
| | 1080 | perl-constant.noarch 0:1.27-2.el7 perl-devel.x86_64 4:5.16.3-294.el7_6 perl-libs.x86_64 4:5.16.3-294.el7_6 perl-macros.x86_64 4:5.16.3-294.el7_6 |
| | 1081 | perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 |
| | 1082 | perl-version.x86_64 3:0.99.07-3.el7 pyparsing.noarch 0:1.5.6-9.el7 slang.x86_64 0:2.2.4-11.el7 syslinux.x86_64 0:4.05-15.el7 |
| | 1083 | systemtap-sdt-devel.x86_64 0:4.0-9.el7 which.x86_64 0:2.20-7.el7 wodim.x86_64 0:1.1.11-25.el7 |
| | 1084 | |
| | 1085 | Dependency Updated: |
| | 1086 | glibc.x86_64 0:2.17-292.el7 glibc-common.x86_64 0:2.17-292.el7 libdb.x86_64 0:5.3.21-25.el7 libdb-utils.x86_64 0:5.3.21-25.el7 |
| | 1087 | |
| | 1088 | Complete! |
| | 1089 | [root@fe4902a26572 /]# mondoarchive --version |
| | 1090 | mondoarchive v3.2.2-r3685 |
| | 1091 | See man page for help |
| | 1092 | }}} |