Results 1 to 3 of 3
Hi all ,
i`m very new to fedora , to linux actually ...so forgive me if i sound little noobish
for some problems like this
Code:
r8169 : eth1 : ...
- 07-07-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 2
Several issues in fedora 11
Hi all ,
i`m very new to fedora , to linux actually ...so forgive me if i sound little noobish
for some problems like this
i couldn`t open fedora in a GUI...so i tired to open itCode:r8169 : eth1 : link up
ALT + F4 and then log in ...and write "startx"
it came up with an error message
i figured out the it`s a freetype problem , so i tired to remove then re-install it againCode:/usr/bin/X : error while loading shared libraries : libfreetype.so.6 : cannot open shared object file : no such file or directory
so
the problem is...it asked me if i want to remove all programes using freetype...so stupid me said "yes"..Code:yum remove freetype
and yum removed Xorg..Gnome panels..even pidgin..and firefox...
it almost removed 75% of the system...
my question is ..
is there any way to RESTORE what yum removed without installing it one by one...?
or i just have to reinstall fedora again ?
- 07-08-2009 #2
I believe you can get most everything back with
Code:su -c yum groupinstall gnome-desktop
- 07-08-2009 #3
The following should reinstall GNOME and other dependencies
Code:yum groupinstall "GNOME Desktop Environment"


Reply With Quote