Quote:
Originally Posted by yyuto5
Thanks. Just a few other questions:
a. I'm running Core 2 Duo 1.3 GHz, I guess I can use either 32 or 64 bit based on Table 2.1 of Documentation. Please correct me if I'm wrong.
b. I also have NVIDIA GeForce G210M CUDA 512MB graphics card. Will Full Distribution or Live Image installation or just Fedora in general support this kind of graphics card?
c. Where can I find instructions on how to use yum to add other desktop environments on top of an existing Fedora system?
Sorry some questions are quite basic as I'm new to Fedora. Thanks.
---------- Post added at 11:33 PM ---------- Previous post was at 11:30 PM ----------
So you're saying that with Live Image, I can update individual package/component using yum. But with Full Distribution I cannot update individual package with yum, everything will be updated if I run yum?
Thanks.
|
a: correct. Just about all of the core 2 duo systems that I know of support 64 bit. Unless there is something strange about your motherboard, you should be able to run 64 bit with no problems.
b: Yes, Fedora supports just about all of the nvidia cards through the nouveau driver. After you install, if you have issues with the nouveau driver, you can install the proprietary nvidia driver if you wish to. Leigh123linux has a really great guide on how to do that here:
http://forums.fedoraforum.org/showthread.php?t=204752
c: a good place to start learning how to use yum is to read through it's man page. From a terminal screen just type
man yum and it will bring up some of the options and how to use yum. I would also suggest a package called yumex if you would like to have a graphical front-end to using yum.
From a terminal screen:
Code:
su -
(root password)
yum install yumex
If you have any other questions or problems, just ask away.. There are a lot of people in here willing to help out a new fedora user.
Quote:
So you're saying that with Live Image, I can update individual package/component using yum. But with Full Distribution I cannot update individual package with yum, everything will be updated if I run yum?
Thanks.
|
He was saying that a lot of the packages would be updated on your first update right after you install from the full DVD. (same with the live cd)
It's just a little bandwidth savings to download the smaller livecd image, then install the packages out of the online repo rather than to download the older packages on the install dvd and then just have to turn around and download the updated version.
If a little bandwidth usage isn't an issue for you, then it really makes no difference. But if you have a slow connection or have problems downloading 500MB-1GB, then you might want to think about the option where you download the least amount.