 |
 |
Please Help me delete X11
|
 |
|
 |
|
Mac Enthusiast
Join Date: Mar 2001
Location: Columbia, MO
Status:
Offline
|
|
I had decided to install apple's X11 software as well as fink. after messing with it for a few hours, i realized i was too far over my head.
what do i need to do to make sure I delete everything I installed, while not deleting parts of the OS?
feel free to talk to me like i am a baby.
thank you,
Ryan
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: May 2002
Status:
Offline
|
|
Here is what you
1- open the terminal and type in the following
2- cd /
3- sudo rm `lsbom -s /Library/Receipts/X11*.pkg/Contents/Archive.bom`
4- Type in your admin password when asked
and that should work
The only problem is if the list is too long
then rm will say so.
If it is too long do the following
lsbom -s /Library/Reciepts/X11*.pkg/Contents/Archive.bom > ~/Desktop/fileList.txt;
open the file fileList.txt on your desktop
you will get a long (very long) list of files to
delete.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Mar 2001
Location: Columbia, MO
Status:
Offline
|
|
the first sudo rm i did DID result in "argument list too long", so i tried your next step. it says "lsbom: No match" and the resulting text file is empty.
Before I posted, I had originally attepted to rid my computer of the files by using tinkertool to unhide the hidden files and delete what i knew was from x11 manually because my knowledge of terminal commands are limited.
i belive i deleted the X11R6 folder. i forgot where that was located, but i can't find it now.
the reciepts are in the exact place i typed in terminal.
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: May 2002
Status:
Offline
|
|
Small corection I had mispelt Receipts.
This should work now
lsbom -s /Library/Receipts/X11*.pkg/Contents/Archive.bom > ~/Desktop/fileList.tx
Just one more thing [b]don't[b] delete folders
till they are empty. So start deleteing the files
then only delete a directory if it is empty
If you wan't to delete them using the finder
using tinker tool will be a good idea.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Mar 2001
Location: Columbia, MO
Status:
Offline
|
|
hahah small mistake.
alright, i'll try that.
thanks for your help.
--ryan
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Mar 2001
Location: Columbia, MO
Status:
Offline
|
|
also, i deleted the "sw" folder that fink made. did fink put anything in a hidden folder as well?
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: May 2002
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Oct 2000
Location: Midwest
Status:
Offline
|
|
From the terminal
sudo rm -r /usr/X11R6 /etc/X11 /Library/Receipts/X11* /Applications/X11.app
enter your admin password.
You are deleting 2 directories, 4 receipts, and one application.
HTH
Craig
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Mar 2001
Location: Columbia, MO
Status:
Offline
|
|
awesome. hey thanks guys. got it all.
-Ryan
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Aug 2001
Location: Australia
Status:
Offline
|
|
Originally posted by suthercd:
From the terminal
sudo rm -r /usr/X11R6 /etc/X11 /Library/Receipts/X11* /Applications/X11.app
enter your admin password.
You are deleting 2 directories, 4 receipts, and one application.
HTH
Craig
Little note, be VERY careful with sudo rm -r
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: May 2003
Location: Santa Barbara
Status:
Offline
|
|
Don't forget to remove /usr/bin/open-x11.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|