Find the answer to your Linux question:
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 : ...
  1. #1
    Just 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
    Code:
    r8169 : eth1 : link up
    i couldn`t open fedora in a GUI...so i tired to open it
    ALT + F4 and then log in ...and write "startx"

    it came up with an error message
    Code:
    /usr/bin/X : error while loading shared libraries : libfreetype.so.6 : cannot open shared object file : no such file or directory
    i figured out the it`s a freetype problem , so i tired to remove then re-install it again

    so
    Code:
    yum remove freetype
    the problem is...it asked me if i want to remove all programes using freetype...so stupid me said "yes"..
    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 ?

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    I believe you can get most everything back with
    Code:
    su -c
    yum groupinstall gnome-desktop

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    The following should reinstall GNOME and other dependencies
    Code:
    yum groupinstall "GNOME Desktop Environment"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...