Skip to content

Instantly share code, notes, and snippets.

@mighteejim
Created October 3, 2016 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mighteejim/aebeadb3066daa1b62b7a5b33ecbd428 to your computer and use it in GitHub Desktop.
Save mighteejim/aebeadb3066daa1b62b7a5b33ecbd428 to your computer and use it in GitHub Desktop.
# yum update
Loaded plugins: fastestmirror
epel/x86_64/metalink | 9.8 kB 00:00
epel | 4.3 kB 00:00
(1/3): epel/x86_64/primary_db | 4.2 MB 00:00
(2/3): epel/x86_64/group_gz | 170 kB 00:00
(3/3): epel/x86_64/updateinfo | 622 kB 00:01
Loading mirror speeds from cached hostfile
* base: mirrors.linode.com
* epel: mirror.math.princeton.edu
* extras: mirrors.linode.com
* updates: mirrors.linode.com
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-6 will be updated
---> Package epel-release.noarch 0:7-8 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
epel-release noarch 7-8 epel 14 k
Transaction Summary
================================================================================
Upgrade 1 Package
Total download size: 14 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
warning: /var/cache/yum/x86_64/7/epel/packages/epel-release-7-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for epel-release-7-8.noarch.rpm is not installed
epel-release-7-8.noarch.rpm | 14 kB 00:00
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Importing GPG key 0x352C64E5:
Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
Package : epel-release-7-6.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Is this ok [y/N]: y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : epel-release-7-8.noarch 1/2
Cleanup : epel-release-7-6.noarch 2/2
Verifying : epel-release-7-8.noarch 1/2
Verifying : epel-release-7-6.noarch 2/2
Updated:
epel-release.noarch 0:7-8
Complete!
[root@li1029-176 ~]# yum install exim
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.linode.com
* epel: mirror.cs.princeton.edu
* extras: mirrors.linode.com
* updates: mirrors.linode.com
Resolving Dependencies
--> Running transaction check
---> Package exim.x86_64 0:4.84.2-2.el7 will be installed
--> Processing Dependency: libgsasl.so.7(LIBGSASL_1.1)(64bit) for package: exim-4.84.2-2.el7.x86_64
--> Processing Dependency: libgsasl.so.7()(64bit) for package: exim-4.84.2-2.el7.x86_64
--> Running transaction check
---> Package libgsasl.x86_64 0:1.8.0-2.el7 will be installed
--> Processing Dependency: libntlm.so.0()(64bit) for package: libgsasl-1.8.0-2.el7.x86_64
--> Running transaction check
---> Package libntlm.x86_64 0:1.3-6.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
exim x86_64 4.84.2-2.el7 epel 1.3 M
Installing for dependencies:
libgsasl x86_64 1.8.0-2.el7 epel 127 k
libntlm x86_64 1.3-6.el7 base 44 k
Transaction Summary
================================================================================
Install 1 Package (+2 Dependent packages)
Total download size: 1.5 M
Installed size: 4.5 M
Is this ok [y/d/N]: y
Downloading packages:
(1/3): exim-4.84.2-2.el7.x86_64.rpm | 1.3 MB 00:00:00
(2/3): libgsasl-1.8.0-2.el7.x86_64.rpm | 127 kB 00:00:00
(3/3): libntlm-1.3-6.el7.x86_64.rpm | 44 kB 00:00:00
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 6.8 MB/s | 1.5 MB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libntlm-1.3-6.el7.x86_64 1/3
Installing : libgsasl-1.8.0-2.el7.x86_64 2/3
Installing : exim-4.84.2-2.el7.x86_64 3/3
Verifying : libgsasl-1.8.0-2.el7.x86_64 1/3
Verifying : libntlm-1.3-6.el7.x86_64 2/3
Verifying : exim-4.84.2-2.el7.x86_64 3/3
Installed:
exim.x86_64 0:4.84.2-2.el7
Dependency Installed:
libgsasl.x86_64 0:1.8.0-2.el7 libntlm.x86_64 0:1.3-6.el7
Complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment