LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 06-02-2006, 03:54 AM   #1
ibex
Member
 
Registered: Apr 2006
Distribution: SUSE-10.1-32bit
Posts: 123

Rep: Reputation: 15
How to manually reinstall YaST in Suse.9.1


Hello there, thank you for checking this.
My situation is somehow critical since my YaST looks broken
in 9.1 and the iso.CD does not offer but only a new installation
mode. So, I am looking to find out how to reinstall YAST manually
(with an rpm or from source, I don't know really).

I looked at different places such as this updating site
ftp://ftp.suse.com/pub/suse/i386/9.1/
and I can see many fixes but not the main package.

Any advice or link to further info please?

ibex
 
Old 06-02-2006, 05:08 AM   #2
onjoo
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Suse 10, Suse-factory , RHEL4, SLES9, SLED10
Posts: 380

Rep: Reputation: 30
Hmm... no main package?
This is what atleast I can see at
ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586/

yast2-2.9.60-5.i586.rpm
yast2-bootloader-2.9.22-1.i586.rpm
yast2-control-center-2.9.11-3.i586.rpm
yast2-core-2.9.79-3.i586.rpm
yast2-core-devel-2.9.79-3.i586.rpm
yast2-country-2.9.19-9.i586.rpm
yast2-debugger-2.9.2-11.i586.rpm
yast2-devel-2.9.60-5.i586.rpm
yast2-ldap-2.9.10-10.i586.rpm
yast2-mouse-2.9.10-10.i586.rpm
yast2-ncurses-2.9.20-3.i586.rpm
yast2-network-2.9.32-1.i586.rpm
yast2-nis-client-2.9.15-11.i586.rpm
yast2-online-update-2.9.11-3.i586.rpm
yast2-packagemanager-2.9.37-0.i586.rpm
yast2-packagemanager-devel-2.9.37-0.i586.rpm
yast2-packager-2.9.43-3.i586.rpm
yast2-pam-2.9.10-9.i586.rpm
yast2-perl-bindings-2.9.25-8.i586.rpm
yast2-printer-2.9.23-1.i586.rpm
yast2-profile-manager-2.9.7-11.i586.rpm
yast2-qt-2.9.21-0.i586.rpm
yast2-slp-2.9.9-2.i586.rpm
yast2-sound-2.9.19-4.i586.rpm
yast2-storage-2.9.37-0.i586.rpm
yast2-transfer-2.9.2-10.i586.rpm
yast2-tune-2.9.20-10.i586.rpm
yast2-update-2.9.23-2.i586.rpm
yast2-users-2.9.27-1.i586.rpm
yast2-x11-2.9.9-10.i586.rpm
yast2-xml-2.9.8-10.i586.rpm

As you can see there is really many yast-modules to be downloaded.

But since 9.1 is so old that it doesn't have support anymore I would recommend updating to a newer version. Suse 9.3 or Suse 10.0 maybe.
 
Old 06-02-2006, 05:32 AM   #3
ibex
Member
 
Registered: Apr 2006
Distribution: SUSE-10.1-32bit
Posts: 123

Original Poster
Rep: Reputation: 15
OUaou, I didn't know that something like this is possible.
I run SUSE 10.1 only on my desktop and I am very happy with it
(found it heavy for my laptop and put the 9.1 personal) . How would
you do this kind of YaST upgrade manually?

Should I download and install them one by one and in what order?
Alternatively, would it work to use my 10.1 CD?

Thanks a lot
 
Old 06-02-2006, 06:47 AM   #4
onjoo
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Suse 10, Suse-factory , RHEL4, SLES9, SLED10
Posts: 380

Rep: Reputation: 30
For distro upgrade there are two options:

Unsafe option: Add a internet installation repository to yast/smart/yum/whatever package manager in use and update every package available

Safer option : Boot with suse 10.1 cd , start installation. The cd will ask do you want to do new installation or upgrade disto.
 
Old 06-02-2006, 07:57 AM   #5
ibex
Member
 
Registered: Apr 2006
Distribution: SUSE-10.1-32bit
Posts: 123

Original Poster
Rep: Reputation: 15
I am sorry Onjo - it seems I was not clear.
I wrote I found 10.1 "heavy for my laptop".
What I am interested in is to upgrade or
at least reinstall YaST.

Also, I wrote that my YaST is broken.
Therefore how could I ever use it to install
any packages? This is what I'm trying to do:

A manual upgrade or reinstallation of YaST.
 
Old 06-02-2006, 08:35 AM   #6
onjoo
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Suse 10, Suse-factory , RHEL4, SLES9, SLED10
Posts: 380

Rep: Reputation: 30
This is just a theoritical solution but it could work. Too tired to think of better way...

First lets download the yast2-packages.

Code:
mkdir yast
cd yast
wget ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586/yast2*.rpm
then lets reinstall the packages
with ROOT

Code:
rpm -Uvh --force *.rpm
 
Old 06-02-2006, 09:12 AM   #7
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Try the system repair first:
http://en.opensuse.org/SDB:YaST_System_Repair
There's a bug in 9.1 that doesn't show the repair option. But it's there:
http://en.opensuse.org/SDB:Selection....1_Personal%29

Last edited by abisko00; 06-02-2006 at 09:13 AM.
 
Old 06-03-2006, 06:24 AM   #8
ibex
Member
 
Registered: Apr 2006
Distribution: SUSE-10.1-32bit
Posts: 123

Original Poster
Rep: Reputation: 15
In the end I did what Onjoo suggested first as "safer option".
It worked great, yet I now run 10.1. I did not put all the packages
so my installation is minimal and light as I want it.

Many thanks to all of you,
Ibex.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PSC 2210 I know worked on SUSE 9.3 had to reinstall SUSE and now scanner problems izquierdista SUSE / openSUSE 1 02-28-2006 09:18 PM
SUSe 9.3 behind corporate firewall - how do I manually update Stephen Hicks Linux - Newbie 8 10-26-2005 03:25 PM
Manually mounting a USB stick in Suse 9.1 Celettu Linux - Hardware 4 09-14-2004 11:49 AM
manually wireless configuration on suse vera Linux - Wireless Networking 2 07-07-2004 06:07 PM
How to manually remove hardware from SuSE? TongueTied Linux - Hardware 2 05-04-2004 02:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 02:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration