Installing Programs with Yum
Clash Royale CLAN TAG#URR8PPP
I have CentOS installed machine. When i try to runsudo yum install vernemq-1.7.0-1.el7.centos.x86_64.rpm
command for installing some programs, it gives me error :
Loaded plugins: fastestmirror, security
Setting up Install Process
Examining vernemq-1.7.0.centos7.x86_64.rpm: vernemq-1.7.0-1.el7.x86_64
Marking vernemq-1.7.0.centos7.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
* base: mirror.alastyr.com
* epel: mirror.veriteknik.net.tr
* extras: mirror.fibersunucu.com.tr
* updates: mirror.fibersunucu.com.tr
Resolving Dependencies
--> Running transaction check
---> Package vernemq.x86_64 0:1.7.0-1.el7 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.14)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
So, I didn't figure out why i am getting this error.
centos yum
add a comment |
I have CentOS installed machine. When i try to runsudo yum install vernemq-1.7.0-1.el7.centos.x86_64.rpm
command for installing some programs, it gives me error :
Loaded plugins: fastestmirror, security
Setting up Install Process
Examining vernemq-1.7.0.centos7.x86_64.rpm: vernemq-1.7.0-1.el7.x86_64
Marking vernemq-1.7.0.centos7.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
* base: mirror.alastyr.com
* epel: mirror.veriteknik.net.tr
* extras: mirror.fibersunucu.com.tr
* updates: mirror.fibersunucu.com.tr
Resolving Dependencies
--> Running transaction check
---> Package vernemq.x86_64 0:1.7.0-1.el7 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.14)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
So, I didn't figure out why i am getting this error.
centos yum
2
"You could try...." Please tell us what have you done about it.
– Rui F Ribeiro
Feb 13 at 9:50
Are you using CentOS 7 withglibc-devel-2.17
andopenssl-devel-1.0.2k
or1.0.1
installed?
– Nasir Riley
Feb 13 at 12:19
add a comment |
I have CentOS installed machine. When i try to runsudo yum install vernemq-1.7.0-1.el7.centos.x86_64.rpm
command for installing some programs, it gives me error :
Loaded plugins: fastestmirror, security
Setting up Install Process
Examining vernemq-1.7.0.centos7.x86_64.rpm: vernemq-1.7.0-1.el7.x86_64
Marking vernemq-1.7.0.centos7.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
* base: mirror.alastyr.com
* epel: mirror.veriteknik.net.tr
* extras: mirror.fibersunucu.com.tr
* updates: mirror.fibersunucu.com.tr
Resolving Dependencies
--> Running transaction check
---> Package vernemq.x86_64 0:1.7.0-1.el7 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.14)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
So, I didn't figure out why i am getting this error.
centos yum
I have CentOS installed machine. When i try to runsudo yum install vernemq-1.7.0-1.el7.centos.x86_64.rpm
command for installing some programs, it gives me error :
Loaded plugins: fastestmirror, security
Setting up Install Process
Examining vernemq-1.7.0.centos7.x86_64.rpm: vernemq-1.7.0-1.el7.x86_64
Marking vernemq-1.7.0.centos7.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
* base: mirror.alastyr.com
* epel: mirror.veriteknik.net.tr
* extras: mirror.fibersunucu.com.tr
* updates: mirror.fibersunucu.com.tr
Resolving Dependencies
--> Running transaction check
---> Package vernemq.x86_64 0:1.7.0-1.el7 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: vernemq-1.7.0-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: vernemq-1.7.0-1.el7.x86_64 (/vernemq-1.7.0.centos7.x86_64)
Requires: libc.so.6(GLIBC_2.14)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
So, I didn't figure out why i am getting this error.
centos yum
centos yum
edited Feb 13 at 11:55
Community♦
1
1
asked Feb 13 at 9:47
user336642user336642
1
1
2
"You could try...." Please tell us what have you done about it.
– Rui F Ribeiro
Feb 13 at 9:50
Are you using CentOS 7 withglibc-devel-2.17
andopenssl-devel-1.0.2k
or1.0.1
installed?
– Nasir Riley
Feb 13 at 12:19
add a comment |
2
"You could try...." Please tell us what have you done about it.
– Rui F Ribeiro
Feb 13 at 9:50
Are you using CentOS 7 withglibc-devel-2.17
andopenssl-devel-1.0.2k
or1.0.1
installed?
– Nasir Riley
Feb 13 at 12:19
2
2
"You could try...." Please tell us what have you done about it.
– Rui F Ribeiro
Feb 13 at 9:50
"You could try...." Please tell us what have you done about it.
– Rui F Ribeiro
Feb 13 at 9:50
Are you using CentOS 7 with
glibc-devel-2.17
and openssl-devel-1.0.2k
or 1.0.1
installed?– Nasir Riley
Feb 13 at 12:19
Are you using CentOS 7 with
glibc-devel-2.17
and openssl-devel-1.0.2k
or 1.0.1
installed?– Nasir Riley
Feb 13 at 12:19
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500363%2finstalling-programs-with-yum%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500363%2finstalling-programs-with-yum%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
"You could try...." Please tell us what have you done about it.
– Rui F Ribeiro
Feb 13 at 9:50
Are you using CentOS 7 with
glibc-devel-2.17
andopenssl-devel-1.0.2k
or1.0.1
installed?– Nasir Riley
Feb 13 at 12:19