How to install gnumeric on Oracle Linux 6?
Many blogs suggest sudo yum install gnumeric
and sudo yum install gnumeric.x86_64
, but to me both are giving the following message:
Loaded plugins: security, ulninfo
Setting up Install Process
No package gnumeric available.
Error: Nothing to do
I also tried to download and install gnumeric-1.12.38, goffice-0.10.38, itstool-2.0.4, rarian-0.8.1 but failed as every module has dependencies and those dependencies also have further dependencies.
How can I install these packages?
software-installation yum oracle-linux
add a comment |
Many blogs suggest sudo yum install gnumeric
and sudo yum install gnumeric.x86_64
, but to me both are giving the following message:
Loaded plugins: security, ulninfo
Setting up Install Process
No package gnumeric available.
Error: Nothing to do
I also tried to download and install gnumeric-1.12.38, goffice-0.10.38, itstool-2.0.4, rarian-0.8.1 but failed as every module has dependencies and those dependencies also have further dependencies.
How can I install these packages?
software-installation yum oracle-linux
Not sure about Oracle Linux 6, but gnumeric is shipped with the EPEL repository: fedoraproject.org/wiki/EPEL. Add that repo and install gnumeric with yum.
– Thomas
Jan 28 at 11:39
add a comment |
Many blogs suggest sudo yum install gnumeric
and sudo yum install gnumeric.x86_64
, but to me both are giving the following message:
Loaded plugins: security, ulninfo
Setting up Install Process
No package gnumeric available.
Error: Nothing to do
I also tried to download and install gnumeric-1.12.38, goffice-0.10.38, itstool-2.0.4, rarian-0.8.1 but failed as every module has dependencies and those dependencies also have further dependencies.
How can I install these packages?
software-installation yum oracle-linux
Many blogs suggest sudo yum install gnumeric
and sudo yum install gnumeric.x86_64
, but to me both are giving the following message:
Loaded plugins: security, ulninfo
Setting up Install Process
No package gnumeric available.
Error: Nothing to do
I also tried to download and install gnumeric-1.12.38, goffice-0.10.38, itstool-2.0.4, rarian-0.8.1 but failed as every module has dependencies and those dependencies also have further dependencies.
How can I install these packages?
software-installation yum oracle-linux
software-installation yum oracle-linux
edited Jan 28 at 12:53
Jeff Schaller
40.9k1056131
40.9k1056131
asked Jan 28 at 4:01
AbhishekAbhishek
13
13
Not sure about Oracle Linux 6, but gnumeric is shipped with the EPEL repository: fedoraproject.org/wiki/EPEL. Add that repo and install gnumeric with yum.
– Thomas
Jan 28 at 11:39
add a comment |
Not sure about Oracle Linux 6, but gnumeric is shipped with the EPEL repository: fedoraproject.org/wiki/EPEL. Add that repo and install gnumeric with yum.
– Thomas
Jan 28 at 11:39
Not sure about Oracle Linux 6, but gnumeric is shipped with the EPEL repository: fedoraproject.org/wiki/EPEL. Add that repo and install gnumeric with yum.
– Thomas
Jan 28 at 11:39
Not sure about Oracle Linux 6, but gnumeric is shipped with the EPEL repository: fedoraproject.org/wiki/EPEL. Add that repo and install gnumeric with yum.
– Thomas
Jan 28 at 11:39
add a comment |
1 Answer
1
active
oldest
votes
@Thomas's comment pointed me in the right direction.
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
sudo yum install epel-release
sudo yum install gnumeric
installed the gnumeric.
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%2f497118%2fhow-to-install-gnumeric-on-oracle-linux-6%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
@Thomas's comment pointed me in the right direction.
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
sudo yum install epel-release
sudo yum install gnumeric
installed the gnumeric.
add a comment |
@Thomas's comment pointed me in the right direction.
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
sudo yum install epel-release
sudo yum install gnumeric
installed the gnumeric.
add a comment |
@Thomas's comment pointed me in the right direction.
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
sudo yum install epel-release
sudo yum install gnumeric
installed the gnumeric.
@Thomas's comment pointed me in the right direction.
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
sudo yum install epel-release
sudo yum install gnumeric
installed the gnumeric.
edited Jan 31 at 0:21
answered Jan 30 at 19:27
AbhishekAbhishek
13
13
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%2f497118%2fhow-to-install-gnumeric-on-oracle-linux-6%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
Not sure about Oracle Linux 6, but gnumeric is shipped with the EPEL repository: fedoraproject.org/wiki/EPEL. Add that repo and install gnumeric with yum.
– Thomas
Jan 28 at 11:39