Sponsored Content
Full Discussion: Upgrading os to redhat 5.8
Top Forums UNIX for Dummies Questions & Answers Upgrading os to redhat 5.8 Post 302753255 by adam25ca on Tuesday 8th of January 2013 10:19:36 AM
Old 01-08-2013
Upgrading os to redhat 5.8

Hello All,

I am trying to upgrade redhat from 5.6 to 5.8.
When i use
Code:
yum update -y

it installs 5.9
I dont want 5.9, instead i would like to upgrade to 5.8
is there anyway to specify a version when you are doing
Code:
yum update

? thanks

Moderator's Comments:
Mod Comment Continue here.

Last edited by radoulov; 01-08-2013 at 12:13 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Upgrading Redhat 7.1 --> 7.2

Is there any possible way to upgrade Linux Red Hat 7.1 into 7.2 and if it is, please inform me how to do that.. Thanx forwardly:) (2 Replies)
Discussion started by: Ozzy20
2 Replies

2. HP-UX

Upgrading a B1000

Hi all I have a HP B1000 with HP-UX 11 installed but recently I have aqquired 11i on CD, after reading the documentation it states that 11i can be installed on a B1000 with a firmware update, which is included on the 11i media, but I have been told it will be impossible to install 11i on my... (3 Replies)
Discussion started by: NemesisXP
3 Replies

3. AIX

Upgrading from 5.1.0.0 to 5.2.0.0

As a fairly new Administrator to AIX i am a little leary of the OS upgrade I need to do on one of our servers. I have already upgraded the microcode to the lastest level and now need to do the OS. I have the docs and discs from IBM and have determined that I dont want to do a new installation but... (5 Replies)
Discussion started by: Target
5 Replies

4. Solaris

Upgrading SSH

Hi, I have a sun box with Solaris 9 installed on it. The SSH version is Sun_SSH_1.0 but I need to upgrade it to Sun_SSH_1.1. Do I have to remove the SSH packages totally or is there any other alternative. Thanks, rte (0 Replies)
Discussion started by: run_time_error
0 Replies

5. Solaris

upgrading java

Hi there I have been tasked with upgrading java on one of our boxes to version 6.0 or later (package version 1.5 or later someone told me). but ive been trying to find the SUNW package for this and cant see it, so I checked pkginfo for installed package and there isnt one ....even though java is... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

6. Red Hat

upgrading packages

Hello, I am using Redhat Linux Enterprise 4 AS. To upgrade NFS, I had to browse the internet and finally I got the latest rpm https://rhn.redhat.com/errata/RHBA-2005-727.html That was a time-consuming procedure. On Solaris, I am used to go to sunfreeware.sun.com and download the latest... (3 Replies)
Discussion started by: melanie_pfefer
3 Replies

7. AIX

Upgrading OS from 5.2 to 5.3

We currently have test and production servers running AIX 5.2, DB2 8.1(Prod), DB2 8.2(Test),Websphere 6.1 on both. We need to upgrade to DB2 to version 9, but to do that we also need to upgrade the operating system to 5.3 and go from 32 bit kernel to 64 bit kernal. Looking for information on any... (3 Replies)
Discussion started by: jyoung
3 Replies

8. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

9. Shell Programming and Scripting

For loop after upgrading

Hello everybody, I upgraded from Ubuntu 12.04 to 14.04, so some of my scripts in bash does NOT work, for example: #!/bin/bash # Some codes goes here for ((offset=$thumbStart; offset<=$thumbEnd; offset+=10)) # LINE 459 do printf -v outfile... (16 Replies)
Discussion started by: Abu Rayane
16 Replies

10. AIX

Problem Upgrading OS

Hi I've just upgraded OS - using "Migration with nimadm". The Nim master is a Power 6 server, and the source is 6100-09-04-1441. The migration was successful with a Power 6 - Nim client, but there was a problem with Power 5 - Nim client : the OS remained 6100-00-09-0920 icapp1:/]oslevel -s... (1 Reply)
Discussion started by: bobochacha29
1 Replies
YUM-CHANGELOG(1)						   User Manuals 						  YUM-CHANGELOG(1)

NAME
yum-changelog SYNOPSIS
The yum-changelog package DESCRIPTION
yum-changelog(1) is a Yum plugin for viewing package changelogs before/after updating. yum will invoke yum-changelog(1) plugin if the --changelog option or the changelog command is used with yum. OPTIONS
--changelog Show changelog delta of updated packages COMMANDS
changelog Show changelog data of packages listed (same format as the list command). The first argument is required and is either "all" for all the changelog entries, a date for the changelog entries since a specified point in time or a number for a given number of changelog entries. FILES
/etc/yum/pluginconf.d/changelog.conf The system wide configuration file. See yum-changelog.conf(5) for more information. EXAMPLES
# yum changelog 2008-Jan yum* Listing changelogs since: 2008-01-18 yum-versionlock-1.1.11-1.fc8.noarch installed * Wed Jan 30 17:00:00 2008 Tim Lauridsen <timlau@fedoraproject.org> - mark as 1.1.11 changelog stats. 33 pkgs, 12 source pkgs, 1 changelog # yum update ktechlab --changelog Loading "changelog" plugin Setting up Update Process Setting up repositories [..] Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package ktechlab.i386 0:0.3-6 set to be updated --> Running transaction check Changes in packages about to be updated: ktechlab - 0.3-6.i386 * Wed Nov 22 23:00:00 2006 Chitlesh Goorah - 0.3-6 - Rebuilt due to new gpsim-devel release BUGS
There are of course no bugs, but should you find any, you should first consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if unsuccessful in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report for all other bugs. AVAILABILITY
yum-changelog is available via: # yum install yum-changelog AUTHORS
Chitlesh Goorah <chitlesh@fedoraproject.org> Panu Matilainen <pmatilai@laiskiainen.org> James Antill <james@and.org> SEE ALSO
yum(1) 08 February 2007 YUM-CHANGELOG(1)
All times are GMT -4. The time now is 04:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy