Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th April 2008, 10:20 PM
hikingm Offline
Registered User
 
Join Date: Apr 2008
Posts: 7
Help! uninstalled libX11 what to do!

Urgent help needed!

As a complete idiot I am, I managed to uninstall libX11 86_x64 version on my laptop. I am writing this mail from ssh of another computer, which I was logged in before.

I am using fedora 7 on a dual core machine.

Can I do yum install to install the libX11 package again? I do not know the right package name to use, I thought it was
libX11-1.0.3-8.fc7.x86-64
but it does not seem to be right.
If I do yum install libX11-1.0.3-8.fc7.x86-64
it cannot find the package.


Help is very much appreciated!

Maiken
Reply With Quote
  #2  
Old 6th April 2008, 10:25 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Try this
Code:
su -l

yum install yum-utils

yumdownloader libX*.fc7.x86_64
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #3  
Old 6th April 2008, 10:25 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,371
Hello:

Try

yum install libX11.x86_64

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #4  
Old 6th April 2008, 10:33 PM
hikingm Offline
Registered User
 
Join Date: Apr 2008
Posts: 7
Thanks a lot, I got the package with

yum install libX11.x86_64

Can I be so rude to ask how I now get my system to use it? Almost all applications are gone, NetworkMangaer does not work etc.

Maiken
Reply With Quote
  #5  
Old 6th April 2008, 10:40 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Please post
Code:
 su -l

 less /var/log/yum.log |grep Apr*
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #6  
Old 6th April 2008, 10:57 PM
hikingm Offline
Registered User
 
Join Date: Apr 2008
Posts: 7
Oh, I am starting to really understand what mess I have done.
I do
[root@localhost ~]# less /var/log/yum.log |grep Apr*

How can I get my system back to normal? now that I have done
yum install libX11.x86_64
does it mean that it is up and running?

Should I just start to yum install all the erased packages?
How do I get package-manager up again?

Thanks for the help so far, would appreciate even more!

Maiken


And get:
Apr 02 09:14:01 Updated: netpbm - 10.35.41-1.fc7.x86_64
Apr 02 09:14:11 Updated: netpbm-progs - 10.35.41-1.fc7.x86_64
Apr 02 09:14:19 Updated: gnome-screensaver - 2.18.2-3.fc7.x86_64
Apr 06 22:30:29 Installed: libXau-devel - 1.0.3-1.fc7.x86_64
Apr 06 22:30:33 Installed: xorg-x11-proto-devel - 7.2-9.fc7.x86_64
Apr 06 22:30:39 Installed: mesa-libGL-devel - 6.5.2-13.fc7.x86_64
Apr 06 22:30:45 Installed: libX11-devel - 1.0.3-8.fc7.x86_64
Apr 06 22:30:45 Installed: libXdmcp-devel - 1.0.2-2.fc7.x86_64
Apr 06 22:31:10 Installed: libX11-devel - 1.0.3-8.fc7.i386
Apr 06 22:31:44 Installed: libXpm-devel - 3.5.6-1.x86_64
Apr 06 22:31:44 Installed: libXpm-devel - 3.5.6-1.i386
Apr 06 22:49:32 Erased: libkipi
Apr 06 22:50:15 Erased: libgail-gnome
Apr 06 22:50:15 Erased: openoffice.org-math
Apr 06 22:50:17 Erased: libXcomposite
Apr 06 22:50:17 Erased: libX11-devel
Apr 06 22:50:19 Erased: librsvg2
Apr 06 22:50:20 Erased: totem-plparser
Huge list continues



Apr 06 23:02:25 Erased: totem-mozplugin
Apr 06 23:02:25 Erased: scim-tables-vietnamese
Apr 06 23:02:25 Erased: xdg-user-dirs
Apr 06 23:28:08 Installed: yum-utils - 1.1.11-1.fc7.noarch
Apr 06 23:29:11 Installed: libX11 - 1.0.3-8.fc7.x86_64
Apr 06 23:42:30 Installed: libXext - 1.0.1-2.1.x86_64
Apr 06 23:42:30 Installed: libXxf86vm - 1.0.1-3.1.x86_64
Apr 06 23:42:32 Installed: mesa-libGL - 6.5.2-13.fc7.x86_64
Apr 06 23:42:33 Installed: xorg-x11-proto-devel - 7.2-9.fc7.x86_64
Apr 06 23:42:34 Installed: mesa-libGL-devel - 6.5.2-13.fc7.x86_64
Apr 06 23:42:36 Installed: libX11-devel - 1.0.3-8.fc7.x86_64
Apr 06 23:42:36 Installed: libXdmcp-devel - 1.0.2-2.fc7.x86_64
[root@localhost ~]#
Reply With Quote
  #7  
Old 6th April 2008, 11:04 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Great. You removed it all

Try
Code:
su -l

yum groupinstall GNOME Base  "X Window System"  Office/Productivity Internet "Sound and Video"  "Hardware Support" "Printing Support"
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #8  
Old 6th April 2008, 11:07 PM
hikingm Offline
Registered User
 
Join Date: Apr 2008
Posts: 7
Okay, that was a good command! Wonder why they let us idiots use computers?

Thanks a lot!!!!!!

I'll just wait now and see how far I get with the installations.....
Maiken
Reply With Quote
  #9  
Old 6th April 2008, 11:15 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Even "idiots" as you say are allowed to use computers. They should refrain, however, from playing SysAdmins without reading the messages on the screen. You have been warned prior to removing all those packages. And for the record, NEVER use
Code:
 yum -y remove some-package
The -y option assumes an Yes answer to any question that might appear, so you wouldn't have the chance to step back and think it twice before proceeding.

When you're done with the previous command, if there are errors, post them. If not, type
Code:
yum install yumex
and check for other missing programs you might need.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #10  
Old 6th April 2008, 11:30 PM
hikingm Offline
Registered User
 
Join Date: Apr 2008
Posts: 7
Well, I did all this through the Package Mangager, and really what I wanted to do was just uninstall the devel-package...

I knew something was not quite as it should be, but did not "dear" to just quit the process..

New problem:

all downloads went ok, but, see end of list

Running rpm_check_debug
Running Transaction Test
Finished Transaction Test

Downloading Packages:
(1/265): firstboot-1.4.35 100% |=========================| 298 kB 00:00
(2/265): yelp-2.18.1-10.f 100% |=========================| 687 kB 00:01
(3/265): scim-bridge-gtk- 100% |=========================| 38 kB 00:00
(4/265): totem-mozplugin- 100% |=========================| 220 kB 00:00
(5/265): nss-tools-3.11.7 100% |=========================| 1.4 MB 00:03

.
.
.
.
(264/265): gnome-vfs2-smb 100% |=========================| 37 kB 00:00
(265/265): compiz-0.3.6-8 100% |=========================| 564 kB 00:01
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test

Transaction Check Error:
file /etc/mail/sendmail.cf from install of sendmail-8.14.1-4.2.fc7 conflicts with file from package sendmail-8.14.1-4.2.fc7
file /etc/mail/submit.cf from install of sendmail-8.14.1-4.2.fc7 conflicts with file from package sendmail-8.14.1-4.2.fc7

Error Summary
-------------
[root@localhost ~]#


How to get the packages installed now?

Thank again!
Maiken
Reply With Quote
  #11  
Old 6th April 2008, 11:42 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
OK. That's odd. Try this, although it kinda risky...YMMV I guess

Code:
rpm -e --nodeps --noscripts sendmail-8.14.1-4.2.fc7
Then rerun the previous command.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #12  
Old 6th April 2008, 11:56 PM
hikingm Offline
Registered User
 
Join Date: Apr 2008
Posts: 7
That seems to work!

It downloaded the sendmail - thing and then started to install.

You are an angle! Hopefully everything works ok now. I will write again when I know!

Thanks!
Reply With Quote
  #13  
Old 6th April 2008, 11:59 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Quote:
Originally Posted by hikingm
...
You are an angle! ...
True enough, an 180 degrees one.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager

Last edited by Nokia; 7th April 2008 at 12:07 AM.
Reply With Quote
  #14  
Old 6th April 2008, 11:59 PM
hikingm Offline
Registered User
 
Join Date: Apr 2008
Posts: 7
That worked wonderfully!

Thank you so much. Now I will continue installing any packages that I might be missing.

You saved me!

Have a good night!

Maiken
Reply With Quote
  #15  
Old 7th April 2008, 12:00 AM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
You're welcome.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
Reply

Tags
libx11, uninstalled

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
libx11.a on FC8 dgotti Using Fedora 16 7th March 2009 05:31 PM


Current GMT-time: 07:11 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat