| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-17-2005, 08:13 PM
|
#1
|
|
Member
Registered: Aug 2004
Location: Newmarket, Ontario
Distribution: OpenSuse 10.2
Posts: 184
Rep:
|
FC4 equivalent of YaST
Does anyone know what FC4's equivalent of YaST is? What command would I type in to start it on the terminal?
|
|
|
|
12-17-2005, 08:23 PM
|
#2
|
|
LQ Newbie
Registered: Dec 2005
Location: Murfreesboro, TN
Distribution: FC4
Posts: 13
Rep:
|
If you are talking about upgrading and installing packages you should try running yum.
for the commands for this program it is:
yum --help
but basically (from what I have learned) to upgrade / install a package you type
yum install package name
As far as I know you need to know the exact package name, but I also believe yum gets all the package dependencies lined up for you and installed during the time of your original package install request.
I would also suggest heading over to rpm.livna.org and follow the instructions there to add their database for installs when using yum.
How this helps and what you were looking for
0be1
|
|
|
|
12-17-2005, 08:28 PM
|
#3
|
|
Member
Registered: Aug 2004
Location: Newmarket, Ontario
Distribution: OpenSuse 10.2
Posts: 184
Original Poster
Rep:
|
Actually, I was looking more for a Control Panel like setting where I can see what like network settings and such.
|
|
|
|
12-17-2005, 08:33 PM
|
#4
|
|
LQ Newbie
Registered: Dec 2005
Location: Murfreesboro, TN
Distribution: FC4
Posts: 13
Rep:
|
what windows manager are you running? (KDW, Gnome, etc.)
|
|
|
|
12-17-2005, 08:34 PM
|
#5
|
|
Member
Registered: Aug 2004
Location: Newmarket, Ontario
Distribution: OpenSuse 10.2
Posts: 184
Original Poster
Rep:
|
None.  I have a text based only install at Runlevel 3.
|
|
|
|
12-17-2005, 08:41 PM
|
#6
|
|
LQ Newbie
Registered: Dec 2005
Location: Murfreesboro, TN
Distribution: FC4
Posts: 13
Rep:
|
Your previous post says"looking for network settings" if that is the case try ifconfig.
If I may ask what is it you are exactly trying to do? Can you please be a little more specific?
|
|
|
|
12-17-2005, 09:01 PM
|
#7
|
|
Member
Registered: Aug 2004
Location: Newmarket, Ontario
Distribution: OpenSuse 10.2
Posts: 184
Original Poster
Rep:
|
Actually, I'm looking for a "Control Panel" like configuration screen where I can see various system settings such as hostname, network settings, currently installed packages. If you have SuSE, type yast into a command line terminal where X is not running and you will see what I mean.
|
|
|
|
12-17-2005, 09:23 PM
|
#8
|
|
LQ Newbie
Registered: Dec 2005
Location: Murfreesboro, TN
Distribution: FC4
Posts: 13
Rep:
|
Not sure if we are talking about the same thing. I run a window manager (KDE) and you are running at runlevel 3. Yet when I do a google search for YAST and look at screenshots, they are shown running in a window manager.
From what I can tell (in KDE and in a window manager environment) kcontrol is the menu / program manager with TONS of settings on KDE. If you eventually found out your answer, please post here for others to learn including me.
thankx...
0be1
|
|
|
|
12-17-2005, 10:46 PM
|
#9
|
|
Senior Member
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168
Rep:
|
Code:
[surfer@localhost ~]$ cd /usr/bin
[surfer@localhost bin]$ ls system-config-*
system-config-authentication system-config-printer
system-config-date system-config-printer-gui
system-config-display system-config-printer-tui
system-config-keyboard system-config-rootpassword
system-config-language system-config-samba
system-config-lvm system-config-securitylevel
system-config-mouse system-config-securitylevel-tui
system-config-network system-config-services
system-config-network-cmd system-config-soundcard
system-config-network-druid system-config-time
system-config-packages system-config-users
[surfer@localhost bin]$
|
|
|
|
12-18-2005, 01:09 AM
|
#10
|
|
Senior Member
Registered: Aug 2005
Posts: 1,755
Rep:
|
So I guess the answer to your question is "system-config-network-cmd". Do "system-config-network-cmd --help" for instructions.
|
|
|
|
12-18-2005, 01:23 AM
|
#11
|
|
Senior Member
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHL9;F1-10; CentOS4-5; DebianSarge-Squeeze
Posts: 1,151
Rep:
|
There is no unified equivalent to YaST in FC4.
As has been pointed out above, there are scripts that address specific types of reconfiguration needs. The absence of a unified control panel is an often stated criticism of the RedHat/Fedora series.
|
|
|
|
12-18-2005, 07:09 PM
|
#12
|
|
Member
Registered: Aug 2004
Location: Newmarket, Ontario
Distribution: OpenSuse 10.2
Posts: 184
Original Poster
Rep:
|
Ahh... Thank you for the notice.
|
|
|
|
12-18-2005, 09:20 PM
|
#13
|
|
Member
Registered: Jul 2005
Location: Montreal Canada
Distribution: Fedora Core 6 XEN
Posts: 187
Rep:
|
find and install yum and yumex. Yumex is what you want. I will look at the various fedora packages, and provide you with an upgrade list. You may choose to accept or skip.
I have been using yumex for 5 mo, and am entirely satisfied
Leslie in Montreal
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:40 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|