LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-04-2004, 12:06 AM   #1
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Rep: Reputation: 30
arg! how to uninstall the stupid thing...


well i installed wordperfect 8, it sucked and now i tried to uninstall it, but i dunno how!
how the official site, i found NOTHIGN on how to uninstall for linux... any ideas? plz help!

do i just delete the folder or what? but that wouldn't be a clean uninstall would it?
 
Old 03-04-2004, 12:35 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
You should list your distribution, how you installed it, what
the filename was, etc.

For instance, if you're running Slack, and installed a package
with the installpkg command, you can just do removepkg <filename>
but you've left us guessing.
 
Old 03-04-2004, 12:35 AM   #3
B McHack
Member
 
Registered: Jun 2003
Location: Totally Lost
Distribution: Mandrake 9.2, SuSE 9, and for my wife Windoze XP
Posts: 55

Rep: Reputation: 15
Isnt wordperfect for windows?
How did you install it ?
What type of package was it?
 
Old 03-04-2004, 12:35 AM   #4
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Removing programs under LINUX is just as easy as deleting files. LINUX works differently than Windows. LINUX programs stores itself in its own directory and it does not write to any registry files like in Windows. Just deleting it will be ok. If you can find the uninstall script in Wordperfect directory, then I suggest running that. The script will remove any environment variables and maybe some symbolic links.

Try OpenOffice. Its similar to Word and Wordperfect.
 
Old 03-04-2004, 12:47 AM   #5
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Original Poster
Rep: Reputation: 30
alright thx, i just deleted the folder...

as to the other posts, i am using mandrake 10 rc1

and wordperfect has a linux version as well

and i installed it through .sh file in the tar

thx for help
 
Old 03-04-2004, 12:53 AM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by santasballz
alright thx, i just deleted the folder...

as to the other posts, i am using mandrake 10 rc1

and wordperfect has a linux version as well

and i installed it through .sh file in the tar

thx for help
Mandrake is one of the commercial distributions
which "does things differently" than a true *.nix.
Still, you didn't get it all by just deleting a folder.
Two more ways to find some more files are
$ whereis wordperfect
$ locate wordperfect
You can do man locate and man whereis for more info.

Please use the user cp at the top of this page, and
add your distribution. It will help you get better answers.
 
Old 03-04-2004, 01:19 AM   #7
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Original Poster
Rep: Reputation: 30
thx
 
Old 03-04-2004, 01:21 AM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Hey Windows users its DIRECTORY not FOLDER.

The true name for both Windows and LINUX is DIRECTORY. You can point to Microsoft for putting you in this bad habit naming.

Mandrake is not commerical. I didn't buy mine. No, it doesn't not put files in many places. Only the user and the programer puts programs in weird places.

Instead of using whereis and locate that needs to be updated use:
find / -iname '*wordperfect*' 2>/dev/null
 
Old 03-04-2004, 01:24 AM   #9
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by Electro
Hey Windows users its DIRECTORY not FOLDER.

The true name for both Windows and LINUX is DIRECTORY. You can point to Microsoft for putting you in this bad habit naming.

Mandrake is not commerical. I didn't buy mine. No, it doesn't not put files in many places. Only the user and the programer puts programs in weird places.

Instead of using whereis and locate that needs to be updated use:
find / -iname '*wordperfect*' 2>/dev/null

Thanks. :} Your command line information is great!

Last edited by Bruce Hill; 03-04-2004 at 03:19 AM.
 
Old 03-04-2004, 07:44 PM   #10
Sargek
Member
 
Registered: Jan 2003
Location: San Antonio, Texas
Distribution: Debian testing
Posts: 416

Rep: Reputation: 36
Remove

Quote:
Originally posted by Electro
Removing programs under LINUX is just as easy as deleting files. LINUX works differently than Windows. LINUX programs stores itself in its own directory and it does not write to any registry files like in Windows. Just deleting it will be ok. If you can find the uninstall script in Wordperfect directory, then I suggest running that. The script will remove any environment variables and maybe some symbolic links.

Try OpenOffice. Its similar to Word and Wordperfect.
That's not entirely true. Linux programs do not store themselves consistently in one single directory, especially X programs. Actually, in the six years I have been using Linux, I have NEVER seen an X program stored in one single directory. There can be several files, to include libraries and configuration files, depending on your windowing environment. It is true there is no registry, and running the uninstall script, or your distribution's package management tool to remove the program is probably the best way to remove it. You can also run find | grep filename as root, from "/" and find all references to the program. This will not show you library dependencies, however, only instances of file name you searched for.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Just one more Stupid Question Uninstall Files?? ddrfreak Mandriva 5 12-12-2004 11:05 AM
Stupid uninstall pkgtool question linda Slackware 5 09-28-2004 09:42 AM
arg[] linuxanswer Programming 6 12-05-2003 08:27 PM
Stupid Thing About Emacs GtkUser Linux - Software 3 02-03-2003 04:42 PM
arg Sleel Linux - Software 0 02-03-2002 12:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration