How to install gcov-tool to RHEL?Install older version of GLibc on RHELHow to install cpp in RHEL 6.3?install latest gcc on rhel 6 x86_64Install rcp on RHELKickstart not installing X on rhel 7.2Install KSH on RHEL 6.5Mirrors failing for RHEL 7 yum installUnable to install packages from local repo - RHEL 7.3unable to install collectd on Rhel 7Installing Cuda 10.0 for tensorflow-gpu
Is it okay to roll multiple attacks that all have advantage in one cluster?
Why did Dumbledore ignore this line?
Run Bash scripts in folder all at the same time
I make billions (#6)
Was it ever illegal to name a pig "Napoleon" in France?
How should I ask for a "pint" in countries that use metric?
Why different specifications for telescopes and binoculars?
How does the Melf's Minute Meteors spell interact with the Evocation wizard's Sculpt Spells feature?
Is it better in terms of durability to remove card+battery or to connect to charger/computer via USB-C?
First Entry Member State schengen visa
Why is the Cauchy Distribution is so useful?
Party going through airport security at separate times?
Distinguish the explanations of Galadriel's test in LotR
Why is a mixture of two normally distributed variables only bimodal if their means differ by at least two times the common standard deviation?
What was the profession 芸者 (female entertainer) called in Russia?
User Vs. Connected App
How insert vertex in face?
Is there a method for differentiating informative comments from commented out code?
Performance issue in code for reading line and testing for palindrome
Why AI became applicable only after Nvidia's chips were available?
Appropriate conduit for several data cables underground over 300' run
How do I explain that I don't want to maintain old projects?
Swapping "Good" and "Bad"
What are the consequences for a developed nation to not accept any refugees?
How to install gcov-tool to RHEL?
Install older version of GLibc on RHELHow to install cpp in RHEL 6.3?install latest gcc on rhel 6 x86_64Install rcp on RHELKickstart not installing X on rhel 7.2Install KSH on RHEL 6.5Mirrors failing for RHEL 7 yum installUnable to install packages from local repo - RHEL 7.3unable to install collectd on Rhel 7Installing Cuda 10.0 for tensorflow-gpu
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I thought that gcov-tool is part of gcc standard package, which is true for Ubuntu. But unfortunately it's not true for RHEL.
I didn't succeed to find RHEL package name to install gcov-tool. Does anybody know it?
What should I write in my terminal to get gcov-tool installed (with exactly same version, as gcc & other dev-tools)?
I've tried to install all Development Tools (yum group install "Development Tools"
), it installed successfully, but gcov-tool
wasn't installed.
There is next list of RHEL versions where I need gcov-tool:
rhel6.6-x86_64
rhel6.7-x86_64
rhel6.8-x86_64
rhel6.9-x86_64
rhel7.0-x86_64
rhel7.1-x86_64
rhel7.2-x86_64
rhel7.3-x86_64
rhel7.3-x86_64
rhel7.4-x86_64
rhel7.5-x86_64
rhel7.6-x86_64
rhel software-installation
add a comment |
I thought that gcov-tool is part of gcc standard package, which is true for Ubuntu. But unfortunately it's not true for RHEL.
I didn't succeed to find RHEL package name to install gcov-tool. Does anybody know it?
What should I write in my terminal to get gcov-tool installed (with exactly same version, as gcc & other dev-tools)?
I've tried to install all Development Tools (yum group install "Development Tools"
), it installed successfully, but gcov-tool
wasn't installed.
There is next list of RHEL versions where I need gcov-tool:
rhel6.6-x86_64
rhel6.7-x86_64
rhel6.8-x86_64
rhel6.9-x86_64
rhel7.0-x86_64
rhel7.1-x86_64
rhel7.2-x86_64
rhel7.3-x86_64
rhel7.3-x86_64
rhel7.4-x86_64
rhel7.5-x86_64
rhel7.6-x86_64
rhel software-installation
Running a search forgcov-tool
on rpm.pbone.net gives a few CentOS matches. CentOS is binary compatible with RHEL. Please edit your question and let us know exactly which version ofgcov-tool
you need and which RHEL you run (3, 4, 5, 6, 7, 8?)
– Edward
Jun 30 at 11:49
Thank you, updated. I thought there may be a unified command to install package for current version. It should be performed in AWS automatically (using python script).
– Arkady
Jun 30 at 12:20
add a comment |
I thought that gcov-tool is part of gcc standard package, which is true for Ubuntu. But unfortunately it's not true for RHEL.
I didn't succeed to find RHEL package name to install gcov-tool. Does anybody know it?
What should I write in my terminal to get gcov-tool installed (with exactly same version, as gcc & other dev-tools)?
I've tried to install all Development Tools (yum group install "Development Tools"
), it installed successfully, but gcov-tool
wasn't installed.
There is next list of RHEL versions where I need gcov-tool:
rhel6.6-x86_64
rhel6.7-x86_64
rhel6.8-x86_64
rhel6.9-x86_64
rhel7.0-x86_64
rhel7.1-x86_64
rhel7.2-x86_64
rhel7.3-x86_64
rhel7.3-x86_64
rhel7.4-x86_64
rhel7.5-x86_64
rhel7.6-x86_64
rhel software-installation
I thought that gcov-tool is part of gcc standard package, which is true for Ubuntu. But unfortunately it's not true for RHEL.
I didn't succeed to find RHEL package name to install gcov-tool. Does anybody know it?
What should I write in my terminal to get gcov-tool installed (with exactly same version, as gcc & other dev-tools)?
I've tried to install all Development Tools (yum group install "Development Tools"
), it installed successfully, but gcov-tool
wasn't installed.
There is next list of RHEL versions where I need gcov-tool:
rhel6.6-x86_64
rhel6.7-x86_64
rhel6.8-x86_64
rhel6.9-x86_64
rhel7.0-x86_64
rhel7.1-x86_64
rhel7.2-x86_64
rhel7.3-x86_64
rhel7.3-x86_64
rhel7.4-x86_64
rhel7.5-x86_64
rhel7.6-x86_64
rhel software-installation
rhel software-installation
edited Jun 30 at 13:12
Arkady
asked Jun 30 at 10:37
ArkadyArkady
1256 bronze badges
1256 bronze badges
Running a search forgcov-tool
on rpm.pbone.net gives a few CentOS matches. CentOS is binary compatible with RHEL. Please edit your question and let us know exactly which version ofgcov-tool
you need and which RHEL you run (3, 4, 5, 6, 7, 8?)
– Edward
Jun 30 at 11:49
Thank you, updated. I thought there may be a unified command to install package for current version. It should be performed in AWS automatically (using python script).
– Arkady
Jun 30 at 12:20
add a comment |
Running a search forgcov-tool
on rpm.pbone.net gives a few CentOS matches. CentOS is binary compatible with RHEL. Please edit your question and let us know exactly which version ofgcov-tool
you need and which RHEL you run (3, 4, 5, 6, 7, 8?)
– Edward
Jun 30 at 11:49
Thank you, updated. I thought there may be a unified command to install package for current version. It should be performed in AWS automatically (using python script).
– Arkady
Jun 30 at 12:20
Running a search for
gcov-tool
on rpm.pbone.net gives a few CentOS matches. CentOS is binary compatible with RHEL. Please edit your question and let us know exactly which version of gcov-tool
you need and which RHEL you run (3, 4, 5, 6, 7, 8?)– Edward
Jun 30 at 11:49
Running a search for
gcov-tool
on rpm.pbone.net gives a few CentOS matches. CentOS is binary compatible with RHEL. Please edit your question and let us know exactly which version of gcov-tool
you need and which RHEL you run (3, 4, 5, 6, 7, 8?)– Edward
Jun 30 at 11:49
Thank you, updated. I thought there may be a unified command to install package for current version. It should be performed in AWS automatically (using python script).
– Arkady
Jun 30 at 12:20
Thank you, updated. I thought there may be a unified command to install package for current version. It should be performed in AWS automatically (using python script).
– Arkady
Jun 30 at 12:20
add a comment |
2 Answers
2
active
oldest
votes
You need to install one of the devtoolset
packages via yum
. I recommend devtoolset-8
as it's the latest and it's what you'll have in Ubuntu. devtoolset-6
and devtoolset-7
also have it if you prefer one of those.
First, make sure that the rhel-server-rhscl-7-rpms
repos is enabled. You can just enable them all:
subscription-manager repos --enable rhel*
After that, install devtoolset-8
:
yum install devtoolset-8*
Then, add the gcc from devtoolset to your environment:
scl enable devtoolset-8 bash
You can then see gcov-tool
available:
which gcov-tool
It will be located in /opt/rh/devtoolset-8/root/usr/bin
.
Another way to get gcov-tool
is to build gcc
from source but that's far more complicated
No, I'm looking forgcov-tool
to mergegcda
files.gcov
can't merge them.gcov
is installed, btw, by default. Then, when I'll get merged set ofgcda
files, I will generate cobertura xml usinggcovr
, which is python wrapper overgcov
. But for merging I needgcov-tool
– Arkady
Jun 30 at 14:05
that's what I have on Ubuntu 18.04:gcov (1) - coverage testing tool
andgcov-dump (1) - offline gcda and gcno profile dump tool
andgcov-tool (1) - offline gcda profile processing tool
Sogcov-tool
is notgcov
– Arkady
Jun 30 at 14:10
In RHEL 7.4 I have justgcov (1) - coverage testing tool
, and I'm looking for a way to installgcov-tool
– Arkady
Jun 30 at 14:13
@Arkady See my edited answer.
– Nasir Riley
Jun 30 at 14:58
thank you, will try tomorrow and accept as answer if it helps
– Arkady
Jun 30 at 15:23
|
show 3 more comments
It may happen that people who will search for this solution in fact need a way to get one report from many sources.
And they meet next problems:
- among different operating systems it needs to perform different steps to achieve tools
- *.gcda from different OS or compiler versions sometimes can't be merged
- machine where you run merge may not be same machine as one where you compiled your binary (which will produce incompatible gcda's), even may not have same OS
So, general way to achieve the goal was just to convert *.gcda to any markup text format (such as html or xml) and then use one of existing tool to merge those reports, not matter where and on which OS.
This doesn't answer the question above, but this idea may be helpful for people who once meet question above.
PROS: you just forget about binary differences and OS relative tools.
CONS: size of set of *.gcda is 20-50 times less than size of it's XML representation.
add a comment |
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%2f527721%2fhow-to-install-gcov-tool-to-rhel%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to install one of the devtoolset
packages via yum
. I recommend devtoolset-8
as it's the latest and it's what you'll have in Ubuntu. devtoolset-6
and devtoolset-7
also have it if you prefer one of those.
First, make sure that the rhel-server-rhscl-7-rpms
repos is enabled. You can just enable them all:
subscription-manager repos --enable rhel*
After that, install devtoolset-8
:
yum install devtoolset-8*
Then, add the gcc from devtoolset to your environment:
scl enable devtoolset-8 bash
You can then see gcov-tool
available:
which gcov-tool
It will be located in /opt/rh/devtoolset-8/root/usr/bin
.
Another way to get gcov-tool
is to build gcc
from source but that's far more complicated
No, I'm looking forgcov-tool
to mergegcda
files.gcov
can't merge them.gcov
is installed, btw, by default. Then, when I'll get merged set ofgcda
files, I will generate cobertura xml usinggcovr
, which is python wrapper overgcov
. But for merging I needgcov-tool
– Arkady
Jun 30 at 14:05
that's what I have on Ubuntu 18.04:gcov (1) - coverage testing tool
andgcov-dump (1) - offline gcda and gcno profile dump tool
andgcov-tool (1) - offline gcda profile processing tool
Sogcov-tool
is notgcov
– Arkady
Jun 30 at 14:10
In RHEL 7.4 I have justgcov (1) - coverage testing tool
, and I'm looking for a way to installgcov-tool
– Arkady
Jun 30 at 14:13
@Arkady See my edited answer.
– Nasir Riley
Jun 30 at 14:58
thank you, will try tomorrow and accept as answer if it helps
– Arkady
Jun 30 at 15:23
|
show 3 more comments
You need to install one of the devtoolset
packages via yum
. I recommend devtoolset-8
as it's the latest and it's what you'll have in Ubuntu. devtoolset-6
and devtoolset-7
also have it if you prefer one of those.
First, make sure that the rhel-server-rhscl-7-rpms
repos is enabled. You can just enable them all:
subscription-manager repos --enable rhel*
After that, install devtoolset-8
:
yum install devtoolset-8*
Then, add the gcc from devtoolset to your environment:
scl enable devtoolset-8 bash
You can then see gcov-tool
available:
which gcov-tool
It will be located in /opt/rh/devtoolset-8/root/usr/bin
.
Another way to get gcov-tool
is to build gcc
from source but that's far more complicated
No, I'm looking forgcov-tool
to mergegcda
files.gcov
can't merge them.gcov
is installed, btw, by default. Then, when I'll get merged set ofgcda
files, I will generate cobertura xml usinggcovr
, which is python wrapper overgcov
. But for merging I needgcov-tool
– Arkady
Jun 30 at 14:05
that's what I have on Ubuntu 18.04:gcov (1) - coverage testing tool
andgcov-dump (1) - offline gcda and gcno profile dump tool
andgcov-tool (1) - offline gcda profile processing tool
Sogcov-tool
is notgcov
– Arkady
Jun 30 at 14:10
In RHEL 7.4 I have justgcov (1) - coverage testing tool
, and I'm looking for a way to installgcov-tool
– Arkady
Jun 30 at 14:13
@Arkady See my edited answer.
– Nasir Riley
Jun 30 at 14:58
thank you, will try tomorrow and accept as answer if it helps
– Arkady
Jun 30 at 15:23
|
show 3 more comments
You need to install one of the devtoolset
packages via yum
. I recommend devtoolset-8
as it's the latest and it's what you'll have in Ubuntu. devtoolset-6
and devtoolset-7
also have it if you prefer one of those.
First, make sure that the rhel-server-rhscl-7-rpms
repos is enabled. You can just enable them all:
subscription-manager repos --enable rhel*
After that, install devtoolset-8
:
yum install devtoolset-8*
Then, add the gcc from devtoolset to your environment:
scl enable devtoolset-8 bash
You can then see gcov-tool
available:
which gcov-tool
It will be located in /opt/rh/devtoolset-8/root/usr/bin
.
Another way to get gcov-tool
is to build gcc
from source but that's far more complicated
You need to install one of the devtoolset
packages via yum
. I recommend devtoolset-8
as it's the latest and it's what you'll have in Ubuntu. devtoolset-6
and devtoolset-7
also have it if you prefer one of those.
First, make sure that the rhel-server-rhscl-7-rpms
repos is enabled. You can just enable them all:
subscription-manager repos --enable rhel*
After that, install devtoolset-8
:
yum install devtoolset-8*
Then, add the gcc from devtoolset to your environment:
scl enable devtoolset-8 bash
You can then see gcov-tool
available:
which gcov-tool
It will be located in /opt/rh/devtoolset-8/root/usr/bin
.
Another way to get gcov-tool
is to build gcc
from source but that's far more complicated
edited Jul 1 at 12:55
answered Jun 30 at 13:38
Nasir RileyNasir Riley
3,5652 gold badges4 silver badges10 bronze badges
3,5652 gold badges4 silver badges10 bronze badges
No, I'm looking forgcov-tool
to mergegcda
files.gcov
can't merge them.gcov
is installed, btw, by default. Then, when I'll get merged set ofgcda
files, I will generate cobertura xml usinggcovr
, which is python wrapper overgcov
. But for merging I needgcov-tool
– Arkady
Jun 30 at 14:05
that's what I have on Ubuntu 18.04:gcov (1) - coverage testing tool
andgcov-dump (1) - offline gcda and gcno profile dump tool
andgcov-tool (1) - offline gcda profile processing tool
Sogcov-tool
is notgcov
– Arkady
Jun 30 at 14:10
In RHEL 7.4 I have justgcov (1) - coverage testing tool
, and I'm looking for a way to installgcov-tool
– Arkady
Jun 30 at 14:13
@Arkady See my edited answer.
– Nasir Riley
Jun 30 at 14:58
thank you, will try tomorrow and accept as answer if it helps
– Arkady
Jun 30 at 15:23
|
show 3 more comments
No, I'm looking forgcov-tool
to mergegcda
files.gcov
can't merge them.gcov
is installed, btw, by default. Then, when I'll get merged set ofgcda
files, I will generate cobertura xml usinggcovr
, which is python wrapper overgcov
. But for merging I needgcov-tool
– Arkady
Jun 30 at 14:05
that's what I have on Ubuntu 18.04:gcov (1) - coverage testing tool
andgcov-dump (1) - offline gcda and gcno profile dump tool
andgcov-tool (1) - offline gcda profile processing tool
Sogcov-tool
is notgcov
– Arkady
Jun 30 at 14:10
In RHEL 7.4 I have justgcov (1) - coverage testing tool
, and I'm looking for a way to installgcov-tool
– Arkady
Jun 30 at 14:13
@Arkady See my edited answer.
– Nasir Riley
Jun 30 at 14:58
thank you, will try tomorrow and accept as answer if it helps
– Arkady
Jun 30 at 15:23
No, I'm looking for
gcov-tool
to merge gcda
files. gcov
can't merge them. gcov
is installed, btw, by default. Then, when I'll get merged set of gcda
files, I will generate cobertura xml using gcovr
, which is python wrapper over gcov
. But for merging I need gcov-tool
– Arkady
Jun 30 at 14:05
No, I'm looking for
gcov-tool
to merge gcda
files. gcov
can't merge them. gcov
is installed, btw, by default. Then, when I'll get merged set of gcda
files, I will generate cobertura xml using gcovr
, which is python wrapper over gcov
. But for merging I need gcov-tool
– Arkady
Jun 30 at 14:05
that's what I have on Ubuntu 18.04:
gcov (1) - coverage testing tool
and gcov-dump (1) - offline gcda and gcno profile dump tool
and gcov-tool (1) - offline gcda profile processing tool
So gcov-tool
is not gcov
– Arkady
Jun 30 at 14:10
that's what I have on Ubuntu 18.04:
gcov (1) - coverage testing tool
and gcov-dump (1) - offline gcda and gcno profile dump tool
and gcov-tool (1) - offline gcda profile processing tool
So gcov-tool
is not gcov
– Arkady
Jun 30 at 14:10
In RHEL 7.4 I have just
gcov (1) - coverage testing tool
, and I'm looking for a way to install gcov-tool
– Arkady
Jun 30 at 14:13
In RHEL 7.4 I have just
gcov (1) - coverage testing tool
, and I'm looking for a way to install gcov-tool
– Arkady
Jun 30 at 14:13
@Arkady See my edited answer.
– Nasir Riley
Jun 30 at 14:58
@Arkady See my edited answer.
– Nasir Riley
Jun 30 at 14:58
thank you, will try tomorrow and accept as answer if it helps
– Arkady
Jun 30 at 15:23
thank you, will try tomorrow and accept as answer if it helps
– Arkady
Jun 30 at 15:23
|
show 3 more comments
It may happen that people who will search for this solution in fact need a way to get one report from many sources.
And they meet next problems:
- among different operating systems it needs to perform different steps to achieve tools
- *.gcda from different OS or compiler versions sometimes can't be merged
- machine where you run merge may not be same machine as one where you compiled your binary (which will produce incompatible gcda's), even may not have same OS
So, general way to achieve the goal was just to convert *.gcda to any markup text format (such as html or xml) and then use one of existing tool to merge those reports, not matter where and on which OS.
This doesn't answer the question above, but this idea may be helpful for people who once meet question above.
PROS: you just forget about binary differences and OS relative tools.
CONS: size of set of *.gcda is 20-50 times less than size of it's XML representation.
add a comment |
It may happen that people who will search for this solution in fact need a way to get one report from many sources.
And they meet next problems:
- among different operating systems it needs to perform different steps to achieve tools
- *.gcda from different OS or compiler versions sometimes can't be merged
- machine where you run merge may not be same machine as one where you compiled your binary (which will produce incompatible gcda's), even may not have same OS
So, general way to achieve the goal was just to convert *.gcda to any markup text format (such as html or xml) and then use one of existing tool to merge those reports, not matter where and on which OS.
This doesn't answer the question above, but this idea may be helpful for people who once meet question above.
PROS: you just forget about binary differences and OS relative tools.
CONS: size of set of *.gcda is 20-50 times less than size of it's XML representation.
add a comment |
It may happen that people who will search for this solution in fact need a way to get one report from many sources.
And they meet next problems:
- among different operating systems it needs to perform different steps to achieve tools
- *.gcda from different OS or compiler versions sometimes can't be merged
- machine where you run merge may not be same machine as one where you compiled your binary (which will produce incompatible gcda's), even may not have same OS
So, general way to achieve the goal was just to convert *.gcda to any markup text format (such as html or xml) and then use one of existing tool to merge those reports, not matter where and on which OS.
This doesn't answer the question above, but this idea may be helpful for people who once meet question above.
PROS: you just forget about binary differences and OS relative tools.
CONS: size of set of *.gcda is 20-50 times less than size of it's XML representation.
It may happen that people who will search for this solution in fact need a way to get one report from many sources.
And they meet next problems:
- among different operating systems it needs to perform different steps to achieve tools
- *.gcda from different OS or compiler versions sometimes can't be merged
- machine where you run merge may not be same machine as one where you compiled your binary (which will produce incompatible gcda's), even may not have same OS
So, general way to achieve the goal was just to convert *.gcda to any markup text format (such as html or xml) and then use one of existing tool to merge those reports, not matter where and on which OS.
This doesn't answer the question above, but this idea may be helpful for people who once meet question above.
PROS: you just forget about binary differences and OS relative tools.
CONS: size of set of *.gcda is 20-50 times less than size of it's XML representation.
answered Jul 2 at 13:57
ArkadyArkady
1256 bronze badges
1256 bronze badges
add a comment |
add a comment |
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%2f527721%2fhow-to-install-gcov-tool-to-rhel%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
Running a search for
gcov-tool
on rpm.pbone.net gives a few CentOS matches. CentOS is binary compatible with RHEL. Please edit your question and let us know exactly which version ofgcov-tool
you need and which RHEL you run (3, 4, 5, 6, 7, 8?)– Edward
Jun 30 at 11:49
Thank you, updated. I thought there may be a unified command to install package for current version. It should be performed in AWS automatically (using python script).
– Arkady
Jun 30 at 12:20