LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-11-2008, 03:50 AM   #1
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Rep: Reputation: 15
Lightbulb Sick of YaST, help me install something new?


I've been trying to install an alternate rpm, like smart for example, but I'm having some problems here and there.
So I was wondering if you guys could help me.

First, I'd like to know what you'd recommend that I replace YaST with,
and maybe then could you guys help me out with the specific commands?
When I was doing commands to install smart it seemed to be going well but then halfway through it kept saying things like

Code:
bash: smart: command not found
Help?
 
Old 07-11-2008, 04:10 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
What version of SUSE are you using? The packaging tools in openSUSE 11 have vastly improved and I personally don't see the point of using SMART in this release. As for the command not found error, are you sure the SMART installation finished successfully and were you root when you tried to run SMART.
 
Old 07-11-2008, 04:21 AM   #3
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
If you want to replace YaST I would recommend using another flavor of distro. YaST from Suse 10.2 and later is fixed as long as you turn off the Zen update. It might work also if you have hours to wait on it. The one problem is that YaST will install a lot of packages to solve dependences that you do not ask for but if you accept you usually will not end up with any problems. The dependences will make the distro fat but default installation is already fat. I have nine distros installed and love a piece of each one but if I had to live with just one it would have to be the Suse.
 
Old 07-11-2008, 02:08 PM   #4
df6269
LQ Newbie
 
Registered: Jul 2008
Location: Taiwan
Distribution: openSUSE 10.3, 11.0, FreeBSD 6.3, 7.0, OpenBSD 4.1
Posts: 26

Rep: Reputation: 15
You can try to zypper.

Last edited by Tinkster; 07-11-2008 at 06:31 PM. Reason: every post of his leads to his blog
 
Old 07-11-2008, 02:13 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
PCLOS uses Synaptic to manage RPM packages. Thus it should be possible to use Synaptic on SUSE.

I now prefer CLI package management--especially the Pacman system in Arch.
 
Old 07-11-2008, 05:36 PM   #6
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by reddazz View Post
What version of SUSE are you using? The packaging tools in openSUSE 11 have vastly improved and I personally don't see the point of using SMART in this release. As for the command not found error, are you sure the SMART installation finished successfully and were you root when you tried to run SMART.
I am using version 10.3, and yes I am sure.
 
Old 07-11-2008, 05:37 PM   #7
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Larry Webb View Post
If you want to replace YaST I would recommend using another flavor of distro. YaST from Suse 10.2 and later is fixed as long as you turn off the Zen update. It might work also if you have hours to wait on it. The one problem is that YaST will install a lot of packages to solve dependences that you do not ask for but if you accept you usually will not end up with any problems. The dependences will make the distro fat but default installation is already fat. I have nine distros installed and love a piece of each one but if I had to live with just one it would have to be the Suse.
The main problem with my YaST is that every single time I try to install anything it freezes. I've tried everything possible and still nothing works. I don't know how to fix it.
 
Old 07-11-2008, 07:46 PM   #8
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
What are the specs on your computer. Describe where you are and what you are trying to do when it freezes.
 
Old 07-12-2008, 01:05 AM   #9
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: NC
Distribution: Slackware64 15.0
Posts: 154

Rep: Reputation: 21
Hey InfinitePalindrome...

If you REALLY want to replace YaST2 (which I DO NOT recommend), I used YumEx on openSUSE at one time, had great results ...oh yeah did you ever get Wine installed?
 
Old 07-12-2008, 03:17 PM   #10
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fedoralinuxjunkie View Post
Hey InfinitePalindrome...

If you REALLY want to replace YaST2 (which I DO NOT recommend), I used YumEx on openSUSE at one time, had great results ...oh yeah did you ever get Wine installed?
No I did not. It froze again. I even know how to install the files that I couldn't before, but it just won't stop freezing. How do I install YumEx?
 
Old 07-13-2008, 04:49 PM   #11
InfinitePalindrome
Member
 
Registered: Jun 2008
Distribution: SuSE
Posts: 53

Original Poster
Rep: Reputation: 15
Anyone know how to install YumEx?
 
Old 12-09-2008, 04:39 PM   #12
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: NC
Distribution: Slackware64 15.0
Posts: 154

Rep: Reputation: 21
To install YumEx:

1. Open a terminal.
2. type:
Code:
su
and enter your root password.
3. type
Code:
zypper install yumex
4. type
Code:
yes
to install the dependencies and continue with the install.
5. Your done

Hope that helps
 
  


Reply

Tags
apt, install, rpm, rpms, smart, yast



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
No way to install packages with YAST install/remove riba43 SUSE / openSUSE 1 11-22-2006 02:54 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM
where does yast install to? liquidjojo Linux - Software 5 04-04-2005 12:26 AM
Yast won't install? Fraudulent SUSE / openSUSE 0 01-26-2005 04:12 AM
Install in YaST??? m3s3lf Linux - Software 10 10-27-2004 02:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:25 PM.

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