Last active
November 20, 2020 00:05
-
-
Save tanksuzuki/cbef7abfa70888895534 to your computer and use it in GitHub Desktop.
yum install supervisor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@a59c35ad939a /]# yum install epel-release | |
Loaded plugins: fastestmirror | |
Setting up Install Process | |
Loading mirror speeds from cached hostfile | |
* base: ftp.riken.jp | |
* extras: ftp.riken.jp | |
* rpmforge: ftp.riken.jp | |
* updates: ftp.riken.jp | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package epel-release.noarch 0:6-8 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
========================================================================================================================================================================= | |
Package Arch Version Repository Size | |
========================================================================================================================================================================= | |
Installing: | |
epel-release noarch 6-8 extras 14 k | |
Transaction Summary | |
========================================================================================================================================================================= | |
Install 1 Package(s) | |
Total download size: 14 k | |
Installed size: 22 k | |
Is this ok [y/N]: y | |
Downloading Packages: | |
epel-release-6-8.noarch.rpm | 14 kB 00:00 | |
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY | |
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 | |
Importing GPG key 0xC105B9DE: | |
Userid : CentOS-6 Key (CentOS 6 Official Signing Key) <[email protected]> | |
Package: centos-release-6-6.el6.centos.12.2.x86_64 (@CentOS/$releasever) | |
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 | |
Is this ok [y/N]: y | |
Running rpm_check_debug | |
Running Transaction Test | |
Transaction Test Succeeded | |
Running Transaction | |
Warning: RPMDB altered outside of yum. | |
Installing : epel-release-6-8.noarch 1/1 | |
Verifying : epel-release-6-8.noarch 1/1 | |
Installed: | |
epel-release.noarch 0:6-8 | |
Complete! | |
[root@a59c35ad939a /]# yum install supervisor | |
Loaded plugins: fastestmirror | |
Setting up Install Process | |
Loading mirror speeds from cached hostfile | |
epel/metalink | 3.5 kB 00:00 | |
* base: ftp.riken.jp | |
* epel: ftp.iij.ad.jp | |
* extras: ftp.riken.jp | |
* rpmforge: ftp.riken.jp | |
* updates: ftp.riken.jp | |
epel | 4.4 kB 00:00 | |
epel/primary_db | 6.6 MB 00:01 | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package supervisor.noarch 0:2.1-9.el6 will be installed | |
--> Processing Dependency: python-meld3 for package: supervisor-2.1-9.el6.noarch | |
--> Running transaction check | |
---> Package python-meld3.x86_64 0:0.6.7-1.el6 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
========================================================================================================================================================================= | |
Package Arch Version Repository Size | |
========================================================================================================================================================================= | |
Installing: | |
supervisor noarch 2.1-9.el6 epel 292 k | |
Installing for dependencies: | |
python-meld3 x86_64 0.6.7-1.el6 epel 71 k | |
Transaction Summary | |
========================================================================================================================================================================= | |
Install 2 Package(s) | |
Total download size: 364 k | |
Installed size: 1.4 M | |
Is this ok [y/N]: y | |
Downloading Packages: | |
(1/2): python-meld3-0.6.7-1.el6.x86_64.rpm | 71 kB 00:00 | |
(2/2): supervisor-2.1-9.el6.noarch.rpm | 292 kB 00:00 | |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
Total 1.7 MB/s | 364 kB 00:00 | |
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY | |
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 | |
Importing GPG key 0x0608B895: | |
Userid : EPEL (6) <[email protected]> | |
Package: epel-release-6-8.noarch (@extras) | |
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 | |
Is this ok [y/N]: y | |
Running rpm_check_debug | |
Running Transaction Test | |
Transaction Test Succeeded | |
Running Transaction | |
Installing : python-meld3-0.6.7-1.el6.x86_64 1/2 | |
Installing : supervisor-2.1-9.el6.noarch 2/2 | |
Verifying : python-meld3-0.6.7-1.el6.x86_64 1/2 | |
Verifying : supervisor-2.1-9.el6.noarch 2/2 | |
Installed: | |
supervisor.noarch 0:2.1-9.el6 | |
Dependency Installed: | |
python-meld3.x86_64 0:0.6.7-1.el6 | |
Complete! | |
[root@a59c35ad939a /]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you