LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New in Linux Fedora (https://www.linuxquestions.org/questions/linux-newbie-8/new-in-linux-fedora-736936/)

iiiiiChan 07-01-2009 07:48 AM

New in Linux Fedora
 
hi everyone mind if anyone could give me a hint on the syste linux fedora, and on what programs are compatible for the system, developing programs, etc. aside from that may i ask the question if i use fedora as an operating system should i download a driver for my unit? or ican use the same drivers that i use in windows xp.

thx in advance :D

teek 07-01-2009 09:14 AM

You don't have to download "a" driver for your unit, they *should* all be included. If Fedora does not recognize all your hardware out of the box, as a noob it will be hard to fix.

You can definitely not use the same drivers as for XP (perhaps for your wlan with ndiswrapper but again that is quite complicated)

Linux has pretty broad hardware support though.

On the development programs... no idea :)

nuwen52 07-01-2009 04:15 PM

The question of development programs is often dependent on the language. For shell scripting and c programming, I usually just use vi or nedit. There's a lot of others out there. If you have a language in mind, I'm sure someone will have a good idea of what you can use.

chrism01 07-01-2009 08:45 PM

As for programs compatible, use the Add/Remove Software menu option. That will connect you to the official Fedora repositories, where you can download/update SW for Fedora.
For development I think we need a bit more detail about exactly what you mean.
Also, please put then name Fedora and its version in your profile. It will help people give you the correct help.

jeromeNP7 07-01-2009 08:49 PM

For development there are several editors and IDE's available, like Kate, Anjuta, QT, KDevelop or the whole Eclipse stuff. These support multiple programming languages in terms of syntax highlighting and such things. These are all GUI tool for X-Windows. I do not assume that anyone still does full-scale programming on a shell terminal.

Linux

iiiiiChan 07-01-2009 11:23 PM

Quote:

Originally Posted by teek (Post 3592995)
You don't have to download "a" driver for your unit, they *should* all be included. If Fedora does not recognize all your hardware out of the box, as a noob it will be hard to fix.

You can definitely not use the same drivers as for XP (perhaps for your wlan with ndiswrapper but again that is quite complicated)

Linux has pretty broad hardware support though.

On the development programs... no idea :)


thanks for the info...so you're saying that i don't need to download any drivers for my unit if i use fedora as my OS? and do you mean that fedora has the drivers for my unit? :D

iiiiiChan 07-01-2009 11:44 PM

Quote:

Originally Posted by chrism01 (Post 3593637)
As for programs compatible, use the Add/Remove Software menu option. That will connect you to the official Fedora repositories, where you can download/update SW for Fedora.
For development I think we need a bit more detail about exactly what you mean.
Also, please put then name Fedora and its version in your profile. It will help people give you the correct help.

so you say that the add remove software menu option will direct me to the site that will show me the programs compatible for linux fedora??

how about vb6? is it compatible with linux fedora?

iiiiiChan 07-02-2009 12:13 AM

Quote:

Originally Posted by jeromeNP7 (Post 3593640)
For development there are several editors and IDE's available, like Kate, Anjuta, QT, KDevelop or the whole Eclipse stuff. These support multiple programming languages in terms of syntax highlighting and such things. These are all GUI tool for X-Windows. I do not assume that anyone still does full-scale programming on a shell terminal.


i see.. that helps me a lot.. mind if u post the links where i can download development tools compatible with linux fedora thanks :D

iiiiiChan 07-02-2009 12:16 AM

Quote:

Originally Posted by nuwen52 (Post 3593406)
The question of development programs is often dependent on the language. For shell scripting and c programming, I usually just use vi or nedit. There's a lot of others out there. If you have a language in mind, I'm sure someone will have a good idea of what you can use.

thanks for the information.. i was thinking about python? can u rate it from 1-10 :D. i mean how was it? is it good is it user friendly?

reptiler 07-02-2009 01:01 AM

Quote:

Originally Posted by iiiiiChan
so you say that the add remove software menu option will direct me to the site that will show me the programs compatible for linux fedora??

Sort of. But it's not actually a site, it's a program that lists the available software and then will download it. That's the nice thing with software-management in Linux.

Quote:

Originally Posted by iiiiiChan
how about vb6? is it compatible with linux fedora?

No idea. VB.net can be done through Mono though.

Quote:

i see.. that helps me a lot.. mind if u post the links where i can download development tools compatible with linux fedora thanks
It's all in the software-management.

John VV 07-02-2009 03:44 AM

to install the devel tools just use yum and do a group install
see
Code:

yum --help
man yum
--- then see ----
yum grouplist

then this-- or something similar ( i am on CentOS at the moment )
Code:

su -
yum groupinstall "Development Tools" "Development Libraries" "GNOME Software Development" "Legacy Software Development"


teek 07-02-2009 05:42 AM

You might want to try fedora in a virtual machine first, try virtualbox, you can test fedora, see ho it works, mess it up, play with it and you don't have to fear that you get an unworkable pc.

iiiiiChan 07-02-2009 06:52 AM

Quote:

Originally Posted by John VV (Post 3593958)
to install the devel tools just use yum and do a group install
see
Code:

yum --help
man yum
--- then see ----
yum grouplist

then this-- or something similar ( i am on CentOS at the moment )
Code:

su -
yum groupinstall "Development Tools" "Development Libraries" "GNOME Software Development" "Legacy Software Development"


so how about the "yum" is yum a command and where can i see that in the fedora os?

and how about the internet connection? should i setup the internet? cz i've seen topics having problems regarding internet connection

iiiiiChan 07-02-2009 06:55 AM

Quote:

Originally Posted by teek (Post 3594080)
You might want to try fedora in a virtual machine first, try virtualbox, you can test fedora, see ho it works, mess it up, play with it and you don't have to fear that you get an unworkable pc.

yes mister teek a friend of mine already told me about that, he uses linux backtrack :D

teek 07-02-2009 06:56 AM

Yes, your questions are screaming for an install in a virtual machine ;), play around with it, I think you'll find a lot self explainatory and easy to find (easier then to imagine everything from our stories).


All times are GMT -5. The time now is 06:11 PM.