Suse: How to update a single package in SLES10 SP4
I am in the middle of an activity and have never worked with SLES10 SP4
In SLES11 zypper update glibc* updates all glibc packages .. but this is not working in SLES10 SP4 .. can someone tell me how to update a single package in SLES10 SP4
upgrade suse glibc patch sles
add a comment |
I am in the middle of an activity and have never worked with SLES10 SP4
In SLES11 zypper update glibc* updates all glibc packages .. but this is not working in SLES10 SP4 .. can someone tell me how to update a single package in SLES10 SP4
upgrade suse glibc patch sles
add a comment |
I am in the middle of an activity and have never worked with SLES10 SP4
In SLES11 zypper update glibc* updates all glibc packages .. but this is not working in SLES10 SP4 .. can someone tell me how to update a single package in SLES10 SP4
upgrade suse glibc patch sles
I am in the middle of an activity and have never worked with SLES10 SP4
In SLES11 zypper update glibc* updates all glibc packages .. but this is not working in SLES10 SP4 .. can someone tell me how to update a single package in SLES10 SP4
upgrade suse glibc patch sles
upgrade suse glibc patch sles
edited 22 mins ago
Aditya Pednekar
asked May 8 '15 at 21:25
Aditya PednekarAditya Pednekar
389
389
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Should be the same, but the glibc ghost vuln patched RPMs are only in paid support version repo LTSS included. The standard SLES 10 SP4 updates repo is end of support.
Yes i have bought Ltss support from suse. And i have still not found how to update just 1 single package .. the abve specifed by me patches the entire server :(
– Aditya Pednekar
Jun 25 '15 at 7:02
normally a "zypper update glibc*" patches only the glibc files with its required packages (rpm dependencies) from the repo. alternative you can download the glibc*.rpm files and install them directly with rpm -Uvh name1.rpm name2.rpm ... - but this is not recommended if there other rpm dependencies.
– Johannes Fuchs
Aug 19 '15 at 12:40
this should work as well: # zypper up --no-recommends glibc* and install the glibc patches without dependencies
– Johannes Fuchs
Aug 19 '15 at 12:50
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%2f202324%2fsuse-how-to-update-a-single-package-in-sles10-sp4%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
Should be the same, but the glibc ghost vuln patched RPMs are only in paid support version repo LTSS included. The standard SLES 10 SP4 updates repo is end of support.
Yes i have bought Ltss support from suse. And i have still not found how to update just 1 single package .. the abve specifed by me patches the entire server :(
– Aditya Pednekar
Jun 25 '15 at 7:02
normally a "zypper update glibc*" patches only the glibc files with its required packages (rpm dependencies) from the repo. alternative you can download the glibc*.rpm files and install them directly with rpm -Uvh name1.rpm name2.rpm ... - but this is not recommended if there other rpm dependencies.
– Johannes Fuchs
Aug 19 '15 at 12:40
this should work as well: # zypper up --no-recommends glibc* and install the glibc patches without dependencies
– Johannes Fuchs
Aug 19 '15 at 12:50
add a comment |
Should be the same, but the glibc ghost vuln patched RPMs are only in paid support version repo LTSS included. The standard SLES 10 SP4 updates repo is end of support.
Yes i have bought Ltss support from suse. And i have still not found how to update just 1 single package .. the abve specifed by me patches the entire server :(
– Aditya Pednekar
Jun 25 '15 at 7:02
normally a "zypper update glibc*" patches only the glibc files with its required packages (rpm dependencies) from the repo. alternative you can download the glibc*.rpm files and install them directly with rpm -Uvh name1.rpm name2.rpm ... - but this is not recommended if there other rpm dependencies.
– Johannes Fuchs
Aug 19 '15 at 12:40
this should work as well: # zypper up --no-recommends glibc* and install the glibc patches without dependencies
– Johannes Fuchs
Aug 19 '15 at 12:50
add a comment |
Should be the same, but the glibc ghost vuln patched RPMs are only in paid support version repo LTSS included. The standard SLES 10 SP4 updates repo is end of support.
Should be the same, but the glibc ghost vuln patched RPMs are only in paid support version repo LTSS included. The standard SLES 10 SP4 updates repo is end of support.
edited Jun 25 '15 at 8:17
Kevdog777
2,097123259
2,097123259
answered Jun 25 '15 at 6:51
Johannes FuchsJohannes Fuchs
111
111
Yes i have bought Ltss support from suse. And i have still not found how to update just 1 single package .. the abve specifed by me patches the entire server :(
– Aditya Pednekar
Jun 25 '15 at 7:02
normally a "zypper update glibc*" patches only the glibc files with its required packages (rpm dependencies) from the repo. alternative you can download the glibc*.rpm files and install them directly with rpm -Uvh name1.rpm name2.rpm ... - but this is not recommended if there other rpm dependencies.
– Johannes Fuchs
Aug 19 '15 at 12:40
this should work as well: # zypper up --no-recommends glibc* and install the glibc patches without dependencies
– Johannes Fuchs
Aug 19 '15 at 12:50
add a comment |
Yes i have bought Ltss support from suse. And i have still not found how to update just 1 single package .. the abve specifed by me patches the entire server :(
– Aditya Pednekar
Jun 25 '15 at 7:02
normally a "zypper update glibc*" patches only the glibc files with its required packages (rpm dependencies) from the repo. alternative you can download the glibc*.rpm files and install them directly with rpm -Uvh name1.rpm name2.rpm ... - but this is not recommended if there other rpm dependencies.
– Johannes Fuchs
Aug 19 '15 at 12:40
this should work as well: # zypper up --no-recommends glibc* and install the glibc patches without dependencies
– Johannes Fuchs
Aug 19 '15 at 12:50
Yes i have bought Ltss support from suse. And i have still not found how to update just 1 single package .. the abve specifed by me patches the entire server :(
– Aditya Pednekar
Jun 25 '15 at 7:02
Yes i have bought Ltss support from suse. And i have still not found how to update just 1 single package .. the abve specifed by me patches the entire server :(
– Aditya Pednekar
Jun 25 '15 at 7:02
normally a "zypper update glibc*" patches only the glibc files with its required packages (rpm dependencies) from the repo. alternative you can download the glibc*.rpm files and install them directly with rpm -Uvh name1.rpm name2.rpm ... - but this is not recommended if there other rpm dependencies.
– Johannes Fuchs
Aug 19 '15 at 12:40
normally a "zypper update glibc*" patches only the glibc files with its required packages (rpm dependencies) from the repo. alternative you can download the glibc*.rpm files and install them directly with rpm -Uvh name1.rpm name2.rpm ... - but this is not recommended if there other rpm dependencies.
– Johannes Fuchs
Aug 19 '15 at 12:40
this should work as well: # zypper up --no-recommends glibc* and install the glibc patches without dependencies
– Johannes Fuchs
Aug 19 '15 at 12:50
this should work as well: # zypper up --no-recommends glibc* and install the glibc patches without dependencies
– Johannes Fuchs
Aug 19 '15 at 12:50
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%2f202324%2fsuse-how-to-update-a-single-package-in-sles10-sp4%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